AutoCAD LT Discussion Group Search

Showing posts with label CAD Management. Show all posts
Showing posts with label CAD Management. Show all posts

Friday, February 29, 2008

Book Recommendation


I recently purchased a new book. I have bragged on Robert Green in the past & now I think they will keep coming. Since becoming a CAD Manager I have found that I have trouble focusing on what's important. His book helps to get you on track & on task to becoming a Expert CAD Manager.

Erik

Tuesday, February 12, 2008

AutoCAD LT 2009

Well, the next release of AutoCAD LT is just about to ship, here is a link to the preview guide. I recently had the chance to look at the full version & well, it was a shock to the system. The interface has changed quite dramatically, of course you can always tweak & make it look like the old versions but where's the fun in that. I like to hear some comments after you take a look at the preview guide.

Erik

Friday, November 30, 2007

AU Overview 2007

AU in one word, OVERWHELMING!! The training was excellent, networking great, walking tiring. I was able to attend most of the classes I wanted to go to. I registered late & many of the classes were full by the first week. I sat through many CAD Manager classes. The classes were taught by Robert Green. If you get a chance to attend one of his classes, thru AU or AUGI CAD Camp, I suggest you get down there. I'll post more when I get home.

Later,

Erik

Wednesday, November 28, 2007

AU Day 3

Well, I have survived another day at AU!! I have learned much on this trip so far. Things like when you are up $20.00 at the craps table it's time to call it a day. This knowledge came to me after I lost it plus the original $20.00 I bet. Seriously, The training here is really good. Yesterday I attended 3 classes, Today I have 5. I learned a little more about the CUI & I'll share those things when I get a little more time. I'm off to my next class. Talk with you later.

Erik

Thursday, November 1, 2007

Going to AU??

It's a little close to go time for AU this year. I just found out that I will be there. I'm looking forward to meeting fellow bloggers there & other CAD monkeys like myself. If you're going to be there drop me a line & I'll try to see you there.

Later,

Erik

Tuesday, October 16, 2007

ZOOMFACTOR

I recently had to re-setup my AutoCAD. Today after a few weeks of using my scroll wheel to zoom I realized that I had to scroll an awful lot to zoom just a little way. I forgot to set my ZOOMFACTOR. Default is 60 I like mine in the lower 90's. What do you like to set it at?

Erik

Wednesday, October 3, 2007

What's your OSMODE?

Mine, 111.

Everyone has their own preferences for which running osnaps they like to have. Once you have yours set to your liking, type in OSMODE. Enter new value for OSMODE : will be your prompt. Write down or memorize that number in the brackets, that is your OSMODE. Now anytime you want to reset your running osnaps to your liking you can by entering your number.

Later,

Erik

Friday, September 14, 2007

CADing && Coding

I've had this blog as a link for a little while but wanted to spotlight it on my blog.
Here's a guy who seems to know his stuff when it comes to customizing AutoCAD LT.
Check it out.

http://cadingandcoding.blogspot.com/


Welcome to Mohamed Haris & his blog.

Erik

Wednesday, September 12, 2007

Plot Tip

I just created a button for printing. It's a 1 button for all your plots kind of thing. Everything in the plot command is the same except for the plot scale. My first thought was to prompt the user to enter the scale like 1=48 type of thing. But, then I had an idea. Use DIESEL. Where it would prompt for the scale in the MACRO I added..

$M=$(/,1,$(getvar,dimscale));

this will enter the ratio of plotted units to drawing units. No prompting, no hassel.

Thanks,

Erik

Monday, September 10, 2007

AUGI Forum

Keep a lookout on AUGI Forum for good information. I recently found this viewport creation tool for LT users.

http://forums.augi.com/showthread.php?t=66878

Thank you to Shinyhead for the tip.