Indicates if this feature was initially created as a solid or a surface.
# Get the value of the property.propertyValue = extrudeFeature_var.isSolid
#include <Fusion/Features/ExtrudeFeature.h>// Get the value of the property.boolean propertyValue = extrudeFeature_var->isSolid();