Class TCADLayerNode
Unit
Declaration
type TCADLayerNode = class(TAbstractX3DGroupingNode)
Description
Hierarchy of nodes used for showing layer structure for the CAD model.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractGroupingNode
- TAbstractX3DGroupingNode
- TCADLayerNode
Overview
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetVisible(const Value: array of boolean); |
![]() |
procedure SetVisible(const Value: TBooleanList); |
Properties
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdVisible: TMFBool read FFdVisible; |
![]() |
property NameField: String read GetNameField write SetNameField; |
Description
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetVisible(const Value: array of boolean); |
![]() |
procedure SetVisible(const Value: TBooleanList); |
Properties
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdVisible: TMFBool read FFdVisible; |
![]() |
property NameField: String read GetNameField write SetNameField; |
Generated by PasDoc 0.16.0.

