IfcConnectionPointGeometry
Definition from IAI: The IfcConnectionPointGeometry
is used to describe the geometric constraints that facilitate the
physical connection of two objects at a point (here IfcCartesianPoint)
or at an vertex with point
coordinates associated. It is envisioned as a control that
applies to the element connection relationships.
EXAMPLE The
connection relationship between two path based elements (like a column
and a beam) has a geometric constraint which describes the connection
points by a PointOnRelatingElement for the column
and a PointOnRelatedElement for the beam. The exact
usage of the IfcConnectionPointGeometry is further
defined in the geometry use sections of the elements that use it.
NOTE If the point
connection has an offset, i.e. if the two points (or vertex points) at
the relating and related element do not physically match, the subtyp
IfcConnectionPointEccentricity shall be used.
HISTORY
New entity in IFC Release 1.5, has been renamed from
IfcPointConnectionGeometry in IFC Release 2x.
IFC2x Edition 3 CHANGE
The provision of topology with associated geometry, IfcVertexPoint, is
enabled by using the IfcPointOrVertexPoint.
Geometry Use Definitions:
The IfcPoint (or the IfcVertexPoint
with an associated IfcPoint) at the PointOnRelatingElement
attribute defines the point where the basic geometry items of the
connected elements connects. The point coordinates are provided within
the local coordinate system of the RelatingElement,
as specified at the IfcRelConnectsSubtype that
utilizes the IfcConnectionPointGeometry.
Optionally, the same point coordinates can also be provided within the
local coordinate system of the RelatedElement by
using the PointOnRelatedElement attribute. If both
point coordinates are not identical within a common parent coordinate
system (latestly within the world coordinate system), the subtype IfcConnectionPointEccentricity
shall be used.
EXPRESS specification:
|
ENTITY IfcConnectionPointGeometry
|
|
Attribute definitions:
PointOnRelatingElement
|
:
|
Point at which the connected object is aligned at the relating element, given in the LCS of the relating
element.
|
PointOnRelatedElement
|
:
|
Point at which connected objects are aligned at the related element, given in the LCS of the related
element. If the information is omitted, then the origin of the related element is used.
|
Inheritance graph
|
ENTITY IfcConnectionPointGeometry;
|
|