Class TCADLayerNode
Unit
X3DNodes
Declaration
type TCADLayerNode = class(TAbstractX3DGroupingNode)
Description
Hierarchy of nodes used for showing layer structure for the CAD model.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetVisible(const Value: array of boolean); |
|
Properties
 |
property FdVisible: TMFBool read FFdVisible; |
|
 |
property NameField: string read GetNameField write SetNameField; |
|
Generated by PasDoc 0.15.0.
|