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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property ContainedInStructure: TIfcRelContainedInSpatialStructure read FContainedInStructure write FContainedInStructure;

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

Published property Positions: TIfcRelPositionsList read FPositions;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.