instantreality 1.0

Component:
Shape
Status:
fully implemented
Structure type:
concrete
Standard:
X3D3.2

ClipMode

The ClipPlane node specifies a single plane equation that will be used to clip the geometry.

Inheritance

Code

XML encoding
<ClipMode enabled='TRUE'
planeEquation='0 0 1 0'
logFeature=''
 />
Classic encoding
ClipMode {
	enabled TRUE
	planeEquation 0 0 1 0
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFBool enabled SFBool inputOutput TRUE Defines activation state of the clip plane.
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element