UnhideAll

導入

v1.0

詳細

隠れているオブジェクトを表示します。

スクリプト構文

UnhideAll( [PropertyName] );

パラメータ

パラメータ タイプ 説明
PropertyName 文字列 設定する可視性パラメータ

デフォルト値: visibility

指定可能な値:

説明:

visibility ビューとレンダの表示/非表示
viewvis View visibility
rendvis Render visibility
selectability 選択の可/不可
ghosting アニメーションのゴースト

VBScript の例

' Unhide all objects in both the viewports and in the rendering

UnhideAll

'Unhide all objects in the viewports

UnhideAll "viewvis"