Flag to include all B-Rep bodies set as the setup models.
# Get the value of the property.propertyValue = silhouetteSelection_var.isSetupModelSelected# Set the value of the property.silhouetteSelection_var.isSetupModelSelected = propertyValue
#include <Cam/GeometrySelections/SilhouetteSelection.h>// Get the value of the property.boolean propertyValue = silhouetteSelection_var->isSetupModelSelected();// Set the value of the property, where value_var is a boolean.bool returnValue = silhouetteSelection_var->isSetupModelSelected(value_var);