ClipPlaneProps Interface

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

Properties

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

Defined in

Last Updated: 16 April, 2024