Old PC Deals

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 11 April 2007

The Art of Architecture: Modeling our Dreams

Posted on 15:15 by Unknown









boxlet All this month I will be teaching at LACMA: so...

boxlet If you love Art, Architecture, live in or around LA, want to see me or especially if you have kids (or are) 18 or younger then Check this out!!!

boxlet I hope to see you all there!!!
Read More
Posted in | No comments

Tuesday, 10 April 2007

Revit Architecture 2008: 1 Let's Have Some Fun With Roofs

Posted on 16:22 by Unknown
This is just a taste of things to come from not just this Blog but Revit Architecture 2008 and beond...

Do you ever slope your Roofs to a drain? Of course we have always wanted to but usually just called it out...WELL, now we can (easily I might add) Model it up for real!!!

First we start with a Flat Roof (yes, flat
and they must be rectangular...we can change their shape with openings later if necessary))



Next select it and use the new Tools!!! on the Options bar to 'draw split lines' on the roof and change the height(s) of any points...The 'split lines' can be moved as one may expect from Revit. (also note those roofs that have twisted shapes can now take seconds to create, rather than needing custom blends in many cases, as we had to in the (almost) past, by using the same tools as we're looking at here).


That gets us to here...Draw the 'split lines', edit the points...(yes, select the points in this mode and change their parametric values...

The split lines and points move in all directions...if you like.

This roof has a -6" slope to it; but it is just a matter of picking the roof, using the 'modify points' tool and edit the values and the roof is off to the races, as it were...All this from a 'flat roof' too...

But maybe we want to explore some more shapes...Just pick, click, type and/or drag...OOOOH curved to gable (EEEEK!!!) You get the idea though.

Have fun with this little taste of RAC 2008...I'll see you back here after Autodesk's Technical 'Camp' in FLA next week...
Read More
Posted in | No comments

Monday, 26 March 2007

What does the AirBus 380 CAD Problems and you have in common: Hopefully Nothing.

Posted on 20:49 by Unknown
I know this article (Lessons For All CAD Users From the Airbus CATIA Debacle) came out last year but...it's nearing that yearly Mindf*#@ of a time where every ADSK software is to be released anew.

A new package for All. Click Me!!!

A new name. Click Me!!!

Some new requirements, as usual. Click Me!!!


A new bunch of tools and options.
Click Me!!! ... Of which I will be featuring (well, my my favorites at least) in the next week or two...but...Roofs & Floors Rule Now...well, next month when RAC 2008 comes out they will...How about Revit Structure 2008 being able to have curved beams (for real) in any direction and then to attach (yes the existing & new trusses too) to us Architectural types' roofs & slabs!!! These two things alone are worth the price of admission!!!

That all said there's still some things that 'they' still won't give us. See Below!!!

For instance: Revit's
f*#@'ing ________ symbols for elevation views...Nice Industry "leading" symbology... is that a witches hat and a first graders drawing of a house? Oh, those are "someone's" idea of symbols for elevations...

How can it be that the brilliant minds that created and developed Revit (and now the newer developers as well) can pass those symbols off as professional attempts at graphics...I wonder if it is written into someones contract to keep those ridiculous things around. Do you get the idea I don't like those symbols???

But I digress...RAC 2008 will be great!!!

Use the new tools when you get them but keep in mind there may be ramifications with dinosaurs who don't upgrade!!! But then again It's survival of the Phittest daddy-o.
Read More
Posted in | No comments

Saturday, 10 March 2007

Get ADT's walls to cleanup with multiple xref's

Posted on 10:18 by Unknown
The posting below has been bastardized from an Autodesk Whitepaper: "Walls not cleaned up if multiple copies of the same xref are used". Published date: 2006-11-14 ID: TS1062866

So you say that you have multiple instances of the same xref in your (ADT, soon to be AutoCAD Architecture) drawing, and you noticed that in some of the placed instances not all of the walls are cleaned up? (I used to really hate this!!! That was before Revit became powerful enough for my liking (and use), now I really only care about ADT/ACAD because I have a lot of friends and clients that still use them...)

Now there is a moderately acceptable Solution (If you want to call it that)

This is a known issue in Autodesk® Architectural Desktop. The first instance of the xref determines how the cleanups will be resolved. This cleanup resolution is then applied to all placed instances of the xref.

As a workaround, you can reference the file into the drawing multiple times, providing a unique name for each instance of the xref. Follow these steps:

1) Insert the xref into the drawing.

2) In the Xref Manager, select the xref that you just placed, and then change its name.

3) Repeat this process for each of the xref files that you want to include in your drawing

