ENTITY IfcObjectPlacement

(* SCHEMA IFC2X3; *)
ENTITY IfcObjectPlacement
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcGridPlacement
	,IfcLocalPlacement));
 INVERSE
	PlacesObject : SET [1:1] OF IfcProduct FOR ObjectPlacement;
	ReferencedByPlacements : SET [0:?] OF IfcLocalPlacement FOR PlacementRelTo;
END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcObjectPlacement has the following local and inherited inverse attributes:
AttributeTypeDefined By
 PlacesObjectSET OF IfcProduct (ENTITY)IfcObjectPlacement
 ReferencedByPlacementsSET OF IfcLocalPlacement (ENTITY)IfcObjectPlacement

Supertypes

    No supertypes

Subtypes

Entity IfcObjectPlacement has the following subtypes:
    IfcGridPlacement*
    IfcLocalPlacement*
* - Immediate Subtypes

Referenced By

Entity IfcObjectPlacement and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcCorrectLocalPlacement FUNCTION IfcObjectPlacement
 IfcLocalPlacement ENTITY IfcObjectPlacement
 IfcProduct ENTITY IfcObjectPlacement


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00