GeometryGym.Ifc.IfcEdge.IfcEdge C# (CSharp) Method

IfcEdge() private method

private IfcEdge ( IfcVertex start, IfcVertex end ) : System
start IfcVertex
end IfcVertex
return System
		internal IfcEdge(IfcVertex start, IfcVertex end) : base(start.mDatabase) { EdgeStart = start; EdgeEnd = end; }
		internal static IfcEdge Parse(string strDef) { IfcEdge e = new IfcEdge(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return e; }

Same methods

IfcEdge::IfcEdge ( ) : System
IfcEdge::IfcEdge ( DatabaseIfc db ) : System
IfcEdge::IfcEdge ( DatabaseIfc db, IfcEdge e ) : System