ConfigurationPlasticRuleColumns.add Method

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

Description

Adds a new column to the plastic rule table.

Syntax

"configurationPlasticRuleColumns_var" is a variable referencing a ConfigurationPlasticRuleColumns object.
returnValue = configurationPlasticRuleColumns_var.add(component)
"configurationPlasticRuleColumns_var" is a variable referencing a ConfigurationPlasticRuleColumns object.

#include <Fusion/Configurations/ConfigurationPlasticRuleColumns.h>

returnValue = configurationPlasticRuleColumns_var->add(component);

Return Value

Type Description
ConfigurationPlasticRuleColumn Returns the newly created ConfigurationPlasticRuleColumn object or null if it fails.

Parameters

Name Type Description
component Component The component whose active plastic rule will be controlled by this column.

Version

Introduced in version March 2024