VS:SetObjectWallOffset/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision: 2014J VS Reference S)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
壁の中の図形のオフセットを設定する。</desc>
壁の中の図形のオフセットを設定します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 55: Line 54:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2010
Availability: from Vectorworks 2010


</version>
</version>

Latest revision as of 03:37, 16 January 2014

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

Description

壁の中の図形のオフセットを設定します。

FUNCTION SetObjectWallOffset(
objH :HANDLE;
wallH :HANDLE;
offset :REAL)Coordinate)) : BOOLEAN;
def vs.SetObjectWallOffset(objH, wallH, offset):
    return BOOLEAN

Parameters

objH HANDLE オフセットさせるオブジェクトハンドル
wallH HANDLE 壁のハンドル
offset REAL (Coordinate) 壁の中の図形のオフセット

Return Value

設定が成功したかどうかを返します。

Version

Availability: from Vectorworks 2010