Question about the plugin interface.
Posted by
johnfound on
Dec 16, 2024; 8:35pm
URL: https://forum.librecad.org/Question-about-the-plugin-interface-tp5725827.html
Is it possible to read the text content from the dimension entity and modify it prom a plugin?
I have tested with Plug_Entity->getData and then data.value(DPI::TEXTCONTENT). But it returns empty string for the dimensions entries.
Also, there seems to not be an interface to the internal content of the blocks and dimensions, so I don't know how to traverse the tree.
Any help?