Jump to content

Displaying xyz of a point?


Recommended Posts

Posted

Hi does anyone know how to display the xyz of a point on autcad lt 2008. Tried the ordinate command but only get to display x or y.

  • Replies 22
  • Created
  • Last Reply

Top Posters In This Topic

  • Tiger

    4

  • lpseifert

    3

  • gnanapaul

    3

  • colingra

    2

Posted

1. LIST

or

2. ID

or

3. Through properties dialogue (ctrl + 1)

Posted

Do you want to just see the x.y.z-coordinates, or add them as a text in your drawing?

Posted

Try Field, if they are available in LT

Field > Object > Object type (select point) > Position

Posted
Nah, use VBA code to do it in style :)

 

go ahea, gives an example then :thumbsup:

Posted

Yeah I'd like to see a VBA applet that runs in LT

Posted

LT not have VBA then? Always wondered what the big difference was besides some plotting and hatching problems.

 

I have on my USB stick at home, though to be fair that's for blocks, but its just as easy to do it with any entity, it's not that many lines of code, handful really :)

Posted

The big difference between Full ACAD and ACAD LT is that LT does not support VBA, Lisp or any such customization.

 

Before the OP comes back with more info, who knows what will work.

Posted

I can list and id points but I need to display on the drawing in text format the xyz. Seem to come to a dead end with this on LT.

Posted
I can list and id points but I need to display on the drawing in text format the xyz. Seem to come to a dead end with this on LT.

 

yeah, the only solution I have is a Lisp that does this exact thing, but unfortunatly that's not available in LT. :(

Posted

If fields work then you could have a dynamic block with a floating base point whose X, Y ans Z populate the field(s).

Posted
Hi does anyone know how to display the xyz of a point on autcad lt 2008. Tried the ordinate command but only get to display x or y.

 

I am sure this could be done in Diesel but I am not experienced with that language. You might ask in a customization group or in a strictly LT group if someone has already done this, or knows how.

  • 7 months later...
Posted

I am also trying to get x,y points of selected circles from outside autocad LT 2010. Please help me. If you have VBA sample source code please send me.

Posted

As explained before, AutoCAD LT will not run VBA. I am afraid your options are limited to List and ID. Set Osnap to Center, enter ID and pick the first circle. Press Enter or Space to repeat the command and select the next circle.... repeat these steps until the last circle is selected, press F2 and copy the relevant part of the command history. Paste in a word processor and edit until you have only the centers.

Posted

Hi...

 

Thanks for your help. i have already tried in your way. Is there any otherway to get whole selected points?

 

Please help me. Its very urgent...

Posted

do you want to display the coordinates in table format??

then simply use data extraction command: DX

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