Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Split shape defined by path into sub-paths [closed]

Tags:

inkscape

I am attempting to split a closed path to sub-paths, the image is of a tree and I want to be able to easily manipulate branches by dividing them from the path between two nodes and then recombining later.

I have tried "Break apart" and "Cut Path" but neither work predictably (annoyingly, it worked for one branch but can't get to to work for others!).

Ideally, I want to cut the path at the base of a branch by selecting the nodes on either side at the base of the branch so that I can rotate and translate that branch independently.

branch nodes

like image 698
FGiorlando Avatar asked Jan 06 '12 04:01

FGiorlando


People also ask

How do I split a path into two?

You can do this with Shift + Ctrl + K, or go to the menu Path / Break Apart. Once you've done that, you will have two entirely separate objects.


1 Answers

Try this:

  1. Select the two nodes at each side of the base of the branch (as shown in your image).
  2. Use the "Break path at selected nodes"-button. It's located in the upper toolbar visible when you press F2.
  3. Now you have two connected paths which you can separate using Path->"Break Apart".
like image 136
jotrocken Avatar answered Sep 22 '22 06:09

jotrocken