VS:JoinWalls/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

壁結合ツールのインターフェイスをVectorScriptで提供します。

FUNCTION JoinWalls(
firstWall :HANDLE;
secondWall :HANDLE;
firstWall :REAL;
secondWall :REAL;
joinModifier :INTEGER;
capped :BOOLEAN;
showAlerts :BOOLEAN) : BOOLEAN;
def vs.JoinWalls(firstWall, secondWall, firstWall, secondWall, joinModifier, capped, showAlerts):
    return BOOLEAN

Parameters

firstWall HANDLE 壁1のハンドル
secondWall HANDLE 壁2のハンドル
firstWall REAL 壁1の結合する点の座標
secondWall REAL 壁2の結合する点の座標
joinModifier INTEGER 結合の種類 (1:T型結合/2:L型結合/3:X型結合/4:自動結合)
capped BOOLEAN 端の表示(TRUE:表示/FALSE:非表示)
showAlerts BOOLEAN 警告ダイアログの設定(TRUE:表示/FALSE:非表示)

Version

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