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
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcPositioningElement
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property ContainedInStructure: TIfcRelContainedInSpatialStructure read FContainedInStructure write FContainedInStructure; |
![]() |
property Positions: TIfcRelPositionsList read FPositions; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property ContainedInStructure: TIfcRelContainedInSpatialStructure read FContainedInStructure write FContainedInStructure; |
Relationship to a spatial structure element, to which the positioning element is primarily associated. |
![]() |
property Positions: TIfcRelPositionsList read FPositions; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.