Class TIfcRelDefinesByProperties
Unit
Declaration
type TIfcRelDefinesByProperties = class(TIfcRelDefines)
Description
Relationships between property set definitions and objects.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRelDefinesByProperties.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4884).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDefines
- TIfcRelDefinesByProperties
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property RelatedObjects: TIfcObjectDefinitionList read FRelatedObjects; |
| Published | property RelatingPropertyDefinition: TIfcPropertySetDefinitionList read FRelatingPropertyDefinition write FRelatingPropertyDefinition; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4889). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4890). | |
Properties
| Published | property RelatedObjects: TIfcObjectDefinitionList read FRelatedObjects; |
|
Reference to the objects (or single object) to which the property definition applies. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4894). | |
| Published | property RelatingPropertyDefinition: TIfcPropertySetDefinitionList read FRelatingPropertyDefinition write FRelatingPropertyDefinition; |
|
Reference to the property set definition for that object or set of objects. Note: In IFC specification, this is IfcPropertySetDefinitionSelect, which is a choice between IfcPropertySetDefinition and IfcPropertySetDefinitionSet (equal to TIfcPropertySetDefinitionList, it is just list of IfcPropertySetDefinition). To make it simple in Pascal, we only allow the latter, TIfcPropertySetDefinitionList. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4904). | |
Generated by PasDoc 0.17.0.snapshot.