3DCADWorld Network | 3DCADTips | 3DCADTutorials | 3DCADForums | 3DCADSearch | 3DCADBooks | Design World






Get CAD tips and tutorials on your desktop when you register at 3DCADTips.com!

3DCADTips Weekly
Latest Issue
Archive

3DCADTips Forum Update
Latest Issue
Archive






Visit 3DCADSearch.com - The CAD & Graphics Search Engine!!





Go Back   3DCADForums > CAD Communities > AutoCAD Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

web
All
Tips
Tutorials
Books
Forums
Downloads
 


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old January 6th, 2006, 12:35 AM
JRCOLSON
 
Posts: n/a
Default CHANGING LAND DESKTOP DEFULT PROFILE GRID SETTINGS

DOES ANYONE HAVE KNOW HOW TO CHANGE THE LINETYPE, COLOR AND SETTINGS OF THE DEFALUT PROFILE GRID?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Link


  #2 (permalink)  
Old January 6th, 2006, 05:11 AM
support
 
Posts: n/a
Default You can't, but...

:-) We found an answer to your question in an Autodesk discussion group! I hope it help.

**********************************
Reply From: Jeff Mishler
Date: Jan/06/06 - 19:35 (GMT)
Reply
Re: CHANGING LAND DESKTOP DEFULT PROFILE GRID SETTINGS
You can't. You can, however, setup a toolbar button with a call to a small
lisp routine to reset the layers to your prferences after they are created.
Here's what I use:

(defun cro_lay ()
(vl-load-com)
(if (not (tblsearch "ltype" "D125"))
(command "-linetype" "load" "D125" "" "")
)
(vlax-for lay (vla-get-layers (vla-get-activedocument
(vlax-get-acad-object)))
(cond
((wcmatch (vla-get-name lay) "*PBASE,*PVGRID")(vla-put-color lay 2))
((wcmatch (vla-get-name lay) "*PFGC")(vla-put-color lay 6))
((wcmatch (vla-get-name lay) "*PEGC*")(vla-put-color lay
3)(vla-put-linetype lay "D125"))
((wcmatch (vla-get-name lay) "*PGRID")(vla-put-color lay 8))
)
)
(vla-regen (vla-get-activedocument (vlax-get-acad-object))
acActiveViewport)
(princ)
)
*****************************

Thanks for using the board!

3DCADTips Q&A Board Support.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old January 12th, 2006, 11:54 PM
support
 
Posts: n/a
Default More related disussionn

:-) This Autodesk Discussion Board thread contains some related information. We thought you might find it useful.

http://www.3dcadtips.com/3DCADTips_External.php?site=http://discussion.autodesk.com/thread.jspa?forumID=81&threadID=447900

Thanks for using the Q&A Board! ;-)

3DCADTips.com Q&A Board Support
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old July 20th, 2006, 10:19 AM
Elrond de Creep
 
Posts: n/a
Lightbulb There's always a work around! Can't is not in the AutoCAD dictionary...lol

Why not set up a new blank drawing with all the settings the way you want them...sometimes called a template.....and then save this for use later with a name you can find...JoeSmoePreferences.dwg.....then insert the drawing you want to change into the JoeSmoePreference.dwg.......Save it as a 2nd Version of the drawing you inserted so that you keep the original intact...this is always very important!....the inserted drawing should take on the properties of JoeSmoePreference.dwg with minor adjustments perhaps to layers which can easily be fixed using LayerManager Tools.....give it a try first on a test drawing and see what happens.....create a procedure that works for you....write it down...very important...better make it a word doc...lol...and then you can use it over and over and it will be become old hat... Good luck.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 02:18 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0