Class Ifc4x1::IfcSubedge

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x1::IfcSubedge : public Ifc4x1::IfcEdge

Definition from ISO/DIS 10303-42:1999(E): A subedge is an edge whose domain is a connected portion of the domain of an existing edge. The topological constraints on a subedge are the same as those on an edge.

Informal propositions:

The domain of the subedge is formally defined to be the domain of the parent edge, as trimmed by the subedge start vertex and subedge end vertex. The start vertex and end vertex shall be within the union of the domains of the vertices of the parent edge and the domain of the parent edge.

NOTE Corresponding ISO 10303 entity: subedge. Please refer to ISO/DIS 10303-42:1999(E), p. 194 for the final definition of the formal standard.

HISTORY New entity in IFC2x2.

Public Types

typedef IfcTemplatedEntityList<IfcSubedge> list

Public Functions

::Ifc4x1::IfcEdge *ParentEdge() const

The Edge, or Subedge, which contains the Subedge.

void setParentEdge(::Ifc4x1::IfcEdge *v)
const IfcParse::entity &declaration() const
IfcSubedge(IfcEntityInstanceData *e)
IfcSubedge(::Ifc4x1::IfcVertex *v1_EdgeStart, ::Ifc4x1::IfcVertex *v2_EdgeEnd, ::Ifc4x1::IfcEdge *v3_ParentEdge)

Public Static Functions

const IfcParse::entity &Class()