he he he: he he -He said "CAD"...(say that in Buttheads voice for full effect)

Read More
Posted in | No comments

Friday, 9 March 2007

Does Windows Vista Support Revit? Well, does it???

Posted on 17:16 by Unknown

So you want to know if Windows Vista™ supports Autodesk® Revit® products, do you?

Well, the following Revit® products scheduled for release in the spring of 2007 are compatible with Windows Vista™ Home Premium, Ultimate, Business and Enterprise:

  • Revit Architecture 2008
  • Revit MEP 2008
  • Revit Structure 2008

Visit www.autodesk.com/support for updates on Windows Vista support.

That's a YES, right???

Read More
Posted in | No comments

Monday, 5 March 2007

Printing PLT Files: A Nice Hack -Thx, Ridaaz

Posted on 20:19 by Unknown

Printing PLT files using Windows XP

The following alternate (and free) method explains how to set up Windows XP so that you can send a plot file to your plotter directly from Windows Explorer. This should also work with Windows 2000, although we have not tried to do so. (And since it's outdated by nearly a decade who cares -J) This procedure will add a selection to the context menu when you right-click on a PLT file that will send it directly to your plotter.

1. Open Windows Explorer and from the Tools menu, select "Folder Options..."

2. On the Folder Options dialog box, select the "File Types" tab and select PLT from the list of registered file types.


3. Click on the "Advanced" button to modify the actions for the file type.

4. Click on the "New..." button to create a new action.

5. In the "Action:" box, type a phrase to describe the action. This is what you will see in the right-click context menu, so make sure it is something you will easily recognize. Since I use this command to send the plot file to my HP DesignJet 1050C, my action is called "Send to HP 1050C".

In the box for "Application used to perform action:" this procedure uses the cmd.exe program, which is how Windows XP emulates the old MS-DOS prompt. What you enter in this box will depend on how your printer is connected to your computer or network. Choose one of the following options:

A. My plotter is connected directly to my computer.

Enter the following into the Application box:

cmd.exe /C "copy %1 lpt1"

Here, lpt1 is the name of the printer port to which the plotter is connected.

B. My plotter is shared on our network through another computer.

Enter the following into the Application box:

cmd.exe /C "copy %1 \\server\printer"

Here, the name of the computer to which the plotter is connected is "server" and the name by which the plotter is shared on the network is "printer". Change these names to suit your particular setup.

C. My plotter plugs directly into our network and has its own IP address.

Enter the following into the Application box:

cmd.exe /C "lpr -S192.168.1.40 -Praw -o l -d %1"

Here, "raw" is the name of the queue on the plotter, which is typical for most plotters so you shouldn't have to change that. The 192.168.1.40 is the Internet Protocol (IP) address of the plotter, which you will need to change to your particular plotter's address.

6. Click "OK" on all the windows, and you're done! Now you can right-click on an AutoCAD PLT file and send it directly to your plotter.

Now all that's left is to ask WHY!!! Oh, and send the prints to the client; or better yet leave them on the printer for a month like "That" person in the office...

Take Care!!!

-J

Read More
Posted in | No comments

Sunday, 18 February 2007

Revit On MAC...Get Ready

Posted on 20:15 by Unknown
In the next week I will be posting the results of a benchmark and general testing of Revit 9.1 on two identical Macintosh machines: one running 'Bootcamp' and the other running 'Parallels'.

Stay tuned for the results and recommendations.

If you are a 'MacPerson' then please don't visit the following link unless you've got a sense of humor...I Hate Macs starts off slow but it sure is funny when combined with the comments...

See you soon,
-J
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • ____(1)fest 2009
    ____ing (2) in a ____ (3)can? Better than that!!! First off to Virginia Gardiner, the Designer of the Loowatt, I apologize for the low-brow ...
  • Do You Want To Be An Architect?
    Sage advice that is spot on. Too bad the damned video isn't shown in Architecture Schools (or earlier)!!!
  • Slanted Volumes...I guess the Ramp tool isn't enough?
    I've been asked several times in the past few months to create (or show others how to create) Parametric Slanted Volumes. It seems that...
  • Central File Transfer Processes
    Whether transferring to others or even working from home (see the BONUS!!! section) Central files need extra attention paid when dealing wit...
  • RTC USA Me Part 2: A+Revit Families
    This time the presentation is first & the handout after... Only one may be needed, as they are mainly the same... you decide though... C...
  • Fun With Revit & Cows
    Here's a bit of fun with Marcello's Cow for LARUG (Hey, check out LARUG's Group Site and sign up/join if you want to come to ...
  • MythBusted? BIM/CAD is no panacea for lacking experience
    Images from the Gommateshvara Statue I visited yesterday... and some of those 650 steps that I am about to mention (yikes on the calf muscl...
  • Namaste From India (not na)
    5:00 am, India time... do you know where your J is? So after the 20 some odd hours of flying time, I am finally here in Bangalore; the Silic...
  • Scope Boxes Redux
    Looking for some guidance on how to use scope boxes? Wondering just what you can use them for? Thought so...Here is one way to use them to g...
  • Revit Users and You (Sirs?)
    An excerpt from an Evite for the Los Angeles Revit Users Group meeting for July : (yes, click the link if you'd like to be invited...ju...

Categories

  • Addons
  • AEC
  • angled
  • Architecture
  • Arrays
  • AU
  • AUGI
  • Autodesk
  • Autodesk University
  • BIM
  • calculated values
  • Content
  • dirty
  • DWF
  • Elevations
  • Engineering
  • Error Reporting
  • Errors
  • Extensions
  • family
  • Family Types
  • File Locations
  • Filters
  • fire rated
  • fire rating filters revit
  • Fire Ratings
  • formula
  • formulas
  • Future
  • Graphic Overrides
  • graphics
  • Happy New Year
  • Helix
  • Hide at Scales Coarser Than
  • inconsistent units
  • Las Vegas
  • marketing
  • MEP
  • model
  • Multiple Page PDF from Revit
  • New Features Workshop
  • no one said to model a cow
  • object overrides
  • Overrides
  • Parameters
  • PDF
  • Ramp
  • Revit
  • Revit 2009 New Features Workshop
  • Revit 2010
  • Revit Architecture 2009 New Features Workshop
  • Revit Crash
  • Revit Families
  • Revit filters
  • revit formulas
  • Revit Web Update
  • Revitisms
  • scale
  • section
  • Shared Parameters
  • slanted
  • sloped
  • solids
  • Spiral
  • Spiral Ramp
  • Spiral Stairs
  • Structure
  • Think Twice and Place Once
  • Tools
  • Use Revit Like Revit
  • view
  • Views
  • volumes

Blog Archive

  • ▼  2013 (17)
    • ▼  October (2)
      • Address(ing) Keynotes | Revit | Customization | CSI
      • 3D Grids In Revit | An Oldie But Goodie Done Again
    • ►  August (1)
    • ►  July (1)
    • ►  June (2)
    • ►  May (2)
    • ►  April (2)
    • ►  March (3)
    • ►  February (3)
    • ►  January (1)
  • ►  2012 (24)
    • ►  December (2)
    • ►  November (1)
    • ►  October (2)
    • ►  September (2)
    • ►  August (2)
    • ►  July (1)
    • ►  May (3)
    • ►  April (1)
    • ►  March (3)
    • ►  February (3)
    • ►  January (4)
  • ►  2011 (55)
    • ►  December (8)
    • ►  November (4)
    • ►  October (3)
    • ►  September (1)
    • ►  August (3)
    • ►  July (4)
    • ►  June (3)
    • ►  May (8)
    • ►  April (3)
    • ►  March (7)
    • ►  February (9)
    • ►  January (2)
  • ►  2010 (55)
    • ►  December (7)
    • ►  November (5)
    • ►  October (4)
    • ►  September (4)
    • ►  August (4)
    • ►  July (6)
    • ►  June (4)
    • ►  May (7)
    • ►  April (3)
    • ►  March (2)
    • ►  February (3)
    • ►  January (6)
  • ►  2009 (68)
    • ►  December (6)
    • ►  November (3)
    • ►  October (6)
    • ►  September (5)
    • ►  August (8)
    • ►  July (13)
    • ►  June (13)
    • ►  May (2)
    • ►  April (6)
    • ►  March (4)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (27)
    • ►  November (2)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  July (5)
    • ►  June (2)
    • ►  May (4)
    • ►  April (3)
    • ►  March (2)
    • ►  February (5)
    • ►  January (1)
  • ►  2007 (39)
    • ►  December (4)
    • ►  November (4)
    • ►  October (5)
    • ►  September (1)
    • ►  August (4)
    • ►  July (6)
    • ►  June (3)
    • ►  May (5)
    • ►  April (2)
    • ►  March (4)
    • ►  February (1)
  • ►  2006 (14)
    • ►  December (2)
    • ►  November (1)
    • ►  October (2)
    • ►  September (5)
    • ►  August (4)
Powered by Blogger.

About Me

Unknown
View my complete profile