Sunday, August 23, 2009

Titleblock Parameters

You want to add a parameter to your title block family so that you can change the value for each sheet/title block.

You need a Shared Parameter. You add this parameter to the title block family. When you define the parameter you must be careful to choose the correct data type so you can store the values you want ie; text, number, integer etc.

Once you have defined the Shared Parameter (SP) you can add a Label to the title block and select your SP. Assuming everything else is done in the title block, save and load it into your project.

In the project the parameter value will not let you edit it until you add the SP to the Project via Manage Ribbon tab > Project Parameters (Settings menu > Project Parameters in 2009).

It is here that you define whether your parameter will be distinct for each sheet or the same for all sheets.


If distinct then you assign the parameter to category: Sheets (instance parameter).

If the same for all sheets then you choose category: Project Information (Type Parameter).

Saturday, August 22, 2009

Nesting a Hosted Family - Clarification

Task - You want a family to be hosted when used in a project.
Consideration - You've built your family with nested components

Limitation - The hosting must be defined in the last family, the one that goes in the project. If you create a hosted family and nest it in another family it will lose the hosting behavior.

Said another way, you cannot expect a hosted family to retain its hosted behavior when you nest the family in another family.

Friday, August 21, 2009

Hotfix Revit 2010 Platform - Walls

The Autodesk Update site has a new Hotfix item. The description is a bit vague: This hotfix addresses issues related to deleting or modifying walls, a crash may occur.

You need to make sure that you read the Readme file. You need Web Update #1 installed first too. There is a hotfix for 32 bit and 64 bit versions. Surprisingly low tech patch process. Same hotfix applies to each version so just repeat for the others if you have them too.

It's a good idea to keep an eye on this site every now and then.

[Edit: Aaron Rumple posted at AUGI that this hotfix disables the 2009 UI Revit.ini hack that permits users to use the 2009 user interface instead of the Ribbon. Stay tuned to the thread or here for an update.]

AUGI | AEC EDGE call for papers Update

The latest information has our deadline moving forward (closer) to September 18, 2009. This deadline is the publishers deadline for us to submit content. So our internal (AUGI) deadline is September 12, 2009. The magazine will be published at the end of September or first week October.

We are also considering a special Autodesk University issue so if you couldn't pull off something for the next issue perhaps you have time to offer something for this AU issue assuming it goes forward.

Last, submission information about process and calendar is being added to the magazine website so that there will be a quick easy way to see what's up.

Thanks, please return to your regularly schedule fun!

Simpson Content Update

I have been contacted by Ed again to let me know that he has encountered issues with the content and he is getting similar reports from others. They haven't been able to get them to work in Revit. A couple of comments posted here and in a thread at AUGI suggest that this first release might better have been termed "Alpha". Ed informs me that he's been told that the folks at Simpson are working on it. I'm sure they'll get the situation sorted out.

The primary objections shared with me so far is modelling excessively and that users need detail component versions of these families as much or more than 3D versions. This is what I was alluding to in my comment about level of detail in the previous POST.

Dept. of Subtle - Double Click the Big R

J.J. in DC sent me this the other day when he stumble on to it. If you want to CLOSE Revit, apart from the other ways you are familiar with, just double click on the Application Menu "button", the Big R.


Simple, easy but perhaps unexpected unless you've already encountered it with Windows apps or others like Snag It, except the Snag It editor doesn't work that way.

Thursday, August 20, 2009

Revit Content - What is Interference?

For the most part Revit will help you find when various elements interfere with each other. A window that gets bumped into by a perpendicular wall will generate a warning. A wall that overlaps another will too. A desk copied on top of another will but only if it is in the exact same location.



There are instances that do not generate warnings at all. The same window that complained about a wall won't complain if another window overlaps it. Then there is a door that doesn't mind something encroaching on the swing area or the accessibility requirements. Put a desk so that it crosses into the swing area and use Interference Check between doors and furniture and you'll find no interference reported. Is Revit blind? In a way yes!



A typical door family doesn't have a real element representing the swing or panel in a plan view, it is just symbolic lines. Therefore no interference. The only solid geometry in most door families is the panel and glass which is usually confined to the extents of the wall interior and exterior faces. That desk will need to cross into that space to be a conflict.

Is all of the content for Revit missing this intelligence. Yes, nearly all of it. Why? Because except for a few instances this intelligence isn't so simple. The clearance requirements for content becomes highly specific very quickly. Even more specific when you start examining MEP equipment. Even doors that have seemingly simple push/pull clearance requirements have subtle exceptions depending upon where in the world the door is installed and the relevant code(s). Thus far the content we use ignores this issue for the most part.

The next step is for content to begin to address these design considerations and that's how content becomes more powerful and relevant. More powerful when it not only helps us model and document a design but it begins to make sure that our decisions will meet codes and design best practices. Does your content help your firm in this way? If it does then bravo, if it doesn't it could. How?

One way is to include solid geometry that represents the clearance requirements for the element. This means defining a boundary, usually parametric too, that will represent whatever clearance/interference issues a family might have. This could be a bounding box surrounding the entire element or a box defining an access door's swing clearance for maintenance.

Incidentally, with Naviswork's Clash Detective it is possible to test for Hard and Soft clashes and even define a clearance value that can be applied during a test. Revit lacks this subtlety so a family needs to provide something for it to use. That something is solid geometry.


Practically speaking this means more in each family. This extra solid will also have to be managed otherwise you'll be seeing a lot of boxes in your views.

Autodesk could help us by defining a new sub-category for all elements called Clearance or similar. This would mean that Revit could then learn how to detect a user defined clearance sub-category element and even have a default visibility behavior or setting allowing us to flip a switch to show or hide clearances. Until such time we have to do it by adding it ourselves and ensuring these solids are properly assigned and done consistently for our content.

Keep in mind that the obvious way to manage visibility by using Detail Level won't help us for now. Why? Detail Level doesn't work with Interference Checking, the solid has to be "visible". If you assign the clearance solid to use a specific Detail Level the Interference Check tool fails to see the solid at all even if you change the view to the correct detail level.

Bottom line, can't use Detail Level to manage the visibility of clearance solids. You must use sub-categories or Yes/No parameters. Using sub-categories is a broader brush solution while Yes/No is more involved because you have to manage them at the family level. When you use these methods you can turn off the visibility of a clearance solid and the Interference Check tool will still find them.

Just when you thought your content was great you find out there is something else you could do to make them even better! A toast to making content better still!

Wednesday, August 19, 2009

Revit API SDK - AutoParameter

If you have ever thought, "I wish I could add a bunch of parameters (shared too) to a family all at once" then you may want to take a closer look at this.

