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
- polyface/IndexedPolyfaceVisitor.ts Line 250
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.