Wasp

Wasp is a set of Grasshopper components, developed in Python, directed at representing and designing with discrete repetitive elements.

Download it here: Food4Rhino

Source Code: Github

Example Files: Wasp Examples

Facebook: GhWasp

Instagram: Gh_Wasp

Discord: Wasp server

Collision check between two Field Aggregations

Hello,

I am creating a field aggregation with one part and another one with a different part but they are overlapping. Is there a way to check for collisions between 2 different aggregations and delete the colliding parts on one of them? Ideally I would like to create those two aggregations simultaneously assigning one part to the first field and the other part to the second field, but I cannot figure out if there's a way to do that.

Thank you in advance.

/Theo

  • up

    Andrea Rossi

    Hi Theo,

    With the current Wasp version, it is not possible to have a multi-field aggregation. However, the good news is that with the upcoming version of Wasp it will be possible to do that.

    If you are interested in testing it, you can grab the latest beta release here: https://github.com/ar0551/Wasp/releases/tag/0.2.04b3

    (read the installation instructions carefully, as it is slightly different than previous versions)

    And here: https://github.com/ar0551/Wasp/tree/master/ExampleFiles/2.Fields

    you can download the example file called "2_05_MultiChannel_Field" (both Rhino and Gh) and try it out.

    Let me know how it goes.

    3