RenderSchedule.CuttingPlane Class

Defines a ClipPlane associated with a CuttingPlaneEntry.

Methods

Name Description
constructor(props: RenderSchedule.CuttingPlaneProps): RenderSchedule.CuttingPlane    
compareTo(other: RenderSchedule.CuttingPlane): number    
equals(other: RenderSchedule.CuttingPlane): boolean    
toJSON(): RenderSchedule.CuttingPlaneProps    

Properties

Name Type Description
direction Readonly XYAndZ The direction perpendicular to the plane pointing toward the clip.  
hidden Readonly boolean If true, the clip plane is ignored and the geometry is always clipped.  
position Readonly XYAndZ A point on the plane.  
visible Readonly boolean If true, the clip plane is ignored and the geometry is never clipped.  

Defined in

Last Updated: 29 April, 2026