Class TClipPlaneNode
Unit
X3DNodes
Declaration
type TClipPlaneNode = class(TAbstractChildNode)
Description
Clip the geometry with a plane.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; 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.15.0.
|