VS:GetComponentWallBottomOffset/ja

From Vectorworks Developer
Revision as of 15:44, 17 May 2013 by Root (talk | contribs) (1 revision)
(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 GetComponentWallBottomOffset(
object :HANDLE;
componentIndex :INTEGER;
VAR offsetFromWallBottom :REAL) : BOOLEAN;
def vs.GetComponentWallBottomOffset(object, componentIndex):
    return (BOOLEAN, offsetFromWallBottom)

Parameters

object HANDLE オブジェクト。壁、円弧壁、壁スタイルもしくは壁設定。
componentIndex INTEGER 構成要素のインデックス
offsetFromWallBottom REAL 構成要素の壁の下端からのオフセットを返す。.

Version

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

See Also

関連関数:

VS:SetComponentWallBottomOffset

関連関数: [[VS:SetComponentWallBottomOffset]]