In the Software Developer Kit (SDK) for 2010 they've added a few new samples. One is called "AutoParameter". Here is a description that I found on Jeremy Tammik's prolific programming blog. If you read his post you'll have to scroll quite a bit because it is toward the end of the post.

AutoParameter implements batch mode automatic addition of shared or non-shared parameters to one or more family documents. It optionally processes either the currently active family document or all families in a specified folder. It uses the FamilyManager class AddParameter methods and reads its input data from parameter text files in a format similar to the Revit shared parameter files.

You may want to use this one as an excuse to get more familiar with the API and the SDK.

Tuesday, August 18, 2009

Simpson - Revit Content Available

Ed Tallmadge with Kelar Pacific let me know that this was available today. Thanks Ed!

From the Simpson site (snip):

...At the request of our customers, Simpson Strong-Tie is creating drawings for our product offerings that work with Autodesk® Revit® software. You can download the models we currently have available, grouped into "families", from the links on the right... Here's a screen capture of their site:


This level of detail might be a bit extreme on a large project but used intelligently could be a nice addition to your projects. Be sure to note their willingness to put certain content at the head of the line if something you need isn't available yet. Just let them know.

Multi Core/Processors - Tech Note

In the Revit Tech Note document Autodesk has the following information:

Although the Revit platform is not fully optimized for multi-threading, multiple-core processors reduce cycle use by other applications running concurrently. Some reports show as much as a 20% increase in Revit platform performance in a multi-core or multiple processor environment.

In Revit 2010, multi-threaded methods for printing and wall join cleanup have been made available. Multi-threaded hidden line removal for printing has been enabled by default.

Due to the operating system overhead of maintaining multiple threads, multiprocessing of wall join cleanups can experience a minor degradation when only 2 CPU cores are present, but up to a 27% performance increase when 4 hyper-threaded CPU cores are present. Because 2 CPU core systems remain the most common configuration of Revit systems as reported by CIP data, multiprocessing of this features is OFF by default.


To enable multiprocessing for wall join cleanup, add the following entries to the Revit.ini file:
[PerformanceOptimizations]
ParallelWallJoins=ON

To disable multiprocessing for wall join cleanup, you may omit any entries in the
[PerformanceOptimizations] section of the Revit.ini file, or explicitly set the state of either one or both multiprocessing optimizations:
[PerformanceOptimizations]
ParallelWallJoins=OFF
ParallelPrintProcessing=OFF

The Revit platform's rendering function is optimized to use up to four processors. The Revit platform will share processing time with one of these four rendering processors, so there is no exclusive gain for the Revit platform in making more than four processors available. Additional processors may be desired if other computationally intensive applications need to run while the Revit platform is rendering.

Also, if you use the 3.5 GB switch feature for Windows 32 bit operating systems Revit is already a Large Address aware application so no additional work is required other than enabling the switch.

Monday, August 17, 2009

MEP Wire Sizing Feedback Request

Echoing copy from an AUGI post.

The Revit MEP User Assistance team (the group responsible for help and tutorials) has been working on documenting some of the calculation methods that are used in Revit MEP. We are posting some of the information in a “pre-release” state to try and get feedback on how we can better meet your needs.

The first of these reviews is on how duct sizing in Revit MEP works, with additional sections to follow as we get them completed. Any and all comments are welcomed about the information we provide in the attached files.

