fuqua Posted April 24, 2009 Posted April 24, 2009 hello everyone, ive been trying to create a block which displays the coordinations of a point anywhere in the map. but it doesnt work, the block keeps only displaying the coordinates once and never changes whereever i move the point to. i hope im a bit clear on what i want seeing as english is not my native language. thanks in advance. Quote
ReMark Posted April 24, 2009 Posted April 24, 2009 Are you displaying the coordinates using a lisp routine? Take a look at this: http://cadtips.cadalyst.com/general-dimension/automatically-annotate-coordinates-block-inserts-and-point-objects Quote
BIGAL Posted April 26, 2009 Posted April 26, 2009 You will need to use fields in your block these will change as you move I haven't done it but when creating your attributes there is the option to use a field and it can be the x and y values. I have seen this here on this forum search a bit more. Quote
fuqua Posted April 28, 2009 Author Posted April 28, 2009 You will need to use fields in your block these will change as you move I haven't done it but when creating your attributes there is the option to use a field and it can be the x and y values. I have seen this here on this forum search a bit more. with the command attdef i insert the fields i want: catagory = object object type = point => position format = decimals boxes X and Y are selected the point determines the XY coordinates which will be then displayed in a block (i wrapped the point and text created with attdef up to a block) problem is the coordinates dont show or it only shows it only the first time, but it never changes as it should when moving the point around. Quote
lpseifert Posted April 28, 2009 Posted April 28, 2009 problem is the coordinates dont show or it only shows it only the first time, but it never changes as it should when moving the point around. Try a regen after moving the block. Quote
fuqua Posted April 28, 2009 Author Posted April 28, 2009 Are you displaying the coordinates using a lisp routine? Take a look at this: thank you for the tool, it is not what im using, im stricktly using block created in autocad. please read my post above in which i have elaborated my problem and action i took some more. Quote
fuqua Posted April 28, 2009 Author Posted April 28, 2009 Try a regen after moving the block. done that, it wont change. weird thing is that im only having trouble with the block in this file/drawing im currently doing. Quote
lpseifert Posted April 28, 2009 Posted April 28, 2009 The system variable Fieldeval is saved per dwg. Try setting it to 31. Quote
fuqua Posted April 28, 2009 Author Posted April 28, 2009 The system variable Fieldeval is saved per dwg. Try setting it to 31. the whole of geocad team at work loves you right ! thank you so much mate its working now. 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.