]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Clean code jfa/29476_offset
authorjfa <jfa@opencascade.com>
Wed, 1 Jun 2022 10:10:56 +0000 (13:10 +0300)
committerjfa <jfa@opencascade.com>
Wed, 1 Jun 2022 10:10:56 +0000 (13:10 +0300)
src/GeomAlgoAPI/GeomAlgoAPI_Offset.cpp

index c9c0e48c129ae65aa3fe5ef4800bec4ce0253128..9ab2236bcc210cca876f0487e2cb24efa53deb78 100644 (file)
@@ -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);