Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi, Everyone.
From the following:
How to join 4 Patches, the above, into one Mathcad structure ? (or reverse: "split" ?)
Thanks in advance for your time and help.
Best Regards.
Loi.
Splitting is easy, but joining is sure not. You cant join arbitrary surfaces. In the structure expected by Mathcad's 3D plot, two patches (plane quadrilaterals, 2x2 matrices) must have exactly one edge in common. This means that most arbitrarily chosen surfaces can't be connected at all and I imagine it is quite time-consuming and difficult to write a function which checks a bunch of patches to see if they can be connected at all and then sew them together.