Monday, February 12, 2024

XREF in AutoCAD

Xref is the most useful command from AutoCAD. If you are going to use the software for work or you are looking to advance further, you will need to know how to use the xref command. It is absolutely necessary. And I will show you why.

Xref is used to cross reference plans and objects because you want to minimize repetitions, maximize consistency, save time and increase productivity.


Now, let us become more practical here. Let us assume you have three drawings. I will call them sheet 1, sheet 2 and sheet 3 (see images below).

xref cad image 3
xref cad image 2


Sheet 1 shows a rectangle. But it could be anything else. The two other sheets have circles, etc., but they both have one thing in common: a rectangle. So instead of drawing that rectangle twice, it would be wise to draw it once and xref it to both drawings. Some of you might think: What if I draw it once and then copy it to each drawing?


If you copy the drawing you will have to copy it again if you want to make changes to that rectangle. Let us say you want to make it larger or want to chamfer the edges. Do you want to copy again? Or do you want to just change the xref and that is it.

The idea here is to reduce steps and time by drawing anything in common once. And that is when the xref comes in handy.


There are two types of xrefs: Overlay and Attachment.



Overlay: only brings what you draw inside that xref sheet. No other dependent. In other words: if you were to look at a tree diagram, it only goes one level deep (see image above on the left).

Attachment xrefs bring unlimited dependent xrefs and levels (see image above on the right).

Steps:

1. Type XREF at the command line to bring the dialogue box.
2. Right click and select Attach DWG.
3. Browse for the drawing you want to xref.
4. Select Open.
5. Pick Overlay or Attachment.
6. For the path, choose Full path for this tutorial.
7. For insertion point, scale and rotation: leave them unchecked for this tutorial.
8. Click OK and close the dialogue box.



Your xref drawing should be inserted inside the current drawing like the above image.

Friday, January 5, 2024

Thursday, January 4, 2024

AutoCAD Constraint

If you are working with a CAD file and you keep getting this annoying constraint symbol which also slows down AutoCAD when you select any object here is how to remove it:

Right-click on the symbol, either select "Hide All Constraints" to hide all the constraints or choose "Constraint Bar Settings" to individually pick which constraint to hide. The constraint bar settings will show you all the available settings that you can modify.


NB: Choosing "Hide all constraint" will hide them once but it will not prevent them from showing up again. To completely hide them use the Constraint Bar setting and select "Infer geometric constraints".

Wednesday, January 3, 2024

AutoCAD Menu bar

Here is a quick tip for enabling your Menu bar is to type MENUBAR in your command area and set the value to one (1). A value of zero (0) will turn the Menu bar off.

   

You can also right-click on the Menu bar and deselect it to turn it off.

menu bar

AutoCAD Base Drawing

AutoCAD Base Drawing

Have you ever worked with multiple drawings that have xrefed ones among them and found that they are not lining up? 

You are working on a drawing that has multiple floors, for example. When you xref one floor to the other and they are not lined up. It could be that they were not drawn at the same origin or it could be that their base points are not the same. 

In that case, you can use the BASE command to change the origin of your drawings. Go to your command line and type BASE. At the prompt, make sure the x, y, z, coordinates are all set to Zero (0,0,0) otherwise enter (0,0,0). 

Do that for all drawings involved. That will line them up.

Tuesday, January 2, 2024

Show or Hide Raster Image Boundaries

The clipping boundaries of a raster image can be controlled in AutoCAD, whether you want to display or hide them in a drawing. 

To show or hide Raster Image Boundaries on your drawing:

  1. Go to the Modify menu, on the drop menu select Object, > Image > Frame.
  2. Enter " 0" to hide the image boundaries;  "1 " to show and plot the image boundaries; " 2" to show image boundaries but not to plot them.
  3. For the newest AutoCAD version, you can just type "Frame" at the command prompt.


Image with boundaries



        Image without boundaries

 

3. You can also just type "Frame" at the command line.

Sunday, December 31, 2023

Delete Layer

In AutoCAD, we will get the pop up dialogue box saying "Layer - Not Deleted", if we go to the layer manager and try to delete a layer that contains objects.



 
Sometimes there are so many layers and a lot of nested blocks going on a drawing that we cannot seem to find out easily which object is on that layer. But here is a quick tip on how to delete a layer on AutoCAD even if it contains an object: 

Use the command "LAYDEL". Select any object on that layer, hit enter or the space bar when done. When prompted "Do you wish to continue?" type Y, yes and you are done!