VS:Move/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:35, 12 August 2013

.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]]