Re: Divide Not Working
Posted by sand1024 on
URL: https://forum.librecad.org/Divide-Not-Working-tp5726654p5726665.html
Oh, as far as I can see, most of entities in the drawing is polyline.
For polylines, divide (and break/divide) does not work. Divide is applicable only to "atomic" entities (like line, arc etc).
For polylines - there are several commands that allows manipulation of nodes of polylines (adding/removing vertexes, etc). In 2.2.2 alpha branch these command are expanded comparing to 2.2.1.
So you may either rely on them, or, if you really need to perform divide, do the following:
1) Select polyline(s)
2) Invoke "Explode" command - polyline will be converted to the set of individual lines
3) Invoke Divide command where necessary.
Later on, you may convert that set of lines back to the polyline too (via "Polyline from Existing Segments" command.