It is interesting.
IMO the following is a true statement:
Arcs are drawn in a counterclockwise direction in AutoCAD by default.
However if checking an existing arc I found something different. Here is my experiment.
I drawn an arc starting at lower-right corner and ending at upper-left corner in 1st quadrant on "X-Y" plane.
Then use "3drotate" command rotate it 180 degrees by selecting "Y" axis as rotation axis.
Now the arc is in 2nd quadrant.
When I use "pEdit" command to check the vertexes of the arc (actually it is converted to a polyline segment), I found the arc now is in clockwise direction.
Here is the DFX data.
- - - - - - - - - - - - - - - -
Arc in 1st quadrant
ARC
5
8D28
330
1E
100
AcDbEntity
8
0
100
AcDbCircle
10
684.0251252695512
20
201.2135767275527
30
0.0
40
190.9610975440021
100
AcDbArc
50
11.72219891656158
51
83.73151582609727
0
- - - - - - - - - - - - - - - -
Arc in 2nd quadrant before using "pEdit"
ARC
5
8D28
330
1E
100
AcDbEntity
8
0
100
AcDbCircle
10
-684.0251252695512
20
201.2135767275527
30
-0.0000000000001264
40
190.9610975440021
210
-0.0000000000000001
220
-0.0000000000000004
230
-1.0
100
AcDbArc
50
11.72219891656071
51
83.73151582609114
0
- - - - - - - - - - - - - - - -
It is also noticeable that start angle and end angle of 2 arcs are about the same shown above.
The group codes of extrusion direction "210", "220" and "230" are only shown in data of the 2nd quadrant arc. This may verify a clockwise arc.
Please mark "Accept as Solution" and "Like" if my reply resolves the issue and it will help when others need helps.
= ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ = ♪ = ♫ =
A circle is the locus of a cursor, starting and ending at the same point on a plane in model space or in layout such that its distance from a given coordinates (X,Y) is always constant.
X² + Y² = C²