From: Konstantin Leontev Date: Mon, 26 Aug 2024 15:29:37 +0000 (+0100) Subject: [bos #42217][EDF 28921] Horseshoe with bodyfitting. Triangle filter switched off... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=77dc3d3a8cc40f1c9dc7705bab785649daf8a29b;p=modules%2Fsmesh.git [bos #42217][EDF 28921] Horseshoe with bodyfitting. Triangle filter switched off because of producing more new edges than we have concave polygons rendering artifacts. --- diff --git a/src/OBJECT/SMESH_DeviceActor.cxx b/src/OBJECT/SMESH_DeviceActor.cxx index fafd40aef..f01910963 100644 --- a/src/OBJECT/SMESH_DeviceActor.cxx +++ b/src/OBJECT/SMESH_DeviceActor.cxx @@ -257,7 +257,8 @@ SMESH_DeviceActor myTriangleFilter->SetInputConnection(myGeomFilter->GetOutputPort()); anId++; // 4 - myPassFilter[ anId ]->SetInputConnection( myTriangleFilter->GetOutputPort() ); + // myPassFilter[ anId ]->SetInputConnection( myTriangleFilter->GetOutputPort() ); + myPassFilter[ anId ]->SetInputConnection( myGeomFilter->GetOutputPort() ); myPassFilter[ anId + 1 ]->SetInputConnection( myPassFilter[ anId ]->GetOutputPort() ); anId++; // 5