BoxFeature.isSuppressed Property
Parent Object:
BoxFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/BoxFeature.h>
Description
Gets and sets if this feature is suppressed. This is only valid for parametric features.
Syntax
"boxFeature_var" is a variable referencing a BoxFeature object.
# Get the value of the property. propertyValue = boxFeature_var.isSuppressed
# Set the value of the property. boxFeature_var.isSuppressed = propertyValue
|
"boxFeature_var" is a variable referencing a BoxFeature object.
#include <Fusion/Features/BoxFeature.h>
// Get the value of the property. boolean propertyValue = boxFeature_var->isSuppressed();
// Set the value of the property, where value_var is a boolean. bool returnValue = boxFeature_var->isSuppressed(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version September 2015