VS:SetCompBotIsRelStory/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision: 2015 VS Reference JP S)
No edit summary
Line 6: Line 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
構成要素の下端がストーリを基準にするかどうか設定します。</desc>
構成要素の下端をストーリを基準にするかどうか設定します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 25: Line 25:
object
object
HANDLE
HANDLE
壁、円弧壁、壁スタイル、または壁の設定のハンドル
オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
</line>
</line>
<line>
<line>
componentIndex
componentIndex
INTEGER
INTEGER
構成要素のインデックス
構成要素の番号
</line>
</line>
<line>
<line>
bottomIsRelativeToStory
bottomIsRelativeToStory
BOOLEAN
BOOLEAN
構成要素の下端がストーリを基準にする(TRUE)/しない(FALSE)
構成要素の下端をストーリを基準にする/しない
</line>
</line>
</lineList>
</lineList>
Line 48: Line 48:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso>
VS Functions:
関連関数:
[[VS:GetCompBotIsRelStory]]  
[[VS:GetCompBotIsRelStory]]  
</seeAlso>
</seeAlso>
Line 54: Line 54:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from Vectorworks 2015
利用可能バージョン: Vectorworks 2015


</version>
</version>

Revision as of 12:33, 14 January 2016

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

Description

構成要素の下端をストーリを基準にするかどうか設定します。

FUNCTION SetCompBotIsRelStory(
object :HANDLE;
componentIndex :INTEGER;
bottomIsRelativeToStory :BOOLEAN) : BOOLEAN;
def vs.SetCompBotIsRelStory(object, componentIndex, bottomIsRelativeToStory):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
componentIndex INTEGER 構成要素の番号
bottomIsRelativeToStory BOOLEAN 構成要素の下端をストーリを基準にする/しない

Version

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

See Also

関連関数:

VS:GetCompBotIsRelStory

関連関数: [[VS:GetCompBotIsRelStory]]