Share

ModelParameter.value Property

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

Description

Gets and sets the real value (a double) of the parameter in database units. Setting this property will set/reset the expression value of the parameter

Syntax

"modelParameter_var" is a variable referencing a ModelParameter object.

# Get the value of the property.
propertyValue = modelParameter_var.value

# Set the value of the property.
modelParameter_var.value = propertyValue

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?