MinimalLengthBreakage

 

Name

 

            MinimalLengthBreakage

 

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 MinimalLengthBreakage: Long;

 

Explanations

 

            The minimal length 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 length less than this value.

            If MinimalLengthBreakage = 5 then the length of the waste rectangles are either 0 or greater than 5.

 

Default value

 

0

 

Note

 

            This property is related to MinimalWidthBreakage (which has the same effect for the Width of the pieces). Setting only one of MinimalWidthBreakage or MinimalLengthBreakage will automatically set both to the same value.

 

See Also:

 

            MinimalWidthBreakage, BladeWidth, StartGuillotine, StartMultiStages, Working with real numbers.