Hi Max: First of all big thanks for your great support !!!
In the context of MoI and scripting I am wondering if it would be possible to integrate functions
for minimal surfaces, some kind of relaxation of meshes as it is the case with 'RhinoMembrane'
in order to create surfaces in analogy to soap films: equal tension in all directions. ???
Here are some examples for that specific form findig process of anticlastic surfaces:
for me it Looks like the Network command of Moi - with turned on control Points (3 and 4 sided examples). Am I right? The form finding is something else, what I didn't understand at the Moment:-(
By the way - I saw a lot of clicks!
After considerable manipulation a 4 hole Scherk2 surface was created from the basic uv curves.
Only one quadrant of open curves was used. The ends were connected with a through point curve, and then mirror and revolve to get 4 sets.
The through point curves were blended 4 times, and the 8 curves joined. Then network worked quickly. A 3 point circle trimmed the rounded ends.
Vertical copy and revolve of the surface enabled join to work.
Main change:
- The Frame and Point types replaced with the PointArray type. This new type supports 3d arrays of points. For each point you can set x-y-z coordinates, three rotation angles, scale.
Other changes:
Added powerful Math nodes (Basic/Math and Arrays/GenArray)
Now you can add and remove optional input/output slots (right click on a node title to add slot, right click on a slot to remove it)
More intelligent selection tools
You can use shift+left mouse button or middle mouse button to select multiple nodes. Now you can easily move them around. Multiple delete doesn't work at the moment.
Slider and Knob nodes doesn't steal focus anymore when you use them.
You can use mouse wheel to zoom in and out
Added math support for property input fields. For example, you can set variables: a: -pi, radius: 2*pi+10 etc