Class TIfcRelAggregates
Unit
Declaration
type TIfcRelAggregates = class(TIfcRelDecomposes)
Description
General composition/decomposition (or whole/part) relationship.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRelAggregates.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4312).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDecomposes
- TIfcRelAggregates
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
| Public | function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
Properties
| Published | property RelatingObject: TIfcObjectDefinition read FRelatingObject write FRelatingObject; |
| Published | property RelatedObjects: TIfcObjectDefinitionList read FRelatedObjects; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4317). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4318). | |
| Public | function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4319). | |
Properties
| Published | property RelatingObject: TIfcObjectDefinition read FRelatingObject write FRelatingObject; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4321). | |
| Published | property RelatedObjects: TIfcObjectDefinitionList read FRelatedObjects; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4322). | |
Generated by PasDoc 0.17.0.snapshot.