VS:GetCompBotIsRelStory/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: Japanese Reference for 2016)
 
(No difference)

Latest revision as of 12:28, 14 January 2016

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

Description

壁の構成要素の下端がストーリを基準にしているかどうかを返します。

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

Parameters

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

Version

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

See Also

関連関数:

VS:SetCompBotIsRelStory

関連関数: [[VS:SetCompBotIsRelStory]]