Share

FusionProductPreferences.isAutoLookAtSketch2 Property

Parent Object: FusionProductPreferences
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionProductPreferences.h>

Description

Gets and sets if the view is re-oriented to view the newly created sketch, and if it is re-oriented, if the camera uses the current camera settings or is orthographic.

Syntax

"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.

# Get the value of the property.
propertyValue = fusionProductPreferences_var.isAutoLookAtSketch2

# Set the value of the property.
fusionProductPreferences_var.isAutoLookAtSketch2 = propertyValue

Property Value

This is a read/write property whose value is an AutoLookAtSketchSettings.

Version

Introduced in version September 2025

Was this information helpful?