WorkingModel.createConfiguredDesign Method
Parent Object: WorkingModelDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/WorkingModel.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
"workingModel_var" is a variable referencing a WorkingModel object.
|
Return Value
Type | Description |
ConfigurationTopTable | Returns the ConfigurationTable that defines the configurations for this design. |