May 12, 2007 #1 pedromorgan Mechanical Joined Jul 23, 2006 Messages 14 Location GB evrytime I want to do a hatch the style defaults to "angle" is there any way to get it to go to solid? Peter Morgan
evrytime I want to do a hatch the style defaults to "angle" is there any way to get it to go to solid? Peter Morgan
May 12, 2007 Thread starter #2 pedromorgan Mechanical Joined Jul 23, 2006 Messages 14 Location GB Sorry I should have said I am using autocad 2006. (and still getting over the culture shock from having upgraded from R14!!) Peter Upvote 0 Downvote
Sorry I should have said I am using autocad 2006. (and still getting over the culture shock from having upgraded from R14!!) Peter
May 13, 2007 #3 Exxit Computer Joined Aug 18, 2003 Messages 804 Location DE pedromorgan, Yes, that's really naff! 1. You can make a button-macro like ^C^CHPNAME;solid;_bhatch 2. you can write a short lisp into acaddoc.lsp eg. (SETVAR "HPNAME" "SOLID") Lothar ADT 2004 Upvote 0 Downvote
pedromorgan, Yes, that's really naff! 1. You can make a button-macro like ^C^CHPNAME;solid;_bhatch 2. you can write a short lisp into acaddoc.lsp eg. (SETVAR "HPNAME" "SOLID") Lothar ADT 2004
May 16, 2007 Thread starter #4 pedromorgan Mechanical Joined Jul 23, 2006 Messages 14 Location GB thankyou for that. its been very usefull. Peter Upvote 0 Downvote