So, a few weeks (months?) ago, the docs site was updated - now we have this:
Before it looked like this:
So, I’ve been using the new arrangement, but I have to admit that it is (for me at least) not nearly as readable as the old arrangement, and requires far more scrolling and squinting to find the exact info I am looking for.
First question before I get into the specifics is that this seems to be for 8.0 (there is the little 8.0 button in the upper right corner with “what’s new in 8.0”) - is there the equivalent for 7.x with the new formatting? That’s just a minor issue however.
So, I want to find out what `Rhino.Geometry.Brep.Split() looks like with its various overloads.
New:
Get to the whole class
Scroll down to the methods and find Split() and click on it
W-w-wait… All the overloads are now on the same page… which is about a half a mile long. Gotta read through all of them. and it’s not easy to distinguish the separations between the different overload methods (they are very light gray lines here). There’s a lot of space and it’s very hard to read IMO.
Old pages:
Get to the whole class
Scroll down to the methods and find Split() and click on it
Aha, that’s a lot easier to read and find the overload I want. Click on one and I get just its help page
For me that’s a lot easier on the eyes.