nullplus
nullplus
Thank you reply. I try, then the entity is not have BLOCK. But I Can't write by set_mtext_content(). I try change simple code. But not working. ``` if isinstance(entity, MultiLeader):...
Thank you. I try and get same result dxf. I understand that set_mtext_content() works in the situation of creating a new mleader ;) The next step I want to do...
I created a simple test file and tried it, and confirmed that the changes could be applied to an existing MULTILEADER. However, it could not be applied to the file...
Thank you. This is my script code. ```python #!/usr/bin/env python3 # usage: dxfrep ################################################## # IMPORT import sys import ezdxf from ezdxf.entities.text import Text from ezdxf.entities.mtext import MText from ezdxf.entities.mleader...