mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-14 12:40:31 +08:00
0022746: Progress indicator in ShapeHealing
This commit is contained in:
@@ -863,7 +863,8 @@ Handle(Transfer_Binder) STEPControl_ActorWrite::TransferShape (const Handle(Tran
|
||||
if (isManifold)
|
||||
aShape = XSAlgo::AlgoContainer()->ProcessShape(xShape, Tol, maxTol,
|
||||
"write.step.resource.name",
|
||||
"write.step.sequence", info);
|
||||
"write.step.sequence", info,
|
||||
FP->GetProgress() );
|
||||
else
|
||||
aShape = xShape;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user