Jump to content

using autocad 2010lt want to flatten all z to 0 from a civil drawing


cadsharc

Recommended Posts

Is there a way to change multiple objects/lines from a

z value to an elevation 0 ? Lt doesn't have a flatten command and you can do individual lines in the object properties box.

Link to comment
Share on other sites

  • 3 weeks later...

Ok, where do you apply the sytax in a CUi macro to get the flatten to work?? Is this making a custom tool in the cui?

 

^C^C_UCS;;_move;_all;;0,0,1e99;;_move;_all;;0,0,-1e99;;

Link to comment
Share on other sites

Here's another option. Use the oft forgotten CHANGE command. Choose the ELEVATION option and set it to "0". Don't forget to select all your objects when prompted.

Link to comment
Share on other sites

I ran the syntax from the command line and there was no response. Then, I used the CHANGE command; properties; Elev; set it to "0"; and it worked. It set all the topo line to "0". Right on. :thumbsup: thanks :)

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...