Gets if the sweep direction of the arc is clockwise or counterclockwise.
# Get the value of the property.propertyValue = arc2D_var.isClockwise
#include <Core/Geometry/Arc2D.h>// Get the value of the property.boolean propertyValue = arc2D_var->isClockwise();