hexagon logo

How to merge end of a circle.

I have created a 2D circle, now I want to merge the end points. But it shows error message.
patran_error
 
Parents
  • Hi,
    you are running with a ridiculously small tolerance of 5.0000001E-11.
    numerically a lot of the geometry computation is working in single precision so that with a coordinate value of0 .5 any numerical rounding error (round about 7 digit accuracy for single precision) will mean that the coordinates for computed points like intersections etc will be outside tolerance to any other point and nothing will join together within your 5E-11 limit.
    do not set your initial db model size or global tolerance to such a numerically small value.
    You can set the global tolerance manually under preferences / global .
     
    beset regards
    Arthur
     
Reply
  • Hi,
    you are running with a ridiculously small tolerance of 5.0000001E-11.
    numerically a lot of the geometry computation is working in single precision so that with a coordinate value of0 .5 any numerical rounding error (round about 7 digit accuracy for single precision) will mean that the coordinates for computed points like intersections etc will be outside tolerance to any other point and nothing will join together within your 5E-11 limit.
    do not set your initial db model size or global tolerance to such a numerically small value.
    You can set the global tolerance manually under preferences / global .
     
    beset regards
    Arthur
     
Children
No Data