Share

FusionProductPreferences.isDimensionEditedWhenCreated Property

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

Description

Gets and sets if dimension value is edited when the dimension is created.

Syntax

"fusionProductPreferences_var" is a variable referencing a FusionProductPreferences object.

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

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

Property Value

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

Version

Introduced in version June 2015

Was this information helpful?