2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
|
|
|
You may have a situation where you have positioned one region over another,
|
|
|
|
and you just want to cut the lower region so that it directly adjoins both
|
|
|
|
ends of the overlapping one, with no overlaps. To do this, select the upper
|
|
|
|
region, then choose <kbd class="menu">Edit > Separate > Separate
|
|
|
|
Under</kbd>. This will split the lower region so that it no longer overlaps
|
2017-02-13 22:47:33 -05:00
|
|
|
the upper region at all. <br>
|
2014-02-18 14:12:28 -05:00
|
|
|
Here is an example where we start with a short region placed so that it
|
|
|
|
overlaps a longer region:
|
|
|
|
</p>
|
2017-01-03 08:05:11 -05:00
|
|
|
<img src="/images/a3_before_separate_under.png" alt="region arrangement before separate under" />
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
|
|
|
When we perform the <dfn>Separate Under</dfn> edit, the lower region splits
|
|
|
|
in two, with boundaries exactly positioned at the edges of the upper region:
|
|
|
|
</p>
|
2017-01-03 08:05:11 -05:00
|
|
|
<img src="/images/a3_after_separate_under.png" alt="region arrangement after separate under" />
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
|
|
|
If the upper region covers only one end of the lower region, then this
|
|
|
|
operation is equivalent to
|
2017-02-17 06:02:54 -05:00
|
|
|
<a href="@@trimming-regions#trimtonextprevious">Trim to Next or Trim to Previous</a>,
|
2014-02-18 14:12:28 -05:00
|
|
|
depending on which end is covered.
|
|
|
|
</p>
|
2017-02-13 14:53:37 -05:00
|
|
|
|