Solid Edge Assembly Type Library
Range Method
Specifies the x coordinate of the lower-left corner the referenced object.
Specifies the y coordinate of the lower-left corner of the referenced object.
Specifies the z coordinate of the lower-left corner of the referenced object.
Specifies the x coordinate of the upper-right corner of the referenced object.
Specifies the y coordinate of the upper-right corner of the referenced object.
Specifies the z coordinate of the upper-right corner of the referenced object.
Description
Returns the high and low range values for the referenced object.
Syntax
Visual Basic
Public Sub Range( _
   ByRef X1 As Double, _
   ByRef Y1 As Double, _
   ByRef Z1 As Double, _
   ByRef X2 As Double, _
   ByRef Y2 As Double, _
   ByRef Z2 As Double _
) 
Parameters
X1
Specifies the x coordinate of the lower-left corner the referenced object.
Y1
Specifies the y coordinate of the lower-left corner of the referenced object.
Z1
Specifies the z coordinate of the lower-left corner of the referenced object.
X2
Specifies the x coordinate of the upper-right corner of the referenced object.
Y2
Specifies the y coordinate of the upper-right corner of the referenced object.
Z2
Specifies the z coordinate of the upper-right corner of the referenced object.
See Also

AssemblyFilletWeld Object  | AssemblyFilletWeld Members  | Solid Edge V18 - What's New