VS:AddSymToWallEdge/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.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