Skip to main content

I have a DWG file that contains some arcs that are recognized as arcs and some as polylines with multiple segments. I would like turn all of them to arc with two nodes (start and end) with center point, radius and a rotation (cw or ccw). What would be the best steps that I would be able to take to achieve this?

Hi @kolasunny​ ,

 

maybe you could try the ArcEstimator.

 

Hope that helps!


@kolasunny​  ArcEstimator is probably your best starting point as suggested by @davtorgh​ If that doesn't give you the results you want try Generalizer using the Douglas with arc Fitting algorithm


Reply