ENTITY IfcRelPositions

(* SCHEMA IFC4; *)
ENTITY IfcRelPositions
 SUBTYPE OF (IfcRelConnects);
	RelatingPositioningElement : IfcPositioningElement;
	RelatedProducts : SET [1:?] OF IfcProduct;
 WHERE
	NoSelfReference : SIZEOF(QUERY(temp <* RelatedProducts | RelatingPositioningElement :=: temp)) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcRelPositions has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 RelatingPositioningElementIfcPositioningElement (ENTITY)IfcRelPositions
 RelatedProductsSET OF IfcProduct (ENTITY)IfcRelPositions

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcRelPositions inherits from the following supertypes:
  IfcRoot
    IfcRelationship
      IfcRelConnects

Subtypes

    No subtypes

Referenced By

Entity IfcRelPositions and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcPositioningElement ENTITY IfcRelPositions
 IfcProcedure ENTITY IfcRoot
 IfcProduct ENTITY IfcRelPositions
 IfcProject ENTITY IfcRoot
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetTemplate ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRelationship ENTITY IfcRelConnects
 IfcRelConnects ENTITY IfcRelPositions
 IfcRoot ENTITY IfcRelationship
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcUniquePropertySetNames FUNCTION IfcRoot


[Top Level Definitions] [Exit]

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