8.7.3.6 IfcConnectionGeometry
AbV ⓘ
ABSTRACT This definition may not be instantiated
8.7.3.6.1 Semantic definition
IfcConnectionGeometry is used to describe the geometric and topological constraints that facilitate the physical connection of two objects. It is envisioned as a control that applies to the element connection relationships.
The IfcConnectionGeometry allows for the provision of connection constraints between geometric and topological elements, the following connection geometry/topology types are in scope:
- point | vertex point
- curve | edge curve
- surface | face surface
- solid model | closed shell
8.7.3.6.2 Entity inheritance
8.7.3.6.3 Attributes
8.7.3.6.4 Formal representation
ENTITY IfcConnectionGeometry
ABSTRACT SUPERTYPE OF (ONEOF
(IfcConnectionCurveGeometry
,IfcConnectionPointGeometry
,IfcConnectionSurfaceGeometry
,IfcConnectionVolumeGeometry));
END_ENTITY;