Check if Arc is clockwise or counter clockwise

Does anyone have a tip for detecting if an arc is clockwise or counterclockwise direction. I would like to return a bool. (True = clockwise)?

You will need to create localised CoordinateSystems at the Arc centerpoints to determine rotation.

1 Like

Thank you for the suggestion. I ended up doing it this way.

1 Like