mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 19:00:35 +05:00
0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm
arg theFirstVertex of SMESH_Block::GetOrderedEdges() became optional
This commit is contained in:
parent
b605589582
commit
4b17835d08
@ -655,10 +655,9 @@ bool _QuadFaceGrid::Init(const TopoDS_Face& f)
|
||||
//if ( myFace.Orientation() != TopAbs_FORWARD )
|
||||
//myFace.Reverse();
|
||||
|
||||
TopoDS_Vertex V;
|
||||
list< TopoDS_Edge > edges;
|
||||
list< int > nbEdgesInWire;
|
||||
int nbWire = SMESH_Block::GetOrderedEdges (myFace, V, edges, nbEdgesInWire);
|
||||
int nbWire = SMESH_Block::GetOrderedEdges (myFace, edges, nbEdgesInWire);
|
||||
if ( nbWire != 1 )
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user