Class TClipPlaneNode
Unit
Declaration
type TClipPlaneNode = class(TAbstractChildNode)
Description
Clip the geometry with a plane.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TClipPlaneNode
Overview
Methods
![]() |
procedure GroupBeforeTraverse(const State: TX3DGraphTraverseState; var WasPointingDeviceSensor: Boolean); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
![]() |
property FdPlane: TSFVec4f read FFdPlane; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property Plane: TVector4 read GetPlane write SetPlane; |
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; |
![]() |
property FdPlane: TSFVec4f read FFdPlane; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property Plane: TVector4 read GetPlane write SetPlane; |
Generated by PasDoc 0.16.0.

