ExtrudeFeature.isSolid Property
Parent Object:
ExtrudeFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtrudeFeature.h>
Description
Indicates if this feature was initially created as a solid or a surface.
Syntax
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
# Get the value of the property. propertyValue = extrudeFeature_var.isSolid
|
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
#include <Fusion/Features/ExtrudeFeature.h>
// Get the value of the property. boolean propertyValue = extrudeFeature_var->isSolid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version March 2015