VS:GetComponentWallBottomOffset/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 35: Line 34:
offsetFromWallBottom
offsetFromWallBottom
REAL
REAL
構成要素の壁の下端からのオフセットを返す。.
構成要素の壁の下端からのオフセットを返します。.
</line>
</line>
</lineList>
</lineList>
Line 48: Line 47:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso>
関連関数:
VS Functions:
[[VS:SetComponentWallBottomOffset]]  
[[VS:SetComponentWallBottomOffset]]  
</seeAlso>
</seeAlso>
Line 54: Line 53:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2011
Availability: from Vectorworks 2011


</version>
</version>

Revision as of 02:37, 16 January 2014

.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

Availability: from Vectorworks 2011

See Also

VS Functions:

VS:SetComponentWallBottomOffset

VS Functions: [[VS:SetComponentWallBottomOffset]]