ManualArrangeNumberOfWasteRectangles
Name
ManualArrangeNumberOfWasteRectangles
Type
Read/Write
When to use it
When the optimization process is NOT running.
NOT during the OnFinish or OnAfterManualArrange event.
Before setting the waste rectangles by using the method ManualArrangeSetWasteRectangle.
Prototype
property ManualArrangeNumberOfWasteRectangles : 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, ManualArrangeSetWasteRectangle, ManualArrangeSetCut, OnAfterManualArrange.