Class TIfcPropertySetDefinition
Unit
Declaration
type TIfcPropertySetDefinition = class(TIfcPropertyDefinition)
Description
Generalization of all individual property sets that can be assigned to an object or type object.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPropertySetDefinition.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcPropertyDefinition
- TIfcPropertySetDefinition
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property DefinesType: TIfcTypeObjectList read FDefinesType; |
![]() |
property IsDefinedBy: TIfcRelDefinesByTemplateList read FIsDefinedBy; |
![]() |
property DefinesOccurrence: TIfcRelDefinesByPropertiesList read FDefinesOccurrence; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property DefinesType: TIfcTypeObjectList read FDefinesType; |
The type object to which the property set is assigned. |
![]() |
property IsDefinedBy: TIfcRelDefinesByTemplateList read FIsDefinedBy; |
Relation to the property set template, via the objectified relationship IfcRelDefinesByTemplate, that, if given, provides the definition template for the property set or quantity set and its properties. |
![]() |
property DefinesOccurrence: TIfcRelDefinesByPropertiesList read FDefinesOccurrence; |
Reference to the relation to one or many object occurrences that are characterized by the property set definition. A single property set can be assigned to multiple object occurrences using the objectified relationship IfcRefDefinesByProperties. |
Generated by PasDoc 0.16.0-snapshot.