public IfcOrientedEdge(IfcVertex edgeStart, IfcVertex edgeEnd, IfcEdge edgeElement, IfcBoolean orientation) : base(edgeStart, edgeEnd) { EdgeElement = edgeElement; Orientation = orientation; }
public IfcSubedge(IfcVertex edgeStart, IfcVertex edgeEnd, IfcEdge parentEdge) : base(edgeStart, edgeEnd) { ParentEdge = parentEdge; }