VS:LineTo/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

現在のペン位置から、絶対座標の位置へ線を描画します。

PROCEDURE LineTo(
p :REAL);
def vs.LineTo(p):
    return None

Parameters

p REAL 終点の座標

Example

LineTo(3,4);
{draws a line from the current pen position to (3,4)}

Version

利用可能バージョン: MiniCAD

See Also

利用可能バージョン:

VS:Absolute | VS:Relative

利用可能バージョン:

[[VS:Absolute]]

| [[VS:Relative]]