MaxPiecesPerBar
Name
MaxPiecesPerBar
Type
Read/Write
When to use it
Before calling the Start method.
Prototype
property MaxPiecesPerBar: Long;
Explanations
The maximal number of pieces which are allowed to be cut from one bar.
Zero (0) means any number of pieces in a bar.
This property is useful if you have a cutting machine with multiple cutting heads.
Default value
0
Links