VS:SetComponentWidth/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

ハンドルで指定した壁で、指定した番号の構成要素の幅を設定します。
ハンドルがNILならば、デフォルト壁スタイルに作用します。

FUNCTION SetComponentWidth(
object :HANDLE;
componentIndex :INTEGER;
width :REAL)Coordinate)) : BOOLEAN;
def vs.SetComponentWidth(object, componentIndex, width):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
componentIndex INTEGER 構成要素の番号
width REAL (Coordinate) 構成要素の幅

Version

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

See Also

関連関数:

VS:GetComponentWidth

関連関数: [[VS:GetComponentWidth]]