Issue with extruded rectangle to surface

Hello I am having Issues to create parametric surfaces. the main issue is transform an extruded smoothed rectangle to surface.
the component are Rectangle>extrude>surface
with this type of message error:

  1. Data conversion failed from Extrusion to Surface
    Can someone help me about it?

Post your code.

1 Like

Hi @Pasquale_Rossi,

The result of extruding a curve with kinks is a polysurface not a surface.

You can use ‘Deconstruct Brep’ to get the resulting faces.

2 Likes

Thank you @kike for the solution , but the main issue remain ,after brep the component gives different surfaces, when apply pattern it will divided on the single surfaces.

On you tube there are some tutorial that create uses components rectangle>extrude>surface without issues , like in this video tutorial ( https://youtu.be/yKEznLWuFoo?si=b8QzAiJASMoOhiZ4 ) where the extrusion present just one side in elevation.

I am searching solutions but it is still strange see the my grasshopper works different from others.

How it is possible to solve the issue?

issues-surfaces.gh (6.7 KB)

I see now it should work when the corners are rounded.
This is a bug.

1 Like

The fix will be available in 8.11

1 Like

Thank you very much for all your help @kike .
Really appreciated!
Do you know when will be available?