You are browsing the archive for Lynn Allen.

10 AutoCAD Ribbon Tips You Should Know

November 7, 2009 in AutoCAD, CAD, Revit


AutoCAD ribbonAutodesk introduced the Microsoft Office 2007 look alike to Autodesk products since version 2009. They introduced the ribbon, and even a new menu structure in Autodesk 2010 version. You may hate it, but many new users may like it. However, I think we do need to get used to it. If one day the ribbon and the menu structure become a ‘Windows compliant’ standard, then all Windows applications would look like that. Ouch!

Here are 10 AutoCAD ribbon tips I found on the internet (and one from my blog ;) that you might need to know.


AutoCAD UI ~ Best of Both Worlds is Flexible with Traditional Menus or New Ribbon +Plus+ AutoCAD UI Retro Mod’ing Fun

So you don’t like AutoCAD ribbon and want to use your classic interface? I know many of you already know it, but who knows, it may be still useful. Shaan shares this to us, and further more, if you would like your AutoCAD looks like R14!

Speed Up as AutoCAD 2009-2010 Ribbon Menu Helps You!

Are you a new AutoCAD user? Then you must love the ribbon! Orhan Toker posted how the ribbon can help you with detailed explanation for each AutoCAD tools!

AutoCAD 2010 Application Menu

The ribbon didn’t come by himself. It also changed the menu structure. Orhan Toker shares how to use the menu. Do you know that we can search a tool/command in the menu now?

AutoCAD 2010 – Hidden Ribbon Trick

Many people complaint that ribbon take a lot of screen space. True, but do you know that you can minimize them? Mark W Kiker shares this on his CADD Manager Blog.

AutoCAD 2010: Getting Sticky with Ribbon Sticky Panels

The most annoying thing about ribbon for me is I have to move to different tabs frequently. I found in Shaans blog that we can tear off a panel from ribbon. This only applies to AutoCAD 2010 and later. With this sticky panel, we can use it just like toolbar!

Lock Down those AutoCAD Toolbars!

Now after you tear off your ribbon panel, you may want them lock at their position. You don’t want to accidentally move them. Lynn Allen shares that we can lock it just like we lock the toolbar!

Ribbon Shortcut Key on Autodesk Products

Do you want to speed up when activating tools via AutoCAD ribbon? You may like this tip. This also applies to all Autodesk products that use ribbon.

Quickly Hide The Ribbon Using A Custom Keyboard Shortcut

This is an article by Richard Alexander. He’s giving a tip about creating a custom keyboard shortcut to quickly hide your ribbon. You may need that!

Add a Button to the ribbon in AutoCAD 2009

This is a tip from Ellen Finkelstein on how you can add a button to your ribbon. Originally written for AutoCAD 2009, but also applies to later versions. She explains the ribbon structure in details. If you new to CUI, you may want to read this.

Ribbon for AutoCAD Express Tools 2009

Are you using AutoCAD 2009 and loves the ribbon? You may found something is missing: the express tools tab. You can add it manually. Xanadu explains how you can do it.

AutoCAD 2010 users don’t have to worry about this, it’s already there :)


Do you find this article helpful? You can donate via Paypal to support this site.




Source: CAD Notes – 10 AutoCAD Ribbon Tips You Should Know
Go to Source: CAD Notes

Adding Command to Your Right Click

August 13, 2009 in AutoCAD, CAD, Revit

mousebutton

We have discussed how to add new command to AutoCAD. We added our new command to Now let’s discuss how to add it to context menu. We want this command appear when we select particular type of object. This is what a contextual menu all about, right?

This time we will create a command to automatically convert line(s) to polyline. This is not something new. I’ve seen a lot of people have discuss it in forum or blogs. One of them is in Autodesk evangelist, Lynn Allen blog. But we are going to do it slightly different: put it to our context menu.

Open your CUI browser. You might want to read the previous post about creating a new command before you continue.

Right click on command list area, select new command from context menu. Rename it. Let’s call it Line to Pline. Or if it’s sound ridiculous to you, you can use another name that suit you.

Now in properties area, macro field, type this value:

^C^C_pedit;;;^C

A little explanation:

  • ^C is similar to pressing [esc], pressing [esc] twice will cancel a running command (if any).
  • PEDIT is activating polyline edit command
  • ;;; means you press [enter] three times. ; will execute [enter]

