VS:GetCompTopIsRelStory/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

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

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

Parameters

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

Version

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

See Also

関連関数:

VS:SetCompTopIsRelStory

関連関数: [[VS:SetCompTopIsRelStory]]