Hello everybody, that's the problem: I used loft components to make a surface, with some section curves. I want to divide loft surface, and use "divide surface"..... but component turns red, there's error! I try different options with loft components but....error! Does anybody know why? I post rhino and grasshopper files. Thank you everybody!
This is because your lofted "surface" is in fact an open brep (a polysurface). The divide surface component would only accept surfaces. For example, you can plug your lofted brep output into an "Explode" component and connect the "faces" output into the divide surface component and it would work. Of course, it would divide each face individually.