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