Procedure Move3D moves the most recently created three-dimensional object a relative distance from it's original location. The object is moved relative to its center.
PROCEDURE Move3D(
xDistance : REAL;
yDistance : REAL;
zDistance : REAL);def vs.Move3D(xDistance, yDistance, zDistance):
return None| Name | Type | Description |
|---|---|---|
| xDistance | REAL | X offset distance. |
| yDistance | REAL | Y offset distance. |
| zDistance | REAL | Z offset ditance. |
BeginXtrd(0',2");
Rect(0",1",1",0");
EndXtrd;
Move3D(3",1",2");Availability: from All Versions