VS:SetCompBotIsRelStory/ja

From Vectorworks Developer
Revision as of 12:33, 14 January 2016 by Kimura (talk | contribs) (1 revision: Japanese Reference for 2016)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.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]]