]> OCCT Git - occt.git/commitdiff
0033710: Canonical Recognition - Add ShapeBuild_ReShape optional parameter to retriev...
authorFtpSantos <francisco.santos@opencascade.com>
Wed, 29 May 2024 13:05:08 +0000 (14:05 +0100)
committeroan <oan@opencascade.com>
Wed, 29 May 2024 13:07:23 +0000 (14:07 +0100)
Passed ShapeBuild_ReShape to recursive call to retrieve complete change history
Up to date with master

src/ShapeCustom/ShapeCustom.cxx

index 5e4ab7f82eeceefc3fe3e232c0522b75ae292543..c93f7ba82bce3368e28a8c8a576a4711d031b85a 100644 (file)
@@ -69,7 +69,7 @@ TopoDS_Shape ShapeCustom::ApplyModifier (const TopoDS_Shape &S,
       if ( context.IsBound ( shape ) )
         res = context.Find ( shape ).Oriented ( shape.Orientation() );
       else
-        res = ApplyModifier ( shape, M, context ,MD, aRange);
+        res = ApplyModifier ( shape, M, context ,MD, aRange, aReShape );
 
       if ( ! res.IsSame ( shape ) ) {
         context.Bind ( shape, res );