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 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
Get cut size values of blank.
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 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.
See Also

Blank Object  | Blank Members