Share

SheetMetalRuleValue.value Property

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

Description

Gets and sets the value of the sheet metal rule value in centimeters. Setting this value will create a new expression that is equivalent to the new value.

Syntax

"sheetMetalRuleValue_var" is a variable referencing a SheetMetalRuleValue object.

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

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

Property Value

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

Version

Introduced in version November 2022

Was this information helpful?