Navigation

IfcObjectPlacement

Definition from IAI: Abstract supertype for the special types defining the object coordinate system. The IfcObjectPlacement has to be provided for each product that has a shape representation.

The object placement can be given:

In any case the object placement has to unambiguously define the object coordinate system as either two-dimensional axis placement (IfcAxis2Placement2D) or three-dimensional axis placement (IfcAxis2Placement3D). The axis placement may have to be calculated.

HISTORY New entity in IFC Release 2.x
ISSUE See issue log for changes made in IFC Release 2.x.

EXPRESS specification:

ENTITY IfcObjectPlacement
ABSTRACT SUPERTYPE OF (ONEOF(IfcGridPlacement, IfcLocalPlacement));
INVERSE
ReferencedByPlacements  :  SET OF IfcLocalPlacement FOR PlacementRelTo;
END_ENTITY;

Attribute definitions:

ReferencedByPlacements  :  Placements that are given relative to this placement of an object.

References (3):

Name Type Referred through Express-G
IfcGridPlacement Entity
Supertype
Diagram 1
IfcLocalPlacement Entity
Supertype
Attribute 'PlacementRelTo'
Diagram 1

Inheritance graph

ENTITY IfcObjectPlacement;
ENTITY IfcObjectPlacement;
INVERSE
ReferencedByPlacements  :  SET OF IfcLocalPlacement FOR PlacementRelTo;
END_ENTITY;