Class TCADAssemblyNode

Unit

Declaration

type TCADAssemblyNode = class(TAbstractGroupingNode)

Description

Holds a set of assemblies or parts grouped together.

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;
 
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.

Public property NameField: String read GetNameField write SetNameField;
 

Generated by PasDoc 0.16.0.