Solid Edge Part Type Library
SetCutSizeValues Method
Specifies the maximum X value for the cut size.
Specifies the maximum Y value for the cut size.
Specifies whether or not the range box is displayed around the blank.
Specifies the limit for the length of the cut size.
Specifies the limit for the width of the cut size.
Specifies whether or not you want to use the default values.
Description
Set cut size values for blank.
Syntax
Visual Basic
Public Sub SetCutSizeValues( _
   ByVal MaxCutSizeX As Double, _
   ByVal MaxCutSizeY As Double, _
   ByVal ShowRangeBox As Boolean, _
   ByVal AlarmOnX As Boolean, _
   ByVal AlarmOnY As Boolean, _
   ByVal UseDefaultValues As Boolean _
) 
Parameters
MaxCutSizeX
Specifies the maximum X value for the cut size.
MaxCutSizeY
Specifies the maximum Y value for the cut size.
ShowRangeBox
Specifies whether or not the range box is displayed around the blank.
AlarmOnX
Specifies the limit for the length of the cut size.
AlarmOnY
Specifies the limit for the width of the cut size.
UseDefaultValues
Specifies whether or not you want to use the default values.
Remarks

The cutsize variables work the same way as they do with FlatPattern. 
The MaxCutSizeX and MaxCutSizeY values are X and Y boundaries, respectively that if exceeded by the output Blank feature can cause an ‘alarm’ if the respective Boolean AlarmOnX or AlarmOnY settings are ‘true’.

To discover whether the max cut sizes specified have been exceeded, a call to CutSizeViolation() from the FlatPattern Model object such as:
        bSizeViolated = objFlatPatternModel.CutSizeViolation

See Also

Blank Object  | Blank Members