CameraUndo

導入

v3.0

カテゴリ

ビューイング

詳細

ビューポートでのカメラに対する直前の変更をキャンセルします。

スクリプト構文

CameraUndo( [View] );

パラメータ

パラメータ タイプ 詳細
ビュー Integer 取り消すビュー。

デフォルト値: -1 (現在のビューポート)

指定可能な値:

説明:

-1 現在のビューポート
0 ビューポート A
1 ビューポート B
2 ビューポート C
3 ビューポート D

VBScript の例

' Create a Sphere primitive
CreatePrim "Sphere", "NurbsSurface", "MySphere"
' ===============================================
' Perform a manual View Operation (ex Pan/Zoom/Orbit
' tool) on top View in Viewport "A", before
' calling the next command
' ===============================================
' Undo Last Camera change
CameraUndo 0

関連項目

CameraRedo CameraReset