Jump to content

Recommended Posts

Posted

i want edit text using xy co-ordinate point. For examble xy 0,0 text available that same co-ordinate i want edit to new text. i have so many file but same co-ordinate i want to edit using batch proces please help me

Posted

Use the ssget function with a Point argument, or, for a little more tolerance, a Crossing / Window selection; include a filter list to select only Text entities.

 

e.g.

(ssget "_C" '(1 -1) (-1 1) '((0 . "TEXT")))

 

Then iterate through this set (plenty of examples of this on the forum) and alter the DXF Group 1 code (the text string) of each Text entity in the selection.

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