ClipPlaneProps Interface

Wire format describing a ClipPlane. If either normal or dist are omitted, defaults to a normal of Vector3d.unitZ and a distance of zero.

Properties

Name Type Description
dist number | undefined The plane's signed distance from the origin.  
interior boolean | undefined Defaults to false.  
invisible boolean | undefined Defaults to false.  
normal XYZProps | undefined The plane's inward normal.  

Defined in

Last Updated: 04 May, 2024