claimPolyface Method
Extract the polyface.
claimPolyface(compress: boolean = true, tolerance: number = Geometry.smallMetricDistance): IndexedPolyface
| Parameter | Type | Description |
|---|---|---|
| compress | boolean | whether to cluster vertices (default true). |
| tolerance | number | compression tolerance (default Geometry.smallMetricDistance). |
Returns - IndexedPolyface
Defined in
- polyface/PolyfaceBuilder.ts Line 227
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.