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