VS:SetComponentWallBottomOffset/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 25: Line 25:
object
object
HANDLE
HANDLE
オブジェクト。壁、円弧壁、壁スタイルもしくは壁設定。
オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
</line>
</line>
<line>
<line>
componentIndex
componentIndex
INTEGER
INTEGER
構成要素のインデックス
構成要素の番号
</line>
</line>
<line>
<line>

Revision as of 12:33, 14 January 2016

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

Description

図形の構成要素の壁の下端からのオフセットを設定します。

FUNCTION SetComponentWallBottomOffset(
object :HANDLE;
componentIndex :INTEGER;
offsetFromWallBottom :REAL)Coordinate)) : BOOLEAN;
def vs.SetComponentWallBottomOffset(object, componentIndex, offsetFromWallBottom):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
componentIndex INTEGER 構成要素の番号
offsetFromWallBottom REAL (Coordinate) 構成要素の壁下端からのオフセット

Version

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

See Also

関連関数:

VS:GetComponentWallBottomOffset

関連関数: [[VS:GetComponentWallBottomOffset]]