Rhino.Geometry.RadialDimension

Hi

I’m just trying to get an understanding of how the “Rhino.Geometry.RadialDimension” decides where to place the text and/or how to change it as it appears to be different from how the command line “DimRadius” works. I’ve tried changing it using the TextPosition and/or TextLocation parameters but it doesn’t seem to change anything. Is there a method or property that I’ve overlooked that would allow me to change the text position.

Thanks for any information or help that can be given on this.

Hi @Liam_Phillips,

Here is a sample.

Any help?

– Dale

Hi Dale,

Unfortunately no. I believe that I understand how all those points (pt1, pt2 and cp) relate to the output. What I’m looking for is what drives the text position relative to pt2.

After doing some more experimenting, I’ve worked out that the positioning is driven by the plane used. Knowing this now I guess I’ve answered my own question.