From 44b1d6ec34e7d10e963c171e9fa1f30c8b314047 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 1 Jun 2022 13:10:56 +0300 Subject: [PATCH] Clean code --- src/GeomAlgoAPI/GeomAlgoAPI_Offset.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Offset.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_Offset.cpp index c9c0e48c1..9ab2236bc 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Offset.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Offset.cpp @@ -104,12 +104,6 @@ GeomAlgoAPI_Offset::GeomAlgoAPI_Offset(const GeomPlanePtr& thePlane, aParal->Perform(theOffsetValue, 0.); if (aParal->IsDone()) { TopoDS_Shape anOffset = aParal->Shape(); - - if (theJoint == GeomAlgoAPI_OffsetJoint::Arcs) { - // TODO: process Arcs case - make fillets on straight - // edges intersections, except too short edges - } - GeomShapePtr aResult(new GeomAPI_Shape()); aResult->setImpl(new TopoDS_Shape(anOffset)); setShape(aResult); -- 2.39.2