BRL-CAD
Create LibreCAD plugin that makes a 2D rectangle/square
LibreCAD 3 has a plugin system where you can write your own code and run that in LibreCAD. This can be use full to create your own frequently used patterns.
Your task is to create a new plugin to create a rectangle/square. Just like the fractal and gear plugin, the system should ask you a few basic questions.
For the shape the following should be asked:
1) Corner points, given with the mouse cursor.
References:
- https://github.com/LibreCAD/LibreCAD_3/tree/master/lcUILua/plugins/gear
- https://github.com/LibreCAD/LibreCAD_3/issues
SUBMIT your plugin file(s).
Task tags
Students who completed this task
Michal Hanus