MoveAxes Method
Description
Sets the position of the Cartesian axes.
Syntax
Visual Basic |
---|
Public Function MoveAxes( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) As Integer |
Parameters
- x
- The x coordinate of the new position of the axes origin. This position is relative to the current axes origin.
- y
- The y coordinate of the new position of the axes origin. This position is relative to the current axes origin.
- z
- The z coordinate of the new position of the axes origin. This position is relative to the current axes origin.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.MoveAxes (10, 33, 0)