VS:SetPolyPt/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:38, 12 August 2013

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

Description

ハンドルで指定した多角形/曲線の頂点の座標を設定します。

PROCEDURE SetPolyPt(
objectHd :HANDLE;
index :INTEGER;
xR :REAL;
yR :REAL);
def vs.SetPolyPt(objectHd, index, xR, yR):
    return None

Parameters

objectHd HANDLE 多角形/曲線のハンドル
index INTEGER 頂点番号
xR REAL 頂点のX座標
yR REAL 頂点のY座標

Version

利用可能バージョン: MiniCAD