Hello.
I made a definition for multiple Extrude Points
I use the voronoi 3d, points, planes, sorted the surfaces and curves, but was tripped up on the most important thing. Extrudion does not work as I wanted.
I had a mistake somewhere. Please help me deal with this mess.
Thanks
There is no reason why your end border curves would end up in the same order of the points. Split Brep Multiple does not keep input information of that sort.
I added a proximity test to reassociate a curve to its summit at the end.
Are you really sure the points are correct ? Casting a Brep to a Plane to retrieve the origin seems weird. I changed to an Area component to pick the center of each Brep instead.
Hi Magicteddy,
Thank you very much, now I realized where my mistake was.
I wrestled with that for days
Hi Kevin,
This is very important information. I could not even think. Thank you
I always use the license version!
My computer has broken. And I rented from my student. He is absent now and when he returns I will ask, if he uses a pirate program. If this is true then I will cruelly punish him. Perhaps I will have make to him so hurt. So he will look like a pirate.
The grey brep failed to offset and was left in the rhino document after the script finished. The surface returned by your script is so small it can’t be seen at this zoom level.
I wrote a script using the RhinoCommon Brep.CreateOffsetBrep() method. It takes less than half the time your script was using. It also gives a warning and returns a null if it fails on one of the breps. This allows you to decide how to proceed. I chose to pass on the original brep without offset to the rest of the definition and show a transparent preview of it.