True once this SectionPlane has been destroyed.
ID of this SectionPlane, unique within the View.
ReadonlyviewThe View to which this SectionPlane belongs.
Gets if this SectionPlane is active or not.
Default value is true.
Returns true if active.
Sets if this SectionPlane is active or not.
Default value is true.
Set true to activate else false to deactivate.
Gets the direction of this SectionPlane's plane.
Default value is [0, 0, -1].
value Current direction.
Sets the direction of this SectionPlane's plane.
Default value is [0, 0, -1].
New direction.
Gets this SectionPlane's distance to the origin of the World-space coordinate system.
This is the dot product of SectionPlane.pos and SectionPlane.dir and is automatically re-calculated each time either of two properties are updated.
Distance to the origin of the World-space coordinate system.
Gets the World-space position of this SectionPlane's plane.
Default value is [0, 0, 0].
Current position.
Sets the World-space position of this SectionPlane's plane.
Default value is [0, 0, 0].
New position.
Destroys this SectionPlane.
Inverts the direction of SectionPlane.dir.
COnfigures this SectionPlane.
Gets the current configuration of this SectionPlane.
An arbitrarily-aligned World-space clipping plane.
See @xeokit/sdk/viewer for usage info.