Returns whether this body is closed (solid) or not.
# Get the value of the property.propertyValue = bRepBody_var.isSolid
#include <Fusion/BRep/BRepBody.h>// Get the value of the property.boolean propertyValue = bRepBody_var->isSolid();