Desired side type. The default is StartOutside.
# Get the value of the property.propertyValue = silhouetteSelection_var.sideType# Set the value of the property.silhouetteSelection_var.sideType = propertyValue
#include <Cam/GeometrySelections/SilhouetteSelection.h>// Get the value of the property.SideTypes propertyValue = silhouetteSelection_var->sideType();// Set the value of the property, where value_var is a SideTypes.bool returnValue = silhouetteSelection_var->sideType(value_var);