Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
Hope you are doing good.
Is there any way to increase the resolution of Getpoint (decimal points) and a way to make z axis 0.
Please help me edit this
(defun c:COOM nil (setq m (getpoint "\nSelect destination point >"))
) ;end defun
Output :
Command: ID
Specify point: X = 344849.3922 Y = 167702.1946 Z = 0.0000
Command: *Cancel*
Command: *Cancel*
Command: COOM
Select destination point >(344849.0 167702.0 -1.99306e-06)
Command: !M
(344849.0 167702.0 -1.9828e-06)
Can the function store the same coordinates as getting by id command.
Thank you in advance.
Solved! Go to Solution.