You are here

acad

Selection Preview

When you are using fillet radius and you want to see where the radius will be make sure SELECTIONPREVIEW is on.

Objects are highlighted when the pickbox cursor rolls over them. The highlighting indicates that the object would be selected if you clicked it. The setting is stored as a bitcode using the sum of the following values:

0=OFF , 1=On when no commands are active, 2=On when a command prompts for object selection

Importing C3D Styles into multiple drawings

Have you ever had to update multiple drawings with updated C3D styles?

Here is how you do it.

Turn "filedia" OFF

Put in your directory Path and Filename you want to be updated.

Turn "cmddia" OFF

"importstylesandsettings" is the command to import the styles

Put the DWG or DWT file you want to import with new styles here

"Y" overwrites the current styles in DWG

Tags: 

Workspace Settings

Don't forget when setting up your C3D2013 to check the "Automatically save workspace changes". Nothing like getting all your menus and toolbars set, exit C3D and get in later and your stuff is gone.......

 

2013 Annotation Monitor

A new feature in AutoCAD 2013 is the Annotation Monitor

Marker Styles

Have you ever placed a Label style and accidently left the marker style set to a style you did not want??

So you think I will just edit the label style and set the marker to a different one...HA...nope..Not in the style of the label that you just placed. Why? Who knows!

Tuesday TIP - Label Styles

Label Styles are great for keeping your design set clean and standardized. Make sure you sit down before the project and think of all the standard callouts you may have in the set. Don't worry, if you need one later just add it to your DWT file and import it into the sheets you need it in.

I had to create special style for the grade callout so the negative was in parentheses.(with help from RK McSwain!)

Tags: 

AutoCAD WS

Go download that new version of Autocad WS.  Lets just hope they have a plugin for Civil3D Objects soon!

It is great to upload your topo data to WS and take it to the field with you to verify survey data. Markup missed info or identify areas that need more topo.

It has some great new features listed below:

GPS Integration

Plot From Mobile(PDF and DWF)

Open DWG and DXF files

Tags: 

Mask Dim Styles

Ever need to mask your text on your dimension Styles and can't find it?

Here it is. Under the text Tab on DimStyles change the "Fill Color" to "Background".

Pesky Unreconciled New Layers

Sick of that Pesky  dialog popping up all the time??

Turn the darn thing off then...

Set your LAYERNOTIFY=0 and LAYEREVAL=0

Bamm...gone.

Add this to your acad.lsp and it will set it automatically.

(setvar "layernotify" 0)
(setvar "layereval" 0)

It's an oldie.. but a goodie.

Tags: 
Subscribe to acad