If the contents of these documents don’t apply to you, please don’t feel like you need to review them (i.e. if you're the electrical person, don’t review duct sizing stuff), but if you know someone who might be interested please let them know. The more feedback we get the better we can make the documentation.

Vist the Inside the System blog

Thanks for your help!

Karen Smith (Autodesk)

Conceptual Tools - Panels

I was feeling a little jealous of David and Zach and others having fun sharing the massing panel families techniques they been using that are available in 2010. Zach and David and another David have been prolific sharing videos of their stuff.

Most of the fun things I get involved with aren't really mine to share. These are not quite as exciting forms as the examples on the other sites but I thought I'd post a few images that I can share. A little over a year ago I used line based families to create the last image. This time around it took less than an hour in between other stuff. Different structures but similar thought process.

These images are of a panel family that includes the "frame" and glass panel applied to an elliptical cone shape that slopes at the top as well.




This last image is of the structure I mentioned earlier, the one that I used line based families for.

Saturday, August 15, 2009

Sheet 4 of 50 - A Sheet Counter

Any Revit user will tell you that this isn't possible, at least not easily or out-of-the-box. That is...to indicate which sheet number this sheet is relative to the total number of sheets.

Some firms don't bother with this, others insist and numerous oversight/regulatory organization as well as clients demand it. As a practical matter it just helps the person reading a set of drawings determine if they have the entire set or not, or if they are in the correct order. If they are looking at sheet 25 of 50 and they only have 5 sheets in front of them, clearly there is a problem. Their other option is to check the Sheet Index...assuming they have one.

Now that I've gotten you depressed that it isn't possible I can cheer you up a bit. Phillip Miller with Kiwi Codes is working on a solution that he started out sharing at AUGI. His single license version will set you back $5 USD and a site license will cost you $20 USD. Methinks that sales might be brisk from certain companies faced with meeting this requirement. Phillip has provided a video for you to consider it prior to purchase. They also have other, though New Zealand specific, tools for Revit.

Check it out!

Friday, August 14, 2009

Autodesk University 2009 - Virtually

I will be presenting one class at AU09. It is part of the new Virtual Sessions they are offering. This means that you can attend this session (and others) at AU even if you can't do so in person. The class is called:

"Autodesk Revit Collaboration: Shared Coordinates for Projects Big and Small"

They (Autodesk) are offering two kinds of passes: AU Virtual Free Pass and AU Virtual Premier Pass. They have a comparison chart. Something to consider for those planning to travel to Vegas, each person that registers to attend AU in person will receive two complimentary AU Virtual Premier Passes.

I haven't been able to figure out how people sign up for it yet except that I've seen the class listed in the tentative schedule that was posted on the AU Blog. It may just be a little too soon since general registration has not yet opened.

By the way, there is another class to attend on this subject that will be available for people who come to Vegas.

AB118-3 - "Finding Your Way Around Shared Coordinates"

Theresa Martin will be presenting. Theresa, who works for Ideate, worked as a lab assistant in one of my labs and is a smart cookie so you won't go wrong attending it if you can.

I digress...I don't know about you but I find it annoying that the AU site must load a video before giving me back control of my browser everytime I visit their homepage. I'm just glad I've got decent bandwidth. I can only imagine what it must be doing to those who don't.

Hope to see you at AU 2009 and virtually too!

Thursday, August 13, 2009

Revit Inside - Getting on the List

I started the blog Revit Inside back during April 2006. But when the Revit Structure blog BIM and Beam posted about it the other day I realized that I never really mention it much here on Revit OpEd. I do have a link for it on the sidebar.

It has been growing steadily, quietly for the last three years. I see a surge in requests when it is mentioned at a user group meeting, or a reseller happens to mention it during a conversation etc. There have been quite a few since BIM and BEAM's mention of it too.

The premise of the list is quite simple. Your firm name is a hyperlink to your company website with the relevant location information. The only thing we have to manage is a simple bit of information. Your own site does the selling.

Over the last three years I've had a couple of requests to make the list more comprehensive. There is much more that firms would like to know about your firm before contacting you. Such as How many projects you've completed, how many staff use Revit, How long have you been using Revit and many others. Another request is to allow the list to be searched geographically.

I've considered a Google approach to the list where you type in a search criteria and then provide a result but the list hasn't been so big that a short period of scrolling provides a comprehensive look at all the firms listed. For now I plan to leave it alone so the list is longer and more impressive.

As for providing more information that would require much more information from firms who want to be on the list. This would require joining the site, membership etc, so that you could edit your own information when it changes. Instead of going that route I think that firms that use Revit could/should provide a Revit page on their own sites that can provide the necessary background and do so in their own words.

Oh, as for actually getting on the list visit the Revit Inside site for instructions. If you are in a hurry you can start an email to me now.

Wednesday, August 12, 2009

Call for Papers - AUGI | AEC EDGE

If you work in the AEC "space" then I'm interested in what you do and how you do it using Autodesk's software. Why? Because I am the editor of AUGI|AEC EDGE

The first issue of this magazine had a focus on Revit and BIM. We had to start somewhere and let's face it, I'm comfortable with Revit so that part was easy. Reaching out to the other software users is a little harder. Posting this on this blog isn't the best place either so I'll be reaching out using other tactics too.

If you read this blog and know someone who uses the other products and would be interested in writing for the magazine I'd like to hear from you or them. If you use other products as well then I'd like to hear from you too.

Rather than call on the same authors for every issue I hope to bring fresh and heretofore unknown authors out and give them a chance to say what's on their mind. AUGI members are our first source of talent and if you aren't a member we can resolve that easy enough, it's free to join after all!

If you want to contact me to discuss an article or to connect me with someone who does please send me an EMAIL (include AUGI | AEC EDGE in the subject please). Thanks!

Tuesday, August 11, 2009

Family Editor Training Options

These are two options that have been brought to my attention recently.

Mastering Series by Paul Aubin

Paul has been running some online web training this summer and is currently conducting one focused on making Revit families with the family editor. He has increased the number of participants so he can accept many more students now. For more details you can visit his website.

BIM Tutorials - Virtual Tutor Revit Families

I received an email last week (as some of you may have as well) from this organization that has just created a DVD of tutorials focused on the family editor as well.

Friday, July 31, 2009

Training Room - A Couple Options

In this dark period of layoffs and declining work (for some anyway) one of the first things to go is a training budget. Lots of reasons why this isn't a good thing since you now actually have some time to sharpen the saw so to speak, but those reasons would also be different post.

I imagine most firms would love to have a dedicated space for training. Most manage with a conference room takeover now and then. The other issue is computers. A firm spends some serious money on workstations and now they need to drag them into a conference room for a training session. This assumes on-site training. Some training organizations have a mobile training setup where they ship computers (usually laptops) to the office and then the students use them. This isn't usually a free service but I suppose some might be giving it away these days.

For those firms who typical drag computers into a conference room here is an interesting solution. One firm I know has a small collection of older laptops and some new models that don't demand the high price of their workstations. These computers go in that conference room they hijack for a week. Heres the twist, the users login and launch a Remote Desktop session with their very own high end workstations back at their desks.

No need to install software on the training computer for class, they just need an OS and Remote Desktop...usually already part of the OS install anyway. If you are interested in more detail just let me know and I can put you in touch with Long Nyguyen with TKA in Harvard, MA. It's his technique and he said it was okay to share it here.

Thanks Long!!

For those interested in an off-site solution and near a Microtek center you may need to look no further. I've done some training at their Chicago location a few times over the last couple years and they've been really GREAT! In one instance the client forgot to book the training room!! I showed up to, "What training session Steve?!?" We'll they managed to turn around a room for Revit MEP training complete with server environment for worksharing or ten students in less than two hours. We started just ONE hour behind schedule. I couldn't believe it, Awesome service and attitude!

Thursday, July 30, 2009

Classic UI - Revit 2009 Interface in 2010

It is possible, though with some quirky limitations, to enable Revit 2010 to use the 2009 interface. It was first displayed in a post by Phil Read on his blog. Then a post at AUGI revealed the steps required to do it. Then it was pulled by the person who posted it. Most recently it has been shared by an Autodesk staffer in THIS POST. This is the text that both describes and offers a disclaimer for using it.

Assuming an overwhelming response to this message doesn't hide it somewhere deep in the growing thread, you can now easily refer to a real live genuine Autodesk post for instructions to enable the Revit 2009 UI in Revit 2010.

1) Exit Revit.
2) Create a text file named "debug.ini" in \\Program\
3) In the new "debug.ini" file type:

[DebugModes]
Use2009UI=1

4) Save the file.
5) Restart Revit.

The Revit 2009 UI has really, really, not been tested with Revit 2010, so if you call support and say you're having trouble with old UI, they're not going to be able to help. However, if you're having other issues, you won't be turned away if you have been using the old UI. If support can't reproduce your issue with the new UI, they'll be unable to help, because it remains unsupported with Revit 2010.

As you experiment, we're going to look into scouting out some of the pitfalls you might encounter in using the Revit 2009 UI in Revit 2010 and letting you know what we find.

We remain committed to the new Revit UI and its further development, building on the strengths that many users have found, while addressing the needs of a very large and diverse user community. Rest assured that the entire Revit team has been listening to all the customer feedback, negative and positive, concerning the new user interface and are working on addressing many expressed concerns and suggestions.


It was posted and signed by Anthony Hauck, BIM Design Product Line Manager, Autodesk.

[Edit: The Autodesk Knowledge Base web site article has been updated to reflect this new information as well as providing a DEBUG ini FILE to download. You can read the article too.]

On another note...Phil Read has created a Tee-Shirt in honor of his passion for the classic UI.


You can support it by purchasing it. Watch his blog for further announcements of The 1st Annual Meeting of "The Order of the Drunken Leprechaun" (aka "DLM" or "Drunken Leprechaun Mode").

For an ongoing discussion of quirky limitations stay tuned to this thread at AUGI.

Wednesday, July 29, 2009

Andekan Starter Packs

