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

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

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).

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

Properties

Published property Location: TIfcPoint read FLocation write FLocation;

This item has no description.

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


Generated by PasDoc 0.17.0.snapshot.