mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
23619: EDF 18055 - Detection of sharp edges (note 0022724)
This commit is contained in:
parent
a18e579603
commit
212d923cf8
@ -1923,7 +1923,7 @@ SMESH_Mesh_i::FaceGroupsSeparatedByEdges( CORBA::Double theSharpAngle,
|
||||
std::vector< std::vector< const SMDS_MeshElement* > > faceGroups =
|
||||
SMESH_MeshAlgos::SeparateFacesByEdges( meshDS, edges );
|
||||
|
||||
SMESH::SMESH_MeshEditor_var( GetMeshEditor() ); // create _editor
|
||||
SMESH::SMESH_MeshEditor_var editor = GetMeshEditor(); // create _editor
|
||||
|
||||
resultGroups->length( faceGroups.size() );
|
||||
for ( size_t iG = 0; iG < faceGroups.size(); ++iG )
|
||||
|
Loading…
Reference in New Issue
Block a user