Solid Edge Part Type Library
GetCutSizeValues 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 retrieves information about the cut size of the flat pattern.
Syntax
Visual Basic
Public Sub GetCutSizeValues( _
   ByRef MaxCutSizeX As Double, _
   ByRef MaxCutSizeY As Double, _
   ByRef ShowRangeBox As Boolean, _
   ByRef AlarmOnX As Boolean, _
   ByRef AlarmOnY As Boolean, _
   ByRef 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