Share

PlasticRule.material Property

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

Description

Gets and sets the material assigned to this plastic rule

Syntax

"plasticRule_var" is a variable referencing a PlasticRule object.

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

# Set the value of the property.
plasticRule_var.material = propertyValue

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?