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