ENTITY IfcObjectPlacement
(* SCHEMA IFC4; *)
ENTITY IfcObjectPlacement
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcGridPlacement
	,IfcLinearPlacement
	,IfcLocalPlacement));
	PlacementRelTo : OPTIONAL IfcObjectPlacement;
 INVERSE
	PlacesObject : SET [0:?] OF IfcProduct FOR ObjectPlacement;
	ReferencedByPlacements : SET [0:?] OF IfcObjectPlacement FOR PlacementRelTo;
END_ENTITY;
Explicit Attributes
Entity IfcObjectPlacement has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  PlacementRelTo | IfcObjectPlacement (ENTITY) | IfcObjectPlacement |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcObjectPlacement has the following local and inherited inverse attributes:
| Attribute | Type | Defined By | 
|---|
 |  PlacesObject | SET OF IfcProduct (ENTITY) | IfcObjectPlacement |  
|  ReferencedByPlacements | SET OF IfcObjectPlacement (ENTITY) | IfcObjectPlacement |  
 
 | 
Supertypes
    No supertypesSubtypes
Entity IfcObjectPlacement has the following subtypes:
    IfcGridPlacement*
    IfcLinearPlacement*
    IfcLocalPlacement*
* - Immediate Subtypes
Referenced By
Entity IfcObjectPlacement and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00