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