API Reference > geometry-core > CartesianGeometry > ClipMaskXYZRangePlanes ClipMaskXYZRangePlanes Enumeration Bit mask type for referencing subsets of 6 planes of range box. Members Name Value Description None 0 no planes XLow 1 low x plane XHigh 2 high x plane YLow 4 low y plane YHigh 8 high y plane XAndY 15 all x and y planes, neither z plane ZLow 16 low z plane ZHigh 32 high z plane All 63 all 6 planes Defined in core/geometry/src/clipping/ClipPrimitive.ts Line 28 Last Updated: 13 June, 2024