Search found 2 matches

by rphillips
Wed Jun 20, 2012 5:26 am
Forum: Homework
Topic: lisp function not working correctley, help?
Replies: 1
Views: 7356

Re: lisp function not working correctley, help?

I think i have narrowed it down to this part of the code (foreach p ptlist (setq lp (polar p (* pi 0.75) 2.47) rp (polar p (/ pi 4) 2.47)) (setq dp (vlax-curve-getclosestpointto grad p) pp (vlax-curve-getclosestpointto prof p)) (setq dlev (cadr dp) plev (cadr pp)) (setq txt (vla-addtext acsp (strcat...
by rphillips
Mon Jun 18, 2012 8:49 am
Forum: Homework
Topic: lisp function not working correctley, help?
Replies: 1
Views: 7356

lisp function not working correctley, help?

This is my first time posting here so if i am in the wrong place pease let me know. I looked at the FAQ in reference to attachments and was not able to find out how i can post a file. I am not a guru but I am able to do some basic code myself. Mostley I take existing code and modify it to do what i ...