API Reference > geometry-core > Polyface > PolyfaceClip > clipPolyface clipPolyface MethodStatic Clip each facet of polyface to the ClipPlane or ConvexClipPlaneSet 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(polyface: Polyface, clipper: ClipPlane | ConvexClipPlaneSet): Polyface | undefined Parameter Type Description polyface Polyface clipper ClipPlane | ConvexClipPlaneSet Returns - Polyface | undefined Defined in core/geometry/src/polyface/PolyfaceClip.ts Line 379 Last Updated: 13 June, 2024