RevolveFeature.isParametric Property

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

Description

Indicates if this feature is parametric or not.

Syntax

"revolveFeature_var" is a variable referencing a RevolveFeature object.

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

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

Property Value

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

Version

Introduced in version August 2014