PDA

View Full Version : measure-3dpoint


odo
07-02-2003, 02:21 PM
I have the necessity to loop the command measure point 3d for some points, and write all the global coordinate (x,y,z) in a text file, for a successive use. Can you help me Please???

John Scheffel
07-07-2003, 08:30 AM
It should be possible to write a LISP function which does this. If you don't want to write it yourself, there may be some contractors who follow this forum who would be willing to do it for a fee.

Sinan
08-05-2003, 12:55 AM
For this you must write a OSDM Dialog with LISP.
It is not very difficult to do it.

Here are basic steps :


- Write a LISP dialog (see examples inside OSDM manual)
- There should be 2 variables defined, File and point-3d
- In the ":after-input" section of the point-3d variable, write out to the file and set point-3d to nil again so you can loop.
- With ok-action, close the file.

Hope it helps

Sinan