v3.0
ビューイング
ビューポートでのカメラに対する直前の変更をキャンセルします。
CameraUndo( [View] ); |
パラメータ | タイプ | 詳細 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ビュー | Integer | 取り消すビュー。
デフォルト値: -1 (現在のビューポート)
|
' 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 |