Class TClipPlaneNode

Unit

Declaration

type TClipPlaneNode = class(TAbstractChildNode)

Description

Clip the geometry with a plane.

Hierarchy

Overview

Methods

Protected procedure GroupBeforeTraverse(const State: TX3DGraphTraverseState; var WasPointingDeviceSensor: Boolean); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdEnabled: TSFBool read FFdEnabled;
Public property Enabled: Boolean read GetEnabled write SetEnabled;
Public property FdPlane: TSFVec4f read FFdPlane;
Public property Plane: TVector4 read GetPlane write SetPlane;

Description

Methods

Protected procedure GroupBeforeTraverse(const State: TX3DGraphTraverseState; var WasPointingDeviceSensor: Boolean); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdEnabled: TSFBool read FFdEnabled;

Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.

Public property Enabled: Boolean read GetEnabled write SetEnabled;
 
Public property FdPlane: TSFVec4f read FFdPlane;

Internal wrapper for property Plane. This wrapper API may change, we advise to access simpler Plane instead.

Public property Plane: TVector4 read GetPlane write SetPlane;
 

Generated by PasDoc 0.16.0.