Re: New user - new to CAD need some help

Posted by sand1024 on
URL: https://forum.librecad.org/New-user-new-to-CAD-need-some-help-tp5725810p5725874.html

I've added a "Paste to Points" command to last builds of LibreCAD (https://github.com/LibreCAD/LibreCAD/releases/tag/2.2.2_alpha-latest)

That commands allows to perform "Paste" operation in locations, specified by selected Point entities.

So, with this command you can address your task using the following steps:

1) Import points coordinates via CSV plugin
2) Create single circle of specific diameter (at any location in drawing)
3) Copy that circle (with setting copy reference point to center of the circle) using Copy (or Copy Quick) command.
4) Select all imported point entities where you need circle (there is "Select Points" command available for this)
5) Invoke "Paste To Points" command.

As result, in each point you've selected, the circle you've created and copied will be inserted.