VS:SetWallStyle/ja

From Vectorworks Developer
Revision as of 14:38, 12 August 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 SetWallStyle(
theWall :HANDLE;
wallStyle :STRING;
selectedOffDistance :REAL)Coordinate); replacingOffDistance:REAL (Coordinate)) : BOOLEAN;
def vs.SetWallStyle(theWall, wallStyle, selectedOffDistance, replacingOffDistance):
    return BOOLEAN

Parameters

theWall HANDLE 壁のハンドル
wallStyle STRING 壁スタイル
selectedOffDistance REAL (Coordinate) 壁のオフセット
replacingOffDistance REAL (Coordinate) 壁スタイルのオフセット

Return Value

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

Version

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

See Also

関連関数:

VS:GetWallStyle

関連関数: [[VS:GetWallStyle]]