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:
parent
082ac79f5f
commit
086893f461
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user