VS:SetWallCaps/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

壁の端部の表示状態、形状を設定します。

FUNCTION SetWallCaps(
theWall :HANDLE;
leftCap :BOOLEAN;
rightCap :BOOLEAN;
round :BOOLEAN) : BOOLEAN;
def vs.SetWallCaps(theWall, leftCap, rightCap, round):
    return BOOLEAN

Parameters

theWall HANDLE 壁のハンドル
leftCap BOOLEAN 始点側の端を表示する/しない
rightCap BOOLEAN 終点側の端を表示する/しない
round BOOLEAN 端の形状を丸にする/しない

Return Value

実行した結果を返します。

Version

利用可能バージョン: VectorWorks12.5

See Also

関連関数:

VS:GetWallCaps

関連関数: [[VS:GetWallCaps]]