constructor MethodProtected
Constructor for a new polyface.
IndexedPolyface(data: PolyfaceData, facetStart?: number[], facetToFaceData?: number[]): IndexedPolyface
| Parameter | Type | Description |
|---|---|---|
| data | PolyfaceData | PolyfaceData arrays to capture. |
| facetStart | number[] | optional array of facet start indices (e.g. known during clone) |
| facetToFaceData | number[] |
Returns - IndexedPolyface
Defined in
- polyface/Polyface.ts Line 131
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.