parentFacetIndex Method
Return the client polyface facet index (aka "readIndex") for the given subset index.
parentFacetIndex(subsetIndex?: number): undefined | number
@returns valid client polyface facet index, or undefined
if invalid subset index.
Parameter | Type | Description |
---|---|---|
subsetIndex | number | index into the subset array. Default is the subset index of the currently visited facet. |
Returns - undefined | number
valid client polyface facet index, or undefined
if invalid subset index.
Defined in
- core/backend/src/ExportGraphics.ts Line 565
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.