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