Message 1 of 1
Finding Curvature / Radius of Fit Point of Spline in VBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have generated FitSpline using VBA. At a given Fit point, I am able to activate Handle, and also get tangent. (by Set oSplineTangent = oSplineHandle.Tangent).
However, I need to measure radius (Curvature). While this is possible manually by right clicking on the Fit point, and enabling "Curvature". Once Curvature arc is enabled and displayed, this is measurable. However, I could not find this feature in VBA.
Can someone please guide. Thanks in advance.