Class TCADLayerNode

Unit

Declaration

type TCADLayerNode = class(TAbstractGroupingNode)

Description

Hierarchy of nodes used for showing layer structure for the CAD model.

Hierarchy

Overview

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;

Properties

Public property FdName: TSFString read FFdName;
Public property NameField: String read GetNameField write SetNameField;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 

Properties

Public property FdName: TSFString read FFdName;

Internal wrapper for property NameField. This wrapper API may change, we advise to access simpler NameField instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property NameField: String read GetNameField write SetNameField;
 

Generated by PasDoc 0.16.0.