VS:SetWallCornerHeights/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:38, 12 August 2013

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

Description

壁または円弧壁のコーナーの高さを設定します。

FUNCTION SetWallCornerHeights(
theWall :HANDLE;
startHeightTop :REAL)Coordinate); startHeightBottom:REAL (Coordinate); endHeightTop:REAL (Coordinate); endHeightBottom:REAL (Coordinate)) : BOOLEAN;
def vs.SetWallCornerHeights(theWall, startHeightTop, startHeightBottom, endHeightTop, endHeightBottom):
    return BOOLEAN

Parameters

theWall HANDLE 壁または円弧壁のハンドル
startHeightTop REAL (Coordinate) 始点のオフセット高さ(上)
startHeightBottom REAL (Coordinate) 始点のオフセット高さ(下)
endHeightTop REAL (Coordinate) 終点のオフセット高さ(上)
endHeightBottom REAL (Coordinate) 終点のオフセット高さ(下)

Return Value

設定が正しくされたかどうか返します。

Version

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

See Also

関連関数:

VS:GetWallCornerHeights

関連関数: [[VS:GetWallCornerHeights]]