Hi forum! Is there a way to make split tree mask that would output checker style pattern? I can not wrap my head to make it into single mask
Split tree F.gh (158.9 KB)
Hi forum! Is there a way to make split tree mask that would output checker style pattern? I can not wrap my head to make it into single mask
Split tree F.gh (158.9 KB)
Thank you, need to use path mapper more often
what does the ‘%’ do?
The problem with this though is that it will flatten the branches.
You are right, but I am not sure how many people design their Grasshopper script with very complex DataTree structure. For my projects (simple one surely) I quite don’t use DataTree in Grasshopper, I prefer to rely on objects in C# and dedicated component. DataTree support some complexity but has no knowledge of what it deals with. Metadata in GH2 will surely be a better way of handling complexity in “pure” GH script.
There really isn’t anything you can do with Path Mapper that you cannot do with a deconstruction of a fully grafted Data Path mapping and Replace Paths. Here, for example, @laurent_delrieu 's solution with the added flexibility of being able to dynamically set the group spacing and targeting a group set with the Set Slider Properties component from Metahopper. Static path mapping is a big drawback of using Path Mapper.