Login  Register

Distribute objects on a polyline

Posted by frstudent2 on May 08, 2021; 7:24am
URL: https://forum.librecad.org/Distribute-objects-on-a-polyline-tp5720641.html

Hi,

  I am trying to make one of the following things which would all solve my problem :
- Convert a polyline to N dots distributed along it
- Distributes N objects one a polyline (with equal distance along the polyline)
- Convert a doted or dashed polyline to individual dots or lines

  For now, I only manage to do it by exporting to SVG and making the conversion with another tool.

  is it possible or do I have to try learning the lua api ?