Indicates if this geometry is "fixed".
# Get the value of the property.propertyValue = sketchControlPointSpline_var.isFixed# Set the value of the property.sketchControlPointSpline_var.isFixed = propertyValue
#include <Fusion/Sketch/SketchControlPointSpline.h>// Get the value of the property.boolean propertyValue = sketchControlPointSpline_var->isFixed();// Set the value of the property, where value_var is a boolean.bool returnValue = sketchControlPointSpline_var->isFixed(value_var);