Share

FusionProductPreferences.isAutoProjectGeometry Property

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

Description

Gets and Sets if geometry, not in the active sketch plane, is to be automatically projected.

Syntax

"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.

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

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

Property Value

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

Version

Introduced in version May 2016

Was this information helpful?