VS:AddSymToWallEdge/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:25, 12 August 2013

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

Description

ハンドルで指定した壁に、挿入モードを指定してシンボルを挿入します。

PROCEDURE AddSymToWallEdge(
h :HANDLE;
alongDistance :REAL)Coordinate); heightDistance:REAL (Coordinate); flip:BOOLEAN; right:BOOLEAN; symbolName:STRING; insertMode:INTEGER);
def vs.AddSymToWallEdge(h, alongDistance, heightDistance, flip, right, symbolName, insertMode):
    return None

Parameters

h HANDLE 壁のハンドル
alongDistance REAL (Coordinate) 壁の始点から挿入点までの距離
heightDistance REAL (Coordinate) 挿入位置の高さ
flip BOOLEAN シンボルを反転する場合はTRUE
right BOOLEAN 右側に挿入する場合はTRUE
symbolName STRING シンボルの名前
insertMode INTEGER 挿入モード

Version

利用可能バージョン: VectorWorks8.0