Gets and sets whether this curve is construction geometry.
# Get the value of the property.propertyValue = sketchFixedSpline_var.isConstruction# Set the value of the property.sketchFixedSpline_var.isConstruction = propertyValue
#include <Fusion/Sketch/SketchFixedSpline.h>// Get the value of the property.boolean propertyValue = sketchFixedSpline_var->isConstruction();// Set the value of the property, where value_var is a boolean.bool returnValue = sketchFixedSpline_var->isConstruction(value_var);