From 77dc3d3a8cc40f1c9dc7705bab785649daf8a29b Mon Sep 17 00:00:00 2001 From: Konstantin Leontev Date: Mon, 26 Aug 2024 16:29:37 +0100 Subject: [PATCH] [bos #42217][EDF 28921] Horseshoe with bodyfitting. Triangle filter switched off because of producing more new edges than we have concave polygons rendering artifacts. --- src/OBJECT/SMESH_DeviceActor.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2