Login  Register

Re: Need to automatize some actions

Posted by dxli on May 01, 2024; 2:55am
URL: https://forum.librecad.org/Need-to-automatize-some-actions-tp5724713p5724714.html

With v2, it's possible to create a plugin. There's also a feature of commands from a file, but it may not  be able to handle the complexity here.

With v3, it might be done with a script.


ezequielleonzybert wrote
Hello. I need to open a DXF file, select all elements and use the "create polyline from existing segments" action many time as needed to get all the segments joint. Is there a way to do that? Would be better with no GUI.
Thanks