Hi all,
I have a set of surfaces which I want to offset, but maintain the intersection between the new offset surfaces.
Is there a relatively easy way of doing this ?
Any suggestions welcome
Hi all,
I have a set of surfaces which I want to offset, but maintain the intersection between the new offset surfaces.
Is there a relatively easy way of doing this ?
Any suggestions welcome
Are you talking about a ‘solid’ offset or a ‘thickening’ of sorts? You can search this forum for scripted methods that achieve that. You cannot do this natively in grasshopper. Pufferfish would be a plug-in with a polysurface offset component.
https://www.food4rhino.com/en/app/sasquatch-utilities
sasquatch has an offset brep component, you could try that one.
Some thoughts:
regards, Eef
I second offsetting the profile contour of the revolution solid and rebuilding.
Here a quick reconstruction:
You will have to Brep Join your form’s pieces. Then you can query the edges for the interior edges and cull them of the circles with a Line container. Join Curves → Offset Curve → Revolution
Thanks Guys,
I finished up modelling a polyline of the profile, offseting it and revolving it. Easy when I opened my eyes.
Apprecieate your help.
Mark as solved.