Hi I am recent user of paneling tools, the plugin is amazing and I see lots of potentials on how to use it in my workflow. While playing around with it, I have come around some questions, maybe someone can give me a hand. My questions below:
how can I input a set of rhino generated points into a GH grid?
How can I remove columns or rows from a grid? so far I have figure out how to extract them but not the oposite, im looking to do something like the standard cull index function, I tried using that one but then I lose the grid capabilities.
I am able to generate a pattern, but then I am not able to extract a mesh or cells only lines. below a screen of the pattern I am using.
Were the points created using PanelingTools for Rhino?
The reason I’m asking is because PT tag points with their location in the grid and this information can be read into PT-GH using ptSelGrid components. If not, can you share your file to see the points and how you’d like to order them?
You can use standard Grasshopper culling of tree to extract or cull any portion of the paneling grid. Let me know if you need an example.
Here is the answer to your questions in the file.
As for the first question, I still need an example of points, and how you desire to order them. Sometimes you can use a base surface, or some directions,
Paneling tools for GH has a handy component that gets the i,j location of grid points. You can use this as a guide when creating your connection strings. Something like this might get you close to what you want?