Skip to main content

RenderingOptions

Parameters

Snapshot of the Rendering preference values.

Import

import ScriptingApi as api

# Access the class
# RenderingOptions is available via api.RenderingOptions

Properties

zoom_to_cursor_position

Turn zooming to the current cursor position on or off.

Type: bool


reset_camera_when_object_is_added

Reset the 3D camera to frame the scene each time a new object is added.

Type: bool


See Also