ConstructionPlane.healthState Property

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

Description

Returns the current health state of this construction plane.

Syntax

"constructionPlane_var" is a variable referencing a ConstructionPlane object.

# Get the value of the property.
propertyValue = constructionPlane_var.healthState
"constructionPlane_var" is a variable referencing a ConstructionPlane object.
#include <Fusion/Construction/ConstructionPlane.h>

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

Property Value

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

Samples

Name Description
Construction Plane API Sample Demonstrates creating construction plane by different ways.

Version

Introduced in version July 2016