Returns an array of the mesh bodies associated with this base feature.
# Get the value of the property.propertyValue = baseFeature_var.meshBodies
#include <Fusion/Features/BaseFeature.h>// Get the value of the property.std::vector<Ptr<MeshBody>> propertyValue = baseFeature_var->meshBodies();