1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00

0033710: Canonical Recognition - Add ShapeBuild_ReShape optional parameter to retrieve exact history of modifications

Passed ShapeBuild_ReShape to recursive call to retrieve complete change history
Up to date with master
This commit is contained in:
FtpSantos 2024-05-29 14:05:08 +01:00 committed by oan
parent 082ac79f5f
commit 086893f461

View 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 );