Blog update and new domain
On a similar note I tried (and still working on it) to give the blog a more unique style. I am still using the 565 template from blogger, but as you can see not much is left from the original one. I got a new header with my parents house as an AutoCAD scfreenshot, and some quick design that I am pretty happy with. Oh!, and I also added a search box up on the upper part of my sidebar and tweaked a bit the position of the AdSense, please let me know if any of it makes the blog less reader friendly.
On the next weeks, other than a long list of posts that I have ready to publish, I´ll try to go over all the old posts, try to make some sense of the lables I am using, and maybe start to Add some directory to make it easier to search within the blog...But that is just a will, you never know how much time you have for your blog...
Show me more...
AutoCAD: Missing Dialog Boxes
Català - Castellano
Recently my company upgraded from Autodesk Architectural Desktop 2006 to AutoCAD Architecture 2008. We found the problem that in any computer we ran AutoCAD architecture, the dialog Boxes were missing when running commands such as HATCH or calling the Layer Manager.
The problem seems to come from some sort of hardware issue. We couldn't figure out the way to solve it till we found out that the dialog boxes were not missing, but far away on the left side (outside the screen resolution area).
The solution we found might not fight the source of the problem, but it definitively worked as a solution for us.
After running a command that should call a dialog box like Hatch, we press together Alt+Space+Enter. Then press the right arrow and keep pressing it until, surprise, the dialog box appeared from the left side of the screen.
This is a basic Windows procedure, If you click Alt+Space in any explorer window you will see a dialog open with the options Restore, Move, Size, Minimize, Maximize and Close. The same happens with the Dialog Boxes in AutoCAD, but the only options in most of them are Move and Close. Since Move is the default one, by pressing Alt+Space+Enter we will have selected to move the dialog box without the need to see it. Then we will use the arrows to move it till it appears on scree.
Show me more...
AutoCAD Architecture: Working with AEC Polygons
This is the first feature that makes them much better to work with than simple polylines. If we click those grips, we will be able to move that edge parallel to its original position, extending th adjacent edge to fit with the new position. See the picture.
But this is not the only thing we will be able to do. Click Ctrl and instead of ofsetting the edge you will be adding a new vertex.Click Ctrl again and you wil transform that edge into an arc.
And for a last useful trick, press Ctrl again and you will get to offset all the edgs at a time.
Similar great features will happen if you click contr after selecting one of the vertex grips instead of the egde ones.
- Click the grip to move the vertex
- Press Ctrl once to remove the vertex
- Press Ctrl twice to Offset both edegs that intersect on that vertex.
As a last cool feature of the AEC polygons try to select the middle grip og an AEC polygon with an arc segment. You will also have several options:
- Click the grip to offset the arc segment (it might add some segments to the AEC polygon)
- Press Control Once and you´ll be able to modify the radius of the arc segment
- Press Ctrl again and you will straighten the segment
- Press Ctrl Again and you will add a vertex (and two arc segments)
- Press Ctrl again and you will offset all the faces of the AEC polygon.
I would say that, combined with the AEC modify tools, there is no reason to keep using the polylines.
Show me more...
AutoCAD: Disabling selection preview for Hatches
What selection preview does is that it highlights the object we are going to select if we click the left mouse button. This works very nice and smooth with simple objects like lines, polylines, arcs, etc. It happens though that when we have a dense hatch, specially if it is a hatch made of dots it might take several seconds to show the selection preview due to the amount of objects in the hatch pattern.
Although we can turn off the selection preview turning the SELECTIONPREVIEW system variable to 0, what we actually want to do is to keep it on for some elements and off for some others like hatch patterns.
We have two options to do that.
- Set the system variable PREVIEWFILTER to 16, this will only exclude hatch patterns from the selection previews.
- Go to Format --> Options --> Selection Tab -->Visual Effects Options --> Advanced Options --> Uncheck the Box in front of Hatch Patterns.
Show me more...
AutoCAD: Creating New Palette Group
We click close and right click again the bottom corner of the tool palettes bar. A new line with the name of our group will appear.
Once we have created our grup and configured our palettes we might want to transfer them to other computers. See this post to know how to do that.
Show me more...
AutoCAD: Transferring Tool Palettes
Català - Castellano
After creating tool palettes in any of the AutoCAD versions, you might want to transfer them to other computers in your network. There is no Export command so finding the way to do so it might be a bit complicated.
Here is a link to the support site from autodesk about the topic. Basically it explains the following steps to do that. You have to use the content browser. But the explanation from autodesk I think is a bit short and might not be enough fo a newby. So here comes a kind of extended version of it.
To store the palettes you have created do the following:
- Click on the content browser icon or type CONTENTBROWSER in the command line window.
- Right click and "Add Catalog" --> Create New Catalog
- Browse to a network location that all computers can access.
- Save the catalog there.
- Double click the new catalog that you have created.
- Drag and drop the new palettes to from you palettes side bar to the Catalog.
- CONTENTBROWSER
- Add catalog --> Add an existing Catalog
- Browse t the network location you specified before
- Double click the new added catalog
- Drag and drop the palettes you want from the catalog to your tool palettes bar. (see that it is not a simple drag and drop operation, you have to click in the palette you want to load in the contend browser and keep pressing the mouse button till a syringe icon loads, then drag to the tool palettes bar in AutoCAD
Show me more...
AutoCAD System Variable: VISRETAIN
Català - Castellano
Sometimes we change colors of the layers of an XREF for different reasons. Eventually we might want to get the layers to they original state. If we inserted the XRef on 0,0,0 coordinates and didn´t move it, scale it or clip it, we can just detach it and attach it again.
But in many circumstances we might have moved, clipped or scaled the xref, so we don't want to do that again. If we want to get the layers to they original color, we can use the command VISRETAIN. This system variable controls whether the changes made to XREFs are retained or are only temporal. If the variable is set to 1, the changes are kept, if we set it to 0, reloading the XREF will bring back the original colors.
Show me more...
AutoCAD: Offsetting options
Recently a clleague of mine asked me if I knew how to offset a line to both sides and erase the source line. So I went and check more carefully what the Offset Comand allows us to do.
When you type offset you will get the following response from AutoCAD:
- "Specify offset distance or [Through/Erase/Layer]
:"
Erase: this will give us the option to decide if we want to erase the source object or not. Remember that this option remains the way you used it last time so if you type yes on erase, any time you use the offset command again it will erase the original object unless you chose again not to erase.
Layer: this will allow us to choose between keeping the offset object in the source layer *the layer the original object is on) or place the new offset object in the current layer.
But this is not all. Once we chose the options we wanted and click on the object to be offset we will get the following prompt:
Specify through point or [Exit/Multiple/Undo]
It is good to know what "Multiple" would do. It will allow us to ofset the object multiple times by just keep clicking on the side we want it to go.
So this is how I solved the question about offsetting to both sides an erasing the source object. Let's say she wanted to ofsset a line 1o units to both sides and erase the riginal object. The process would be the following.
o (for offset) --> 10 (we set the offset distance) --> e (call the erase options) --> Y (yes to Erasing source object) --> Click the line -->M (we want multiple offsets) --> one click to each side of the line --> Enter (end the command so the original line is erased)
It might seem a complicated process but it is actually not. Combining this with the layer options really brings the Offset command to a much powerful level that most of people might not know it is capable of.
Show me more...
AutoCAD Modifying the Background Color in the Block Editor
Quick Reference
Show me more...
AutoCAD 2008. Inverted Xclips
Català - Castellano - Deutsch
From 2008 version we can create a cutout in the middle of an xref or block using xclip. Before selecting or creating the polyline we have an option called "inverted clip" which will make the part of the object inside of the polyline disappear instead of the outside.
If you look at the command line, after running the XCLIP command and have selected teh object you want to clip, you will bsee this line:
[Select polyline/Polygonal/Rectangular/Invert clip]
If you type "i" and press enter, you will be inverting the way the XCLIP command works, so instead of keeping the inside of the frame and hiding the outside it will do the opposite. Once you have clipped the XREF you can actually modify its frame later, see this post and video for how to do that.
Show me more...
AutoCAD: Creating Circular Wipeouts
Català - Castellano
A problem often found is when we want to create a wipeout based on a polyine with curved segments or simply a circular wipeout. AutoCAD won't allow us to do it since wipeouts must be made from polylines containing only linear segments.
There is an easy trick to "cheat". If we want to create a circular wipeout, we wil create a 100 sides polygon instead of creating a circle. That way AutoCAD will accept the polyline and visually it will be like having a circular wipeout.
Show me more...
AutoCAD Command: Snapang.
SNAPANG controls the angle of the grid so the crosshair is aligned to it. If you find a file where the crosshair is tilted although the UCS is squared with the view type SNAPANG and type "o" as the angle. THe crosshair will automatically go bacK to its "normal" position.
Show me more...