Indicates if this feature is parametric or not.
# Get the value of the property.propertyValue = feature_var.isParametric
#include <Fusion/Features/Feature.h>// Get the value of the property.boolean propertyValue = feature_var->isParametric();