You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick initial glance (https://ezdxf.readthedocs.io/en/stable/dxfentities/leader.html) this appears to be a line type with an arrow on the end. Basic support for this probably won't be too hard, convert it as a QET Line, and set the end point arrow.
Upon closer look, it appears it could be a bit more complicated.
A Leader can have multiple segments, if no arrowheads are used, I could convert a leader potentially into an open polygon.
However if the Leader uses arrow heads, only a Line in QET can have an arrow head ending, so I would either need to have it be made of multiple lines, or the last segment a line, and the rest an open polygon.
For now I've decided to just convert it to multiple lines, instead of worrying about part of it being a polygon and part of it being a line. Baseline support for this was added in commit a967a67. It now reads in leaders, creates multiple lines from them, applies an arrow to the end if needed. I need to add support for styling however, to get arrow sizing line colors etc.
No description provided.
The text was updated successfully, but these errors were encountered: