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