PlasticRule.name Property

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

Description

The name of the plastic rule. When setting the name, it must be unique with respect to other plastic rules in the design or library.

Syntax

"plasticRule_var" is a variable referencing a PlasticRule object.

# Get the value of the property.
propertyValue = plasticRule_var.name

# Set the value of the property.
plasticRule_var.name = propertyValue
"plasticRule_var" is a variable referencing a PlasticRule object.
#include <Fusion/Plastic/PlasticRule.h>

// Get the value of the property.
string propertyValue = plasticRule_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = plasticRule_var->name(value_var);

Property Value

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

Version

Introduced in version January 2024