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

IfcVertexloop() private méthode

private IfcVertexloop ( ) : System
Résultat 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