VS:Line/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision: Testing Upload)
No edit summary
Line 46: Line 46:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from MiniCAD
利用可能バージョン: MiniCAD


</version>
</version>

Revision as of 12:30, 14 January 2016

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

Description

現在のペン位置から、相対的に移動した座標の位置へ線を描画します。

PROCEDURE Line(
line :REAL);
def vs.Line(line):
    return None

Parameters

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

Example

Line(2,2);
{ draws a line from the current pen location to a point }
{ 2 horizontal and 2 vertical units away.               }

Version

利用可能バージョン: MiniCAD