How to generate 2D geometry with arbitrary shape?

any solution?
Thanks.

What is an arbitrary shape? What is a shape? What is what?

3 Likes

How to break every rule in the “how to ask questions” thread in the least amount of words! That’s what.

5 Likes

You input your curve through the “Curve component”

  1. You place the curve input component on grasshopper

2)You right click on it

3)Select the option “Set one element”
That way your grasshopper script will work with your own custom geometry (curves).
Same can be applied to all types.

Input—>Operations—>Output
To define a custom input, you define the type of input by placing the correct type component on grasshopper, then you right click on said component and click “Set one” or “set multiple” elements.

image
You can filter the output, keep the silhouette. Or whatever

And vise-versa.