EmbossFeature.healthState Property

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

Description

Returns the current health state of the feature.

Syntax

"embossFeature_var" is a variable referencing an EmbossFeature object.

# Get the value of the property.
propertyValue = embossFeature_var.healthState
"embossFeature_var" is a variable referencing an EmbossFeature object.
#include <Fusion/Features/EmbossFeature.h>

// Get the value of the property.
FeatureHealthStates propertyValue = embossFeature_var->healthState();

Property Value

This is a read only property whose value is a FeatureHealthStates.

Version

Introduced in version September 2025