ManualArrangeRemovePiece
Name
ManualArrangeRemovePiece
When to use it
When the optimization process is NOT running.
NOT during the OnFinish or OnAfterManualArrange event.
After all other information has been set.
Prototype
HRESULT ManualArrangeRemovePiece(
IndexOfPiece: long /*[in]*/
);
Explanations
Manually removes an existing piece.
Parameters
IndexOfPiece - the index of the piece about to be removed. This value is between 0 and ManualArrangeNumberOfPieces - 1.
Remarks
Multiple waste rectangles and cuttings can be affected by removing one piece.
See Also
How to arrange pieces manually, ManualArrangeGuillotineAddPiece, OnAfterManualArrange.