Arc Dimension problems

Something seems wrong with the new Grasshopper Rhino Arc Dimension component.

Maybe I’m doing something wrong. Some of the other arc / angular dimensions are weird and show some dimensions outside, others inside.

arc_dimension_problems.gh (25.6 KB)

I will need to ask @AndyPayne to see what is a bug and what not, I’m not awfully familiar with these new tools yet.

1 Like

There are three new Angle Dimension components in Rhino 8. They are:

  • Angle Dimension from Lines
  • Angle Dimension from Points
  • Angle Dimensions from an Arc

AngleDim_1

Hopefully, the Angle Dimension from Lines and Points are pretty straightforward. I should note that the direction of the lines is what causes a dimension arc to be drawn on the “outside” or the “inside” of the angle measurement. So, if you’re getting inconsistent results, try flipping the curve direction on one or both of the lines you’re using for the angle dimension.

Now, the component you had a question about (Angle Dimension from an Arc) did have a bug in it. I have fixed this and it should be available in the next release. But theoretically, you just have to provide an arc and an offset and it will generate a new Angular Dimension based on those values. I’ve provided a screenshot and the definition so you can see for yourself. Note, Angle Dimension from Arc component wont work correctly until the next WIP is released next week.


AngleDimension.gh (7.9 KB)

2 Likes

Thanks Andy!

1 Like