StartMultiStages
Name
StartMultiStages
When to use it
After all parameters have been set.
Not during OnIteration or OnFinish events.
Prototype
StartMultiStages()
Explanations
Starts the optimization process for guillotine cuts in multi stages.
The direction for the first stage is given by the FirstDirectionMultiStages. The next direction is perpendicular to the previous one.
The progress of the process can be see by checking the OnProgress event.
At the end the event OnFinish is raised.
See Also:
StartNested, StartGuillotine, Stop, OnProgress, OnFinish, FirstDirectionMultiStages.