Quick question. I'm stalling on a simple problem - connecting the points of the panels as shown in the image, rather than connecting them within the panel itself ...
(the image shows only 2 examples, but I would of course like to connect them all, to 'fill in the gaps')
This is, to be honest, the first time I've used it, so I might misrepresent it a bit. As I understand it, it basically operates like shift list, but on paths instead of items - my input says {0;0;0;0;1;0}, which shifts the 5th level of tree hierarchy by -1 and 1, output into A and B respectively. The two boolean inputs to the component control whether or not paths and items wrap, and since they are both false, there is a culling of branches.
upon opening the file up in v08, I'm noticing something odd ...
The t from the Divide Curve component is outputting values from 0 - 1 (making the surfaces very small of course), as opposed to values that would represent more accurate dimensions along the line. In v06, and from what it seems like in your file as expressed through the image above, it is working just fine ....
Sorry, didn't see this question until now. t-parameters don't represent dimensions - they are a function of the domain of the curve, which usually has nothing to do with the curve's dimension. For simplicity's sake, it is common to "reparameterize" curves to guarantee that their domain is reset to be from 0-1. Lines between two points generated in grasshopper automatically have the domain from 0-1, whereas straight lines generated in rhino and referenced will have a domain related to their length. In general I always choose the "reparameterize" option for my curve parameters in order to guarantee predictable behavior.