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
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDefines
- TIfcRelDefinesByProperties
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property RelatedObjects: TIfcObjectDefinitionList read FRelatedObjects; |
|
property RelatingPropertyDefinition: TIfcPropertySetDefinitionList read FRelatingPropertyDefinition write FRelatingPropertyDefinition; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property RelatedObjects: TIfcObjectDefinitionList read FRelatedObjects; |
|
Reference to the objects (or single object) to which the property definition applies. |
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. |
Generated by PasDoc 0.16.0-snapshot.