Solid Edge Part Type Library
GetRangeByModel Method
Specifies the input part occurrence from which the range is obtained.
X-coordinate of the first point that defines the range box.
Y-coordinate of the first point that defines the range box.
Z-coordinate of the first point that defines the range box.
X-coordinate of the second point that defines the range box.
Y-coordinate of the second point that defines the range box.
Z-coordinate of the second point that defines the range box.
Description
Returns the range of a part occurrence specified by an input model.
Syntax
Visual Basic
Public Sub GetRangeByModel( _
   ByVal WeldPartOrBeadModel As Object, _
   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
WeldPartOrBeadModel
Specifies the input part occurrence from which the range is obtained.
x1
X-coordinate of the first point that defines the range box.
y1
Y-coordinate of the first point that defines the range box.
Z1
Z-coordinate of the first point that defines the range box.
x2
X-coordinate of the second point that defines the range box.
y2
Y-coordinate of the second point that defines the range box.
Z2
Z-coordinate of the second point that defines the range box.
See Also

WeldExtrudedCutout Object  | WeldExtrudedCutout Members

Send comments on this topic.