Solid Edge Draft Type Library
GetRange3d Method
Minimum point of the range.
Minimum point of the range.
Minimum point of the range.
Maximum point of the range.
Maximum point of the range.
Maximum point of the range.
Description
Returns the 3d range.
Syntax
Visual Basic
Public Sub GetRange3d( _
   ByRef XMin As Double, _
   ByRef YMin As Double, _
   ByRef ZMin As Double, _
   ByRef XMax As Double, _
   ByRef YMax As Double, _
   ByRef ZMax As Double _
) 
Parameters
XMin
Minimum point of the range.
YMin
Minimum point of the range.
ZMin
Minimum point of the range.
XMax
Maximum point of the range.
YMax
Maximum point of the range.
ZMax
Maximum point of the range.
Remarks
This method returns the minimum and maximum three-dimensional range points for the referenced ModelMember object.
See Also

ModelMember Object  | ModelMember Members

Send comments on this topic.