How to use layoff and layiso command in layout viewport
In the model space, when you use layoff and layiso to turn on or off layer in AutoCAD drawing. And you can show back these layers with layon command. However, if you use this command in currently layout viewport, you don’t show temporarily layers turned. All this layers is frozen. So how to use layoff and layiso command… Read More »
Lisp calculate total length of polylines
You have a lot of separate polylines in the drawing. How do you calculate its total? I will introduce a lisp to you. It will help you to calculate length of polylines. Download lisp here Load application Type TLEN > Choose polylines that you need to calculate > Enter > Show AutoCAD message dialog box. Video tutorial:
How to control layer visibility in AutoCAD
Controlling layer’s visibility in AutoCAD is very important. It will help you to draw quickly and manage a good your drawing. In the tutorial lesson, you will introduce some AutoCAD’s feature to turn on/off and lock some layer in your drawing. LAYISO – This command will help you to show layers necessarily. You can do as following: Type… Read More »
How to create a new dimension in AutoCAD
Commonly, in the drawing there are a different lot of scale styles. Some scale is popular as 1:10, 1:20, 1: 25, 1: 50, and 1:100. If you are civil engineering, you will see this ratio in the design drawing or construction drawing. So, how to create and control a new dimension in AutoCAD? In the tutorial lesson, I… Read More »