Andekan recently posted some Starter Packs. There are US and UK plumbing packs, an IKEA product pack and a Victaulic pipe fitting pack for metric and one for imperial.

Now before you pass out when you see the price for a pack do some math. For example the US Plumbing pack sells for $3999.00 and there are 67 families that represent 702 models/types. This works out to about $59 per family.

Consider what you normally charge per hour (billable work) for your most knowledgeable Revit user. If your user can build one of these in just one hour how does that stack up? If it compares well, then let them try...if they give up...give Andekan a call. If the pack doesn't thrill you then you can look at an ala carte approach instead.

I first read about this at Alan's blog. Thanks for the post!

Dept. of Wishes - Continue a Command in a Separate View

People familiar with AutoCAD are probably used to being able to split a view into more than one viewport. This permits you to zoom in on different parts of the model space and start a command at one end of a building and finish the command at the other end by making the appropriate part of the view active. Revit can provide another window and you can tile it but you can't start, for example, the wall tool and place the first point in one view and then place the second point in the other view. This would be quite handy!!

You can use the Trim tool however, pick one wall in one view and pick another wall in another view. Same for the Align tool.

Similar weakness for the dimension tool and lines, can't start the dimension tool in one view and pick another to finish it up. Same for lines.

Speaking of Walls or lines you CAN, in one view, start a wall at one end, Zoom to Fit, Zoom in Region and place the second point. Not nearly as fast or efficient as a second focused viewport perhaps but it'll get you there.

Thursday, July 23, 2009

Dept. of Subtle - Design Ribbon

I don't know about you but I'm having a tough time purging the language I've been using for many years now. Two in particular...Design Bar and Save to Central. In class I keep catching myself saying "Design Bar". When I'm doing better I catch it before I say it but there is still, occasionally, a pause where I intentionally avoid saying it which results in a slower more deliberate ...Riiibbbbbaaaahn. The switch from Save to Central to Synchronize with Central isn't a huge departure but it seems just a little harder to say and I find myself struggling, at times, to say it instead.

I may just starting calling the Ribbon the "Design Ribbon" instead of the Design Bar...since that's what it really is? A compromise? If I can say "Design" it may help or at least I'll feel better 8-). Overanout!

Getting What We Ask For - API

I recall in 2002 that I was against the idea of any sort of API (Application Programming Interface) being part of Revit. Why? I was tired of managing a pile of LISP, ARX applications for AutoCAD/ADT etc. I was tired of making and maintaining them too. The "promise" was if the application needed it, it would get put in the application...Revit that is. I was worried about Revit in the future becoming the "present" (the present back then) AutoCAD situation.

As I understand it, initially the rationale for excluding an API was for control and speed-to-market. No API meant that the code was isolated and safe from outside interlopers and no distractions from providing features. This meant that they could focus and do what was needed to be done without worrying about what someone outside might try to do with the code. I'm making some sweeping generalizations here and may be sweeping some facts into corners.

When Autodesk acquired Revit developing the API became a priority and it has been ongoing since. Each release has seen large strides forward in what can be done externally. Ultimately the scope of the API is much larger than the founders had in mind.

Getting back to my bias against doing this and my selfishness. I liked the simplicity of "one" application doing so much. I hated the idea that I'd have to buy this or that from one vendor and hunt for another tool from yet another vendor. I hated the idea that I'd have to beg someone to make me a "free" utility or worse learn how to do it myself.

Yet the development of Revit can't seem to keep up with our needs and dreams. My personal dissatisfaction (yes I am not satisfied) with 2010 has little to do with the new interface than the lack of substantial tools and finishing existing features. No insult intended to the new massing tools because they represent a significant shift.

There are so many other things that are needed NOW, not in another 12 months. They were needed 12 months, 24 months ago. To name just two...Railings and Stairs. They have not been "touched" since release 7.0. Release 7.0 came out in December 2004 and there have been roughly ten releases since then including "point" releases. That's almost FIVE years ago now without so much as a "look" or "tweak" at stairs/railings. That so much effort was applied to the user interface at their expense is extremely frustrating.

Enter the API. For many things we can contact a developer and pay them to make something we need now. We'll get it faster than Autodesk will "give" it to us too. It will (hopefully) work exactly the way we want it to. Except that the "future" I was afraid of is here. My user interface now includes tools from many different vendors. In 2009 it is a real mess of menus and toolbars. In 2010, they are at least clustered under "add-ins" on the Ribbon, so far.

Here we are in that "future" I was dreading where I can get 3rd party applications from more than a dozen places and spend anywhere from $35 to $thousands. Some applications are charging as much as 25% of of the purchase price of Revit for their tools. Considering how much Revit does for its price and how little by comparison some tools do that seems a bit aggressive and it can make it harder for a firm to seriously consider them. Price is a difficult thing to figure out. Price it light and sell a lot. Now you've got a lot of customers and the difficulties that brings. Price it high and you sell less but you have a smaller pool of customers to please.

The future is here. There are quite a lot of cool tools available now and the API has made MORE possible. I just wish that more of it could be part of Revit itself.

Wednesday, July 22, 2009

3rd Party Applications - Eagle Point and Tools4Revit

There are a growing number of companies creating specific products intended to expand or enhance working with Revit.

Building Framing and other Utilities:
Recently Tools4Revit made their work available to me and I've been slowly working through their pretty comprehensive set of tools. I plan to post about some of their tools as soon as I feel competent to do so.

Site and Land Development:
I hope to get a chance to see the latest development from Eagle Point Software called LANDCADD for Revit. LANDCADD is hardly new but support for Revit is brand new, new enough that there isn't much information on their site yet. The release is tentatively scheduled for October 2009. You can read their press release HERE.

Tuesday, July 21, 2009

Blogger Tip - Wider Editor

Beau Turner posted a very nice tip that he picked up elsewhere. If you blog and use Blogger you may have been frustrated at how narrow the editor section is in the UI. I suppose they keep it that narrow so that we get a sense of when our text will wrap but it can be quite tedious. Bottom line...using Firefox, Greasemonkey (scripting add-on) and a free script you too can edit in a wider whiter space. To add the script to Greasemonkey just try to browse to the script link in a Tab within Firefox (after installing Greasemonkey naturally) and Greasemonkey will "catch" it to give you a chance to add the script. Once that's done you can edit in Blogger in a nice wide format.

Thanks to Beau for posting about it and to the Fat Knowledge blog for posting it too. The script was built on the work of Jasper de Vries.

Friday, July 17, 2009

Revit Content - Turbo Squid

I met Michele Bousquet at Autodesk University 2008 and she was full of energy when it comes to making Revit Content available. She wrote to tell me that its been six months since they kicked their Revit Market off and they have over 2500 families now (they call them "assets").

