IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.20.3.4 IfcEdge

8.20.3.4.1 Semantic definition

An IfcEdge defines two vertices being connected topologically. The geometric representation of the connection between the two vertices defaults to a straight line if no curve geometry is assigned using the subtype IfcEdgeCurve. The IfcEdge can therefore be used to exchange straight edges without an associated geometry provided by IfcLine or IfcPolyline thought IfcEdgeCurve.EdgeGeometry.

edge representation
Figure 8.20.3.4.A — Edge representation
Image where V = 1 or 2, and G^e^ = 1 or 0. Specifically, the topological edge defining data shall satisfy: > * an edge has two vertices Image * the vertices need not be distinct Image * Equation shall hold Image
Figure 8.20.3.4.B
Figure 8.20.3.4.C
Figure 8.20.3.4.D
Figure 8.20.3.4.E

Informal Propositions

  1. The edge has dimensionality 1.
  2. The extent of an edge shall be finite and nonzero.

8.20.3.4.2 Entity inheritance

8.20.3.4.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
Click to show 2 hidden inherited attributes
IfcEdge (2)
1 EdgeStart IfcVertex

Start point (vertex) of the edge.

2 EdgeEnd IfcVertex

End point (vertex) of the edge. The same vertex can be used for both EdgeStart and EdgeEnd.

Table 8.20.3.4.G

8.20.3.4.4 Examples

8.20.3.4.5 Formal representation

ENTITY IfcEdge
SUPERTYPE OF (ONEOF
(IfcEdgeCurve
,IfcOrientedEdge
,IfcSubedge))
SUBTYPE OF (IfcTopologicalRepresentationItem);
EdgeStart : IfcVertex;
EdgeEnd : IfcVertex;
END_ENTITY;

8.20.3.4.6 References