VS:SetCompBotIsRelStory/ja

From Vectorworks Developer
Revision as of 06:09, 13 January 2015 by Unknown user
(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 構成要素の下端がストーリを基準にする(TRUE)/しない(FALSE)

Version

Availability: from Vectorworks 2015

See Also

VS Functions:

VS:GetCompBotIsRelStory

VS Functions: [[VS:GetCompBotIsRelStory]]