I found this video on a website while researching some Rhino plugins. Does anyone know how this plugin that creates this mold surface was created? I’d like to develop a script to generate something similar. If you could help me, I’d be very grateful! I’m interested in understanding how this script builds the surface.
What have you tried so far? Can you describe or give an example of what you want to create with your script?
To me it looks like the curves when viewed from the side have the shape that plugin generates. So some sort of projection followed by curve cleanup and then extrusion/trimming
So far, I don’t have anything. I’d like help writing a script that does this. From what I saw in the video, it has a tab, I think made with Eto, that can change the generated surface.
Are you able to share the source of the video? Maybe that leads to the answer?
Yes, similar to stuff you can get to after using ‘Crv2View’ (though not strictly required)?
A rather simplistic/terrible ‘recreation’:
Crv2View
ExtrudeCrv
ExtendSrf
Trim
in this case, the square line is in the same profile as the contour
