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

£可爱£侵袭症+ 提交于 2019-12-20 09:09:31

问题


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.


回答1:


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".


来源:https://stackoverflow.com/questions/8753206/split-shape-defined-by-path-into-sub-paths

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!