ENTITY IfcRelConnectsPortToElement
(* SCHEMA IFC4; *)
-- ==============================
-- LEGACY CHANGE ATTRIBUTE: IfcRelConnectsPortToElement.RelatedElement
--
-- IFC4 tightened the type of the RelatedElement attribute from
-- IfcElement to the more specific IfcDistributionElement subtype.
-- Relax the type back to IfcElement because some systems create data
-- with BuildingProxy elements, which are not the subtype.
ENTITY IfcRelConnectsPortToElement
SUBTYPE OF (IfcRelConnects);
RelatingPort : IfcPort;
RelatedElement : IfcElement;
-- RelatedElement : IfcDistributionElement;
END_ENTITY;
Explicit Attributes
Entity IfcRelConnectsPortToElement has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcRelConnectsPortToElement inherits from the following supertypes:
IfcRoot
IfcRelationship
IfcRelConnects
Subtypes
No subtypesReferenced By
Entity IfcRelConnectsPortToElement and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00