Is there a way of moving and rotating blocks via the command line?
OK - I found that once selected, the block can be moved and rotated from the command line (mv and ro), and the way to select the block by a command is to have the block as the only entity on a level. Then make that level the only one visible, and then Select All (command is sa). The block can then be manipulated from the command line.
So the real question is, can the layers be made visible, or hidden, from the command line?
well, yes and no.
actually in 2.2.2-alpha there is support of a couple of commands in command line that are related to layers (yet support is very limited so far).
Commands for layers creation and activation
Two simple commands were added to let management of layers via script file (this addresses #2092)
cslayer - activates layer with specified name
cnlayer - creates and activates layer with given name
Thanks, sand1024, cslayer would go a long way to being able to realize my project in LibreCAD - with, of course, its inverse - to deactivate a specific layer.
The other feature I would be looking for is to assign a variable to a point, such as the intersection of a radius with the circumference - say, for example, PointA - and that variable can then be used in other commands, say, for example to draw a line between two such variables - line;PointA;PointB;
How big a task would it be to produce such a function? I ask this before creating a topic for this item.
For feature requests and bug reports, it’s better to use the project’s tracker on GitHub - Issues · LibreCAD/LibreCAD · GitHub and report them directly there.
yes, that alias file seems to be unknown to lots of users, plus manual editing of it could be error prone. In general, there are room for improvement of internal actions management, so most probably editing of such mapping will be part of such improvement.