Feature.healthState Property

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

Description

Returns the current health state of the feature.

Syntax

"feature_var" is a variable referencing a Feature object.

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

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

Property Value

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

Samples

Name Description
Extrude Feature API Sample Demonstrates creating a new extrude feature.

Version

Introduced in version July 2016