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