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