• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

use di getpoint

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello everyone,
these few lines define the request to click a point.
Code:
(setq txt1 "1040")
(setq pointtoclick (strcat "point to click ("txt1 ")")))
(princ)
(princ pointdaclicking)
(setq spotted (getpoint "\nclick point"))
the result on the command line is this:
- select the point name: point to click (1310)
- click the point
How can I delete > select the point name : < ?
Thank you.
 
You put it on purpose.. .(princ pointdaclicking)Put yourself in front of us ; and you will see him disappear;;(princ pointtoclick)
trasformalo così:(setq txt1 "1040")
(setq pointtoclick (strcat "\npoint to click ("txt1 "): ")
(princ)

(setq pointclick (getpoint (princ pointdaclick)))
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top