Hi,
It might be useful for someone who wants to start studying reciprocal patterns.
I have added a set of examples files to NGon 2.2 that I have been learning from.
I hope it will be in some use or least to play with.
Some of the components also outputs adjacency information so that you will be able to set up Kangaroo2 simulation to reduce eccentricities following discussion here
Reciprocal
lineline_at_tangent.gh (14.6 KB)
The primary focus of that, was an application in round sections,
but there are examples in rectangular sections as well
Most of the examples follow the standard rhino mesh graph data-structure or polygonal grouping (NGons) following
the translation:
or rotation logic
or rotation + tiling method
Behind some of the methods I use basic graph traversing algorithms such as breath-first-search to iterate the mesh faces of the tessellated NURBS that are subdivided into meshes.
The example is here
9_ZollingerAndNexoradeStudies.gh (1.2 MB)
The plugin is here 2.2