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
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1944).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcPropertyDefinition
- TIfcPropertySetDefinition
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property DefinesType: TIfcTypeObjectList read FDefinesType; |
| Published | property IsDefinedBy: TIfcRelDefinesByTemplateList read FIsDefinedBy; |
| Published | property DefinesOccurrence: TIfcRelDefinesByPropertiesList read FDefinesOccurrence; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1950). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1951). | |
Properties
| Published | property DefinesType: TIfcTypeObjectList read FDefinesType; |
|
The type object to which the property set is assigned. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1954). | |
| Published | 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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1959). | |
| Published | 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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1965). | |
Generated by PasDoc 0.17.0.snapshot.