What I found interesting is that the items in most demand are "entourage"...people etc. The biggest sellers have been furniture, plants and decorative accessories. That makes some sense to me. Do we really want to model that stuff to add to a scene so we can get a better sense of realism?

She also mentioned that the greatest concern expressed by customers/users thus far has been "reliability". It is one thing to download a family for free and see it "break" when you flex it. It is another thing entirely if you are paying for it. She said that their Revit Market has done very well because of their Revit Certified Content process.

I really appreciated the "60's era free-Revit-family" vibe we've had for many years but also recognize that many firms and users are really reluctant to share many hours work so freely anymore. So Turbo Squid is providing a solution, you don't have to "give away" your content anymore and you can download something you can count on with a bit more certainty.

[Edit: Fixed the link > Revit Market]

Thursday, July 16, 2009

Modeling Serendipity

In the debate about should we or shouldn't we use Revit (or 3D etc.) people overlook the intangible stuff that is hard to quantify until you encounter it, the title of the post. I'm writing about that "thing" that happens when you create a 3D model of something you "understand". I'm not trying to be insulting because I know that I've created models of things that I thought I understood and then found I didn't fully appreciate the impact it had on other related items later on.

Once upon a time I worked for a theatrical contractor that specializes in stage curtains, rigging and lighting systems. One of the things I did back then was shop drawing for our projects. We were careful to show how our equipment interacted with the building. Yes...these were drawing done by hand on vellum/mylar and with technical pens/pencils. We eventually used AutoCAD too.

All too often a site visit would find sprinklers and their pipes suspended from "our" rigging steel, ducts in the path of travel of curtains and lighting, drains and other sundry items in the way of our other equipment. Not that we didn't try to coordinate this stuff. Things like this need some room!


Usually when I'd talk to a contractor the story was, "Never saw those shop drawings, wish we had! Well, our stuffs in, work around it!!".

This is where I'd get to be "theatrical" and be a "Prima don". In a job trailer full of angry contractors who have just been told that much of their work would need to be redone I calmly explained that the reason the building is getting built is so that the equipment we are supposed to install actually works. If "our" stuff doesn't work then we can save the client a lot of money and stop building the building, won't need it after all.


As you can see in the image above there isn't a lot of real estate available to just put stuff any old place you want in a stage area. Once supplied with the "bigger" picture, sighs all around and a few "who's going to pay for this?" and they worked it out so we could do it right the second time. This happened more than a couple times over eleven years unfortunately.

Fast forward to Revit and modeling buildings...if our submittal was 3D and their submittal was 3D and everyone's was...we could evaluate this coordination much more efficiently than sitting in a job trailer and arguing about who was right. The sad truth is that too often the 2D drawings in the field don't get in the right hands at the right time. There are great projects and teams and then there are others...it takes all kinds.

Serendipity is when you realize that you didn't fully understand something. It comes when a collection of models means a dozen players solve a problem in an hour instead of spending several hours just trying figure out if there IS a problem. Consider that this usually meant flipping sheets and asking questions like, "What's the bottom elevation of the beam again?" "What's the duct size again?" "It says Top of Steel is 28'-0" but the finish floor is "27'-8", what gives?"

There are so many good reasons to do it...even some you haven't considered...yet. Climb down from the "fence"...

Credit is due for the images above:

The first image above is a custom winch assembly to lift a 22,000 lb. media screen at the Newseum in Washington, DC. The winch couldn't be mounted above so it "self-climbs" and had to be built to lift 34,000 lbs instead, its own weight plus the screen. An aside, I dealt with the sale of a similar winch and did the shop drawings for a project in Seoul when I worked for JR Clancy. The winch had to lift a prop, a small car, very very very fast so that it could arrive in the scene during a change and then disappear during a subsequent change. Oh and that's Rod Kaiser, an all around good guy. There is little he hasn't seen or done in his many years with JR Clancy.

The second image above is a capture from a magazine article featuring the Alden Theater in Maclean, Virginia. The magazine is Stage Directions. The article was written by Kathleen Burke and is called Revving Up. The theater contractor/consulting firm, Pook Diemont & Ohl was hired by the awarded contractor/consulting firm Barbizon Capitol. They used the equipment manufactured by my past employer JR Clancy.


Wednesday, July 15, 2009

Spot Dimension and Underlay

Hiroshi Jacobs brought this item to my attention the other day. He also shared with me that he's been accepted to the Masters of Architecture program at Harvard!! Attaboy Hiroshi!! He currently works at RTKL in DC. Here's the issue.

There is currently a “bug/issue” (2009/2010) when you combine the use of these two features. First of all when you use the underlay feature you get to choose which Level of the project you’d like to add to your view as an “underlay”. The spot dimension tool lets us identify a point elevation or point coordinates on an element in the model.


In the image above you can see that combined they can have an undesireable result. The conditions for this are using an Underlay of a Level ABOVE the level of your current view and having a floor above in the same area as the intended location of a Spot Elevation.

When you place the spot dimension in an area where this underlay doesn’t compete for attention you get normal results. However when you put the spot dimension in an area where the underlay and its floor are present Revit will identify the spot elevation of the underlay, not the floor that it "should be" paying attention too.

Does tabbing permit you to choose the correct element? No it doesn't. If you use the Underlay Orientation: Reflected Ceiling Plan the Spot Elevation tool works as "expected", it does not "see" the floor above, if that makes any sense at all since the floor should be more visibleish? I'm confused...

Since I brought it up what happens when you switch between Underlay Orientation: Plan and Reflected Ceiling Plan? Let's see, watch the Spot Elevation that displays both top and bottom values for the underlay floor above. First with Underlay Orientation set to Plan.


Notice the values...now compare with Underlay Orientation: Reflected Ceiling Plan.


Does it matter if it is a floor or roof? Does the same thing for either. Interesting that the elevation values change depending on the Underlay orientation, increasing with the Reflected Ceiling Plan selection. Keep in mind that the floor is at Level 2 which is just 10'-0" above Level 1. I could understand the top vs. bottom display values switching places in the tag with the orientation change but not the elevation values becoming something they aren't.

Boiled down the underlay is “more important” than the current level’s elements when using the Spot Dimension tool. Keep this in mind when using the Spot Dimension tools and using an Underlay.

One more for the road: Spot Dimensions don't like Model Graphics Style: Wireframe. The tools won't "see" the surface unless you change to one of the other choices like Hidden Line. You can switch back to wireframe afterward and the values will stick. This is from an earlier "stump the chump" question and the answer.

Tuesday, July 14, 2009

Split Button Memory

The web update recently indicated that several of the Split Buttons now remember the last tool that you used. Which tools am I referring too?

