I suggest to implement two simple right click options for existing components.
- Convert to Intersect
- Convert to Normal
First option would allow to convert an existing component directly into a Intersection.
This would be simpler and faster than the steps we have to do now.
Second option would allow to return an existing intersected component to the normal, default "add" component.
This as well is simpler and faster than what we have to do now to achieve the same.