UnstitchFeature.isParametric Property

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

Description

Indicates if this feature is parametric or not.

Syntax

"unstitchFeature_var" is a variable referencing a UnstitchFeature object.

# Get the value of the property.
propertyValue = unstitchFeature_var.isParametric
"unstitchFeature_var" is a variable referencing a UnstitchFeature object.
#include <Fusion/Features/UnstitchFeature.h>

// Get the value of the property.
boolean propertyValue = unstitchFeature_var->isParametric();

Property Value

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

Version

Introduced in version July 2015