Share

ConfigurationPlasticRuleCell.plasticRule Property

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

Description

Gets and sets the plastic rule defined for this cell.

Syntax

"configurationPlasticRuleCell_var" is a variable referencing a ConfigurationPlasticRuleCell object.

# Get the value of the property.
propertyValue = configurationPlasticRuleCell_var.plasticRule

# Set the value of the property.
configurationPlasticRuleCell_var.plasticRule = propertyValue

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?