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