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

IfcEdgeLoop() private méthode

private IfcEdgeLoop ( ) : System
Résultat System
		internal IfcEdgeLoop() : base() { }
		internal IfcEdgeLoop(DatabaseIfc db, IfcEdgeLoop l) : base(db,l) { EdgeList = l.EdgeList.ConvertAll(x => db.Factory.Duplicate(x) as IfcOrientedEdge); }

Same methods

IfcEdgeLoop::IfcEdgeLoop ( DatabaseIfc db, IfcEdgeLoop l ) : System
IfcEdgeLoop::IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge ) : System
IfcEdgeLoop::IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge1, GeometryGym.Ifc.IfcOrientedEdge edge2 ) : System
IfcEdgeLoop::IfcEdgeLoop ( List edges ) : System
IfcEdgeLoop::IfcEdgeLoop ( List vertex ) : System