how to split a big object into smaller separate objects?

Asked by gigster33

i transformed a drawing from a bitmap to a vector (a picture of a golf course). parts of the resulting vector objects are correct, but parts are wrong. I want to separe the good from the bad and delete the bad. How to do this?

Question information

Language:
English Edit question
Status:
Solved
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Solved by:
Alexandre Prokoudine
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexandre Prokoudine (alexandre-prokoudine) said :
#1

"Path - Division" with an upper object that outlines an area to cut

Revision history for this message
gigster33 (gigster) said :
#2

Thanks Alexandre Prokoudine, that solved my question.

Revision history for this message
Mars (quique123) said :
#3

I have a leg, lets say a rectangle. I want to split it into 2 parts, the upper and lower part.

I inserted endpoints on both sides of the rectangle where i want the split to occur. I chose to break apart each line segment at its respective new node. I then joined the 2 new bottom endpoints to make a boot outline and the 2 new top ones to close the leg outline. However its still considered one single shape.

How can I effectively get the leg to split into to so that the bottom shape can be the boot and the top shape can remain as the leg?