Name
ManualArrangeGetRepositoryPiece
When to use it
After setting the sizes using the ManualArrangeSetRepositoryPiece method and before the OnAfterManualArrange event ends.
Prototype
HRESULT ManualArrangeGetRepositoryPiece(
Length: long /*[out]*/,
Width: long/*[out]*/,
TrimTop: long /*[out]*/,
TrimLeft: long /*[out]*/,
TrimBottom: long /*[out]*/,
TrimRight: long /*[out]*/,
Unused: long/*[out]*/
);
Explanations
With this method you may get the info about each the sheet that is modified manually.
Parameters
Length - the length of the piece.
Width - the width of the piece.
TrimTop, TrimLeft, TrimBottom, TrimRight - margins of material that has to be removed due faults (see picture below).
See Also:
ManualArrangeSetRepositoryPiece.
Links