Bake results Should be UntrimmedSurface but PolySurface?

bake results Should be UntrimmedSurface but PolySurface?
How should the BAKE result in Rhino like Grassshopper Untrimmed Surface
Be not polysrf?
@dale
@Mahdiyar
bake polysrf.gh (16.3 KB)

Hi @architect.civil5,

The profile curves are a degree=1 curve. Thus, the resulting surfaces have kinks. Because kinked surface can cause problems down stream, and most users do want to deal with them, Rhino always splits kinked surfaces when adding Breps to the document.

There is a way to add kinked surfaces to the document. But you’ll need to provide your own custom baking code.

Hope this helps.

– Dale

Thanks Is there an API for this kind of bake?

https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_DocObjects_Tables_ObjectTable_AddBrep_3.htm

1 Like