VS:Move/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

現在のペン位置を相対的に移動します。

PROCEDURE Move(
move :REAL);
def vs.Move(move):
    return None

Parameters

move REAL X、Y軸方向への移動距離

Example

Move(6,1);
{ moves the graphics pen 6 units to the right }
{ and 1 unit up from the current position.    }

Version

利用可能バージョン: MiniCAD

See Also

関連関数:

VS:MoveTo

関連関数: [[VS:MoveTo]]