Solutions
Concept:
G – codes are used in CNC programming for machining of different profiles like turning, boring, facing, step turning, threading, chamfer, radius profile, etc.
The trajectory of the point is in the clockwise direction and is circular.
For clockwise circular interpolation, the code used is G02.

The X and Y coordinates of the final point is to be mentioned in the absolute programming block
So X120 and Y60 will be mentioned.
G00 – Point to point positioning in rapid travel – Moves the tool to the given position at a rapid rate
G01 – Linear interpolation – Take straight cut at cutting feed rate
G02 – Circular Interpolation – clockwise (CW) – Moves the tool along the curved path from the curved start point to the endpoint to in clockwise direction with respect to the arc center
G03 – Circular Interpolation – counter-clockwise (CCW)