Class TIfcRelDefinesByType
Unit
Declaration
type TIfcRelDefinesByType = class(TIfcRelDefines)
Description
Relationship between an object type and object occurrences.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRelDefinesByType.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5011).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDefines
- TIfcRelDefinesByType
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property RelatedObjects: TIfcObjectList read FRelatedObjects; |
![]() |
property RelatingType: TIfcTypeObject read FRelatingType write FRelatingType; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5016). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5017). | |
Properties
![]() |
property RelatedObjects: TIfcObjectList read FRelatedObjects; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5019). | |
![]() |
property RelatingType: TIfcTypeObject read FRelatingType write FRelatingType; |
|
Reference to the type (or style) information for that object or set of objects. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5022). | |
Generated by PasDoc 0.17.0.snapshot.

