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
The lineweight of the last line segment is 0 and is therefore rendered by the add-on as it should be. The error is in the proxy graphic data (AutoCAD?). It is also not possible to change the line width of a single leader line, only a color change is possible.
This problem persists as long as the proxy graphic is used for MLEADER rendering. A rendering routine from ezdxf may be available in the future, but will never be perfect due to the complexity and lack of proper documentation of the MLEADER entity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Found the last known error in the MLEADER proxy rendering:
Rendering by the ezdxf drawing add-on:
BricsCAD rendering of this MLEADER (not as proxy graphic):
TrueView from Autodesk shows the same result.
This is the relevant output from the debugger:
The lineweight of the last line segment is 0 and is therefore rendered by the add-on as it should be. The error is in the proxy graphic data (AutoCAD?). It is also not possible to change the line width of a single leader line, only a color change is possible.
This problem persists as long as the proxy graphic is used for MLEADER rendering. A rendering routine from ezdxf may be available in the future, but will never be perfect due to the complexity and lack of proper documentation of the MLEADER entity.
Beta Was this translation helpful? Give feedback.
All reactions