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 flat pattern.
Specifies the limit for the length of the flat pattern cut size. If the actual cut size exceeds this length, an alarm icon is displayed adjacent to the flat pattern entry in PathFinder.
Specifies the limit for the width of the flat pattern cut size. If the actual cut size exceeds this length, an alarm icon is displayed adjacent to the flat pattern entry in PathFinder.
Specifies whether or not you want to use the default values that are set in Flat Pattern Treatments tab on the Options dialog box.
Description
This method sets information about the cut size of the flat pattern.
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 flat pattern.
AlarmOnX
Specifies the limit for the length of the flat pattern cut size. If the actual cut size exceeds this length, an alarm icon is displayed adjacent to the flat pattern entry in PathFinder.
AlarmOnY
Specifies the limit for the width of the flat pattern cut size. If the actual cut size exceeds this length, an alarm icon is displayed adjacent to the flat pattern entry in PathFinder.
UseDefaultValues
Specifies whether or not you want to use the default values that are set in Flat Pattern Treatments tab on the Options dialog box.
See Also

FlatPattern Object  | FlatPattern Members  | Solid Edge V19 - What's New