ENTITY IfcLocalPlacement

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

Explicit Attributes

Entity IfcLocalPlacement has the following local and inherited explicit attributes:
AttributeTypeDefined By
 PlacementRelToIfcObjectPlacement (ENTITY)IfcLocalPlacement
 RelativePlacementIfcAxis2Placement (SELECT)IfcLocalPlacement

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcLocalPlacement inherits from the following supertypes:
  IfcObjectPlacement

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:44-04:00