Jump to content

Recommended Posts

Posted

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.

Posted

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.

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

Posted

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.

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

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

Posted

The system variable Fieldeval is saved per dwg. Try setting it to 31.

Posted
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. :D :)

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