Share

MinimumRadiusAnalysis.name Property

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

Description

A property that gets and sets the name of the analysis. If you use a name that is not unique, Fusion will automatically append a number to the name to make it unique.

Syntax

"minimumRadiusAnalysis_var" is a variable referencing a MinimumRadiusAnalysis object.

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

# Set the value of the property.
minimumRadiusAnalysis_var.name = propertyValue

Property Value

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

Version

Introduced in version January 2023

Was this information helpful?