MinimalWidthBreakage
Name
MinimalWidthBreakage
Type
Read/Write
When to use it
You can set the value of this property before calling the methods StartGuillotine or StartMultiStages.
You may get the value of this property anytime.
For non-guillotine cuts (see method StartNested) this property has no effect.
Prototype
property MinimalWidthBreakage: Long;
Explanations
The minimal width that a waste piece can have. This is used for the cuts at the margin of the sheet. One can not cut a piece which has the width less than this value.
If MinimalWidthBreakage = 5 then the width of the waste rectangles are either 0 or greater than 5. It cannot be 1,2,3 or 4.
Default value
0
Note
This property is related to MinimalLengthBreakage (which has the same effect for the Length of the pieces). Setting only one of MinimalLengthBreakage or MinimalWidthBreakage will automatically set both to the same value.
See Also:
MinimalLengthBreakage, BladeWidth, StartGuillotine, StartMultiStages, Working with real numbers.