These:

Room/Area Tag
Column
Keynote Tag
Component/Repeat Detail/Legend Component.

For example the Room/Area tag looks like this when you use it.

Initially the Component Split Button didn't seem to remember to change the icon too but it has been fine since closing and starting over with a new session.
Thanks for the "memories"!

Monday, July 13, 2009

Autodesk Labs - Solar Radiation for Revit

This showed up on the Autodesk Labs site this morning and Scott Shepard blogged about it on their blog page. It is formally called "Solar Radiation Technology Preview for Revit Architecture and Revit MEP". A couple snippets from their site:

Use the Solar Radiation Technology Preview to analyze the effects of solar radiation on various surfaces of your conceptual building model...

The technology preview uses the geometry of conceptual massing elements from Revit and calculates the amount of solar radiation hitting the surfaces of the massing shapes, based on location and weather data... ...It is possible to display the distribution and availability of solar radiation over an entire building or even a city block...

The output of the technology preview can be saved as images in the Revit project that contains the massing elements... ...You can also export the images from Revit for use in presentations or for editing in external software applications...


If you want to watch or download a video (from the blog post):

To help get you started, there's a video that accompanies this release:

YouTube
non-YouTube

Friday, July 10, 2009

Autodesk AEC Marketing - Revit 2011 Customer Examples

I was contacted by Kyle Herring, he is a Solutions Marketing Manager with Autodesk. They have recently initiated a search for customer data sets that can be used to create marketing materials to support the 2011 release of Revit platform. He wanted to assure me, and you, that "we’re not selling anything here, we simply see this as a great opportunity for Revit users to display the work that they do to a large audience in the AEC community."

If you and your firm are interested in being part of this effort you can contact Kyle directly via EMAIL.

Thursday, July 09, 2009

Detail Level Icons - Improved

I mentioned the 2010 Detail Level icons in an earlier post as being harder for me to tell them apart than in earlier releases. The new web update has changed them again. This time it is a combination of what it was in 2009 and what it was in the initial release of 2010. The Detail Level coarse icon is an empty white square again and the others, Medium and Fine are the "same" checker board patterns with fewer and more squares.


Looks like they shuffled the icons a bit. A new white square icon bumped Coarse to Medium. The first 2010 Coarse icon knocked Medium out of the game. Fine's icon managed to hang on to its spot. It is certainly easier to tell at-a-glance whether a view is using Coarse detail level again! It's a little thing but I appreciate little stuff too!

Wednesday, July 08, 2009

Dept. of Subtle - Pan/Zoom Insensitivity

This is really very subtle but with 2010 if you should happen to start with the really "dumb" template called "none" the pan/zoom functions don't work unless you have something in the view. This might makes sense except I wanted to turn on the new Project Base Point and Survey Point graphics and then Zoom to Fit. Revit won't Zoom to Fit or pan for that matter if they are visible when nothing else exists in the view.

If you add some text, a wall segment, an elevation view, a line...something pan/zoom come back to life. Apparently the graphic icons for these aren't "real enough" elements that pan/zoom recognize. Fortunately most people won't encounter this because they'll be working with a template that has "stuff" in it!

This "condition" is also true for earlier releases but 2010 now has something that you might actually want to use Zoom to Fit to see even if other elements don't exist yet.

As you were...

Tuesday, July 07, 2009

Web Update for Revit 2010 - 20090612_2115 WU1

The new build is now available for download. This is a list of the items addressed in the web update pdf.

Dragging a ribbon panel near a view no longer causes the view to pan.
Improvements to color fill output when exporting to DWFx.
All reference callouts, sections, and elevations will mirror when project is mirrored.
When the sheet view is active, ribbon commands display the correct UI state.
“Is Reference” Instance Property is available for reference points.
Commands in Print Preview mode can now be accessed by keytips.

Improves stability when printing.
Decal image path is now saved.
Disables the “Add to Quick Access Toolbar” option when tool already exists on Quick Access Toolbar.
View Control Bar no longer shows old and new state of commands until the view is redrawn.

Improved detail level icons in the View Control Bar.
Improvements to form creation and editing of conceptual masses
Improvements to divided surfaces on conceptual masses.
Improved graphic performance when using View Cube® navigation tool.
Images will now display in print preview and print correctly.
Improved stability when printing to PDF.

Type Selector preview images update for types created by Duplicate Type command.
Type Selector will remain added to Quick Access Toolbar when opening a new Autodesk Revit Architecture session.
When multiple contextual tabs are available, the proper contextual tab will be displayed when clicking on the Options Bar.
Improved stability when multiple sessions of Autodesk Revit Architecture are running.
Duplicate icons from ribbon and application frame no longer appear in the Options Bar.

Improved stability when plotting or exporting.
Alt+Numeric keypad entries will create the expected special text character
Improved ribbon display issues.
TIFF images will display correctly in plan after project is reopened.
Relinquish all when closing a local file now works if there is a new view, family or workset in the project.
Selecting Boundary when creating a ramp or stair no longer reverts back to Run option.
Flip controls are now available in the Detail Component family editor.

ADSK file from Autodesk® Inventor® software no longer loses custom UCS information in Autodesk Revit Architecture.
Application frame size is saved between sessions.
Reveal Hidden Elements and select keyboard shortcut enabled in family environment
Select previous keyboard shortcut is now available.
Raster export to DWF™ format will follow quality settings.

On Quick Access Toolbar, moved Sync to Central command next to Save command.
Improved visibility of Tab highlights when in thin line mode.
Modified section and elevation command icons.
Room/Area Tag, Column, Keynote Tag, and Component/Repeat Detail/Legend Component drop-down buttons on the ribbon will now reflect the last-used command.
Improved precision of parameters in families using type catalogs.
Improved display of shadows.
Improvements to IFC export.

Improved display of color fills in elevation views
In Export to AutoCAD® Civil 3D® software dialog, location tab now lists the correct setting for angle of rotation measured from.
When exporting to TIFF or PNG, the sky alpha channel will now properly drop out.
Improved wall-by-face creation on imported masses.
Wall wraps will display correctly in detail views.

When exporting wall joins into DWG with shared coordinates, all collinear lines are now merged.
Improved stability when using parallel wall join cleaning switch described in the
Revit Performance Technical Note.

Autodesk Revit API Enhancments
Suppressed Revit inaccuracies warnings during transaction when generating geometries using massing API
Associated LinearArray's NumMembers property with Family parameter.
Dissociated FamilyParameter from Label property of BaseArray and Dimension
Provided a tool to update reference path of RevitAPI.dll for samples.
Provided an update to DistanceToPanels sample.
Improved stability when creating NewReferencePoint with PointOnEdge that references a ModelCurve.
Floating point values are no longer reset when crossing from managed code to unmanaged code.
In the Print API, ViewSheetSetting.Save() no longer raises an InvalidOperationException when the user removes all views.
A meaningful exception will be raised when incorrect sketchPlane is used in NewSweep(,,SketchPlane,,,).
FamilyManager.Set() can now assign ElementId value to parameter
Improved stability when using DocumentOpened event and linked files.
Improved stability of VSTA.

