GeometryGym.Ifc.IfcEdge.IfcEdge C# (CSharp) Méthode

IfcEdge() private méthode

private IfcEdge ( IfcVertex start, IfcVertex end ) : System
start IfcVertex
end IfcVertex
Résultat 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