VS:SetSegPt2/ja

From Vectorworks Developer
Revision as of 14:38, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

ハンドルで指定した直線や壁の終点の座標を、指定した座標に変更します。

PROCEDURE SetSegPt2(
h :HANDLE;
p :REAL);
def vs.SetSegPt2(h, p):
    return None

Parameters

h HANDLE 図形のハンドル
p REAL 終点の座標

Version

利用可能バージョン: MiniCAD

See Also

関連関数:

VS:SetSegPt1

関連関数: [[VS:SetSegPt1]]