2013-01-29 19:26:36 -05:00
|
|
|
|
2017-03-07 14:05:03 -05:00
|
|
|
<h2>Separate Under</h2>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2017-03-07 14:05:03 -05:00
|
|
|
When one region is over another, and the lower region has to be cut so that it
|
|
|
|
directly adjoins both ends of the overlapping one, with no overlaps, the <dfn>
|
|
|
|
Separate Under</dfn> tool can be a very efficient time-saver.
|
|
|
|
With the upper region selected, the <kbd class="menu">Edit > Separate > Separate
|
|
|
|
Under</kbd> menu will split the lower region so that it no longer overlaps
|
|
|
|
the upper region at all.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
2017-03-07 14:05:03 -05:00
|
|
|
|
|
|
|
<figure>
|
|
|
|
<img src="/images/before-separate-under.png" alt="region arrangement before separate under">
|
|
|
|
<img src="/images/after-separate-under.png" alt="region arrangement after separate under">
|
|
|
|
<figcaption>
|
|
|
|
Region arrangement before and after 'Separate Under'
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
If the upper region covers only one end of the lower region, then this
|
2017-03-07 14:05:03 -05:00
|
|
|
operation is equivalent to <a href="@@trimming-regions">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
|
|
|
|
2017-03-07 14:05:03 -05:00
|
|
|
<h2>Separate Using Range</h2>
|
|
|
|
<p>
|
|
|
|
A loop or punch range can also be used to slice a region. By using the
|
|
|
|
<kbd class="menu">Edit > Separate > Separate Using Loop/Punch Range</kbd>,
|
|
|
|
any selected regions that are covered by the range at both ends of the range,
|
|
|
|
or just one if the range only covers part of the region. This makes it easy to
|
|
|
|
generate regions that correspond precisely to a range.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<figure>
|
|
|
|
<img src="/images/before-separate-loop.png" alt="region arrangement before separate using loop range">
|
|
|
|
<img src="/images/after-separate-loop.png" alt="region arrangement after separate using loop range">
|
|
|
|
<figcaption>
|
|
|
|
Region arrangement before and after 'Separate Using Loop Range'
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2017-03-14 23:57:34 -04:00
|
|
|
|