Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello,
I'm currently working on a rather large project for generating the geometry of worm gears correctly.
I started optimizing some existing modules, but I keep comming across the same problem.
I try to minimize the load for the computer by programming commands and only executing them when neccessary through if-queries.
But I keep failing to create the "old" output-structure needed for 3d-Plots and my meshing-methods. Can someone take look at the uploaded file and tell me how I can get my "old" data-structure through the use of these commands?
Kind regards,
Jon
Solved! Go to Solution.
Look at the attached - think it should help
Good morning mr. Exinger,
Thank you for your reply. It solved my problem. I didn't know Mathcad viewed lists ans vectors differently.
kind regards,
Jon Heckel
I didn't know Mathcad viewed lists ans vectors differently.
So maybe you will find the following useful
http://www.ptc.com/WCMS/files/131949/en/Range_Variables_Vs._Vectors_in_Mathcad.pdf
http://learningexchange.ptc.com/tutorial/146/mathcad-using-vectors-instead-of-range-variables
Hey,
I have a similar problem as Jon. I tried to create the same data structure as Jon but your hint of using a vector results in an error.
Maybe someone could take a look at the document to help me.
Kind regards
Alex
Maybe something like the attached
EDITED: Added missing "return" statements