The desired extension method. TangentExtension by default.
# Get the value of the property.propertyValue = pocketSelection_var.extensionMethod# Set the value of the property.pocketSelection_var.extensionMethod = propertyValue
#include <Cam/GeometrySelections/PocketSelection.h>// Get the value of the property.ExtensionMethods propertyValue = pocketSelection_var->extensionMethod();// Set the value of the property, where value_var is an ExtensionMethods.bool returnValue = pocketSelection_var->extensionMethod(value_var);