HELP request for building a creative facade

GRASSHOPPER MODEL.gh (14.1 KB)

Can someone help me design a creative façade or envelope for this type of building?
I’m looking for an innovative wrapping or skin concept that can be developed parametrically, using your own techniques or ideas, to enhance the architectural expression of the structure.

That seems pretty clear cut…

I am a new new learner of Grasshopper,so if can help me with a new model of grasshopper,it would help me alot. THANK U

Sorry, this isn’t a Do My Homework service! It’s a reciprocal arrangement: You bring an interesting problem, we get interested enough to help :slight_smile:

Search for some youtube tutorials, try and copy them, experiment, come up with something. Even if it’s bad or broken, at least show some effort so we can tell you where you went wrong.

I learned something…

If you give negative radius to the Polygon component it returns interesting shape.

Why?

Honeycam 2026-02-04 10-31-37

3 Likes

Don’t know how exactly polygon component functions. But tried to rebuild it.

I believe flowery patterns get made when curve offset inwards before filleting. As each initial corner point is reversed due to negative radius.

geometry_basicPolygon.gh (19.6 KB)

1 Like

Forgot i have asked this, thank you for your reply!

Because Polygon is just like Offset Curve Loose. You are offsetting the control points of the polygon, not its sides. With negative offset values, you have effectively flipped the direction of the curve while the fillet continues to try to round off the figure in the same clock-wise direction:

2 Likes

Thank you @Volker_Rakow!