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