PDA

View Full Version : automatic point labels for a list of points


mcclurek
06-04-2004, 10:23 PM
I am currently using the lisp Ascpoint to enter lists of x,y,z coordinates as points or polylines and need to find a quick way to label each point with text automatically. Is there a way to make ACAD 2002 accept a fourth data set of text to label each point?

Eddie
06-04-2004, 11:16 PM
8) What do you mean by FORTH DATA SET....?

Why not just modify or use another LISP to lable these points.

bob.at
07-04-2004, 09:45 AM
I dont know "ascpoint.lsp" but it should be possible to extend it, so that it can read a fourth colum with text.
But ther are some questions to decide: where should the text be located (insert position)? is it wise to build a point and a text or is it better to use a block with attribut?