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

IfcVertexloop() private method

private IfcVertexloop ( DatabaseIfc db, IfcVertexloop l ) : System
db DatabaseIfc
l IfcVertexloop
return 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