clipPolyface MethodStatic
Clip each facet to the clipper.
- This method parses the variant input types and calls a more specific method.
- To get both inside and outside parts, use clipPolyfaceInsideOutside
- WARNING: The new mesh is "points only".
clipPolyface(source: PolyfaceVisitor | Polyface, clipper: ClipPlane | ConvexClipPlaneSet): undefined | Polyface
Parameter | Type | Description |
---|---|---|
source | PolyfaceVisitor | Polyface | |
clipper | ClipPlane | ConvexClipPlaneSet |
Returns - undefined | Polyface
Defined in
- polyface/PolyfaceClip.ts Line 467
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.