[Added emphasis for a few items]

Thursday, July 02, 2009

Virtual Memory

Quick items to share/remind...

Set Minimum and Maximum to the same value between 2-3 times the available RAM on your PC. Making them the same means that Windows does not adjust the amount that is available on the fly.

Dedicated "drive" for Virtual Memory - If possible use a second drive and dedicate it to Virtual Memory, easier for a workstation.

Vista Users - USB memory stick can provide extra RAM via Vista Ready Boost feature. Thanks to Ed Tallmadge for making me aware of this feature though I have yet to take the time to install Vista myself since somewhere along the way I found that I really don't enjoy rebuilding my computers anymore?!?

One general comment on RAM - resist the urge to install a 64 bit OS and "under-power" it by only providing 4gb of RAM. You will likely get poorer performance. You need at least 6gb of RAM, ideally more like 8. I'm not "geeky" enough to explain why in technical terms adequately but the folks I trust on these matters assure me that we shouldn't do it.

Last, keep in mind...your hardware and software combinations are different from mine and others so your mileage will vary! 8-)

Wednesday, July 01, 2009

AUGI 2009 Special Election is underway - please vote!

I am echoing the BLAUGI post and various other blog posts on this subject with the hope that we will have a much improved voter turnout compared with the last election in December 2008.

The AUGI Board of Directors Ballot is OPEN - 2009 Special Election

The AUGI 2009 Special Election is underway...

We have four candidates on the slate. Only two seats are open for the Board.

Each candidate should be considered individually. A candidate is elected based on total Yes votes counted. You may vote on all four candidates, but you may only vote Yes on a total of two candidates. The two candidates receiving the largest number of Yes votes will be elected.

The process of narrowing down the number of qualified nominees to the four candidates included on this year's ballot was a difficult one. The candidates that are elected will serve the remainder of a two year period that continues through December, 2010.

We commend all the nominees and candidates for their willingness to serve and be part of this process. Their credentials and dedicated service are one of the reasons that AUGI is such a strong organization. It is through members such as these that we continue to expand the offerings, programs, events, and training to AUGI members.

NOTE: You must have been a member of AUGI for at least 30 days prior to the close of nominations (May 24, 2009) to be able to vote in this year's Board of Directors election.

Your Vote Counts!

Please VOTE NOW

The Order of Parameters - Revisited

This seems to come up now and again so I've decided to post what I wrote at AUGI this evening here too...echo echo. Regarding the eternal question, "Can I change the order of the parameters in the Family Editor?"

I wrote THIS POST in November 2007. Scott Hopkins shared a tip at AUGI and the post includes a link for that thread at AUGI.

Parameters are "stacked" as you create them, the "oldest" goes on the bottom, in the group you assign it to. It doesn't matter whether you use alpha or numeric etc...oldest goes on the bottom. If you create several "placeholders" like XXXX, XXX, XX, XX you can create them and then rename them so they appear in the desired order. This assumes that you know what you need and how many as you start out, easier said than done.

Scott's technique will help after the fact. None of these will help when you use shared parameters however...for those you have to "live" with where they land. Naming parameters with common names first followed by differentiators will help keep related parameters together.

Wish it were as easy as "move up/ move down"...or drag to reorder...it should be

Saturday, June 27, 2009

Compound Walls - How Much?

