Re: LibreCad-2.2.0.alpha - Need help with drawing a line in C++

Posted by mad-hatter on
URL: https://forum.librecad.org/LibreCad-2-2-0-alpha-Need-help-with-drawing-a-line-in-C-tp5715519p5716018.html

Hello,

I can now draw ticks on lines, circles and arcs.

I would like to break(divide) the entity at the intersection of the ticks on the lines, circles and arcs.

I've looked at 'rs_actionmodifycut' but this requires user interaction.

What should I look at to enable me to divide an entity from my program?

Regards