CoilFeature.healthState Property
Parent Object:
CoilFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CoilFeature.h>
Description
Returns the current health state of the feature.
Syntax
"coilFeature_var" is a variable referencing a CoilFeature object.
# Get the value of the property. propertyValue = coilFeature_var.healthState
|
"coilFeature_var" is a variable referencing a CoilFeature object.
#include <Fusion/Features/CoilFeature.h>
// Get the value of the property. FeatureHealthStates propertyValue = coilFeature_var->healthState();
|
Property Value
This is a read only property whose value is a
FeatureHealthStates.
Version
Introduced in version July 2016