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