GeometryGym.Ifc.IfcVertexloop.IfcVertexloop C# (CSharp) Метод

IfcVertexloop() приватный Метод

private IfcVertexloop ( DatabaseIfc db, IfcVertexloop l ) : System
db DatabaseIfc
l IfcVertexloop
Результат System
		internal IfcVertexloop(DatabaseIfc db, IfcVertexloop l) : base(db,l) { LoopVertex = db.Factory.Duplicate(l.LoopVertex) as IfcVertex; }
		internal static IfcVertexloop Parse(string str)

Same methods

IfcVertexloop::IfcVertexloop ( ) : System