doesn't LT have field objects then?
Registered forum members do not see this ad.
Life doesn't suck, although we all go through periods when it may be easier to think that, than to discern the solution to whatever problem is the most formidable
at the moment in one's personal UCS.
Go to PLAN view instead. - Dadgad
doesn't LT have field objects then?
"That's it. It's one thing for a ghost to terrorize my children, but quite another for him to play my Theremin." Homer Simpson
Dave




No Fields in LT, although you can get them to display...
http://www.cadforum.cz/cadforum_en/qaID.asp?tip=5128
http://www.cadforum.cz/cadforum_en/qaID.asp?tip=3676
but I don't know of a way to to get the ObjId of a point without full Acad



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




"You are entitled to your own opinion but you are not entitled to your own facts." Daniel Patrick Moynihan
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.
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.
It's nice to be nice, but sometimes is nicer to be evil!.
![]()
Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.
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...
Registered forum members do not see this ad.
do you want to display the coordinates in table format??
then simply use data extraction command: DX
Bookmarks