Share

FlatPatternProduct.createConfiguredDesign Method

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

Description

Converts this design into a configured design. The returned ConfigurationTable has a single row and no columns. You can use it to add columns and rows to define the configuration.

Syntax

"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.
returnValue = flatPatternProduct_var.createConfiguredDesign()

Return Value

Type Description
ConfigurationTopTable Returns the ConfigurationTable that defines the configurations for this design.

Version

Introduced in version January 2024

Was this information helpful?