ExtrudeFeature.isParametric Property
Parent Object:
ExtrudeFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtrudeFeature.h>
Description
Indicates if this feature is parametric or not.
Syntax
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
# Get the value of the property. propertyValue = extrudeFeature_var.isParametric
|
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
#include <Fusion/Features/ExtrudeFeature.h>
// Get the value of the property. boolean propertyValue = extrudeFeature_var->isParametric();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2014