PlasticRule.minimumThickness Property

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

Description

The minimum thickness of the part in centimeters. This is used by the Design Advice command when analyzing the part for manufacturability.

Syntax

"plasticRule_var" is a variable referencing a PlasticRule object.

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

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

// Get the value of the property.
double propertyValue = plasticRule_var->minimumThickness();

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

Property Value

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

Version

Introduced in version January 2024