Property to get and set the desired loop type. The default is AllLoops.
# Get the value of the property.propertyValue = faceContourSelection_var.loopType# Set the value of the property.faceContourSelection_var.loopType = propertyValue
#include <Cam/GeometrySelections/FaceContourSelection.h>// Get the value of the property.LoopTypes propertyValue = faceContourSelection_var->loopType();// Set the value of the property, where value_var is a LoopTypes.bool returnValue = faceContourSelection_var->loopType(value_var);