Share

FusionProductPreferences.isAutoProjectEdgesOnReference Property

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

Description

Gets and sets if model edges should be automatically projected when creating constraints and dimensions in the active sketch when the orientation is normal to the active sketch plane.

Syntax

"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.

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

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

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version May 2022

Was this information helpful?