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