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

IfcEdgeLoop() public méthode

public IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge ) : System
edge GeometryGym.Ifc.IfcOrientedEdge
Résultat System
		public IfcEdgeLoop(IfcOrientedEdge edge) : base(edge.mDatabase) { mEdgeList.Add(edge.mIndex); }
		public IfcEdgeLoop(IfcOrientedEdge edge1, IfcOrientedEdge edge2) : base(edge1.mDatabase) { mEdgeList.Add(edge1.mIndex); mEdgeList.Add(edge2.mIndex); }

Same methods

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