Name
ManualArrangeNumberOfWastes
Type
Read/Write
When to write it
When the optimization process is not running.
Not during the OnFinish or OnAfterManualArrange event.
Before calling ManualArrageSetDemandPiece.
When to read it
During OnAfterManualArrange event.
Prototype
property ManualArrangeNumberOfWastes : Long;
Explanations
Number of existing waste rectangles on this layout.
Remark
If there are no pieces on the current sheet the number of waste rectangles should be 1 and its sizes should be equal to the sizes of the sheet. The Length and Width of the sheet must be set even if there is only one waste rectangle.
See Also
How to arrange pieces manually, ManualArrangeSetWaste, ManualArrangeSetCut, OnAfterManualArrange.
Links