How to get from curves to a mesh?
XYZ curves to 3D form 01.gh (47.3 KB)
I don’t undertstand. If you have a shape that you slice you don’t need to reconstruct the mesh ?
You want to solidify the lines ?
With this method I can join self-intersecting meshes.
Without I cannot join self-intersecting meshes.
When everything is sliced I can drop out the curves that are within the curves or merge crossing curves. At the end I have just the contours of the overall object without intersecting curves. From there I can make a mesh if I know how to make a mesh from curves.
To do that you could use my script described here
My script will not like if the lines are too short. For curves on 2d surfaces you have to provide a normal at each point …
And I have now a problem I hadn’t ! Because a face is a declared as a quad but is a triangle.
Ticken a network is a problem for me, because I am going to use a couple of segments to sweep. But I think I found a solution. Maybe I check later in with the answer.
Also, thank you for your help.
See if this does the trick for you?
XYZ curves to 3D form _V1.gh (55.2 KB)
Yes, no, maybe?
Thank you for your response David
I managed to do the same (yours is more efficient ). I used gg and mesh+ components.
However, what seems now difficult for me is to properly create good curves.
The one below is more difficult for me to manage. It is not manage-able to get proper curves from it to create a mesh.
Give me few minutes
I don’t get exactly what you want, but if I got it right… this maybe?!
XYZ curves to 3D form 02 V1.gh (63.4 KB)
Is this like a giant pretzel or something?
Thanks a lot David
Thank you for your response Baris.
Which component did you use?
It was not done in GH, just cause it was an one click solution and I saw something similiar in another thread I proposed it.
Zbrush?
I am now using your ‘split the things in parts and then merge’ method.
But, I do not understand why it does not work in this case. All the boxes should be merged to one large brep, however, it seems not so easy.
Can you recommend something (component)?
XYZ curves to 3D form 03.gh (10.5 KB)
It is because Rhino 5 can’t handle the Solid Union. It will work on Rhino 6 most likely.
To make it work you have to group your breps into some kind of local clusters, use union, and then use union on the results and it will work. But good luck with the sorting
Actually by sheer luck I have made it work. Here you go. (I drink Johnnie Walker Black :P)
I just had to reduce the amount of solids to union at one go.
XYZ curves to 3D form 03_V1.gh (21.2 KB)
Thank you David