claimPolyface Method

Return the computed facets from the selected builder.

claimPolyface(selector: "0" | "1", fixup: boolean, tolerance: number = Geometry.smallMetricDistance): IndexedPolyface | undefined

Parameter Type Description
selector "0" | "1" the polyface to return: 0 - builderA (typically inside facets), 1 - builderB (typically outside facets)
fixup boolean whether to clean up the polyface
tolerance number compression tolerance (default smallMetricDistance).

Returns - IndexedPolyface | undefined

Defined in

Last Updated: 04 June, 2026