VS:GetWallOverallHeights/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

壁または円弧壁の全高を取得します。

PROCEDURE GetWallOverallHeights(
theWall :HANDLE;
VAR overallHeightTop :REAL;
VAR overallHeightBottom :REAL);
def vs.GetWallOverallHeights(theWall):
    return (overallHeightTop, overallHeightBottom)

Parameters

theWall HANDLE 壁または円弧壁のハンドル
overallHeightTop REAL オフセット高さ(上)
overallHeightBottom REAL オフセット高さ(下)

Version

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

See Also

関連関数:

VS:SetWallOverallHeights

関連関数: [[VS:SetWallOverallHeights]]