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

problem impossible to open a file lisp

  • Thread starter Thread starter joe
  • Start date Start date

joe

Guest
hello and good day, the following lisp does not work well: it tells me "impossible to open the file"

(defunc c:peso (/ fr volume txt weight)
(setq ent (car (entsel "\nsel select internal point: ")
(command "_massprop" ent "_y" "c:/massprop")

(setq fr)
(repeat 5)
(setq txt (read-line fr)
)
(setq volume (atof (substr txt 26)))
(close fr)
(setq weight (* volume 0.00000785)
)

suggest a solution?
 

Forum statistics

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

Members online

No members online now.
Back
Top