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