const Standard_Real theLinDeflection,
const Standard_Boolean isRelative,
const Standard_Real theAngDeflection,
- const Standard_Boolean isInParallel)
+ const Standard_Boolean isInParallel,
+ const Message_ProgressRange& theRange)
: myModified(Standard_False),
myStatus(IMeshData_NoError)
{
myParameters.InParallel = isInParallel;
myShape = theShape;
- Perform();
+ Perform(theRange);
}
//=======================================================================
const Standard_Real theLinDeflection,
const Standard_Boolean isRelative = Standard_False,
const Standard_Real theAngDeflection = 0.5,
- const Standard_Boolean isInParallel = Standard_False);
+ const Standard_Boolean isInParallel = Standard_False,
+ const Message_ProgressRange& theRange = Message_ProgressRange());
//! Constructor.
//! Automatically calls method Perform.