Previously, I wrote about isometric drawing in AutoCAD. It’s not actually AutoCAD 3D drawing. But changing your cursor orientation will make it easier to draw isometric drawings. But have you tried to annotate your isometric drawings? How about dimensions and text, is it appear properly? No it’s not. The drawing looks isometric, but not the annotations.
So how can you create isometric annotations?
If you use vanilla AutoCAD, there is no direct or easy way to do it. But a little work around could achieve what you want.
Isometric Text
First, create two styles. Use oblique angle 30 deg for one style and -30 deg for the other.
![]()
Now place your text (single or multi line), change the rotation to 30 deg or -30 deg. It depends on where you want to put it. See next image as reference.
Specify rotation angle of text <0>: -30
Try to create it with several style and text angle combination. Well, basically these three are all you need.
![]()
Isometric Dimension
What about dimensions? You also have to create two styles. One of the style use 30 deg text style, and the other one use -30deg.
![]()
Now place aligned dimension.
![]()
Now we have to do a little modification.
Activate DIMEDIT [enter], choose OBLIQUE, then give 30 or -30 as oblique angle. Once again, depends where your dimension is.
Command: DIMEDIT
Enter type of dimension editing [Home/New/Rotate/Oblique] <Home>: O
Select objects: 1 found
Select objects:
Enter obliquing angle (press ENTER for none): -30
See this image as reference.
![]()
Now if you examine the drawing carefully, the dimension arrows don’t look right. They don’t look isometric yet. We will cover this on the next tutorial: how you can create isometric dimension arrow.
I know it’s not fun to do those steps, but it’s the only way if you use vanilla AutoCAD. If you have experience in macro, you can create your own command in CUI or even create an AutoLISP program.






Pingback: The best 100 AutoCAD productivity tips - the ultimate list | CAD Notes