Share

RipFeature.name Property

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

Description

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

Syntax

"ripFeature_var" is a variable referencing a RipFeature object.

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

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

Property Value

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

Version

Introduced in version September 2023

Was this information helpful?