mozman / ezdxf

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

Sample DXF file of MULTILEADER for MTEXT with columns needed #583

Closed mozman closed 2 years ago

mozman commented 2 years ago

BricsCAD can't create MULTILEADER for MTEXT content with columns in it.

I want to know if AutoCAD can create such MULTILEADERS, it should look like this mockup: image

If AutoCAD or any other CAD application like GstarCAD or ZWCAD can create such MULTILEADERS please post a zipped sample DXF file here.

A Multileader for each column type would be great:

The content contains no line breaks: 1AAAA 2BBBB 3CCCC 4DDDD 5EEEE 6FFFF

The button to create columns in the MTEXT editor in BricsCAD looks like this and maybe looks similar in other CAD applications: image

Thank you in advance for you help.

chibai commented 2 years ago

not_good_mleader_example.zip

Is this work for you, this is created by AutoCad 2020

mozman commented 2 years ago

Thank you!

Ezdxf shows only the proxy graphic - column support seems to be the intention:

image

But even TrueView2022 (from Autodesk) struggles: this is what TrueView shows: image

... and BricsCAD:

image

Does any image above look like the source DWG drawing in AutoCAD 2020?

chibai commented 2 years ago

TrueView2022 (from Autodesk) is what it looks like in AutoCad.

For the static columns, I set the column as 2 but it seems didn't work when I save and reopen the dxf file. I will try it next work day