ExtrudeFeature.isThinExtrude Property
Parent Object:
ExtrudeFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtrudeFeature.h>
Description
Sets or returns whether the extrude is a thin extrude. Setting it as false will make it a regular extrude.
Syntax
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
# Get the value of the property. propertyValue = extrudeFeature_var.isThinExtrude
# Set the value of the property. extrudeFeature_var.isThinExtrude = propertyValue
|
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
#include <Fusion/Features/ExtrudeFeature.h>
// Get the value of the property. boolean propertyValue = extrudeFeature_var->isThinExtrude();
// Set the value of the property, where value_var is a boolean. bool returnValue = extrudeFeature_var->isThinExtrude(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version April 2021