Class TIfcComplexProperty

Unit

Declaration

type TIfcComplexProperty = class(TIfcProperty)

Description

Define complex properties to be handled completely within a property set.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcComplexProperty.htm

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5395).

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property UsageName: TIfcIdentifier read FUsageName write FUsageName;
Published property HasProperties: TIfcPropertyList read FHasProperties;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description. Showing description inherited from TIfcProperty.Create.

TODO FHasConstraints: TIfcResourceConstraintRelationshipList; TODO FHasApprovals: TIfcResourceApprovalRelationshipList;

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5400).

Public destructor Destroy; override;

This item has no description.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5401).

Properties

Published property UsageName: TIfcIdentifier read FUsageName write FUsageName;

Usage description of the IfcComplexProperty within the property set which references the IfcComplexProperty.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5405).

Published property HasProperties: TIfcPropertyList read FHasProperties;

Set of properties that can be used within this complex property (may include other complex properties).

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5409).


Generated by PasDoc 0.17.0.snapshot.