Hi
I use Paneling Tool for Grasshopper.
When I use Morph3D, there’s defect as below:
Need advice to fix it.
model02.zip (17.0 MB)
Thank
Travis
Hi
I use Paneling Tool for Grasshopper.
When I use Morph3D, there’s defect as below:
Thank
Travis
Here’s a way I used to do what looks like a very similar result using only standard GH components:
model02-bb1.gh (63.1 KB)
If you created this geometry in GH using loft, I’d just offset the original curves inside and loft them then you can connect the caps using “boundary surfaces”… this way you can avoid expensive operations like offsetsrf or offsetbrep + trimming and exlusion.
tay.0 is correct - That’s basically how I did it, but for a simple shape like this I found capping an offset and using SDiff was simpler to do. SDiff is slow with more complex shapes, so in that case tay.0’s method is better.

model02-bb2.gh (67.4 KB)
Hi
Oh I find out missing in Flatten and Graft Tree
Thank
Travis
Your’re right
thank alot