Gets and sets whether the profile will be created on the opposite side of the axis.
# Get the value of the property.propertyValue = spunProfileInput_var.flipResult# Set the value of the property.spunProfileInput_var.flipResult = propertyValue
#include <Fusion/Sketch/SpunProfileInput.h>// Get the value of the property.boolean propertyValue = spunProfileInput_var->flipResult();// Set the value of the property, where value_var is a boolean.bool returnValue = spunProfileInput_var->flipResult(value_var);