RenderSchedule.CuttingPlane Class

Defines a ClipPlane associated with a RenderSchedule.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 Readonly<WritableXYAndZ> 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 Readonly<WritableXYAndZ> 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: 16 April, 2024