While attending a Revit user group meeting a month or two ago someone mentioned that they prefer to use generic walls to keep their model size (file size) down. It seems reasonable that a compound wall might carry a bit heavier burden on a model but how much more of a burden? The poor scientist that I am I tried the following.
I saved an "empty" template file with no walls placed which resulted in a file of 2076 kb (used Default.rte, the stock Revit template). I then created 19 walls, 4 exterior and 15 interior walls using Generic 12" and 6" respectively. When I saved this file it was 2216 kb. Then I created another but used compound walls (Exterior - Brick and CMU on Mtl. Stud and Interior 5-1/2" Partition(1 hr)) instead with a resulting file size of 2452 kb for an increase or difference of 236 kb. I used the exterior wall type because it is more than just a wall with extra layers, it has embedded sweeps and reveals which should account for some of the difference as well.

A small number of walls. I thought I'd use more this time. I created another pile of walls for a total of 152. This is the result.

The generic walls file came in at 3184 kb and the compound version came in at 4092 for a difference of 908 kb. Here's a spreadsheet breakdown for you "column and row" types.

It seems to me that this means that modelling walls in bulk results in less cost (in kilobytes) per wall. The more walls the more economical their impact is. Not that more walls doesn't mean more...just not a literal 1:1 file size relationship. It also means that compound walls do have a "heavier" impact on the project file size too.

Since I increased the number of walls by eight (8) times I was curious to see if the kilobyte increase was literally eight (8) times as well. The How Close? column in the spreadsheet shows that the generic walls were nearly so but the compound walls were a bit more economical when the quantity increased, just a little over five (5) times as many kilobytes.

To make it more interesting we could edit the profile of walls, attach walls to roofs, embed curtain walls, disallow joins, add views to sheets using different Detail Level settings, place various hosted elements on/in walls, use the Opening Tools, compare curved versus straight impact...and on and on.

Do I have a point? Well...file size isn't really the only measure of a project's performance nor is it even really reliable to use to predict project performance. I've seen rather large projects that perform quite well apart from waiting for it to open initially. Conversely I've seen "small" projects that perform poorly. My interpretation of my results is that I shouldn't really need to worry about using generic walls only, at least not using just file size as a measure. Much more likely that how the walls interact with other elements in the project will affect performance more than just file size.

New Build - Not Available Just Yet

Last evening I read on Twitter two separate "tweets" about an hour apart and a bit later on a blog post that the update for Revit 2010 is now available. Great to see one is coming and the list of issues/items addressed shared too. Unfortunately it isn't actually available yet though, not for another week or so according to my sources. I'll post the information on the update once it is released.

In the meantime if you want to read the list of issues addressed you can read it HERE.

Hang in there...just a bit longer. Maybe it'll get posted sooner because of the early release of information?

Wednesday, June 24, 2009

iPhone App - Revit Keys

My son found this one tonight and rushed downstairs to let me know about it. From the Apple apps site:

REVITkeys is a list of 260 keyboard combinations for AutoDesk Revit Architecture 2010. Arranged in 14 categories for easy access this tool makes it easy to find the keyboard combination you are looking for or learn new ones. Utilizing REVITkeys for Revit Architecture will speed up your work and help you learn new skills.


Categories include: Project, Model Family Editor, Profile Family Editor, Truss Family Editor, Rebar Family Editor, Mass Family Editor, Conceptual Mass Editor, Detail Family Editor, Contextual Tab, Snap Overrides, View Control Bar, Context Menu, Navigation Bar, and Alternates with Closer Keys


It isn't free, nearly so...just 0.99 cents until it gets wildly popular. I didn't try it out myself yet because my phone is still downloading the latest update.

Tuesday, June 23, 2009

AUGI | AEC EDGE is out!

As I mentioned in an earlier post the new magazine was nearly complete. When I wrote the earlier post my editing work was finished and just waiting on the publishing side of things to get wrapped up.

I just received the announcement from AUGI that other members should be receiving over the next couple days as the email "bot" does its work.
If you'd like to cut the wait short you can DOWNLOAD it now.

Thanks to each of the twenty contributing Authors and to Extension Media for helping make this a reality!! I hope that you enjoy it!

Monday, June 08, 2009

RDB Link - Update Posted at Autodesk Labs

Scott Shepard posted notice about a new version of this lab project. He wrote:

This new version corrects a problem where an ODBC database would not update after 1 export/import cycle. Thanks for sending this problem report in. This is exactly why we make these technology previews available on Labs.

I mentioned this in an earlier post.

Friday, June 05, 2009

Stump the Chump 2005 - Answers

Okay here's a revised image:


Who's who? (left to right and their current affliation)

David Conant - Autodesk & Revit Technology Corporation
Jim Balding - Wimberly Allison Tong & Goo (really early adopter)
Matt Jezyk - Autodesk & Revit Technology Corporation
Scott Davis - Autodesk (WLC Architects back then and very early adopter)
Me - Yours Truly - Mr. OpEd aka "Revit guy"
James Vandezande - Skidmore, Owings & Merrill
Scott Brown - Wimberly Allison Tong & Goo (very early adopter)
Chris Zoog - Skidmore, Owings & Merrill (Zoogdesign!! and very early adopter)
Phil Read - HNTB (formerly with Autodesk and Revit Technology)

If anything this photo proves you can have fun and Revit as long as someone brings the beer? Scott Brown is the designated Revit driver, he's drinking water. Me...I look like I've slipped into the photo unnoticed and going to get caught any second.

Thursday, June 04, 2009

Off Topic - New Kind of Insulation

I see other people's misspelling, not my own. Examples just pop off a page at me, a gift, a curse. This one happened today.

Insultation vs Insulation

I found out that Insultation is a real thing!

"Monty Python" has a new line of batt insulation called "Insultation". You install it in your walls and when you walk by it casts aspersions your way.

Okay you caught me, I'm lying but it tickled my funny bone, for a moment and now the moment is gone. As you were...

Gotham - Not the hometown of Batman

ABL (Acuity Brands Lighting) just announced they've made their Gotham line available in Revit form. It has been over year now since CDV Systems sent me to visit them to talk about making Revit content and its great to see them persevering and expanding the products they are making available! Keep it up!!

Stump the Chump @ AU 2005

Okay, here is a little quiz! Can you name anyone in the photo? How many? All of them makes you a serious Revit trivia guru...or you attended the Revit Mixer at Autodesk University 2005, or...well you get the idea!


Names and relationship to Revit posted tomorrow!!

Wednesday, June 03, 2009

Error Reports

Experiencing crashes? Are you sending in reports? You know, the dialog asking you to tell Autodesk what you were doing when the crash occurred?

You aren't? Why? Aren't you interested in getting the problem fixed?

I moved my current session of RAC2010 to my second monitor tonight while testing my video card driver changes and "poof" Revit vanished after first telling me that an unrecoverable error occurred. When the error reporting dialog appeared moments later...did I send it in? Darn tootin!!

Check out the information that it sends for you when you do. You could submit a support request by logging into subscription entering a bunch of information and then wait for a response which will inevitably ask for more information followed by a request for a journal file etc. Or...you could just click "Send Report"...seems easier?

In this instance I was working with a file that upgraded to 2010 but I did not save yet. When I moved Revit to the larger monitor and maximized Revit it crashed. Tried again and same thing...third time I saved it first and no crash. Seems to be sensitive to the file not having been saved. Finally I've got the promised better view performance with DirectX and Anti-Aliasing enabled!! This setting seems to be the key so far...hope it proves to be stable, more testing tomorrow etc.



Revit Technology Conference 2009 - Melbourne

RTC also stands for Revit Technology Corporation - coincidence? Hmmm...

I mentioned the 2009 conference earlier this year in THIS POST.I was fortunate enough to attend this conference back in 2006. I still wear my RTC hat all the time!
It is only a short couple of weeks away now. Three years later and I get to attend again finally!! Like last time I am presenting a couple of sessions and I've managed to crack out of my "family editor" mould somehow. I get to talk about something other than Revit families, exciting...for me anyway! Besides I wouldn't want to have to compete with the people presenting family sessions this year anyway, stiff competition!!

The first session, on Friday, is about the new features in Revit Structure 2010. This will be fun because by then I hope to be nearly done doing the technical editing for the 2010 refresh of the Mastering Revit Structure book by Wiley/Sybex and authors Tom Weir, Jamie Richardson & David Harrington. But I digress...

The second session, on Saturday, is "Managing Large Projects" where I hope to "steal" as much information from the attendees as I can...oops I meant share my knowledge with the attendees.

Then I get to team up with my friend and patron saint Wesley Benn to do a free-for-all Revit Tips-n-Tricks session. Here's a small photo that surfaced on the current RTC 2009 site of Wesley and me, thanks for the VB!


To be unlike any other software conference you might attend I've heard we will be giving away livestock for the top five tips or tricks. Maybe I better run that idea past Wesley first?

I look forward to catching up with old friends and making new ones in Melbourne at RTC 2009!!

Tuesday, June 02, 2009

Clicks and Clacks

No, Not the Tappet Brothers

Last month I maligned the new interface with an example of how we are less efficient with the new UI. You may be familiar with the experience that "bad news runs on the cover page and the retraction runs on page six"??

I claimed that the only way you can access the Export Layer manager dialog was through a convoluted series of steps involving starting the export process. I was wrong..."shock, horror"!! I'm still doing chores around the house to make up for it!!

In my haste to make a point I missed a very subtle "arrow"!! If I had been more observant and patient I'd have seen this:


And a little more patience and this displays:


So this correction gets a "front page" or at least its own new post! Sorry folks!!