VS:SetObjWallInsertMode/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: 2017 JP S)
 
(No difference)

Latest revision as of 06:51, 11 January 2017

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

Description

壁に挿入したオブジェクトの、壁への挿入位置を設定します。

1 - 壁の中心
2 - 壁の左面
3 - 壁の右面


オブジェクトが壁に挿入されている必要があります。

FUNCTION SetObjWallInsertMode(
objH :HANDLE;
wallH :HANDLE;
insertMode :INTEGER) : Boolean;
def vs.SetObjWallInsertMode(objH, wallH, insertMode):
    return Boolean

Parameters

objH HANDLE
wallH HANDLE
insertMode INTEGER

Return Value

壁への挿入位置を正常に設定できた場合にTrueを返します。

次のような場合にFalseを返します:
オブジェクトのハンドルが null
壁のハンドルが null
オブジェクトが壁に挿入されていない

Version

利用可能バージョン: Vectorworks 2017