Class TClipPlaneNode
Unit
X3DNodes
Declaration
type TClipPlaneNode = class(TAbstractChildNode)
Description
Clip the geometry with a plane.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure GroupBeforeTraverse(const State: TX3DGraphTraverseState; var WasPointingDeviceSensor: Boolean); override; |
|
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
property FdEnabled: TSFBool read FFdEnabled; |
Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.
|
|
property Enabled: Boolean read GetEnabled write SetEnabled; |
|
|
property FdPlane: TSFVec4f read FFdPlane; |
Internal wrapper for property Plane. This wrapper API may change, we advise to access simpler Plane instead.
|
|
property Plane: TVector4 read GetPlane write SetPlane; |
|
Generated by PasDoc 0.16.0.