ClipStyleCreateArgs Interface

Arguments supplied to ClipStyle.create.

Properties

Name Type Description
colorizeIntersection undefined | boolean If true, intersection of geometry and clip planes will be colorized  
cutStyle undefined | CutStyle Controls aspects of how the cut geometry is displayed, if ClipStyleCreateArgs.produceCutGeometry is true.  
insideColor undefined | RgbColor If defined, geometry inside the clip planes will be drawn in this color.  
intersectionStyle undefined | ClipIntersectionStyle Controls the style of the intersection of geometry and clip planes  
outsideColor undefined | RgbColor If defined, geometry outside of the clip planes will be drawn in this color instead of being clipped.  
produceCutGeometry undefined | boolean If true, geometry will be produced at the clip planes in a 3d view.  

Defined in

Last Updated: 25 April, 2024