Class TIfcPositioningElement

Unit

Declaration

type TIfcPositioningElement = class abstract(TIfcProduct)

Description

Abstract entity definition for positioning and annotating elements that are used to position other elements relatively.

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

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

Hierarchy

Overview

Methods

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

Properties

Published property ContainedInStructure: TIfcRelContainedInSpatialStructure read FContainedInStructure write FContainedInStructure;
Published property Positions: TIfcRelPositionsList read FPositions;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property ContainedInStructure: TIfcRelContainedInSpatialStructure read FContainedInStructure write FContainedInStructure;

Relationship to a spatial structure element, to which the positioning element is primarily associated.

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

Published property Positions: TIfcRelPositionsList read FPositions;

This item has no description.

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


Generated by PasDoc 0.17.0.snapshot.