marko_ribar Posted October 15, 2017 Posted October 15, 2017 (c:DrawMe) finally updated in order to remove reported bugs... To fix this issue I considered that Dang1 variable must be whole number multiplication of main unit angle Dang0 ( or eventually 1/whole number )... So to fix this I've added one more edit_box variable into DCL called angfact - it must be whole number or 1/whole number... Default value is 2 to mimic original authors curve, and now no need for : (while (or (= (length path) 1) (not (< (distance (car path) (last path)) (distance (last path) (cadr (reverse path)))))) ... ) It is only needed this : (while (or (= (length path) 1) (not (equal (car path) (last path) 1e-6))) ... ) So I am finished with this I hope for everyone's happiness... Regards, yours M.R., d.i.a. (arch.) Quote
fuccaro Posted December 13, 2019 Author Posted December 13, 2019 I just find out that Inventor has a module for dynamic simulation. I built a simple mechanism and I started to learn by playing. I’ve got the some images like the ones I posted here before, showing the trace of the pen on the central disc. No Lisp or programming of any kind! I wish I knew this two years ago. However, I remember it was a pleasure to write those Lisp programs. Also I enjoyed discussing about it here in the forum. So, to make the short story even shorter: see here some screen captures. 2 Quote
BIGAL Posted December 13, 2019 Posted December 13, 2019 Fuccaro said "I will make such a drawing machine for my children". Google spirograph its a toy. Can spend hours on it. For the dcl have a look in downloads Multi getvals and Multi Radio buttons library defuns can be used in any code dynamic input only 2 lines of code to run. 1 Quote
fuccaro Posted December 16, 2019 Author Posted December 16, 2019 What a nice program that google Spirograph! Probable I will either spend some hours on it. Thanks for that! I made that machine, my girls already destroyed it after a few months. And about the DCL: I never wrote a single line of DCL file. Maybe this time I will give it a try… Best wishes to all of you! Quote
BIGAL Posted December 16, 2019 Posted December 16, 2019 (edited) fuccaro the multi programs mean you do not write any dcl code it does it for you 1 line input, or 2, 3 to around 20+ its screen dependant for maximum, it returns a list of variables entered, you can set default values like wise you can make it remember last entry. Edited December 16, 2019 by BIGAL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.