Jump to content

layer change


Guest cad2007

Recommended Posts

Guest cad2007

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" ""))

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...