Hey guys, I have an inquiry about whether or not Rhino has commands to make a model.
Check out the attached 3dm file.
Also see attached xls file that I used to make the point cloud for the 3dm file.
Note: the 3dm file has only one set of x,y,z coordinates (1 of 4 in the Excel file).
I want to make a quad mesh from the point clouds in each of the 5 cross sections seen in the model.
Working with Rhino 6 I used Mesh Patch to create the results in the 3dm file.
I don’t want triangles, only squares, and the bottom right corner I want smooth/rounded.
Then I want to ‘extrude’ section 1 to section 2 to section 3 to section 4 to section 5 with spline type transitions so all the quad cells are individual fibers.
Is this possible with Rhino out of the box?
Or would a Python script or GH be necessary to do this?
Hello - this is in V7, working from QuadRemesh > SubD output > DupFaceBorder > Loft, so far. I am not at all sure how easy that would be to automate reliably.
Well, I am not enough of a grasshoppist to know for sure, but I’d guess it would need a custom script at some point to correctly parse that file - after that, you’d need to somehow match up the faces resulting from QuadRemesh, which I did ‘by eye’ in the Rhino viewport just to see if I know what we are talking about… so there are hurdles, I would say.
Thanx Martin, let me give it a try.
Amazing how you threw that together!
I just tried downloading the GHexcel install file.
Since my workstation is offline, when trying to install the add-in it tries to connection to the internet, so it won’t work. Any chance you can post the add-in here so I can download it? I’m currently using Rhino 6.
Excellent.
CSV is no problem, that’s what I converted it to to bring into Rhino the first time.
Do you think there’s a way to automate what Pascal did with the extrusions?
Meanwhile I’ll try your new GH pgm.
Thanx!
Pretty slick, but…
The extrusion has to intersect all 5 cross-sections at the corresponding position in the cross-section.
Scroll up and you can see how Pascal did it.
I’m embarassed to say but how did you get that gh pgm to run in Rhino?
I think I set the directory correctly: RMB on the 1st cell and pick “Select one existing file”.
But how do I get it to build the sections like you did?
I’m running Rhino 6.
Do I need Rhino 7?
Beginning 6 modules are gray, but the rest of them (where they branch out) are orange.
Does’t seem to be passing the data to them.
In which version of Rhino are the commands available?