SilhouetteSelection.isSetupModelSelected Property
Parent Object:
SilhouetteSelectionDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/SilhouetteSelection.h>
Description
Flag to include all B-Rep bodies set as the setup models.
Syntax
"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.
# Get the value of the property. propertyValue = silhouetteSelection_var.isSetupModelSelected
# Set the value of the property. silhouetteSelection_var.isSetupModelSelected = propertyValue |
"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.
#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); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version April 2023