VS:GetCompBotIsRelStory/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: 2015 VS Reference JP G)
(No difference)

Revision as of 01:06, 13 January 2015

.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

Availability: from Vectorworks 2015

See Also

VS Functions:

VS:SetCompBotIsRelStory

VS Functions: [[VS:SetCompBotIsRelStory]]