Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello everyone!
I would like to draw the attached graph in 3D with Mathcad 15. It seems to me that this problem has already been addressed in the community but I cannot find it. In fact, it is a rather arduous job although from the geometric point of view it is a question of tracing flat surfaces orthogonal two by two. To do this, I downloaded and installed "images14.exe" and also the list of the functions contained, but I don't know how to use it. How can I avoid using these functions? Could anyone help me? I thank him infinitely.
Solved! Go to Solution.
If you just need a single box with one corner at the origin, the routine in the above mentioned thread simplifies to
One drawback is if you need transparency. If you do, you should turn off plotting the wireframe as otherwise some nasty extra lines become visible (thats the result of Mathcad 15's 3D plot not accepting NaN's).
If you need to have transparency AND wireframe, one option could be to write a second function for the wireframe only and combine the two plots.
MC15 sheet attached
Could this thread
https://community.ptc.com/t5/PTC-Mathcad/Plotting-boxes-in-3D/m-p/500994/highlight/true#M178570
be of any help?
If you just need a single box with one corner at the origin, the routine in the above mentioned thread simplifies to
One drawback is if you need transparency. If you do, you should turn off plotting the wireframe as otherwise some nasty extra lines become visible (thats the result of Mathcad 15's 3D plot not accepting NaN's).
If you need to have transparency AND wireframe, one option could be to write a second function for the wireframe only and combine the two plots.
MC15 sheet attached
@-MFra- wrote:
Hello everyone!
I would like to draw the attached graph in 3D with Mathcad 15. It seems to me that this problem has already been addressed in the community but I cannot find it. In fact, it is a rather arduous job although from the geometric point of view it is a question of tracing flat surfaces orthogonal two by two. To do this, I downloaded and installed "images14.exe" and also the list of the functions contained, but I don't know how to use it. How can I avoid using these functions? Could anyone help me? I thank him infinitely.
You might also like to look at https://community.ptc.com/t5/PTC-Mathcad/How-to-plot-a-3D-vector-as-an-array-attempts-and-problems/m-p/288421
Stuart