Guest cad2007 Posted November 3, 2010 Posted November 3, 2010 Here i want to change as per my dwg layer:So how to edit my code here.Here i want to move that "Center2" and "Continuous" need to change to my existing(in my Dwg)"Outer" Layer."Hidden2" layer change to my dwg "Inner" layer....So as this plz edit my below code.... Existing Code: ; define the layers addressed in the program (command "layer" "m" "Center" "c" "2" "" "lt" "Center2" "" "") (command "layer" "m" "Hidden" "c" "142" "" "lt" "Hidden2" "" "") (command "layer" "m" "Object" "c" "3" "" "lt" "Continuous" "" "") (setvar "clayer" olayer) PLz edit below code for layer change as per my existing layer (setq set1(ssget)) (command "change" set1 "" "p" "la" "Outer" "")) Quote
lpseifert Posted November 3, 2010 Posted November 3, 2010 Balaj, is that you hiding behind that curtain? Why do you keep asking people to do things you can do yourself? It's not that difficult, try making an effort to learn. I refer you to here http://www.afralisp.net/index.php Quote
ReMark Posted November 3, 2010 Posted November 3, 2010 Somewhat strange that Balaj's last activity is Oct. 30th and Cad2007's first activity is Oct. 31st and they each write in the exact same style. Coincedence? Me Thinks There's Something Foul A Foot! Joyce L. Rapier Quote
Tharwat Posted November 3, 2010 Posted November 3, 2010 Besides that , how many Email accounts he has to be able to register in that pretty user names .... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.