mozman / ezdxf

Python interface to DXF
https://ezdxf.mozman.at
MIT License
937 stars 191 forks source link

the arrow of diameter dimension is not as expected #1126

Closed Jimyzzp closed 3 months ago

Jimyzzp commented 4 months ago

the arrow is not as expected

image

mozman commented 4 months ago

this error report is not as expected :smile:

mozman commented 4 months ago

This is a border case, and I will not fix this. If you need better results you have to use a proper CAD application.

Jimyzzp commented 3 months ago

thanks!I know how to render the arrow now. Set the property "dimension_renderer" of Drawing object, implement my custom render class.