Bounds accuracy
![]() 5/19/2023 6:15 AM
|
---|
Hi is there a way to improve the accuracy of the bounds calculator when circles or arcs are involved at the extremities? A simple example is sometimes if I get the bounds of a dxf with only a circle in, the delta X may be fine but the delta Y is incorrect by a small fraction. In my application, I use the bounds to add "overall" dimensions to the dxf file. See the sample files attached. |
![]() 5/19/2023 12:51 PM
|
---|
Hi, For arcs/circles you can increase the value of GraphicsConfig.NoOfArcLineSegments for more accuracy (at the cost of speed/memory). - Wout |
![]() 5/19/2023 2:23 PM
|
---|
Thanks, Wout! That has sorted me out. :D |