CutAllStripsFirst
Name
CutAllStripsFirst
Type
Read / Write
When to use it
You may get the value of this property anytime.
You may set the value of this property before calling the StartMultiStages method.
Prototype
property CutAllStripsFirst: long;
Explanations
Specify how the cuttings are sorted after a multi-stage optimization.
CutAllStripsFirst 1 means that the strips are cut first and then each piece inside a strip are cut.
If CutAllStripsFirst is 0 it means that all pieces inside a strip are cut before we move to another strip.
Default value
0
See also