I’m trying to generate a script that resembles a stingray in motion
My problem is that I’m unable to round the extruded surface. I would like to fillet the edge of my extruded surface. As it is now, it’s square and blocky. However, the linear array that helps generate the sine curve that helps make the form, has many edges throughout the object and I’m unable to specify which edges to fillet.
I’ve been struggling for days trying to figure out how to work around this. I just wanted the extruded surface to be rounded at the outer edges.
Does anyone have any work arounds or advice on how to troubleshoot this?
You can fillet the “edge” - but you won’t like the results. The reason is the edge is not a single smooth curve. It is 220 individual curves that have a corner/kink at either end. This image shows what happens when 5 of these are filleted:
I basically found some of your curves and created a network surface, and offset it.
The weird part still was finding the particular edge to fillet – I still think it’s not filleting the way I’d expect. I’m still new to doing things like this in GH.
If I were to put more time into this I’d probably try using different curves in the beginning. And I’d need to know more specifically what the design intent actually is in the long run.
Internalize data is a GH method that stores the Rhino data defining a piece of geometry directly inside the GH component that references it. This negates the need for the associated Rhino file because the required geometry definition is stored in the GH component.
You already know how the “Set one xxx” option works for connecting a GH object to a Rhino object. Internalize data is the option that stores the connected geometry definition into the GH component. Once that happens the Rhino file is no longer needed for that GH component because it is now independent of Rhino.
Assuming your GH file relies on several pieces of Rhino geometry you have to complete the Set one … and Internalize data pair for each GH component that references a piece of Rhino defined geometry. After this the GH file is totally independent of the Rhino file and is no longer needed by GH.