Rotated background
September 11, 2009 in AutoCAD, CAD
New tutorial on how to work with a rotated xref background
Source: 2LearnCAD – Rotated background
Go to Source: 2LearnCAD
September 11, 2009 in AutoCAD, CAD
New tutorial on how to work with a rotated xref background
Source: 2LearnCAD – Rotated background
Go to Source: 2LearnCAD
August 20, 2009 in AutoCAD, CAD, Revit
“Why would I use reference file? I can use blocks to manage my typical design…”
True, some people use blocks to draw typical designs. When they need to change the design, they can simply edit one block definition, and all blocks using the same definition will be updated. I saw an architect use blocks to create a site plan. Each building is defined as a block. I consider he is lucky his file is not corrupt with such a complex objects.
XREF on the other hand, harder to manage for them. Many times some files are left behind. And people who receive their files might not be familiar with XREF. Blocks and XREF are two different animals. So when you should use blocks, and when you should use reference files?
Let’s take a look at AutoCAD tool palettes. Autodesk provide us several block samples there. And don’t forget to look at several samples in design center files. They contain several objects and symbols that we can use. In other word: it’s a library. We use blocks as reusable contents. Let’s say you have furniture blocks. It’s your library, and you can use it over and over again in your other drawings. Let’s imagine it in the real world. You’ve placed a table in a room. When you don’t feel it’s appropriate, you don’t modify the table. You replace it with other type of table. That’s how blocks supposed to work. This become obvious when I started to learn MicroStation. You can’t modify placed cells (they call block in MicroStation with cell), but you have to replace them with other cell definition. You can do the same in AutoCAD now, with an express tool command: BLOCKREPLACE. Blocks in AutoCAD become more and more useful. Now you can create a report based on blocks you use in a drawing. You can use Data Extraction to do this. Let’s say you draw electrical schematic drawings. You can have circuits, lights, buttons, fuses, etc blocks as electrical symbol library. The symbols can have attributes that contain the components code, serial number, and all other data you required. Of course, they have to match the real components on the market. You don’t change it and create your own type to match your design. Some major companies already have default block definitions on their server. Only some people are able to modify and responsible for the blocks: the CAD manager. All other cad users can access and use them in their design. That’s how blocks are supposed to work. What about reference file (XREF)? Do you know how people used to collaborate in the old days? They use transparent paper and place it over other engineers drawing. When the architect has finished the drawing, the structural engineer use it as an overlay, and create their own drawing on the transparent paper. And so do the MEP engineers. I believe it’s the same concept. The design can change, and the others can refer the design changes by comparing their drawing with the same way. Now, blocks and XREFs begins to look different, aren’t they? What is similar to blocks in ancient way of drawing? You can dry transfer the graphical elements, the sample of one brand I know is Letraset. It was your reusable content before people use computers to draw. So what is the advantage of using XREF? Using XREF means we work with multiple files. We all know that when a file is opened, then no other user can open the same file (except as read only). When you use multiple files, it means multiple users can open each file and work concurrently on the same project. They can refer to other drawings as an overlay, and able to track changes easily. Separate your design to multiple files also will keep your files simple. Simple means less trouble. If you have a very complex drawing, with a lot of nested blocks, your file can easily get corrupted. Now let’s go further. If you are familiar with setting permission on a network, you should know that we can set different permission on a folder. The MEP engineers can use architects drawings as overlay, but can’t modify them. And vice versa. This is a good practice to manage and protect your data. If you want advanced data management, you can consider using Vault. So what about sending the files? We don’t want some files are left behind, or the recipient confused where they should put the files. You can simply use eTransmit. You won’t leave any file by using it. Do you want to share how you use blocks and reference files?
Source: CAD Notes – Block vs XREF
Go to Source: CAD Notes

Hey all. Sorry for the loooong delay in posts. I really don’t have an excuse, so I’ll just get into this post. Last week I taught the new feature in 3ds Max 2010 called containers. I really like this new feature but I’m not sure if I agree that much with it’s implementation. Containers, I [...]
Source: All About CAD – 3ds Max 2010: Containers
Go to Source: All About CAD
REFEDIT or Reference Edit, is a command that modify blocks and external references or Xref, and redefine block definitions within the current drawing. So if there something you want to modify, some portions of the blocks or external reference from your drawing. Then REFEDIT is the command you can always trust in doing so.
By editing the Block or Xref in place, you can modify the reference within the visual context of your drawing. With REFEDIT you can modify the external reference, without going back and fourth between the reference itself and to you drawing, where the Xref was currently inserted. Therefore, making your life more easier in doing your work, or for this case editing some portions on your drawing.
The downside in using in-place reference editing of Xref is, it can increase the size of your current drawing files significantly during the in-place editing session. Making your drawing file size more bigger than you expected to be. So even if it is useful for us AutoCAD users, the in-place editing of the external reference or Xref, it is not advisable to do it, only if you are concern about the file size of your drawing. While Xref, has this small issue regarding the file size, the block reference doesn’t have this same issue, making the block more suitable from using the in-place editing or the REFEDIT.
Fig.1
You can access, Edit Reference In-Place or REFEDIT command, by clicking the Tools pulldown menu, then Xref And Block In-Place Editing, then Edit-Reference In-Place (fig.1). Alternatively, at the command prompt, type REFEDIT. Then from within the drawing, select the block or external reference that you would like to modify. Thenafter selectiong the block or Xref a Reference Edit dialog box will appear (fig.2), in the Reference Edit dialog box, select the specific reference that you want to edit.
Fig.2
After selecting the specific reference the REFEDIT toolbox will appear (fig.3), then from there you can save it after you finish editing th object reference in your drawing. The object in the working set are saved to the reference and the Xref or the Block is updated. All Blocks that inserted in the drawing withthe same names as the block that has been modified, will also be updated.
Fig.3
Source: PinoyCAD[dot]net | Your Daily dose of AutoCAD Tutorials – Using REFEDIT Command
Go to Source: PinoyCAD[dot]net | Your Daily dose of AutoCAD Tutorials