Can I use GH to for example auto recognize all radius in a solid plate full of holes?
The idea is to have a 3d of a rectangle for example full of passing thru holes in it, and GH recognize the raius of every hole.
Do you mean that you would use a 3dm-model and want all radius? I guess the problem would be to find and reference the holes in GH. Because if you can reference a circle in a plane, you can also find one point on the circle and the centerpoint and measure that. But I have no clue how to find those circles.
Use a curve parameter to reference all the edges of all the holes (window select the surface, but don't include the 4 straight edges). Feed these curves into a Center component and display the radii using a TextTag:
If i create a new curve in Rhino it works fine, and if I select the edge of the surface it also works, but if I select the curve that I extracted manually in Rhino is doesn't work, why?