FilletFeature.isParametric Property

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

Description

Indicates if this feature is parametric or not.

Syntax

"filletFeature_var" is a variable referencing a FilletFeature object.

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

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

Property Value

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

Version

Introduced in version November 2014