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

IfcEdgeLoop() public méthode

public IfcEdgeLoop ( List edges ) : System
edges List
Résultat System
		public IfcEdgeLoop(List<IfcOrientedEdge> edges) : base(edges[0].mDatabase) { mEdgeList = edges.ConvertAll(x => x.mIndex); }
		internal IfcEdgeLoop(List<IfcVertexPoint> vertex)

Same methods

IfcEdgeLoop::IfcEdgeLoop ( ) : System
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 vertex ) : System