color [-userDefined int]
[objects]
color は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
このコマンドは、指定したオブジェクトの固定ワイヤフレーム カラーを設定してそのオブジェクトのクラス カラーにするか、または、-ud/userDefined フラグを指定している場合はユーザ定義カラーの 1 つを設定します。なし
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-userDefined(-ud)
|
int
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// create a sphere and deselect it sphere -n sphere1; select -d; // Set the inactive wireframe color of the sphere to the // first user defined color color -ud 1 sphere1; // set the wireframe color of the sphere back to its default color color sphere1;