In Lynn’s blog she use ^C^CPEDIT;y;; It would work fine too. What’s the difference? Let’s compare to what we do.

  • ^C^C is just the same to what we do.
  • she use PEDIT instead of _PEDIT. Mostly using either one of it works fine. Adding underscore is an AutoCAD convention so this command can be used by AutoCAD in any other language. If you use English, then there’s no difference with or without underscore.
  • She use Y after the first ; If you activate PEDIT and select a line or arc, then AutoCAD will ask you: Object selected is not a polyline Do you want to turn it into one? <Y>
    By default the answer is yes. So pressing [enter] without typing Y will return the value of Yes. She decided to make sure AutoCAD will accept yes as the answer, so add Y then [enter] to do this.

Not different at all, aren’t they?

Now we have done with creating command. Now we have to define a new shortcut menu. Look at customize section. Find shortcut menus group. Right click on it, and click new shortcut menu. Rename it to Line Object Menu.

shortcutmenu

What are we doing? We define a condition, when this menu should appear. We want this menu appear when we select line. But it won’t appear when we select other type of objects. We have created the menu, but haven’t define the condition. Now we add this condition on properties section, aliases field.

Click ‘…’ button on this field. Use it, don’t type directly on the text field. Type on each line as follow:

  • OBJECT_LINE    –> this will enable your menu appear when you select a single line
  • OBJECTS_LINE   –> this will enable your menu appear when you select multiple lines

Adding both of them will enable your menu to appear on both conditions.

object name

Click OK. You will see your aliases as below. You might have different ID than mine (mine POP520), but that’s not a problem.

properties

Now, drag and drop our new command to this shortcut menu.

cuifinish

Click OK to close your CUI browser. Now try to draw some lines. Select it, then right click. See if your command show up in your context menu.

menuresult

Kinda fun, isn’t it?




Source: CAD Notes – Adding Command to Your Right Click
Go to Source: CAD Notes

It’s on it’s Way

August 5, 2009 in AutoCAD, CAD

AutoCAD 2010 that is. Yes the next version is just around the corner and should be shipping to customers in two weeks. That means AutoCAD Map3D 2010 should be right around the bend if history repeats itself on past releases. So what in new in Map3D 2010? I can’t say yet but I can tell you what is in Vanilla AutoCAD 2010 and everyone knows that Map3D is built on top on the vanilla favor of AutoCAD. First there has been some 3D modeling improvements or what is called Organic Modeling. If you do a lot of 3D work the new free form modeling is a lot easier to create some nice 3D designs. Ok they may not be of much use in Map3D unless you are trying to create a 3D surface for your map but there is also a new feature to set Geometric Constrains. Here’s a link to Lynn Allen’s Blog posting on that. Think of creating lot lines or parcels when looking at that posting or keeping utilities lines parallel to a road center line.

For more on the vanilla new features take a look at Shaan’s posting here. There is even a link to download the preview guide so take a look.

As for AutoCAD Map3D, well you have to wait a little longer to see or read about those but I can bet there will be a few new features in it some of you may like and have been asking for.

Source: Map 3D and Murphs Law – It’s on it’s Way
Go to Source: Map 3D and Murphs Law

Get Lynn Allen's Tips and Tricks for AutoCAD 2010!

August 4, 2009 in AutoCAD, CAD

AUGI Exclusive! – AutoCAD 2010 Tips & Tricks Get a sneak preview of AutoCAD 2010 Tips and Tricks written by Autodesk Technical Evangelist, Lynn Allen.
Click on the title to go there!


Bob

Source: The AutoCAD Gazette – Get Lynn Allen’s Tips and Tricks for AutoCAD 2010!
Go to Source: The AutoCAD Gazette

The AutoCAD Exchange

July 22, 2009 in AutoCAD, CAD

Autodesk Ask the ExpertToday I thought I would post a plug for the AutoCAD Exchange. For those of you who haven’t discovered Mecca for AutoCAD users yet…be sure to check it out.  Fellow blogger Donnie Gladfelter is the Expert this week so be sure to send him all of your really tough questions!  :-)  Donnie starts a brand new job this week [...]

Source: All About CAD – The AutoCAD Exchange
Go to Source: All About CAD