Gets and sets the degree of the spline.
# Get the value of the property.propertyValue = sketchControlPointSpline_var.degree# Set the value of the property.sketchControlPointSpline_var.degree = propertyValue
#include <Fusion/Sketch/SketchControlPointSpline.h>// Get the value of the property.SplineDegrees propertyValue = sketchControlPointSpline_var->degree();// Set the value of the property, where value_var is a SplineDegrees.bool returnValue = sketchControlPointSpline_var->degree(value_var);