Saturday, January 18, 2014

AutoCAD Lisp Command to Draw Windows

Although there are a number of ways to create architectural 3D CAD Models, AutoCAD still remains as a major modeling tool in my day to day work. The problem remains that AutoCAD does not contain the modeling capabilities of Revit Architecture. So I have spent a fair amount of my down time at my job developing tools to accelerating 3D modeling within (vanilla) AutoCAD. I thought I would share with you some of my experience, and develop some new commands that you can have fun with, and hopefully help you with some of your AutoCAD modeling projects.

Here is a command which will create a simple window based on selecting 2 points on an opening which has been created in the facade of building.


The UCS should be oriented parallel to the face of the building. Then you would select the lower left corner followed by the upper right corner. The window is then created automatically.

The window command creates 2 layers for the window frame and glass, and places those objects on those layers automatically. In the above illustration, I've recessed the objects by moving them after the fact to improve the illustration.

You can download the Lisp routine here

Or use the following URL: http://www.mediafire.com/download/pav98m98q418r9q/Window.lsp

Have a good one, cheers



Update to Window.lsp click here

Sunday, January 05, 2014

Wall Unit Revit Family

I thought I would share another one of the Revit families I created in the past. This one was created to solve the problem of a flexible wall unit which could accept various sized flat screen televisions. In addition, more flexibility was designed into the unit as well. Let me know how you like it.










You can download it here.

Alternatively, here is the URL:

http://www.mediafire.com/download/siks4ni0l6p875x/Wall%20Unit.rfa

Have fun and let me know how you like it, cheers.