help me draw a 95 degree angle

help me draw a 95 degree angle

2 Answer

Hoi,

I think you can figure out the 95 degree angle using this example, a hexagon with a side of 40mm.

Example:
HEXAGON SIDE OF 40 .

line
enter
50,50
@40<60
@40<120
@40<180
@40<240
@40<300
c
enter

Have fun drawing.

Danny

Danny Key is spot on.
Some Explanation:
line (this is the line command)
enter (start drawing)
50,50 (Where to start the line,(you can pick with mouse also))
@ 40<60 .....Means line "at" (40=length you want) < (60=angle you want)

@distance<angle
@45<95

C= close the gap when your finished

Angles start at 3:00 oclock in Autocad and go counter clockwise.
so Angle 0 will draw a line from the point you start to the right towards 3:00
to go straight up from the previous line ending, you would go 90 degrees, etc...
Use negative numbers to go clockwise.