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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property DefinesType: TIfcTypeObjectList read FDefinesType;

The type object to which the property set is assigned.

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.

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.


Generated by PasDoc 0.16.0-snapshot.