Aviatorbarath
New member
Hi
I have disassembled a surface and extracted lines and curves out of it.. now i want measure the radius of the curvature of those curves if my disassembled items is circle, tehn i could measure the radius from it, whereas if it is curve, in that case tht code doesnt work...
below is the code i have used
Dim Measurecircle
Set Measurecircle = CurrWorkbench.GetMeasurable(selection1.Item(i).Reference)
Dim ARadius As Double
ARadius = Measurecircle.Radius
The above code doesnt work for curves/arcs...any suggestion on how to measure the radius of curvature of the these items
Thanks & Regards
Barath
I have disassembled a surface and extracted lines and curves out of it.. now i want measure the radius of the curvature of those curves if my disassembled items is circle, tehn i could measure the radius from it, whereas if it is curve, in that case tht code doesnt work...
below is the code i have used
Dim Measurecircle
Set Measurecircle = CurrWorkbench.GetMeasurable(selection1.Item(i).Reference)
Dim ARadius As Double
ARadius = Measurecircle.Radius
The above code doesnt work for curves/arcs...any suggestion on how to measure the radius of curvature of the these items
Thanks & Regards
Barath