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

IfcVertexloop() private method

private IfcVertexloop ( ) : System
return System
		internal IfcVertexloop() : base() { }
		internal IfcVertexloop(DatabaseIfc db, IfcVertexloop l) : base(db,l) { LoopVertex = db.Factory.Duplicate(l.LoopVertex) as IfcVertex; }

Same methods

IfcVertexloop::IfcVertexloop ( DatabaseIfc db, IfcVertexloop l ) : System