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:
AttributeTypeDefined By
 PlacementRelToIfcObjectPlacement (ENTITY)IfcObjectPlacement

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 IfcObjectPlacement (ENTITY)IfcObjectPlacement

Supertypes

    No supertypes

Subtypes

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

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00