Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcLocalPlacement

Definition from IFC: The IfcLocalPlacement defines the 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.

The IfcLocalPlacement allows that an IfcProduct can be placed by this IfcLocalPlacement (through the attributeObjectPlacement) within the local coordinate system of the object placement of another IfcProduct, which is referenced by the PlacementRelTo. Rules to prevent cyclic relative placements have to be introduced on the application level.

If the PlacementRelTo is not given, then the IfcProduct is placed absolutely within the world coordinate system.

HISTORY: New entity in IFC Release 1.0.

Geometry use definitions:

The following conventions shall apply as default relative positions if the relative placement is used. The conventions are given for all five direct subtypes of IfcProduct, the IfcSpatialStructureElement, IfcElement, IfcAnnotation, IfcGrid, IfcPort. More detailed placement information is given at the level of subtypes of those five types mentioned.

If the PlacementRelTo relationship is not given, then it defaults to an absolute placement within the world coordinate system established by the referenced geometric representation context within the project.

EXPRESS specification:

ENTITY IfcLocalPlacement
SUBTYPE OF ( IfcObjectPlacement);
PlacementRelTo  :  OPTIONAL IfcObjectPlacement;
RelativePlacement  :  IfcAxis2Placement;
WHERE
WR21  :  IfcCorrectLocalPlacement(RelativePlacement, PlacementRelTo);
END_ENTITY;

Attribute definitions:

PlacementRelTo  :  Reference to Object that provides the relative placement by its local coordinate system. If it is omitted, then the local placement is given to the WCS, established by the geometric representation context.
RelativePlacement  :  Geometric placement that defines the transformation from the related coordinate system into the relating. The placement can be either 2D or 3D, depending on the dimension count of the coordinate system.

Formal Propositions:

WR21  :  Ensures that a 3D local placement can only be relative (if exists) to a 3D parent local placement (and not to a 2D parent local placement).

Inheritance graph

ENTITY IfcLocalPlacement;
ENTITY IfcObjectPlacement;
INVERSE
PlacesObject  :  SET [1:1] OF IfcProduct FOR ObjectPlacement;
ReferencedByPlacements  :  SET OF IfcLocalPlacement FOR PlacementRelTo;
ENTITY IfcLocalPlacement;
PlacementRelTo  :  OPTIONAL IfcObjectPlacement;
RelativePlacement  :  IfcAxis2Placement;
END_ENTITY;