Print Page | Close Window

How To Update Existing Coordinates

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12751
Printed Date: 16.May.2026 at 10:36


Topic: How To Update Existing Coordinates
Posted By: thinker
Subject: How To Update Existing Coordinates
Date Posted: 05.Jun.2018 at 09:11
I have uploads/381267/LEVEL_Y-X_coordinates.lsp" rel="nofollow - this lisp  that is used to label the coordinates, Now I have to move these existing objects to new place and update the selection of coordinates as per new location, I know that attribute block can be updated automatically but the ucs is changed many times in this drawing so attribute block is not applicable,




Replies:
Posted By: philippe JOSEPH
Date Posted: 05.Jun.2018 at 13:00
Hello thinker, eventually see the Tip 5193 here under. 
The updating works when you move or copy that block if you REGEN your screen.
Set your UNITS correctly so you will have the desired number of digits after the decimal point.


Posted By: thinker
Date Posted: 06.Jun.2018 at 08:37
Originally posted by philippe JOSEPH philippe JOSEPH wrote:

Hello thinker, eventually see the Tip 5193 here under. 
The updating works when you move or copy that block if you REGEN your screen.
Set your UNITS correctly so you will have the desired number of digits after the decimal point.
Thanks philippe JOSEPH, As I mention in my first post that these are existing labels and ucs is not remain at same place so attribute or dynamic blocks could not be used, further more I am sorry that I cannot find PtBlock in that dwg file.
Now I am attaching a dwg that may help to understand my problem
http://www.cadforum.cz/forum_en/uploads/381267/X-SECTION.dwg" rel="nofollow - X-SECTION.dwg
The labels are in mtext format with leader and after these labels are moved to new location along with other objects a lisp command may apply to update the selection of labels,


Posted By: philippe JOSEPH
Date Posted: 06.Jun.2018 at 10:16
Hello thinker, the block that you have to find in the CAD/BIM blocks library is : PtLabel.dwg or PTLABELR1.dwg.
On the other hand if you move you UCS it will not do the job properly as its updated at any REGEN of your screen or at any opening of the file.
 
I don't understand why you have to change the UCS because then you loose your X,Y,(Z) locations in any case.
Your study should have a permanent absolute 0,0,0 and it's the good way to do and for all the different companies working on the same site making no mistakes.  
Some "big companies" have a unique 0,0,0 for a complete country, at the very West and very South for example.
 
OK I have open the file and seen why there are different UCS locations...


Posted By: philippe JOSEPH
Date Posted: 06.Jun.2018 at 13:47
Hello thinker, a solution for you would be to place all your objects in the absolute coordinate system and place the different configurations on different layers to be frozen or not in view ports open in the layout space.
Ask for more eventually.



Print Page | Close Window