VS:LineTo/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 43: Line 43:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso>
関連関数:
VS Functions:
[[VS:Absolute]]  
[[VS:Absolute]]  
| [[VS:Relative]]  
| [[VS:Relative]]  
Line 50: Line 50:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: MiniCAD
Availability: from MiniCAD


</version>
</version>

Revision as of 08:08, 12 January 2016

.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

Availability: from MiniCAD

See Also

VS Functions:

VS:Absolute | VS:Relative

VS Functions:

[[VS:Absolute]]

| [[VS:Relative]]