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

Field driven modeling

When I tried to model a field driven structure,

1) it takes so long time when I connected a "wasp field component" to a "wasp filed driven aggregation."

2) Once connected, error messages were popped up:

- A "Wasp Field Points" component became red. The error message was, "out of the range."

- Another error: bounding box or brep should "not be singular."

I do not understand what those messages mean. Also, I had a hard time to set up the field.

Please refer to the attached:

- The field has been drawn as a "box" in the Rhino file. I could not Brep it since it took a long time and crashed. 

Please advise. Thank you!

 

  • up

    Andrea Rossi

    Hi,

    the problem is that you should always adjust the resolution of your FieldPts component to the size of your field boundary. In your case, your field boundary is 300000 units, so using a resolution of 10, you are creating a field of 30000x20000x20000 points, which crashes Rhino!

    If you adjust the resolution to a more reasonable number (10000 for example, see attached file), everything works fine.

    SENT_2019-05-22_Field.gh

    4