Class TIfcPlacement

Unit

Declaration

type TIfcPlacement = class abstract(TIfcRepresentationItem)

Description

Abstract supertype of placement subtypes that define the location of an item, or an entire shape representation, and provide its orientation.

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

Hierarchy

Overview

Methods

Public procedure GetTransform(out Translation: TVector3; out Rotation: TVector4); virtual;

Properties

Published property Location: TIfcPoint read FLocation write FLocation;

Description

Methods

Public procedure GetTransform(out Translation: TVector3; out Rotation: TVector4); virtual;

Get translation and rotation defined here. Rotation is expressed just like TCastleTransform.Rotation and TTransformNode.Rotation, so it's axis and angle (in radians).

Properties

Published property Location: TIfcPoint read FLocation write FLocation;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.