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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property RelatedObjects: TIfcObjectDefinitionList read FRelatedObjects;

Reference to the objects (or single object) to which the property definition applies.

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.


Generated by PasDoc 0.16.0-snapshot.