create MethodStatic
Create a detail.
create(facetIndex: number = -1, edgeCount: number = 0, detail?: PolygonLocationDetail, result?: ConvexFacetLocationDetail): ConvexFacetLocationDetail
| Parameter | Type | Description |
|---|---|---|
| facetIndex | number | |
| edgeCount | number | |
| detail | PolygonLocationDetail | optional, copied if given |
| result | ConvexFacetLocationDetail | optional pre-allocated object to fill and return |
Returns - ConvexFacetLocationDetail
Defined in
- polyface/FacetLocationDetail.ts Line 401
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.