IfcPort
Definition from IAI: An IfcPort provides the means for an element to connect to other elements.
An IfcPort is associated with an IfcElement, it belongs to, through the objectified relationship IfcRelConnectsPortToElement. Exactly two ports, belonging to two different elements, are connected with each other through the objectified relationship IfcRelConnectsPorts.
An instance of IfcElement may have one or more points at which it connects to other instances of IfcElement. An instance of IfcPort is located at a point where a connection can occur. The location of the port is determined in the context of the local coordinate system of the element to which it belongs.
HISTORY New entity in Release IFC2x Edition 2.
Containment Use Definitions
As a subordinate part being fully dependent on the master element the IfcPort shall have no independent containment relationship to the spatial structure.
Geometry Use Definition
The geometric representation of IfcPort is given by the IfcProductDefinitionShape, allowing multiple geometric representation.
Local Placement
The local placement for IfcPort is defined in its supertype IfcProduct. It is defined by the IfcLocalPlacement, which defines the local coordinate system that is referenced by all geometric representations.
Shape Representation
The geometry use definitions for the shape representation of the IfcPort is given at the level of its subtypes.
EXPRESS specification:
|
| ContainedIn | : | Reference to the element to port connection relationship. The relationship then refers to the element
in which this port is contained. |
| ConnectedFrom | : | Reference to a port that is connected by the objectified relationship. |
| ConnectedTo | : | Reference to the port connection relationship. The relationship then refers to the other port to which this port is connected. |
|