Class TIfcObjectPlacement
Unit
Declaration
type TIfcObjectPlacement = class abstract(TIfcPersistent)
Description
Define the object coordinate system.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcObjectPlacement.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcObjectPlacement
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure UpdateNode(const Mapping: TCastleIfcMapping; const Transform: TTransformNode); virtual; |
Properties
![]() |
property PlacementRelTo: TIfcObjectPlacement read FPlacementRelTo write FPlacementRelTo; |
![]() |
property PlacesObject: TIfcProductList read FPlacesObject; |
![]() |
property ReferencedByPlacements: TIfcObjectPlacementList read FReferencedByPlacements; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
procedure UpdateNode(const Mapping: TCastleIfcMapping; const Transform: TTransformNode); virtual; |
This item has no description. |
Properties
![]() |
property PlacementRelTo: TIfcObjectPlacement read FPlacementRelTo write FPlacementRelTo; |
Reference to object placement that provides the relative placement with its placement in a grid, local coordinate system or linear referenced placement. |
![]() |
property PlacesObject: TIfcProductList read FPlacesObject; |
The IfcObjectPlacement shall be used to provide a placement and an object coordinate system for instances of IfcProduct. |
![]() |
property ReferencedByPlacements: TIfcObjectPlacementList read FReferencedByPlacements; |
Inverse of PlacementRelTo. |
Generated by PasDoc 0.16.0-snapshot.