Points Sort Y.gh (5.3 KB)
I checked out one that @Joseph_Oster demonstrated. But his mind is way above mine and I could not understand how to convert his gh to what I need to do.
I also looked at a few other topics but to no avail. The best I was able to come up with was culling all the points which defeats the purpose of my goal.
Any help would be appreciated.
Would you mind looking at this for me?
I would like to keep the same tree structure if possible. As in, I need to be able to have each set of points separate. At the moment each set of points are in a separate branch.
I think that I am just missing something dumb. This might just be one of those oh duh moments. Help.gh (63.8 KB)
For one thing, you have zero-length line segments. For another thing, you have overlapping line segments, GIGO! I’m not amused enough to dig any deeper.
So sorry… No joke I am unamused to.
I though that I had got rid of all of those. Please don’t give up on me yet.
Let me try and get rid of those lines. Be right back.
By the way, in your earlier file I had to extract the Graft input to see what was being grafted, which doubles the file size. Please use appropriate params to internalize geometry instead of internalizing component inputs.
Yes sir. Thank you. I will stop digging myself a pit. Its getting pretty deep.
Ok, makes sense, I will do that also. Sorry about that.
I have to go pick up a truck that’s been in the shop for like 3 weeks.
You know what they say about Fords. 90 percent of Fords are still on the road today, the rest made it home.
Be back.
Its just a joke. We have found fords to be pretty reliable to. That being said, a 11 grand repair bill because they did not stick a filter after the fuel pump is pretty hard to swallow.
Thank you for not holding your breath.
Ok so the reason for all these overlapping and 0 length lines is because I projected the wireframes of my parts onto xy xz and yz planes. Thus it gave me all these lines that need cleaned up. I though that I had gotten rid of the 0 length lines (I hadn’t) and Topologizer was supposed to clean the overlapping lines up.
Apologies for that. We all have to learn sometime. Can’t just know everything.
On the other hand… you started with working code provided a month ago by @ThomasE, you broke it and couldn’t figure out why. I have little sympathy for that. You break it, you own it.
Excuses by beginners get tiresome.
This ignores X and shows the min/max points in Y for each group:
Probably not what you want but it’s all I’ve got. Points like the white one below indicate that some of your line segments are fragments that don’t belong there?
Hey thanks!
I have actually made it pretty far so far. Learning a lot. I rebuilt and simplified a lot of different parts of my code thanks to @Joseph_Oster’s helpful unhelpfulness.
Below is a pic of how far I made it on my own. Work in progress.
There are still a few spots that I cannot figure out. Its like I have one index swapped with another.