Class TIfcLocalPlacement
Unit
Declaration
type TIfcLocalPlacement = class(TIfcObjectPlacement)
Description
Relative placement of a product - in relation to the placement of another product - or the absolute placement of a product within the geometric representation context of the project. https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcLocalPlacement.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcObjectPlacement
- TIfcLocalPlacement
Overview
Methods
![]() |
function WantsGlobalId: Boolean; override; |
![]() |
procedure UpdateNode(const Mapping: TCastleIfcMapping; const Transform: TTransformNode); override; |
Properties
![]() |
property RelativePlacement: TIfcAxis2Placement read FRelativePlacement write FRelativePlacement; |
Description
Methods
![]() |
function WantsGlobalId: Boolean; override; |
This item has no description. Showing description inherited from TIfcPersistent.WantsGlobalId.
If Strictly following the spec, this should be only defined for TIfcRoot, because only IfcRoot has GlobalId. In reality, we need GlobalId at TIfcPersistent to load some files, and we sometimes need |
![]() |
procedure UpdateNode(const Mapping: TCastleIfcMapping; const Transform: TTransformNode); override; |
This item has no description. |
Properties
![]() |
property RelativePlacement: TIfcAxis2Placement read FRelativePlacement write FRelativePlacement; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.