addPath Method
Push edges all around a facet, returning to vertexArray[0]
addPath(vertexArray: number[], facetIndex: number, closeLoop: booleantrue): void
| Parameter | Type | Description | 
|---|---|---|
| vertexArray | number[] | array of vertex indices around facet | 
| facetIndex | number | |
| closeLoop | boolean | 
Returns - void
Defined in
- polyface/IndexedEdgeMatcher.ts Line 121
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.