Share

PlasticRule.minimumDraftAngle Property

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

Description

The minimum draft angle allowed in radians. 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.minimumDraftAngle

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

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?