ShellFeature.name Property

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

Description

Returns the name of the feature as seen in the browser (non-parametric) or in the timeline (parametric).

Syntax

"shellFeature_var" is a variable referencing a ShellFeature object.

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

# Set the value of the property.
shellFeature_var.name = propertyValue
"shellFeature_var" is a variable referencing a ShellFeature object.
#include <Fusion/Features/ShellFeature.h>

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

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

Property Value

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

Version

Introduced in version November 2014