moveToReadIndex Method
Advance the iterator to a particular facet in the subset of client polyface facets.
moveToReadIndex(subsetIndex: number): boolean
@returns whether the iterator was successfully moved.
Parameter | Type | Description |
---|---|---|
subsetIndex | number | index into the subset array, not to be confused with the client facet index. |
Returns - boolean
whether the iterator was successfully moved.
Defined in
- core/backend/src/ExportGraphics.ts Line 535
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.