ENTITY IfcRelConnectsPathElements

(* SCHEMA IFC4; *)
ENTITY IfcRelConnectsPathElements
 SUBTYPE OF (IfcRelConnectsElements);
	RelatingPriorities : LIST [0:?] OF IfcInteger;
	RelatedPriorities : LIST [0:?] OF IfcInteger;
	RelatedConnectionType : IfcConnectionTypeEnum;
	RelatingConnectionType : IfcConnectionTypeEnum;
 WHERE
	NormalizedRelatingPriorities : (SIZEOF(RelatingPriorities) = 0)
OR
(SIZEOF (QUERY (temp <* RelatingPriorities
  | {0 <= temp <= 100}
  )) = SIZEOF(RelatingPriorities));
	NormalizedRelatedPriorities : (SIZEOF(RelatedPriorities) = 0)
OR
(SIZEOF (QUERY (temp <* RelatedPriorities
  | {0 <= temp <= 100}
  )) = SIZEOF(RelatedPriorities));
END_ENTITY;

Explicit Attributes

Entity IfcRelConnectsPathElements has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 ConnectionGeometryIfcConnectionGeometry (ENTITY)IfcRelConnectsElements
 RelatingElementIfcElement (ENTITY)IfcRelConnectsElements
 RelatedElementIfcElement (ENTITY)IfcRelConnectsElements
 RelatingPrioritiesLIST OF IfcInteger (INTEGER)IfcRelConnectsPathElements
 RelatedPrioritiesLIST OF IfcInteger (INTEGER)IfcRelConnectsPathElements
 RelatedConnectionTypeIfcConnectionTypeEnum (ENUM)IfcRelConnectsPathElements
 RelatingConnectionTypeIfcConnectionTypeEnum (ENUM)IfcRelConnectsPathElements

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcRelConnectsPathElements inherits from the following supertypes:
  IfcRoot
    IfcRelationship
      IfcRelConnects
        IfcRelConnectsElements

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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