Message 1 of 5

Not applicable
11-21-2015
03:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(setq p1 (getpoint "\nPick the point on the screen for the first corner:") )
(princ p1)
(setq p3 (getpoint "\nPick the point on the screen for the second corner:") )
(princ p3)
Hi!
I have a question regarding these commands
1) When I run this part of the script
(setq p1 (getpoint "\nPick the point on the screen for the first corner:") )
The coordinates of entered point are printed.
How do I avoid it?
2) When I run the entire script
The coordinates of the first point are printed once
and the coordinates of the second point are printed twice
Why it works in this way?
Thanks!
Solved! Go to Solution.