Need some help with intersections
-
Need some help with intersections. If I split a subject that is a group by using intersection, why can't I then easily delete unwanted part. The problem is that I have to explode it first and then group again what cause me a lot of problems. Thanks for help.
-
Giorgio,
The intersection process always happens in the current editing context you are working in. If you have a simple face to cut a group with and you do the intersection "outside" the group's editing context, the intersection lines that are supposed to cut the group will also appear outside and they won't affect the group's geometry inside.
Make a test: do the intersection as you described above then right click on the group and hide. The intersection lines will still be there but not in the group itself.
So the "trick" is to edit the group (double click) then select all the geometry (or at least what you want to intersect) inside and do the intersection there. If the face you want to intersect with is still outside the group, you can only use intersect with model. If you also copy the face inside, you can use intersect selected (if you also select the face) or intersect with context - which will only intersect with geometry inside the group so if anything else is touching the group from outside, will be disregarded.
-
Gaieus beat me to it!
Here my go anyway... It reiterates what he's just said...The intersection geometry appears in the 'current context'.
So if you have two overlapping groups in the model, you select them and use 'Intersect with selection', then all the new edges are put in the model context.
When you then explode a group it merges with this geometry.A much easier way is this...
Do the Intersection as above.
Select the new geometry [suggest you use a left>right fence to include just it and omit the groups, but if you accidentally pick something else too you can remove it from the selection by holding down Shift+Ctrl and picking it again; conversely you can add missed things to the selection by holding down Ctrl as you pick those].
Now you have all of the intersected geometry selected.
Edit>Cut.
Edit the group that you want to contain this new geometry [double-click to move into its context]
Edit>PasteInPlace.
The pasted geometry is now added to the group and merges with the existing geometry as appropriate.
Edit the group's contents as desired... and then close its edit session.Another way that is even easier [provided that only the two groups intersect and there are no other overlaps you want to miss out]... is to initially edit the group where the intersecting new geometry is wanted, and use Edit>SelectAll.
Now use 'Intersect with model' and the new geometry will form inside the group as it is made, merging as appropriate...Tip:
To see what you are doing when editing something like this, use the View>ComponentEdit settings which can temporarily hide the rest of the model and/or similar components [groups and components are treated the same way for this 'toggle'] as you edit. It's useful to see what you are doing, but of course sometimes seeing the rest of the model outside of the edit context is useful as you can still snap to it etc...
Advertisement