clipPolyfaceClipPlane MethodStatic

Clip each facet of polyface to the ClipPlane.

  • Return all surviving clip as a new mesh.
  • WARNING: The new mesh is "points only" -- parameters, normals, etc are not interpolated

clipPolyfaceClipPlane(source: PolyfaceVisitor | Polyface, clipper: ClipPlane, insideClip: booleantrue, buildClosureFaces: booleanfalse): IndexedPolyface

Parameter Type Description
source PolyfaceVisitor | Polyface  
clipper ClipPlane  
insideClip boolean  
buildClosureFaces boolean  

Returns - IndexedPolyface

Defined in

Last Updated: 07 June, 2025