Share

SheetMetalRule.kFactor Property

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

Description

The K Factor value that is used when calculating the flat pattern. It must be a value between 0 and 1.

Syntax

"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.

# Get the value of the property.
propertyValue = sheetMetalRule_var.kFactor

# Set the value of the property.
sheetMetalRule_var.kFactor = propertyValue

Property Value

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

Version

Introduced in version November 2022

Was this information helpful?