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

IfcEdgeLoop() public méthode

public IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge1, GeometryGym.Ifc.IfcOrientedEdge edge2 ) : System
edge1 GeometryGym.Ifc.IfcOrientedEdge
edge2 GeometryGym.Ifc.IfcOrientedEdge
Résultat System
		public IfcEdgeLoop(IfcOrientedEdge edge1, IfcOrientedEdge edge2) : base(edge1.mDatabase) { mEdgeList.Add(edge1.mIndex); mEdgeList.Add(edge2.mIndex); }
		public IfcEdgeLoop(List<IfcOrientedEdge> edges) : base(edges[0].mDatabase) { mEdgeList = edges.ConvertAll(x => x.mIndex); }

Same methods

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