* ./katabatic:

- New: Whole replacement by Katabatic3.
This commit is contained in:
Jean-Paul Chaput 2013-12-04 00:58:58 +00:00
parent 9c9afdd47d
commit 00975e1ad1
203 changed files with 17429 additions and 21506 deletions

View File

@ -1,3 +1,4 @@
# -*- explicit-buffer-name: "CMakeLists.txt<katabatic>" -*-
project(KATABATIC)
@ -25,19 +26,15 @@
find_package(KNIK REQUIRED)
if(BUILD_DOC)
find_package(Doxygen)
ENDIF(BUILD_DOC)
endif(BUILD_DOC)
if(BUILD_DOC AND DOXYGEN_FOUND)
add_subdirectory(doc)
endif(BUILD_DOC AND DOXYGEN_FOUND)
add_subdirectory(src)
add_subdirectory(cmake_modules)
if(BUILD_DOC AND DOXYGEN_FOUND AND IS_DIRECTORY doc)
add_subdirectory(doc)
endif(BUILD_DOC AND DOXYGEN_FOUND AND IS_DIRECTORY doc)
if(CHECK_DATABASE)
add_definitions(-DCHECK_DATABASE)
message(STATUS "Checking database enabled (very slow).")
endif(CHECK_DATABASE)
if(CHECK_DETERMINISM)
add_definitions(-DCHECK_DETERMINISM)
message(STATUS "Checking determinism enabled.")
endif(CHECK_DETERMINISM)

View File

@ -1,353 +0,0 @@
/*
* x-----------------------------------------------------------------x
* | HTML Standart Tags |
* x-----------------------------------------------------------------x
*/
html, body, th, td, tr, p, li, h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-family: verdana, sans-serif;
}
body {
color: black;
background: white;
background-color: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
margin-top: 2em;
margin-right: 10%;
margin-left: 10%;
}
hr {
height: 1px;
border: 0;
color: #004400;
background-color: #004400;
}
h1, h2, h3, h4, h5, h6 {
font-family: verdana, sans-serif;
}
h1 { text-align: center; }
h2, h3, h4, h5, h6 { text-align: left;
padding-top: 2em;
}
h1, h2, h3 { font-family: "Trebuchet MS", sans-serif;
color: #09550B;
}
h1 { font-weight: bold; font-size: 170%; }
h2 { font-weight: bold; font-size: 140%; }
h3 { font-weight: bold; font-size: 118%; }
h4 { font-weight: bold; font-size: 100%; }
h5 { font-style: italic; font-size: 100%; }
h6 { font-variant: small-caps; font-size: 100%; }
.hide {
display: none;
color: white;
}
p {
margin-top: 0.6em;
margin-bottom: 0.6em;
margin-left: 0.0em;
margin-right: 0.0em;
}
address {
text-align: right;
font-weight: bold;
font-style: italic;
font-size: 80%;
}
caption { font-weight: bold }
blockquote {
margin-left: 4em;
margin-right: 4em;
margin-top: 0.8em;
margin-bottom: 0.8em;
font-style: italic;
color: #003300;
}
blockquote p {
margin-bottom: 0;
}
blockquote address {
margin: 0;
}
table {
border-collapse: collapse;
}
dt, dd { margin-top: 0; margin-bottom: 0; }
dt { font-weight: bold; }
pre, tt, code {
font-family: "andale mono", monospace;
font-size: 100%;
white-space: pre;
}
pre {
font-size: 80%;
border: solid;
border-width: thin;
border-color: #003300;
background-color: #EEEEEE;
padding: 0.5em;
margin-left: 2em;
margin-right: 2em
}
tt { color: green; }
em { font-style: italic; font-weight: bold; }
strong { font-weight: bold; }
span.textit { font-style: italic; }
span.textbf { font-weight: bold; }
.small { font-size: 90%; }
.white { color: #FFFFFF; }
ul.toc {
list-style: disc;
list-style: none;
}
a:link img, a:visited img { border-style: none; }
a img { color: white; }
a:link, a:active, a:visited {
color: #09550B;
text-decoration: none;
}
a:hover, a:focus {
color: #FF9900;
text-decoration: underline;
}
/*
* x-----------------------------------------------------------------x
* | Doxygen Specific Classes |
* x-----------------------------------------------------------------x
*/
/* -------------------------------------------------------------------
* Header & Footer Classes (customized top page navigation bar).
*/
table.header {
width: 100%;
/*background-color: #EEEEEE;*/
background-color: #CCE6CA;
}
h1.header {
font-family: times, verdana, sans-serif;
}
td.header {
/*width: 14%;*/
text-align: center;
font-weight: bold;
font-family: verdana, sans-serif;
}
table.footer {
width: 100%;
}
td.leftFoot1, td.leftFoot2 {
text-align: left;
}
td.rightFoot1, td.rightFoot2 {
text-align: right;
}
td.leftFoot2 {
font-family: time;
font-weight: bold;
}
td.rightFoot2 {
font-weight: bold;
}
div.ah {
font-family: time;
font-size: 250%;
}
/* -------------------------------------------------------------------
* Quick Index Class (top page navigation bar).
*/
div.qindex, div.nav {
width: 100%;
/*background-color: #DADAEF;*/
/*background-color: #eeeeff;*/
/*background-color: #EEEEEE;*/
background-color: #CCE6CA;
border: 1px solid #003300;
text-align: center;
margin: 2px;
padding: 2px;
line-height: 140%;
}
a.qindex, a.qindex:visited, a.qindex:hover, a.qindexHL, a.el, a.elRef {
text-decoration: none;
font-weight: bold;
}
a.qindex, a.qindex:visited {
color: #09550B;
}
a.qindex:hover {
background-color: #ddddff;
}
a.qindexHL, a.qindexHL:hover, a.qindexHL:visited {
background-color: #0c780c;
color: #ffffff;
border: 1px double #9295C2;
}
a.code:link, a.code:visited, a.codeRef:link, a.codeRef:visited {
text-decoration: none;
font-weight: normal;
color: #0000ff;
}
.indexkey {
background-color: #eeeeff;
border: 1px solid #b0b0b0;
padding: 2px 15px;
}
.indexkey, .indexvalue {
background-color: #eeeeff;
border: 1px solid #b0b0b0;
padding: 2px 15px;
}
.indexkey {
width: 40%;
}
.indexvalue {
width: 80%;
}
/* -------------------------------------------------------------------
* Verbatim Source Code / Examples.
*/
pre.fragment { background-color: #EEEEEE; }
span.keyword { color: #008000 }
span.keywordtype { color: #604020 }
span.keywordflow { color: #e08000 }
span.comment { color: #800000 }
span.preprocessor { color: #806020 }
span.stringliteral { color: #002080 }
span.charliteral { color: #008080 }
/* -------------------------------------------------------------------
* Attributes Listing.
*/
.mdTable {
/*border: 1px solid #868686;*/
/*background-color: #DADAEF;*/
/*background-color: #F4F4FB;*/
border: 1px none #868686;
/*background-color: #B8E6B8;*/
background-color: #CCE6CA;
margin-top: 25px;
}
.mdRow {
padding: 5px 10px;
}
/* This Mozilla/Firefox bug has been corrected from v1.5.
* .mdname1 {
* padding: 3px 0px 0px 0px;
* }
*/
.mdescLeft, .mdescRight {
padding: 0px 8px 4px 8px;
font-size: 12px;
font-style: italic;
/*background-color: #FAFAFA;*/
border-top: 1px none #E0E0E0;
border-right: 1px none #E0E0E0;
border-bottom: 1px none #E0E0E0;
border-left: 1px none #E0E0E0;
margin: 0px;
}
.memItemLeft, .memItemRight, .memTemplItemLeft {
padding: 1px 0px 0px 8px;
margin: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #0c0c0c;
border-right-color: #0c0c0c;
border-bottom-color: #0c0c0c;
border-left-color: #0c0c0c;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
/*background-color: #DADAEF;*/
/*background-color: #eeeeff;*/
/*background-color: #EEEEEE;*/
background-color: #CCE6CA;
}
.memItemLeft { font-size: 12px; }
.memItemRight { font-size: 13px; }
.memTemplItemLeft { font-size: 12px; }
.memTemplItemRight { font-size: 13px; }
.memTemplParams {
color: #606060;
background-color: #DADAEF;
font-size: 12px;
}

View File

@ -1,485 +0,0 @@
/*
* x-----------------------------------------------------------------x
* | HTML Standart Tags |
* x-----------------------------------------------------------------x
*/
html, body, th, td, tr, p, li, h1, h2, h3, h4, h5, h6 {
font-size: 96%;
font-family: verdana, sans-serif;
}
body {
color: black;
background: white;
background-color: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
margin-top: 2em;
margin-right: 8%;
margin-left: 8%;
}
hr {
height: 1px;
border: 0;
color: #004400;
background-color: #004400;
}
h1, h2, h3, h4, h5, h6 {
font-family: verdana, sans-serif;
}
h1 { text-align: center; }
h2, h3, h4, h5, h6 { text-align: left;
padding-top: 2em;
}
h1, h2, h3 { font-family: "Trebuchet MS", sans-serif;
color: #09550B;
}
h1 { font-weight: bold; font-size: 170%; }
h2 { font-weight: bold; font-size: 140%; }
h3 { font-weight: bold; font-size: 118%; }
h4 { font-weight: bold; font-size: 100%; }
h5 { font-style: italic; font-size: 100%; }
h6 { font-variant: small-caps; font-size: 100%; }
h2.classHierarchy {
/*border: 1px none #008500;*/
border: 1px none #000000;
border-top-width: 2px;
border-top-style: solid;
padding-top: 1em;
}
.hide {
display: none;
color: white;
}
p {
margin-top: 0.6em;
margin-bottom: 0.6em;
margin-left: 0.0em;
margin-right: 0.0em;
}
address {
text-align: right;
font-weight: bold;
font-style: italic;
font-size: 80%;
}
caption { font-weight: bold }
blockquote {
margin-left: 4em;
margin-right: 4em;
margin-top: 0.8em;
margin-bottom: 0.8em;
font-style: italic;
color: #003300;
}
blockquote p {
margin-bottom: 0;
}
blockquote address {
margin: 0;
}
table {
border-collapse: collapse;
}
dt, dd { margin-top: 0; margin-bottom: 0; }
dt { font-weight: bold; }
pre, tt, code {
font-family: "andale mono", monospace;
font-size: 100%;
white-space: pre;
}
pre {
font-size: 80%;
border: dashed;
border-width: thin;
border-color: #003300;
/*
background-color: #EEEEEE;
*/
background-color: #FCFCE1;
padding: 0.5em;
margin-left: 2em;
margin-right: 2em
}
tt { color: green; }
em { font-style: italic;
font-weight: bold; }
strong { font-weight: bold; }
span.textit { font-style: italic; }
span.textbf { font-weight: bold; }
.small { font-size: 90%; }
.white { color: #FFFFFF; }
ul.toc {
list-style: disc;
list-style: none;
}
a:link img, a:visited img { border-style: none; }
a img { color: white; }
a:link, a:active, a:visited {
color: #09550B;
text-decoration: none;
}
a:hover, a:focus {
color: #FF9900;
text-decoration: underline;
}
/*
* x-----------------------------------------------------------------x
* | Doxygen Specific Classes |
* x-----------------------------------------------------------------x
*/
/* -------------------------------------------------------------------
* Header & Footer Classes (customized top page navigation bar).
*/
h1.header {
font-size: 200%;
font-family: times, verdana, sans-serif;
}
center.header {
background-color: #CCE6CA;
}
table.header {
/*width: 100%;*/
/*background-color: #EEEEEE;*/
background-color: #CCE6CA;
}
table.header td {
padding: 2px 14px;
text-align: center;
font-weight: bold;
font-family: verdana, sans-serif;
font-size: 110%;
}
table.footer1, table.footer2 { width: 100%; }
td.LFooter { text-align: left; }
td.RFooter { text-align: right; }
td.CFooter { text-align: center;}
table.footer2 td.RFooter { font-weight: bold; width: 35% }
table.footer2 td.CFooter { width: 30% }
table.footer2 td.LFooter { font-weight: bold; width: 35%; font-family: time; }
table.classHierarchy {
border-collapse: separate;
border-spacing: 5px;
font-size: 110%;
}
table.classHierarchy tr {
border: 1px solid blue;
}
table.classHierarchy td.normal {
border: 1px solid #CCE6CA;
width: 140pt;
text-align: center;
font-weight: bold;
background-color: #CCE6CA;
}
table.classHierarchy td.virtual {
border: 1px solid black;
width: 140pt;
text-align: center;
font-weight: bold;
}
table.classHierarchy td.wnormal {
border: 1px solid #CCE6CA;
width: 240pt;
text-align: center;
font-weight: bold;
background-color: #CCE6CA;
}
table.classHierarchy td.wvirtual {
border: 1px solid black;
width: 240pt;
text-align: center;
font-weight: bold;
}
div.ah {
font-family: time;
font-size: 250%;
}
/* -------------------------------------------------------------------
* Quick Index Class (top page navigation bar).
*/
div.qindex, div.nav {
width: 100%-4px;
/*background-color: #DADAEF;*/
/*background-color: #eeeeff;*/
/*background-color: #EEEEEE;*/
background-color: #CCE6CA;
border: 0px solid #003300;
text-align: center;
margin: 0px;
padding: 2px;
line-height: 140%;
}
a.qindex, a.qindex:visited, a.qindex:hover, a.qindexHL, a.el, a.elRef {
text-decoration: none;
font-weight: bold;
}
a.qindex, a.qindex:visited {
color: #09550B;
}
a.qindex:hover {
background-color: #ddddff;
}
a.qindexHL, a.qindexHL:hover, a.qindexHL:visited {
background-color: #0c780c;
color: #ffffff;
border: 1px double #9295C2;
}
a.code:link, a.code:visited, a.codeRef:link, a.codeRef:visited {
text-decoration: none;
font-weight: normal;
color: #0000ff;
}
.indexkey {
background-color: #eeeeff;
border: 1px solid #b0b0b0;
padding: 2px 15px;
}
.indexkey, .indexvalue {
background-color: #eeeeff;
border: 1px solid #b0b0b0;
padding: 2px 15px;
}
.indexkey {
width: 40%;
}
.indexvalue {
width: 80%;
}
h3 a[name="index__"],
h3 a[name="index_a"],
h3 a[name="index_b"],
h3 a[name="index_c"],
h3 a[name="index_d"],
h3 a[name="index_e"],
h3 a[name="index_f"],
h3 a[name="index_g"],
h3 a[name="index_h"],
h3 a[name="index_i"],
h3 a[name="index_j"],
h3 a[name="index_k"],
h3 a[name="index_l"],
h3 a[name="index_m"],
h3 a[name="index_n"],
h3 a[name="index_o"],
h3 a[name="index_p"],
h3 a[name="index_q"],
h3 a[name="index_r"],
h3 a[name="index_s"],
h3 a[name="index_t"],
h3 a[name="index_u"],
h3 a[name="index_v"],
h3 a[name="index_w"],
h3 a[name="index_x"],
h3 a[name="index_y"],
h3 a[name="index_z"],
h3 a[name="index_0"],
h3 a[name="index_1"],
h3 a[name="index_2"],
h3 a[name="index_3"],
h3 a[name="index_4"],
h3 a[name="index_5"],
h3 a[name="index_6"],
h3 a[name="index_7"],
h3 a[name="index_8"],
h3 a[name="index_9"]
{
font-family: time;
font-size: 250%;
}
/* -------------------------------------------------------------------
* Verbatim Source Code / Examples.
*/
/* pre.fragment { background-color: #EEEEEE; } */
span.keyword { color: #008000 }
span.keywordtype { color: #604020 }
span.keywordflow { color: #e08000 }
span.comment { color: #800000 }
span.preprocessor { color: #806020 }
span.stringliteral { color: #002080 }
span.charliteral { color: #008080 }
/* -------------------------------------------------------------------
* Attributes Listing.
*/
.mdTable {
/*border: 1px solid #868686;*/
/*background-color: #DADAEF;*/
/*background-color: #F4F4FB;*/
border: 1px none #008500;
border-left-width: 1px;
border-left-style: solid;
/*background-color: #B8E6B8;*/
/*background-color: #CCE6CA;*/
margin-top: 25px;
font-size: 105%;
}
.mdRow {
padding: 5px 10px;
}
/* This Mozilla/Firefox bug has been corrected from v1.5.
* .mdname1 {
* padding: 3px 0px 0px 0px;
* }
*/
.mdescLeft, .mdescRight {
padding: 0px 8px 4px 8px;
font-size: 11px;
font-style: italic;
/*background-color: #FAFAFA;*/
border-top: 1px none #E0E0E0;
border-right: 1px none #E0E0E0;
border-bottom: 1px none #E0E0E0;
border-left: 1px none #E0E0E0;
margin: 0px;
}
.memitem {
margin-bottom: 30px;
border: 1px none #008500;
}
.memproto {
background-color: #CCE6CA;
border-left-width: 4px;
border-left-style: solid;
border-color: #008500;
}
.memname {
white-space: nowrap;
padding-left: 5px;
font-size: 105%;
}
.memdoc{
padding-left: 5px;
/*margin-top: -8px;*/
border-left-width: 1px;
border-left-style: solid;
border-color: #008500;
}
.memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight {
padding: 1px 0px 0px 8px;
margin: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #0c0c0c;
border-right-color: #0c0c0c;
border-bottom-color: #0c0c0c;
border-left-color: #0c0c0c;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
/*background-color: #DADAEF;*/
/*background-color: #eeeeff;*/
/*background-color: #EEEEEE;*/
background-color: #CCE6CA;
}
.memTemplItemLeft, .memTemplItemRight {
border-bottom-width: 2px;
border-bottom-style: solid;
font-weight: bold;
}
.memItemLeft { font-size: 11px; }
.memItemRight { font-size: 12px; }
.memTemplItemLeft { font-size: 11px; }
.memTemplItemRight { font-size: 12px; }
.memTemplParams {
color: #FFFFFF;
background-color: #000000;
font-size: 11px;
font-weight: bold;
}
.groupText, .groupHeader {
color: #09550B;
margin-top: 15px;
font-size: 130%;
font-weight: bold;
}

View File

@ -1,364 +1,432 @@
// -*- C++ -*-
namespace Katabatic {
/*! \class AutoContact
* \brief Self-sizing Contact (\b API).
*
* \see \ref buildRules.
* \brief Abstract base class for AutoContact
*
* \section secAutoContactSplitting AutoContact splitting mechanism
* \section secACCache Caching Mechanism
*
* An AutoContact splitting occurs when more than two layers connects
* to a single AutoContact.
* To bypass the Ring/Hook mechanism \e and the subsequent Session::Lookup()
* call, the AutoSegments anchored on an AutoContact are cached in the
* AutoContact itself. They can be accessed through \c getHorizontalN() and
* getVerticalN() accessors \c N depending on the subtype of AutoContact.
*
* <b>General Case</b>
* Cached AutoSegments are updated in the AutoContact::updateTopology()
* function only.
*
* <ol>
* <li>Create a \b secondary contact, so that both the original
* and the secondary abide by the two layers rule.
* <li>Create new AutoSegments to connect original to secondary.
* There could be one or two segments created according to
* the <i>layers distance</i>.
* <li>Re-attach the AutoSegments to the right AutoContact.
* The rule being that an AutoSegment is attached to the
* lowest AutoContact containing it's Layer.
* <li>The orignal &amp; secondary contact are passed trough
* the connexity restauration procedure.
* </ol>
*
* <b>Importants Points</b>
* \section secACInvalidate Invalidate on AutoContacts
*
* The invalidation of an AutoContact invalidate all the segments
* that are anchored on it.
*
* <b>Special Case of HTee & VTee</b>
*
* When invalidating an HTee or VTee, two out of the three anchored
* segments are parallels. The \e aligned constraint is passed on
* those two. By default, when we invalidate an AutoSegment, the
* invalidation is applied to the whole aligned set through the
* AutoSegment::getAligneds() collection. So if one of the parallel
* is invalidated and the other not, it should only be because we
* are already in \c getAligneds(), then we do not want to invalidate
* again the whole aligned set. In that case, we perform an atomic only
* invalidation (reset Katabatic::KbPropagate).
*
* For the complete invalidation/revalidation mechanism see
* \ref secSessionAlgo "Session Algorithm".
*
*
* \section secDiffFromKatabatic2 Notes - Differences from Katabatic 2
*
* From the previous version of Katabatic, AutoContact have
* been greatly stripped down (again). They are now always punctual
* objetcs with stricly fixed topologies:
* <ul>
* <li>In the second step: the new AutoSegments must be put on
* axis so that after resizing original and secondary AutoContact,
* the AutoSegments do not extend outside their previous extension.
* <li>Constraints splitting: the constraints on the splitted
* AutoSegment mustn't be more restrictive than thoses on the
* original one. For example, two AutoSegments that weren't
* HAligneds must not become so.
* </ul>
*
* <b>Special Cases</b>
* <ul>
* <li>The AutoContact is anchored on a \c METAL1 terminal, then
* there is only one \c M4 AutoSegment to be re-connected, we
* simply create a two-VIA dog leg.
* <li>The AutoContact still have connect two connex Layers, just
* changes the AutoContact Layer.
* </ul>
*
* \image html AutoContact-12.png
* \image html AutoContact-13.png
* \image html AutoContact-14.png
* \image html AutoContact-15.png
* \image latex AutoContact-12.pdf
* \image latex AutoContact-13.pdf
* \image latex AutoContact-14.pdf
* \image latex AutoContact-15.pdf
*/
/* \var GCell* AutoContact::_gcell
* \brief The GCell into which the AutoContact is located.
*/
/*! \function AutoContact* AutoContact::fromRp ( GCell* gcell, RoutingPad* routingPad, const Layer* layer, Point point, DbU::Unit width, DbU::Unit height, bool fixed=false );
* \param gcell The GCell in which to create the AutoContact.
* \param routingPad The RoutingPad on which to anchor the AutoContact.
* \param layer The AutoContact's layer.
* \param point The absolute position of the AutoContact.
* \param width AutoContact's width.
* \param height AutoContact's height.
* \param fixed The AutoContact cannot be moved.
* \return Newly created AutoContact.
*
* create an AutoContact anchored on a \c RoutingPad. The AutoContact can
* be moved along the \c RoutingPad but not outside it.
*
* A remark on the \c point parameter : it must be absolute coordinates, but
* as we uses the \c RoutingPad as an anchor they are translated into an
* offset from the \c RoutingPad (see how \c Hurricane handles coordinates
* through anchoring). It is also assumed that the AutoContact is to be
* electrically connected to the \c RoutingPad (no disconnection).
* So, we will faces three cases, depending on the \c RoutingPad
* underlying \c Entity :
* <ul>
* <li>The \c Entity is an horizontal segment :
* the Y coordinate is sets to zero, the X coordinate is kept.
* <li>The \c Entity is a vertical segment :
* keep the Y coordinate, the X coordinate is sets to zero.
* <li>The \c Entity is a \c Contact or a \c Pin :
* both X and Y are sets to zero.
* <li>AutoContactTerminal to connect to a terminal (one segment).
* <li>AutoContactTurn to make a turn: two perpandiculars segments.
* <li>AutoContactHTee an horizontal tee: two \e aligned horizonals
* and one vertical.
* <li>AutoContactVTee an horizontal tee: two \e aligned verticals
* and one horizontal.
* </ul>
*/
/*! \function AutoContact* AutoContact::create ( GCell* gcell, Net* net, const Layer* layer, bool hAlignate=false, bool vAlignate=false )
* \param gcell The GCell into which the AutoContact will be put.
* \param net The AutoContact's owner Net.
* \param layer The AutoContact's layer.
* \param hAlignate Keeps alignate (all) horizontal segments.
* \param vAlignate Keeps alignate (all) vertical segments.
* \return A new AutoContact.
//! \enum AutoContactFlag
//! Set of flags to describe the internal state of an AutoContact.
//! \var AutoContactFlag::CntFixed
//! This contact cannot be moved.
//! \var AutoContactFlag::CntTerminal
//! This contact is anchored on a terminal (AutoContactTerminal), <b>must not be changed</b>.
//! \var AutoContactFlag::CntTurn
//! The object true class is AutoContactTurn, <b>must not be changed</b>.
//! \var AutoContactFlag::CntHTee
//! The object true class is AutoContactHTee, <b>must not be changed</b>.
//! \var AutoContactFlag::CntVTee
//! The object true class is AutoContactVTee, <b>must not be changed</b>.
//! \var AutoContactFlag::CntInvalidated
//! At least one AutoSegment of this contact has been moved, the contact
//! position must be recomputed (in the Session revalidation).
//! \var AutoContactFlag::CntInvalidatedCache
//! At least one AutoSegment has been broken or moved up, the connexity
//! must be checked and possibly corrected (in Session revalidation).
//! \var AutoContactFlag::CntInCreationStage
//! Sets only during the initial creation process.
//! \var AutoContactFlag::CntBadTopology
//! Something wrong has happened and the connexity of the AutoContact is
//! no longer ensured (too much or too less AutoSegments, too wide span of
//! AutoSegment layers).
//! \function Hook* AutoContact::getBodyHook ();
//! <em>Base class method proxy.</em>
//! \function Hook* AutoContact::getAnchorHook ();
//! <em>Base class method proxy.</em>
//! \function Component* AutoContact::getAnchor () const;
//! <em>Base class method proxy.</em>
//! \function Net* AutoContact::getNet () const;
//! <em>Base class method proxy.</em>
//! \function const Layer* AutoContact::getLayer () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getX () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getY () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getDx () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getDy () const;
//! <em>Base class method proxy.</em>
//! \function Point AutoContact::getCenter () const;
//! <em>Base class method proxy.</em>
//! \function Point AutoContact::getPosition () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getWidth () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getHalfWidth () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getHeight () const;
//! <em>Base class method proxy.</em>
//! \function DbU::Unit AutoContact::getHalfHeight () const;
//! <em>Base class method proxy.</em>
//! \function Components AutoContact::getSlaveComponents () const;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setLayer ( const Layer* ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setWidth ( DbU::Unit ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setHeight ( DbU::Unit ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setSizes ( DbU::Unit w, DbU::Unit h ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setX ( DbU::Unit ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setY ( DbU::Unit ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setPosition ( DbU::Unit w, DbU::Unit h ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setPosition ( const Point& ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setDx ( DbU::Unit ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setDy ( DbU::Unit ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::setOffset ( DbU::Unit w, DbU::Unit h ) ;
//! <em>Base class method proxy.</em>
//! \function void AutoContact::translate ( const DbU::Unit& dx, const DbU::Unit& dy ) ;
//! <em>Base class method proxy.</em>
//! \function bool AutoContact::isInCreationStage () const;
//! \sreturn \true if the AutoContact is still in it's initial creation stage.
//! \function bool AutoContact::isInvalidated () const;
//! \sreturn \true if the some AutoSegment has changed and the AutoContact needs
//! to be repositionned (through a call to AutoContact::updateGeometry()).
//! \function bool AutoContact::isInvalidatedCache () const;
//! \sreturn \true if the some AutoSegment has changed and the AutoContact
//! topology needs to be restored, as a gap may have appeared
//! (through a call to AutoSegment::updateTopology()).
//! \function bool AutoContact::isTurn () const;
//! \sreturn \true if the dynamic type of the AutoContact is of type Turn.
//! \function bool AutoContact::isTee ( unsigned int direction ) const;
//! \sreturn \true if the dynamic type of the AutoContact is either of type
//! AutoContactHTee or AutoContactVTee, according to \c direction.
//! \function bool AutoContact::isHTee () const;
//! \sreturn \true if the dynamic type of the AutoContact is of type AutoContactHTee.
//! \function bool AutoContact::isVTee () const;
//! \sreturn \true if the dynamic type of the AutoContact is of type AutoContactHTee.
//! \function bool AutoContact::isFixed () const;
//! \sreturn \true if the AutoContact cannot be moved.
//! \function bool AutoContact::hasBadTopology () const;
//! \sreturn \true if the AutoContact topology has been broken and a gap has appeared.
//! (sould not happen...)
//! \function bool AutoContact::canDestroy ( unsigned int flags ) const;
//! \sreturn \true if the AutoContact could be destroyed, that is, no segments
//! remains anchored on it. If \c flags contains Katabatic::KbWarnOnError,
//! issue an error message.
//! \function bool AutoContact::canMoveUp ( const AutoSegment* moved ) const;
//! \sreturn \true if \c segment can be moved up without triggering a topological
//! modification. It meaans that:
//! - Without \c moved, the AutoContact needs only one layer.
//! - \c moved go from \e below the AutoContact to \e above.
//! \function Contact* AutoContact::base () const;
//! \sreturn The Hurricane::Contact which is decorated.
//! \function size_t AutoContact::getAllocateds ();
//! \sreturn The total number of AutoContact currently allocateds.
//! \function const Name& AutoContact::getStaticName ();
//! \sreturn The name of the Hurricane::ExtensionGo slice.
//! \function const Name& AutoContact::getName () const;
//! \sreturn The name of the Hurricane::ExtensionGo slice.
//! \function const Name& AutoContact::getId () const;
//! \sreturn The unique \c identifer of the AutoSegment.
//! \function Box AutoContact::getBoundingBox () const;
//! \see Contact::getBoundingBox().
//! \function GCell* AutoContact::getGCell () const;
//! \sreturn The GCell into which the AutoContact is located.
//! \function AutoSegment* AutoContact::getOpposite ( const AutoSegment* segment ) const;
//! \sreturn The AutoSegment other the same direction as \c segment, this is
//! only meaningful on AutoContactHTee or AutoContactVTee. It there is
//! no opposite, \c NULL is returned.
//! \function AutoSegment* AutoContact::getSegment ( unsigned int index ) const;
//! \sreturn The nth anchored AutoSegment. The index is significant:
//! - \b 0 : first horizontal (\b h1).
//! - \b 1 : second horizontal (\b h2).
//! - \b 2 : first vertical (\b b1).
//! - \b 3 : second vertical (\b b2).
//!
//! Not all the indexes are filled for every AutoContact. For example
//! \c Turn have \b h1 and \b b1, and \c HTee have \b h1, \b h2 and
//! \b v1.
//! \function unsigned int AutoContact::getMinDepth () const;
//! \sreturn The layer depth of the bottom layer of the AutoContact.
//! \function unsigned int AutoContact::getMaxDepth () const;
//! \sreturn The layer depth of the top layer of the AutoContact.
//! \function void AutoContact::getLengths ( DbU::Unit* lengths, AutoSegment::DepthLengthSet& processeds );
//! \param lengths A table of DbU::Unit, the size of all routing layers used.
//! \param processeds An AutoSegment sorted set holding all the already processeds
//! AutoSegments.
//!
//! Compute the lengths over the owning GCell of all the AutoSegments anchored
//! on this AutoContact. The lengths are added to the total length table
//! \c lengths. To avoid double accounting of the local AutoSegments
//! that have both source & target in the same GCell, we keep a set
//! of already processeds AutoSegments in \c processeds.
//! \function Box AutoContact::getNativeConstraintBox () const;
//! \sreturn The native constraint box (that is, whithout any user constraints
//! applied). For AutoContactTerminal, this is the Box of the supporting
//! external component, and for all others the bounding box of the
//! owning GCell.
//! \function Interval AutoContact::getUConstraints ( unsigned int direction ) const;
//! \sreturn The constraint interval in \c direction (that is, the relevant side
//! of the constraint box).
//! \function DbU::Unit AutoContact::getCBXMin () const;
//! \sreturn The X coordinate of the bottom left corner of the constraint box.
//! \function DbU::Unit AutoContact::getCBYMin () const;
//! \sreturn The Y coordinate of the bottom left corner of the constraint box.
//! \function DbU::Unit AutoContact::getCBXMax () const;
//! \sreturn The X coordinate of the top right corner of the constraint box.
//! \function DbU::Unit AutoContact::getCBYMax () const;
//! \sreturn The Y coordinate of the top right corner of the constraint box.
//! \function Box AutoContact::getConstraintBox () const;
//! \sreturn The current constraint box: the native constraint box with all
//! the user's contraints applieds.
//! \function Box& AutoContact::intersectConstraintBox ( Box& box ) const;
//! \sreturn The intersection between \c box and the constraint box. The
//! result is stored into \c box and a reference to it is returned.
//! \function void AutoContact::invalidate ( unsigned int flags=0 );
//! Invalidate the AutoContact, schedule it for revalidation in the
//! Session. If flag containt Katabatic::CntInvalidTopology,
//! the topology of the AutoContact will also be checked and
//! possible gap closeds.
//!
//! The revalidations methods associated are:
//! - AutoSegment::updateGeometry(), recompute the punctual contact position.
//! - AutoSegment::updateTopology(), restore the connexity.
//! \function void AutoContact::updateGeometry ();
//! Compute the new position of the AutoContact based on the AutoSegment
//! positions. The Session mechanism ensure that all AutoSegment are
//! set into their final positions before calling this updator.
//! \function void AutoContact::updateTopology ();
//! Modificate the AutoContact topology to close any gap. This could
//! be by changing layer or creating a new dogleg on an incident
//! AutoSegment.
//! \function void AutoContact::_getTopology ( Component*& anchor, Horizontal**& hs, Vertical**& vs, size_t sz );
//! \param anchor The anchor, if any.
//! \param hs The Hurricane::Horizontal anchored.
//! \param vs The Hurricane::Vertical anchored.
//! \param sz The size of boths \c hs & \c vs table passed as arguments.
//!
//! Fill \c anchor , \c hs and \c vs with the components anchored on this
//! AutoContact.
//! \function void AutoContact::showTopologyError ( const std::string& message );
//! Comprensive display of the topology of the AutoContact to ease the
//! debug work. Prepend with the error message \c message. Do no throw
//! an error.
//! \function void AutoContact::checkTopology ();
//! Check for topology correctness (no gaps), display an error message
//! if needed.
//! \function void AutoContact::setGCell ( GCell* gcell );
//! Set the owning GCell.
//! \function void AutoContact::setCBXMin ( DbU::Unit xMin );
//! Set the lower left X coordinate of the constraint box.
//!
//! \remark It cannot go outside the GCell bounding box.
//! \function void AutoContact::setCBYMin ( DbU::Unit yMin );
//! Set the lower left Y coordinate of the constraint box.
//!
//! \remark It cannot go outside the GCell bounding box.
//! \function void AutoContact::setCBXMax ( DbU::Unit xMax );
//! Set the upper right X coordinate of the constraint box.
//!
//! \remark It cannot go outside the GCell bounding box.
//! \function void AutoContact::setCBYMax ( DbU::Unit yMax );
//! Set the upper right Y coordinate of the constraint box.
//!
//! \remark It cannot go outside the GCell bounding box.
//! \function void AutoContact::setConstraintBox ( const Box& box );
//! Set the constraint box.
//!
//! \remark It cannot go outside the GCell bounding box.
//! \function bool AutoContact::restrictConstraintBox ( DbU::Unit min, DbU::Unit max, unsigned int flags=KbWarnOnError );
//! \param min The minimum of the restriction interval.
//! \param max The maximum of the restriction interval.
//! \param flags Gives the direction of the restriction.
//! \return \true if the restriction was actually applied.
//!
//! Restrict the current constraint box but check if the restriction
//! will not lead to an empty interval, in that case, do nothing and
//! return \false.
/*! \class LocatorHelper
*
* As AutoContact are Contacts restricted to, at best, two adjacent
* routing layers, the layer argument is either a single routing
* contact or a two metals only VIA.
*/
/*! \function AutoContact* AutoContact::create ( GCell* gcell, RoutingPad* rp, const Layer* layer, const DbU::Unit dx, const DbU::Unit dy, const DbU::Unit width, const DbU::Unit height, bool hAlignate=false, bool vAlignate=false, bool fixed=false );
* \param gcell The GCell into which the AutoContact will be put.
* \param rp The RoutingPad anchor.
* \param layer The AutoContact's layer.
* \param dx Horizontal offset to the component.
* \param dy Vertical offset to the component.
* \param width Width of the AutoContact.
* \param height Height of the AutoContact.
* \param hAlignate Keeps alignate (all) horizontal segments.
* \param vAlignate Keeps alignate (all) vertical segments.
* \param fixed The AutoContact cannot be moved.
* \return A new AutoContact.
* \brief Locator Helper Collection's Locators
*
* create an AutoContact anchored on a component : the component must
* be a \RoutingPad, sets the isTerminal() flag.
* Provide a small uniform walktough over the AutoSegments anchored
* on AutoContacts. The \c flags argument allows to choose between
* direction and include perpandiculars (in that case all segments
* are processeds).
*
* As AutoContact are Contacts restricted to, at best, two adjacent
* routing layers, the layer argument is either a single routing
* contact or a two metals only VIA.
*/
/*! \function GCell* AutoContact::getGCell() const
* \brief Returns the GCell into which the AutoContact is located.
*/
/*! \function void AutoContact::updateGeometry()
* \brief Perform the segment resizing.
*
* As it will resizes Hurricane components, this function call must
* be enclosed into an updateSession.
*/
/*! \function AutoContacts AutoContact::getCollapseds ( unsigned int direction );
* \param direction restrict the search to that direction.
* \return The \c Collection of AutoContact that are collapsed on this one,
* that is, linked through collapsed AutoSegment of type
* \c direction.
*/
/*! \function bool AutoContact::isTerminal () const;
* \return \true if the AutoContact is anchored on a terminal.
*/
/*! \function bool AutoContact::isHAlignate () const;
* \return \true if the horizontal AutoSegment anchored on the AutoContact
* must be kept aligned.
* \see \ref collapseCanonical
*/
/*! \function bool AutoContact::isVAlignate () const;
* \return \true if the vertical AutoSegment anchored on the AutoContact
* must be kept aligned.
* \see \ref collapseCanonical
*/
/*! \function void AutoContact::getLengths ( DbU::Unit* lengths, set<AutoSegment*>& segments );
* \return Increment the table of lengths for the lengths of segments of
* this AutoContact and inside it's owning GCell.
*/
/*! \function void AutoContact::setTerminal ( bool isTerminal );
* \param isTerminal set the terminal flag.
*/
/*! \function bool AutoContact::isHExtended ();
* \return \true if the \b privileged direction of the AutoContact is horizontal.
* \section secLocHelperImplementation Implementation Details
*
* To be privileged in horizontal direction means that the \c Y coordinates
* of all horizontals of the AutoContact are the same and imposed in either
* of the following ways:
* <ul>
* <li>Have a horizontal global (i.e. stem). The AutoContact could
* be non-punctual along the horizontal axis.
* <li>All it's horizontals are kept aligneds.
* </ul>
* \note An AutoContact can be neither horizontally extended nor vertically
* extended. In which case it is punctual.
* As, at most, two horizontals and two verticals may be anchored on
* any AutoContact subtype, the locator helper perform a walk through
* a virtual table of 4 elements. The two first are the horizontals,
* the two last the verticals. The meaning of this index is consistent
* whith the \c index argument of AutoContact::getSegment(). When
* a segment is not present in an AutoContact, the \c getSegment()
* returns \c NULL and the LocatorHelper::progress() function will
* skip it.
*
* \image html AutoContact-10.png
* \image latex AutoContact-10.pdf
*/
/*! \function bool AutoContact::isVExtended ();
* \return \true if the \b privileged direction of the AutoContact is vertical.
* The private methods:
* - \c LocatorHelper::_min()
* - \c LocatorHelper::_max()
*
* To be privileged in vertical direction means that the \c X coordinates
* of all verticals of the AutoContact are the same and imposed in either
* the following way:
* <ul>
* <li>Have a vertical global (i.e. stem). The AutoContact could
* be non-punctual along the vertical axis.
* <li>All it's vertical are kept aligneds.
* </ul>
* \note An AutoContact can be neither horizontally extended nor vertically
* extended. In which case it is punctual.
*
* \image html AutoContact-11.png
* \image latex AutoContact-11.pdf
* Computes the bounds of \c _index according to the value of \c _flags:
* - \c KbHorizontal : \c 0 to less than \c 2.
* - \c KbVertical : \c 2 to less than \c 4.
* - \c KbHorizontal|KbVertical : \c 0 to less than \c 4.
*/
/*! \function void AutoContact::setHAlignate ( bool hAlignate );
* \param hAlignate The new horizontal alignement mode.
*
* When horizontal aligment mode is active, all horizontals of the
* AutoContact are kept aligned (on the same \b Y coordinate).
* \see \ref collapseCanonical
*/
//! \function LocatorHelper::LocatorHelper ( AutoContact* contact, unsigned int flags );
//! Create a helper to iterate over the AutoSegments anchored on \c contact.
//! The \c flags arguments allow to select:
//! - The direction: Katabatic::KbHorizontal or Katabatic::KbVertical.
//! - Perpandicular inclusion: Katabatic::KbWithPerpands.
//!
//! When setting KbWithPerpands, all the segments will be iterated over.
//! It may seems a somewhat contorted way of doing things, the reason is
//! the ability to share (an pass) flags directly between different
//! functions.
/*! \function void AutoContact::setVAlignate ( bool vAlignate );
* \param vAlignate The new vertical alignement mode.
*
* When vertical aligment mode is active, all verticals of the
* AutoContact are kept aligned (on the same \b X coordinate).
* \see \ref collapseCanonical
*/
//! \function bool LocatorHelper::isValid() const;
//! \sreturn \true if there is an AutoSegment to be processed.
/*! \function void AutoContact::restoreHConnexity ( DbU::Unit y, bool split=false );
* \param y When splitting, the coordinate of the vertical strap segments.
* \param split Wether to separate the various horizontals or not.
*
* Ensure that there is no gap between horizontals of this AutoContact.
* <ul>
* <li>The default behavior (<tt>split=false</tt>) is simply to sets the
* <b>H Alignate</b> flags, thus forcing the alignment on the same \c Y.
* <li>To allow the horizontals to be on different axis, we can split
* them on differents AutoContacts aligneds vertically. The AutoSegments
* created between thoses secondary contacts are calleds "straps" and
* sets on the \c Y axis.
* </ul>
* In case of splitting, all the verticals are kept on the original AutoContact.
*/
//! \function AutoSegment* LocatorHelper::getSegment() const;
//! \sreturn The current AutoSegment. \c NULL if the loop is over.
/*! \function void AutoContact::restoreVConnexity ( DbU::Unit x, bool split=false );
* \param x When splitting, the coordinate of the horizontal strap segments.
* \param split Wether to separate the various verticals or not.
*
* Ensure that there is no gap between verticals of this AutoContact.
* <ul>
* <li>The default behavior (<tt>split=false</tt>) is simply to sets the
* <b>V Alignate</b> flags, thus forcing the alignment on the same \c X.
* <li>To allow the verticals to be on different axis, we can split
* them on differents AutoContacts aligneds horizontally. The AutoSegments
* created between thoses secondary contacts are calleds "straps" and
* sets on the \c X axis.
* </ul>
* In case of splitting, all the horizontals are kept on the original AutoContact.
*/
/*! \function void AutoContact::invalidate ();
* Put this AutoContact into the invalidated set (see \ref katabaticSession).
*/
//! \addtogroup katabaticSession
//! \{
/*! \function bool AutoContact::isInvalidated () const;
* \return \True if the AutoContact is invalidated, i.e. in the
* Katabatic Session, one or more of it's anchored AutoSegment
* being moved.
*
* \see autoInvalidate().
*/
/*! \function bool AutoContact::setInvalidated ( bool state );
* \param state set the state of the AutoContact regarding the
* Katabatic Session.
*
* \see autoInvalidate().
*/
/*! \function Box AutoContact::getNativeConstraintBox () const;
* Return the native constraint box, that is, the \Box of the
* owning GCell or the bounding box of the terminal it's anchored
* upon.
*/
/*! \function DbU::Unit AutoContact::getCBXMin () const;
* \return The X coordinate of the lower left corner.
*/
/*! \function DbU::Unit AutoContact::getCBYMin () const;
* \return The Y coordinate of the lower left corner.
*/
/*! \function DbU::Unit AutoContact::getCBXMax () const;
* \return The X coordinate of the upper right corner.
*/
/*! \function DbU::Unit AutoContact::getCBYMax () const;
* \return The Y coordinate of the upper right corner.
*/
/*! \function Box AutoContact::getConstraintBox () const;
* \return The current constraint box.
*/
/*! \function Box& AutoContact::intersectConstraintBox ( Box& box ) const;
* \param box The box to intersect width.
* \return A reference on the the box given as argument.
*
* Do the intersection of the constraint box and the one given
* as argument. Store the result in place.
*/
/*! \function void AutoContact::restoreNativeConstraintBox ();
* reset the constraint box to the native constraint box.
*/
/*! \function void AutoContact::setConstraintBox ( const Box& box );
* \param box The new constraint box.
*
* sets the constraint box.
*/
/*! \function void AutoContact::restrictConstraintBox ( DbU::Unit constraintMin, DbU::Unit constraintMax, unsigned int direction );
* \param constraintMin The constraint lower bound.
* \param constraintMax The constraint upper bound.
* \param direction The direction into which apply the constraint.
*
* restrict the constraint box in one direction.
*/
/*! \function void AutoContact::setCBXMin ( DbU::Unit xMin );
* \param xMin The X cooordinate of the lower left corner.
*
* sets the X coordinate of the lower left corner.
*/
/*! \function void AutoContact::setCBYMin ( DbU::Unit yMin );
* \param yMin The Y cooordinate of the lower left corner.
*
* sets the Y coordinate of the lower left corner.
*/
/*! \function void AutoContact::setCBXMax ( DbU::Unit xMax );
* \param xMax The X cooordinate of the upper right corner.
*
* sets the X coordinate of the upper right corner.
*/
/*! \function void AutoContact::setCBYMax ( DbU::Unit yMax );
* \param yMax The Y cooordinate of the upper right corner.
*
* sets the Y coordinate of the upper right corner.
*/
//! \}
//! \function void LocatorHelper::progress();
//! \sreturn Go to the next AutoSegment.
}
namespace {
}

File diff suppressed because it is too large Load Diff

View File

@ -1,179 +1,535 @@
// -*- C++ -*-
namespace Katabatic {
/*! \class GCell
* \brief Global Routing cell (\b API).
*
* \brief Routing Global Cell
*
*
* \section secGCellDescription GCell Description
*
* Please note that there are two kind of Global Cells (or GCell for short):
* - The GCell used by the global router Knik.
* - The GCell used by the detailed router (Katabatic & Kite).
* Although the information they hold is obviously related, they are two
* separate kind of objects.
*
* The area of the design to be routed is divided in a regular grid of
* rectangular area, the GCellGrid. Each rectangular area is a GCell.
*
* The GCell contains the following informations:
* - The AutoSegments that begins or ends in it. The list of segments
* is not avalaible directly but through the AutoContacts that are
* owned by the GCell.
* - The AutoSegments that go straight \e through it (or \e over it).
* Horizontal & Vertical segments are stored in two separeted list.
* Those two lists are sorted by layer depth (the deepest layers
* first).
* - A lot of synthetic information about the density of tracks used
* in the GCell.
*
* AutoContacts are affected to GCells, the area of the GCell is the
* one into which the AutoContact is allowed to be placed. It is this
* that way that the respect of the global routing choosen by Knik is
* enforced. See the AutoContact constraint box.
*
* When tracks are aligned with the GCell boundaries they one exactly on
* the boundary can belong to the GCell on either side of the boundary.
* But we want a clear and mutually exclusive ownership of each GCell
* area. So, we choose that one GCell do not own the topmost and rightmost
* track. And to implement it, we shrink top and right coordinates by
* the amount of GCell::getTopRightShrink(), which must be less than the
* track spacing.
*
*
* \subsection secGCellDensity Saturation & Density Computation
*
* At any depth (i.e. layer), in the preferred routing direction, a GCell
* can pass a finite length of wire. For example on an horizontal preferred
* layer:
\f[
WL_{max} = width(GCell) \times Htracks(GCell)
\f]
* Then the density, is the ratio between \f$WL_{max}\f$ and the actually
* used wirelength:
\f[
Wdensity(depth) = \frac{WL_{used}(depth)}{WL_{max}(depth)}
\f]
* Normally, the ratio musn't exceed 1.0, but the occupied wire length computation,
* for now, doesn't merge overlapping wires belonging to the same net, so
* the ratio may be slightly inaccurate. Thus in some pathological cases may
* be greater than 1.0 whithout truly been overloaded.
*
* \attention This class can only be allocated through a GCellGrid thus
* Constructors/Destructors are protecteds.
* A Cell is considered as \e saturated if the overall density is above the
* saturation ratio given by Session::getSaturateRatio().
*
* \remark As this object uses the decorator Design Pattern, almost all
* functions are pure virtuals. Implementation take place in a
* derived class \c GCellConcrete which is not documented,
* (same specifications as GCell).
* Contact density is calculated as follow:
\f[
Cont_{density} = \frac{|Contacts|}{Htracks \times Vtracks \times 4}
\f]
* It is a ratio over the number of actual contacts in the GCell and the maximal
* number. The maximal number being the product of the number of tracks in
* both direction and 4 stands for the hardwired number of layers (the depth).
*
* Should not be hardwired... \red{<em>To be corrected in future versions.</em>}
*
*
* \subsection secGCellFeedthrough Feedthrough Computation
*
* \see GCellDecorator class.
*/
/*! \function GCellGrid* GCell::getGCellGrid () const;
* \return The GCellGrid to which the GCell belongs.
*/
/*! \function unsigned int GCell::getIndex () const;
* \return The linear index of this GCell inside the GCellGrid GCell table.
*/
/*! \function unsigned int GCell::getRow () const;
* \return The GCell's row inside the GCellGrid (this is a Y coordinate).
*/
/*! \function unsigned int GCell::getColumn () const;
* \return The GCell's row inside the GCellGrid (this is a X coordinate).
*/
/*! \function Point GCell::getCenter () const;
* \return The center of the GCell.
*/
/*! \function DbU::Unit GCell::getX () const;
* \return The X coordinate of the GCell's lower left corner (\b XMin).
*/
/*! \function DbU::Unit GCell::getY () const;
* \return The Y coordinate of the GCell's lower left corner (\b YMin).
*/
/*! \function DbU::Unit GCell::getXMax () const;
* \return The X coordinate of the GCell's upper right corner.
*/
/*! \function DbU::Unit GCell::getYMax () const;
* \return The Y coordinate of the GCell's lower upper right corner.
*/
/*! \function Box GCell::getBoundingBox () const;
* \return The GCell bounding box.
*/
/*! \function GCell* GCell::getLeft () const;
* \return The CCell's left neighbour (may be \c NULL if first of the row).
*/
/*! \function GCell* GCell::getRight () const;
* \return The CCell's right neighbour (may be \c NULL if last of the row).
*/
/*! \function GCell* GCell::getUp () const;
* \return The CCell's up neighbour (may be \c NULL if top of the column).
*/
/*! \function GCell* GCell::getDown () const;
* \return The CCell's down neighbour (may be \c NULL if bottom of the column).
*/
/*! \function unsigned int GCell::getDensity ( unsigned int depth ) const;
* \return The density of vertical wires going through this GCell.
* \see updateDensity()
*/
/*! \function unsigned int GCell::getCDensity () const;
* \return The AutoContact density.
* \see updateDensity()
*/
/*! \function unsigned int GCell::getDensity () const;
* \return The average of horizontal and vertical density.
* \see updateDensity()
*/
/*! \function vector<AutoSegment*>* GCell::getVSegments ();
* \return All vertical AutoSegment, starting, ending or crossing this GCell.
*/
/*! \function vector<AutoSegment*>* GCell::getHSegments ();
* \return All horizontal AutoSegment, starting, ending or crossing this GCell.
*/
/*! \function vector<AutoContact*>* GCell::getContacts ();
* \return All AutoContact belonging to this GCell.
*/
/*! \function AutoSegments GCell::getVStartSegments ();
* \return All vertical AutoSegment starting from this GCell.
*/
/*! \function AutoSegments GCell::getHStartSegments ();
* \return All horizontal AutoSegment starting from this GCell.
*/
/*! \function AutoSegments GCell::getVStopSegments ();
* \return All vertical AutoSegment ending in this GCell.
*/
/*! \function AutoSegments GCell::getHStopSegments ();
* \return All horizontal AutoSegment ending in this GCell.
*/
/*! \function AutoSegments GCell::getStartSegments ( unsigned int direction );
* \param direction The selected direction.
* \return All AutoSegment starting from this GCell in \b direction.
*/
/*! \function AutoSegments GCell::getStopSegments ( unsigned int direction );
* \param direction The selected direction.
* \return All AutoSegment ending in this GCell in \b direction.
*/
/*! \function void GCell::addVSegment ( AutoSegment* segment );
* \param segment A vertical AutoSegment.
* The feedtrough value is an estimate is of how many complete tracks have been used
* on a given layer of the GCell. It varies between zero and the number of track on the
* GCell (complete saturation). As an estimate, it doesn't tell you the actual
* number of free track, but how many you <em>may expect</em> assuming the routing is
* reasonably well done.
*
* Computation is done as follow:
* <table class="DoxUser">
* <tr><th>Wire type<th>Estimated Cost
* <tr><td>Straight wire (feedthrough)
* <td>\b 1.0
* <tr><td>Beginning or ending global wire
* <td>\b 0.5
* <tr><td>Local wire.
* <td>\b 1/3
* <tr><td>Blockage wire
* <td>The exact percentage of the track
* </table>
*
*
* \subsection secGCellTrackComputation Track Computation
*
* Indicate that the vertical \c segment is going straigh through this
* GCell (no AutoContact).
* The number of track that can go through a GCell in the horizontal
* direction is computed as follow:
\f[
Htracks = \frac{heigth(GCell)}{Vpitch} + 1
\f]
*
* The pitch is assumed to be the same for every layer and is hardwired
* to 5.0 lambda.
*
* This is a bad architectural choice. The informations pertaining to
* routing should be held at Kite level, not be hardwired and the pitch
* should be made variable with the layer...
* \red{<em>To be corrected in future versions</em>}.
*
*
* \section secGCellLazyEvaluation GCell Lazy Evaluation
*
* To save processing time, the densities are not recomputed every time a
* segment is modified (added, removed or moved). Instead a lazy evaluation
* mechanism is used. Densities are recomputed each time a density is queried
* \e and the lazy evaluation \e not explicitly disabled (flag NoUpdate).
*
*
* \section secGCellSortingKey GCell Sorting Key
*
* In order to perform a lexicographical sort on the tuple \f$(density(depth),id)\f$
* of a GCell, a specific slave object GCell::Key is introduced. It is the
* density on one specific depth, not the average density.
*
*
* \section secGCellDesaturation GCell Desaturation / Layer Assignment
*
* In addition to it's geometrical and density functionality, the GCell
* provides \e desaturation capabilities. Desaturation is the operation
* of moving up feedthough AutoSegment from the bottom layers towards
* the upper ones in order to balance the densities in the different
* densities. Thoses operations provides building blocks for the layer
* assignment stage which is provided by the Kabatic tool.
*
* Two strategies are avalaibles, moving one global AutoSegment at a
* time with GCell::stepDesaturate() or, when one AutoSegment is moved
* up, move up the whole net trunk with GCell::stepNetDesaturate().
*
* \section secGCellImplantation GCell Implantation
*
* GCell derives from Hurricane::ExtensionGo to allow a graphical rendering
* of the routing density.
*/
/*! \function void GCell::addHSegment ( AutoSegment* segment );
* \param segment An horizontal AutoSegment.
//! \function size_t GCell::getAllocateds ();
//! \sreturn The number of allocated GCells.
//! \function const Name& GCell::getStaticName ();
//! \sreturn The name of the Go slice: \c "Katabatic::GCell".
//!
//! \see Hurricane::ExtensionGo
//! \function const Name& GCell::getName () const;
//! \sreturn The name of the Go slice: \c "Katabatic::GCell".
//!
//! \see Hurricane::ExtensionGo
//! \function Box GCell::getBoundingBox () const;
//! \sreturn The bounding box of the GCell, with the top right shrink applied.
//! \function void GCell::translate ( const DbU::Unit&, const DbU::Unit& );
//! Required to exists as a Hurricane::Go derived class. But must never
//! be used...
//! \function GCellGrid* GCell::getGCellGrid () const;
//! \sreturn The Grid of which GCell is part of.
//! \function unsigned int GCell::getIndex () const;
//! \sreturn The linear index of the GCell in the GCellGrid vector.
//!
//! \see GCellGrid for the meaning of the index.
//! \function unsigned int GCell::getRow () const;
//! \sreturn The row of the GCell in the GCellGrid.
//! \function unsigned int GCell::getColumn () const;
//! \sreturn The Column of the GCell in the GCellGrid.
//! \function GCell* GCell::getLeft () const;
//! \sreturn The left neighbor of the GCell (\c NULL if it is the leftmost GCell).
//! \function GCell* GCell::getRight () const;
//! \sreturn The right neighbor of the GCell (\c NULL if it is the rightmost GCell).
//! \function GCell* GCell::getUp () const;
//! \sreturn The top neighbor of the GCell (\c NULL if it is the topmost GCell).
//! \function GCell* GCell::getDown () const;
//! \sreturn The bottom neighbor of the GCell (\c NULL if it is the bottommost GCell).
//! \function DbU::Unit GCell::getTopRightShrink ();
//! \sreturn The amount of shrink on the top and right boundaries.
//! \function unsigned int GCell::getDepth () const;
//! \sreturn The depth (i.e. number of routing layers) of the GCell.
//! \function bool GCell::isSaturated () const;
//! \sreturn \true if at least one layer exceed a saturation of \c 1.0 (more wirelength
//! that it can hold).
//! \function bool GCell::isSaturated ( unsigned int depth ) const;
//! \sreturn \true if the saturation ratio of layer \c depth is over the threshold defined
//! for the GCells.
//! \function bool GCell::isValid () const;
//! \sreturn \true if all the AutoContact/AutoSegment of the GCell are valids.
//! \function bool GCell::isAboveDensity ( float threshold ) const;
//! \sreturn \true if the overall saturation ratio greater than \c threshold.
//! \function bool GCell::hasFreeTrack ( size_t depth, float reserve ) const;
//! \sreturn \true if there should be enough wire length to pass a wire completly
//! trough this GCell.
//! \function DbU::Unit GCell::getX () const;
//! \sreturn The lower left X coordinate of the GCell box.
//! \function DbU::Unit GCell::getY () const;
//! \sreturn The lower left Y coordinate of the GCell box.
//! \function DbU::Unit GCell::getXMax () const;
//! \sreturn The upper right X coordinate of the GCell box (top right shrink applied).
//! \function DbU::Unit GCell::getYMax () const;
//! \sreturn The upper right Y coordinate of the GCell box (top right shrink applied).
//! \function Interval GCell::getSide ( unsigned int direction ) const;
//! \sreturn The interval corresponding to the side position of the GCell box,
//! in \c direction.
//! \function float GCell::getHCapacity () const;
//! \return The number of track that can go through the GCell in the horizontal
//! direction. For a detailed explanation of the computation see
//! \ref secGCellTrackComputation.
//! \function float GCell::getVCapacity () const;
//! \return The number of track that can go through the GCell in the vertical
//! direction. For a detailed explanation of the computation see
//! \ref secGCellTrackComputation.
//! \function float GCell::getDensity ( unsigned int flags=0 ) const;
//! \sreturn The average density of the GCell, for all the depths.
//!
//! \ref secGCellDensity, \ref secGCellLazyEvaluation.
//! \function float GCell::getCDensity ( unsigned int flags=0 ) const;
//! \sreturn The density of contacts.
//!
//! \ref secGCellDensity, \ref secGCellLazyEvaluation.
//! \function float GCell::getWDensity ( unsigned int depth, unsigned int flags=0 ) const;
//! \sreturn The density of wires at \c depth.
//!
//! \ref secGCellDensity, \ref secGCellLazyEvaluation.
//! \function DbU::Unit GCell::getBlockage ( unsigned int depth ) const;
//! \sreturn The total length of blockage wire on layer at \c depth.
//! \function float GCell::getFragmentation ( unsigned int depth ) const;
//! \sreturn The longest free fragment size on layer \c depth (in percent).
//! \function float GCell::getFeedthroughs ( unsigned int depth ) const;
//! \sreturn The estimate number of \e occupied tracks on layer \c depth.
//!
//! \see \ref secGCellFeedthrough
//! \function float GCell::getGlobalsCount ( unsigned int depth ) const;
//! \sreturn The number of global wires that go completly through the GCell at layer \c depth.
//! This do not includes the global wires that begins or ends in the GCell.
//! \function const vector<AutoSegment*>& GCell::getHSegments () const;
//! \returns The vector of all horizontal AutoSegments that completly goes through the GCell.
//! \function const vector<AutoSegment*>& GCell::getVSegments () const;
//! \returns The vector of all vertical AutoSegments that completly goes through the GCell.
//! \function const vector<AutoContact*>& GCell::getContacts () const;
//! \returns The vector of all AutoContacts owned by the GCell.
//! \function AutoSegments GCell::getHStartSegments ();
//! \returns A Collection of the horizontal AutoSegments that starts from this GCell.
//! \function AutoSegments GCell::getVStartSegments ();
//! \returns A Collection of the vertical AutoSegments that starts from this GCell.
//! \function AutoSegments GCell::getHStopSegments ();
//! \returns A Collection of the horizontal AutoSegments that stops in this GCell.
//! \function AutoSegments GCell::getVStopSegments ();
//! \returns A Collection of the vertical AutoSegments that stops in this GCell.
//! \function AutoSegments GCell::getStartSegments ( unsigned int direction );
//! \returns A Collection of the horizontal or vertical AutoSegments that starts from this GCell
//! according to \c direction.
//! \function AutoSegments GCell::getStopSegments ( unsigned int direction );
//! \returns A Collection of the horizontal or vertical AutoSegments that stops in this GCell
//! according to \c direction.
//! \function size_t GCell::getRoutingPads ( set<RoutingPad*>& rps );
//! \returns The size of the RoutingPad set.
//!
//! Fills the \c rps set with all the RoutingPads that appears in this GCell.
//! (looks at all the anchors of the owned AutoContact)
//! \function const Key& GCell::getKey () const;
//! \returns The sorting key of the GCell.
//!
//! \see \ref secGCellSortingKey
//! \function size_t GCell::checkDensity () const;
//! \returns \c 1 if the GCell is saturated, 0 otherwise.
//!
//! Check, if the GCell is saturated, layer by layer. Issue a warning
//! if that is the case.
//! \function bool GCell::checkEdgeSaturation ( float threshold ) const;
//! \returns \true if the Up/Right edge is over the \c threshold.
//!
//! Check if the number of AutoSegments crossing the Up & Right edges of the GCell
//! exceed \c threshold. The \c thresold must be expressed as a percentage of
//! the full capacity of the edges. The overload is computed as a whole and not
//! depth by depth.
//! \function void GCell::addBlockage ( unsigned int depth, DbU::Unit length );
//! Adds \c length of wire blockage to layer \c depth.
//! \function void GCell::addHSegment ( AutoSegment* segment );
//! Adds \c segment to the list of horizontal feedthroughs.
//! \function void GCell::addVSegment ( AutoSegment* segment );
//! Adds \c segment to the list of vertical feedthroughs.
//! \function void GCell::addContact ( AutoContact* contact );
//! Adds \c contact to the list of contacts owned by this GCell.
//! \function void GCell::removeHSegment ( AutoSegment* segment );
//! Removes \c segment to the list of horizontal feedthroughs.
//! \function void GCell::removeVSegment ( AutoSegment* segment );
//! Removes \c segment to the list of vertical feedthroughs.
//! \function void GCell::removeContact ( AutoContact* contact );
//! Removes \c contact to the list of contacts owned by this GCell.
//! \function void GCell::updateContacts ();
//! Force a geometry update on all the AutoContact of the GCell.
//! \function size_t GCell::updateDensity ();
//! \sreturn \true if the GCell is saturated.
//!
//! Update the various densities of the GCell. No actual computation is
//! performed if the GCell is \e not invalidated.
//! \function void GCell::updateKey ( unsigned int depth );
//! Update the GCell key with the new density at layer \c depth.
//!
//! \see \ref secGCellSortingKey.
//! \function bool GCell::stepDesaturate ( unsigned int depth, set<Net*>& globalNets, AutoSegment*& moved, unsigned int flags=0 );
//! \param depth The depth to desaturate.
//! \param globalNets The set of Nets of which at least one segment has been moved up.
//! \param moved The moved up AutoSegment.
//! \param flags If KbForceMove is set, force one AutoSegment to move up, event if
//! the GCell is not saturated in the relevant depth.
//!
//! \sreturn \true if an AutoSegment has actually been moved up.
//!
//! Perform the atomic desaturation, that is move up one AutoSegment from
//! layer \c depth to layer <code>depth+2</code>, longuests AutoSegments are
//! moved first. Only global feedthrough AutoSegments are candidates to be
//! moved up. The Net owning the moved up segment is added to the \c globalNets
//! set. If the GCell is not saturated on layer \c depth, nothing is
//! done. If the \c forced flag is set, one global AutoSegment is moved up
//! regardless of the saturation status.
//!
//! \see \ref secGCellDesaturation
//! \function bool GCell::stepNetDesaturate ( unsigned int depth, set<Net*>& globalNets, SetIndex& invalidateds );
//! \param depth The depth to desaturate.
//! \param globalNets The set of Nets of which at least one segment has been moved up.
//! \param invalidateds The set of GCell ids that have been invalidateds.
//!
//! \sreturn \true if a Net has been moved up.
//!
//! Perform a desaturation by whole Net trunk. Select the longest feedthrough
//! AutoSegment in layer \c depth, then attempt to move up the whole Net (all
//! it's global AutoSegments are moved up).
//!
//! \see \ref secGCellDesaturation
//! \function bool GCell::rpDesaturate ( set<Net*>& nets );
//! If the number of RoutingPad in the first routing layer exceed the
//! Session::getSaturateRp() threshold, force a desaturation of layer
//! \c depth 1 until it is below 0.5.
//!
//! \see \ref secGCellDesaturation
/*! \class GCell::CompareByIndex
*
* \brief GCell Index Comparison Functor
*
* Indicate that the horizontal \c segment is going straigh through this
* GCell (no AutoContact).
* A comparison functor for GCell, compare by \c index (the linear
* index in the GCellGrid vector.
*/
/*! \function void GCell::addContact ( AutoContact* contact );
* \param contact An AutoContact.
//! \typedef typedef set<GCell*,CompareByIndex> GCell::SetIndex;
//! Shorthand for a set of GCell sorted on their index.
/*! \class GCell::CompareByDensity
*
* \brief GCell Density Comparison Functor
*
* Indicate that the \c contact is owned by this GCell. This means that
* either it's a branching point or there are terminals in the GCell.
* The AutoContact is geometrically bound by the GCell bounding box.
* A comparison functor for GCell, compare by density on layer \c depth.
*/
/*! \function void GCell::updateContacts ();
* Force the geometrical recalculation of all AutoContact owned by
* this GCell.
//! \function GCell::CompareByDensity::CompareByDensity ( unsigned int depth );
//! Build a density comparator for GCells on layer \c depth.
/*! \class GCell::Key
*
* \brief GCell Key - Density Cache
*
* This class is used to create a GCell internal cache on density, mainly
* to be used by GCellDensitySet.
*/
/*! \function void GCell::updateDensity ();
* Recompute the horizontal, vertical, global and contact of
* this GCell.
//! \function GCell::Key::Key ( GCell* owner, unsigned int depth );
//! \param owner The GCell owning the key.
//! \param depth The layer \c depth of the density to use.
//!
//! Key constructor, with an initial value for the cached density.
//! \function GCell* GCell::Key::getGCell () const;
//! \sreturn The owning GCell.
//! \function float GCell::Key::getDensity () const;
//! \sreturn The value of the cached density.
//! \function void GCell::Key::update ( unsigned int depth );
//! \sreturn Update the density
/*! \class GCellDensitySet
*
* \brief GCell Set, sorted by density
*
* The horizontal density is computed as follow : the sum of the length
* of all horizontal wires divided by the the total length of horizontal
* wires (the width of the GCell times the number of horizontal tracks).
* A density equal to one means a totally saturated GCell, and greater
* than one an overloaded GCell (unroutable).
* A small container helper to manage a set of GCell sorted by density
* on a specific layer \c depth.
*
* The vertical density is computed in a similar way to the horizontal
* one.
* The helper is implemented in term of a set. Once inserted in a set
* an element must not have is sorting key changed. But GCell density
* may change due to AutoSegment modifications during the lifetime of
* the set. To circumvent this problem, the GCell provide a key attribute
* to be used specifically with GCellDensitySet. This key act as a cached
* copy of the GCell density which is updated \e only by a call to
* GCell::updateKey() (and \e not GCell::updateDensity()). GCell which
* density have changed and key has to be updated must be signaled to
* set with the GCellDensityQueue::unqueue() method. When we want to
* update the sorting of the set on the new densities, we call
* GCellDensitySet::requeue() which, for each invalidated GCell do:
* - Remove the GCell from the set.
* - Update the key (call GCell::updateKey()).
* - Reinsert the GCell in the set (thus with the updated key).
*
* The global density is the average of horizontal and vertical
* density.
* Typical usage:
\code
GCellDensitySet gcells ( 2, *(getGCellGrid()->getGCellVector()) );
while ( true ) {
bool optimized = false;
std::set<GCell*,GCell::CompareByKey>::const_iterator igcell = gcells.getGCells().begin();
for ( ; igcell != gcells.getGCells().end() ; ++igcell ) {
if ( doSomeOptimization(*igcell) ) {
optimized = true;
gcells.unqueue( *igcell );
}
}
if (not optimized) break;
gcells.requeue();
}
\endcode
*
* AutoContact density is the ratio of number of contact with length of
* the diagonal of the GCell multiplied by two. This is a rough approximate.
*
* \see GCellGrid::updateDensity().
*/
//! \function GCellDensitySet::GCellDensitySet ( unsigned int depth );
//! Create a new empty GCellDensitySet, sorting on density of layer \c depth.
//! \function GCellDensitySet::GCellDensitySet ( unsigned int depth, const std::vector<GCell*>& gcells );
//! Create a new empty GCellDensitySet, sorting on density of layer \c depth.
//! Load the queue with the GCells supplied in the \c gcells vector.
//! \function GCellDensitySet::~GCellDensitySet ();
//! Delete a GCellDensitySet, if the queue is not empty, issue a warning.
//! \function bool GCellDensitySet::empty () const;
//! \sreturn \true if the queue is empty.
//! \function size_t GCellDensitySet::size () const;
//! \sreturn the numbers of elements in the queue.
//! \function const std::set<GCell*,GCell::CompareByKey>& GCellDensitySet::getGCells () const;
//! \sreturn the list of GCells currently in the queue.
//! \function size_t GCellDensitySet::insert ( GCell* gcell );
//! Insert \c gcell into the set.
//! \function size_t GCellDensitySet::erase ( GCell* gcell );
//! Remove \c gcell from the set.
//! \function void GCellDensitySet::unqueue ( GCell* gcell );
//! Invalidate \c gcell. The density of \c gcell may have changed and needs to be
//! reinserted into the queue. It is temporarily set asides until the next
//! call to GCellDensitySet::requeue().
//! \function void GCellDensitySet::requeue ();
//! Reinsert in the queue all the GCells that have been previously
//! invalidated by a call to GCellDensitySet::unqueue(). This function calls
//! GCell::updateKey() before reinserting the GCell.
}

View File

@ -1,21 +1,110 @@
// -*- C++ -*-
namespace Katabatic {
/*! \class GCellGrid
* \brief Routing Grid (\b API).
*
* \attention This class is can only be allocated through a Katabatic
* \c ToolEngine thus Constructors/Destructors are protecteds.
* \brief GCell Grid
*
* \section GCellGridImplementation GCellGrid Implementation Details
* The GCell Grid of Katabatic. Although the base template class
* Grid support irregular grid, the GCellGrid is regular, following
* the Knik global router GCells. Only the topmost row and leftmost
* column may have different height or width to cope with the
* design real size.
*
* Due to the regular nature of the grid, the horizontal & vertical
* edges capacities are all identical, and initialized from the
* Katabatic Configuration.
*
* The grid is build from the Knik global routing, so obviously
* a KnikEngine must be attached to the Cell when building the
* GCellGrid. An error is thrown otherwise.
*/
/*! \function void GCellGrid::updateDensity ();
* \return Recompute the density of each GCell in the grid.
* \see GCell::updateDensity().
*/
//! \function GCellGrid* GCellGrid::create( KatabaticEngine* ktbt );
//! API-space contructor.
//! \function void GCellGrid::_postCreate ();
//! Perform the GCell & GCell vector allocation.
//! - Read the horizontal and vertical cut lines from Knik and translate
//! them into BaseGrid::Axis.
//! - From the BaseGrid::Axis, deduces the exact positions of the GCells and
//! allocate them.
//! - The GCell allocation is done in a "row by row" fashion consistent
//! with BaseGrid implicit assumptions.
//! \function void GCellGrid::_preDestroy ();
//! The GCells are deleted at this point.
//! \function Cell* GCellGrid::getCell() const;
//! \sreturn The associated Cell.
//! \function KatabaticEngine* GCellGrid::getKatabatic() const;
//! \sreturn The associated KatabaticEngine.
//! \function unsigned int GCellGrid::getDensityMode() const;
//! \sreturn The computation mode of the GCell densities.
//! \function size_t GCellGrid::getHEdgeCapacity() const;
//! \sreturn The horizontal edge capacity. As the matrix is regular it is
//! identical for all horizontal edges.
//! \function size_t GCellGrid::getVEdgeCapacity() const;
//! \sreturn The vertical edge capacity. As the matrix is regular it is
//! identical for all vertical edges.
//! \function Interval GCellGrid::getUSide( unsigned int direction ) const;
//! \sreturn The side of the whole grid in \c direction.
//! \function size_t GCellGrid::checkDensity() const;
//! \sreturn The number of GCell saturateds.
//!
//! Check all GCells for saturations.
//! \function bool GCellGrid::checkEdgeSaturation( float threshold ) const;
//! \sreturn \true if at least one edge is over \c threshold (percentage
//! of occupation).
//!
//! Check all the edges for saturations.
//! \function void GCellGrid::setDensityMode( unsigned int mode );
//! Sets the density computation mode.
//! \function void GCellGrid::updateContacts( unsigned int flags=KbOpenSession );
//! Force an update on all AutoContact on all the GCells.
//! if \c openSession is \true, enclose the update in a Session.
//! \function size_t GCellGrid::updateDensity();
//! \sreturn The number of GCell saturateds.
//!
//! Force a density update on all the GCells.
//! \enum GCellGrid::DensityMode
//! Various ways of computing the overall density of a GCell.
//! \var GCellGrid::AverageHVDensity
//! The average density all depths accounted.
//! \var GCellGrid::AverageHDensity
//! The average density of horizontal layers.
//! \var GCellGrid::AverageVDensity
//! The average density of horizontal layers.
//! \var GCellGrid::MaxHVDensity
//! The maximum of the average horizontal & vertical densities taken
//! as a whole.
//! \var GCellGrid::MaxVDensity
//! The maximum of the average vertical densities taken depth by depth.
//! \var GCellGrid::MaxHDensity
//! The maximum of the average horizontal densities taken depth by depth.
//! \var GCellGrid::MaxDensity
//! The maximum of the average horizontal & vertical densities
//! taken depth by depth.
}
}

View File

@ -1,114 +1,150 @@
// -*- C++ -*-
namespace Katabatic {
/*! \class BaseGrid
* \brief Grid Common Skeleton (\b API).
*
* \attention Provide a non-template common skeleton for the Grid class
* template. Specifically manage the axis graduation, the geometric
* search functions and the indexes computation (assuming a linear
* storage of the grid elements).
*
* \brief Abstract Base Class for Irregular Grid
*
* \section BaseGridImplementation Grid Implementation Details
* An abstract class for a 2-D matrix of objects. The grid is irregular
* in the sense that the horizontal and vertical cut lines may not be
* evenly spaced.
*
* The matrix of GCell is stored in a linear vector of GCell's pointer,
* row by row. The Grid class provide convenient functions to
* convert a linear index into row / column and the other way around.
* The coordinates of cut lines in horizontal and vertical direction
* are stored BaseGrid::Axis structure.
*
* The BaseGrid contains all the non-template methods of the Grid,
* that is that do not depend of the matrix element type.
*
* The internal storage implemented in derived classes is expected to
* store "row by row" (rows are put one after another in the vector).
*/
/*! \function unsigned int BaseGrid::getColumns () const;
* \return The number of columns of the GCell matrix.
//! \function void BaseGrid::destroy();
//! The user-level destructor.
//! \function BaseGrid::BaseGrid ( const Box& bb );
//! Construct a new BaseGrid on area \c bb. Graduations, rows & columns are
//! sets to zero.
//! \function const Box& BaseGrid::getBoundingBox() const;
//! \sreturn The grid bounding box.
//! \function unsigned int BaseGrid::getColumns() const;
//! \sreturn The numbers of columns in the grid.
//! \function unsigned int BaseGrid::getRows() const;
//! \sreturn The numbers of rows in the grid.
//! \function unsigned int BaseGrid::getRawSize() const;
//! \sreturn The total number of elements in the grid (i.e. \f$ rows \times columns \f$)
//! \function unsigned int BaseGrid::getIndex( unsigned int c, unsigned int r ) const;
//! An helper function that compute the linear index in the element
//! vector from a \c (c,r) coordinate pair:
//! \f[ index = c + r \times columns \f]
//! \function unsigned int BaseGrid::getRow( unsigned int i ) const;
//! An helper function that compute the row number from the linear index in
//! the vector:
//! \f[ row = index / columns \f]
//! \function unsigned int BaseGrid::getColumn( unsigned int i ) const;
//! An helper function that compute the column number from the linear index in
//! the vector:
//! \f[ column = index \div columns \f]
//! \function const Axis& BaseGrid::getXGrads() const;
//! \sreturn The graduations on the X axis.
//! \function const Axis& BaseGrid::getYGrads() const;
//! \sreturn The graduations on the Y axis.
/*! \class BaseGrid::Axis
*
* \brief Graduations on a BaseGrid Axis (H or V).
*
* Describe the list of graduations on either X or Y axis of a
* BaseGrid. Graduations correspond to cut lines and may not be
* evenly spaced.
*
* Graduations are internally stored into a vector that needs to be
* sorted whenever new graduations are added (BaseGrid::Axis::sort()).
*/
/*! \function unsigned int BaseGrid::getRows () const;
* \return The number of rows of the GCell matrix.
*/
//! \function void BaseGrid::Axis::addGraduation ( DbU::Unit pos );
//! Adds a new graduation. After adding new graduations, do not forget
//! to perform a sort.
/*! \function unsigned int BaseGrid::getRawSize () const;
* \return The size of the vector holding the GCell matrix.
*/
//! \function void BaseGrid::Axis::sort ();
//! Re-order the graduations after an addition.
/*! \function unsigned int BaseGrid::getIndex ( unsigned int column, unsigned int row ) const;
* \param column The GCell's column.
* \param row The GCell's row.
* \return The linear index of the GCell at <code>(column,row)</code>.
*/
//! \function size_t BaseGrid::Axis::getSize () const;
//! \sreturn The number of graduations on the axis.
/*! \function unsigned int BaseGrid::getRow ( unsigned int index ) const;
* \param index A linear index.
* \return extract the row number from the linear index.
*/
//! \function DbU::Unit BaseGrid::Axis::getGraduationNumber ( DbU::Unit pos, bool& onGraduation ) const;
//! \sreturn The index of the graduation which is immediatly inferior or equal to \c pos.
//! In case of strict equality, \c onGraduation is set to \true.
//! \function DbU::Unit BaseGrid::Axis::operator[] ( unsigned int index ) const;
//! \sreturn The graduation at \c index.
/*! \function unsigned int BaseGrid::getColumn ( unsigned int index ) const;
* \param index A linear index.
* \return extract the column number from the linear index.
*/
/*! \class Grid
* \brief Routing Grid (\b API).
*
* \attention This class is can only be allocated through a Katabatic
* \c ToolEngine thus Constructors/Destructors are protecteds.
* \brief Template Class for Regular Grid
*
* \section GridImplementation Grid Implementation Details
*
* The matrix of GCell is stored in a linear vector of GCell's pointer,
* row by row. The Grid class provide convenient functions to
* convert a linear index into row / column and the other way around.
* Contains all general purpose methods depending on the GCell type
* and geometrical computations. The internal storage is still not implemented
* in this class.
*/
//! \function Grid::Grid ( const Box& );
//! Grid constructor.
/*! \function GCell* Grid::getGCell ( const Point p1, const Point p2 ) const;
* \param p1 First point.
* \param p2 Second point.
* \return Returns the GCell enclosing both points.
*
* When we build a Net's routing wires, and the Net span more than one
* GCell, we can always find the appropriate GCell through the
* \c Hook, \c GCell and GCell association.
*
* Problem arises for a Net fully contained inside one GCell, in this
* case there is no SplitterContact telling us where we are. We have
* to guess the GCell by only using RoutingPad's positions. And unfortunatly
* \c RoutingPad can be on the edge of one GCell so we cannot tell if
* it belongs to the left or the right. To solve this problem we guess
* the GCell from two (different) \c RoutingPad positions.
*
* Note that if there is only one \c RoutingPad, there is no problem at
* all : we are dealing with a <em>one \c Plug</em> \c Net...
*
* If points do not belongs to one GCell (too far appart), strange
* results may occurs.
*/
//! \function CGellT* Grid::getGCell ( unsigned int index ) const;
//! \sreturn The grid object at linear index \c index in the vector.
//! If \c index is out of bounds, return \c NULL.
/*! \function GCell* Grid::getGCell ( unsigned int index ) const;
* \param index A linear index.
* \return The GCell at the given index.
*
* Be aware that no check is performed if the index is out of bound,
* this may leads to catastrophic results.
*/
//! \function CGellT* Grid::getGCell ( const Point p ) const;
//! \sreturn The grid object which is under position \c p.
//!
/*! \function vector<GCell*> Grid::getGCellVector ();
* \return The \vector holding all GCells.
*/
//! \function CGellT* Grid::getGCell ( const Point p1, const Point p2 ) const;
//! \sreturn The grid object which is under position \c p1 and \c p2.
//! Not very clear though.
/*! \function GCells Grid::getGCellsColumn ( unsigned int column, unsigned int rowStart, unsigned int rowStop );
* \param column The column index.
* \param rowStart The start row index inside the column.
* \param rowStop The stop row index inside the column.
* \return The \c Collection of a partial row.
*/
//! \function CGellT* Grid::getGCellLeft ( const GCellT* gcell ) const;
//! \sreturn The left neighbor of \c gcell, \c NULL if it is the leftmost one.
//!
/*! \function GCells Grid::getGCellsRow ( unsigned int row, unsigned int columnStart, unsigned int columnStop );
* \param row The row index.
* \param columnStart The start column index inside the row.
* \param columnStop The stop column index inside the row.
* \return The \c Collection of a partial column.
*/
//! \function CGellT* Grid::getGCellRight ( const GCellT* gcell ) const;
//! \sreturn The rigth neighbor of \c gcell, \c NULL if it is the rightmost one.
//!
//! \function CGellT* Grid::getGCellUp ( const GCellT* gcell ) const;
//! \sreturn The upper neighbor of \c gcell, \c NULL if it is the uppermost one.
//!
//! \function CGellT* Grid::getGCellDown ( const GCellT* gcell ) const;
//! \sreturn The down neighbor of \c gcell, \c NULL if it is the downmost one.
//!
//! \function GenericCollection<CGellT*> Grid::getGCells ();
//! \sreturn A GCellT Hurricane collection built upon the linear GCellT vector of
//! the grid.
//! \function GenericCollection<CGellT*> Grid::getGCellsColumn ( unsigned int column, unsigned int rowStart, unsigned int rowStop );
//! \sreturn A GCellT Hurricane collection that contains the part of \c column starting
//! from \c rowStart to \c rowStop inclusive.
//! \function GenericCollection<CGellT*> Grid::getGCellsRow ( unsigned int row, unsigned int columnStart, unsigned int columnStop );
//! \sreturn A GCellT Hurricane collection that contains the part of \c row starting
//! from \c columnStart to \c columnStop inclusive.
}

View File

@ -1,202 +1,307 @@
// -*- C++ -*-
namespace Katabatic {
/*! \mainpage Routing Toolbox Documentation
*
* This documentation adresses two level of explanations :
*
* <ul>
* <li>The \b API description which explains how to use Katabatic,
* thoses parts as flagged as \b API.
* <li>The internal description which details how Katabatic do
* things. It's mostly intended for myself to help me not to
* forget how I've done things when debug time will come...
* It may also be valuable to people who may want to use
* or patch Katabatic for their own purpose (my secret hope).
* </ul>
*/
/*! \namespace Katabatic
* \brief The namespace dedicated to Katabatic.
*/
/*! \enum LoadGRMethod
* Lists all avalaible global routing loading methods for
* loadGlobalRouting().
*/
/*! \var LoadGRMethod LoadGrByNet
* The global routing will be loaded net by net.
*/
/*! \var LoadGRMethod LoadGrByGCell
* The global routing will be loaded GCell by GCell.
*/
/*! \class KatabaticEngine
* \brief The Katabatic ToolEngine, routing toolbox (\b API).
*/
/*! \function KatabaticEngine* KatabaticEngine::create ( const RoutingGauge* gauge, Cell* cell, vector<Net*>& nets );
* \param gauge The RoutingGauge to use.
* \param cell The \Cell to be routed.
* \param nets The subset of \Nets to be routeds. Note that the vector is
* copied inside the KatabaticEngine object, so there's no need to keep
* the parameter.
*
* creates a new KatabaticEngine object. Should never be used, as Katabatic
* must be used as the base class for any router, and therefore
* created through it. Still avalaible for debugging purposes.
*/
/* \function void KatabaticEngine::destroy ();
* Cleanly destruct the data-base, saves the routing wires in
* the \Hurricane data-base (really a call to _preDestroy()).
* \brief The Katabatic Tool
*
* \see _saveNet().
*/
/*! \function GCellGrid* KatabaticEngine::getGCellGrid () const;
* \return The associated GCellGrid.
*/
/*! \function const vector<Net*>& KatabaticEngine::getRoutingNets () const;
* \return The subset of \Nets that are to be routed.
*/
/*! \function void KatabaticEngine::loadGlobalRouting ( unsigned int method )
* \param method to specify the algorithm used to perform the loading.
*
* translates a global routing created by Tornado (GCell/GCell data-base)
* into an initial detailed routing. Two algorithms are currently
* avalaibles :
* <ul>
* <li> LoadGrByNet : load global routing net by net.
* <li> LoadGrByGCell : load global routing GCell by GCell.
* </ul>
* \section secEngineStates States of KatabaticEngine
*
* This method is essentially a switch which calls the appropriate sub-method
* _loadGrByNet() or _LoadGRbyGCell(). It relies on the presence of a Nimbus
* ToolEngine, if not found, throws an error.
*/
/*! \function void KatabaticEngine::setGlobalThreshold ( DbU::Unit threshold );
* \param threshold The global routing threshold.
* During it's lifecycle, the engine go through a serie of states.
* It only can go forward between states.
* - \b EngineCreation : just after C++ object creation until
* the global routing is loaded.
* - \b EngineGlobalLoaded : \e after the global routing has
* been done. This state must be set by an external tool,
* Katabatic cannot know by itself when the global routing
* has been done (see Kite).
* - \b EngineActive : \e after the global routing has been
* converted into the Katabatic data structure. At this point
* the tool is ready to run.
* - \b EngineDriving : \e during the stage of stripping all
* the decorations the tool has added over the Hurricane data
* structure (mostly: AutoContact & AutoSegment).
* - \b EngineGutted : \e after the tool decorations have been
* removed. The tool is now useless and can only be destroyed.
* - \b EnginePreDestroying : this special state is reached when
* going straight from EngineActive to the destructor, that is,
* skipping the EngineDriving state. That means we <em>do not</em>
* want to save whatever routing has been done. In that case,
* not only the tool decorations are destroyeds, but also the
* Hurricane data-structures they relies on (Contact, Segments).
*
* The length (in DbU::Unit) from which an AutoSegment will be considered to be
* global.
*
* \see layerAssign(), getGlobalThresold().
*/
/*! \function DbU::Unit KatabaticEngine::getGlobalThreshold () const;
* \return The value of the global routing thresold.
* \section secEngineImpl KatabaticEngine Implementation Details
*
* \see setGlobalThresold().
* Due to the size of the code and the fact that the main body
* of some methods do not need to be present in the class,
* the implementation of KatabaticEngine is split in several
* files. The list below summarize them:
* - \c KatabaticEngine.cpp : the core of the class, methods that really
* need their bodies here.
* - \c PowerRails.cpp : utilities to construct an abstract from all
* the power rails through the hierarchy.
* - \c LayerAssign.cpp : layer assignement related methods and helpers.
* - \c LoadGrByNet.cpp : global routing loader, transform global routing
* into Katabatic data-structure.
* - \c NetConstraints.cpp : compute the topological constraints of all
* AutoSegment/AutoContact of a Net.
* - \c NetOptimals.cpp : compute the optimal positions of all AutoSegment
* of a Net.
*/
/*! \function void KatabaticEngine::_computeNetConstraints ( Net* );
* computes the \c AutoSegment constraints (see \ref NetConstraints).
*/
//! \enum EngineState
//! Describe the current state of the KatabaticEngine.
/*! \function void KatabaticEngine::_computeNetOptimals ( Net* );
* computes the \c AutoSegment optimal positions (see \ref NetOptimals).
*/
//! \var EngineCreation
//! The tool is created, but still in the \c _postCreate stage.
/*! \function AutoSegment* KatabaticEngine::_lookup ( Segment* segment ) const;
* \param segment The \c Hurricane segment.
*
* Finds the Katabatic AutoSegment associated to \c segment.
* For this function to work, a Katabatic update session must be open.
* If not, an exception will be thrown.
*/
//! \var EngineGlobalLoaded
//! The global routing has been loaded from Knik.
/*! \function void KatabaticEngine::_link ( AutoSegment* autoSegment );
* adds \b autoSegment to the AutoSegment internal lookup table.
* This function does nothing if DoLinkAutoSegment() is \false :
* in destruction mode.
* \see _Lookup().
*/
//! \var EngineActive
//! The Engine is in normal running mode (routing ordinary wires).
/*! \function void KatabaticEngine::_unlink ( AutoSegment* autoSegment );
* removes \b autoSegment AutoSegment internal lookup table.
* This function does nothing if DoLinkAutoSegment() is \false :
* in destruction mode.
* \see _Lookup().
*/
//! \var EngineDriving
//! The Engine is transforming the AutoContact/AutoSegment into
//! normal Contact/Segment (prior to tool deletion).
/*! \function void KatabaticEngine::_destroyAutoSegments ();
* clear the internal AutoSegment lookup table. Should be called
* only from inside the Katabatic destructor.
*/
//! \var EnginePreDestroying
//! This state is used whenever the tool is destroyed without passing
//! through the EngineDriving state.
/*! \function void KatabaticEngine::_saveNet ( Net* net );
* \param net The \Net to process.
*
* Revert (partially destruct) the AutoSegment/AutoContact
* structure of the \Net to the \Hurricane data-base.
* To be used only in the Katabatic destructor...
*
* \see destroy().
*/
//! \var EngineGutted
//! After the EngineDriving state, all the working structures are
//! removed and the tool can no longer be used. It only awaits clean
//! destruction.
//! \typedef set<Net*, NetCompareByName> KatabaticEngine::NetSet;
//! Set of Net to be routed, alphabetically sorteds.
/*! \function KatabaticEngine* KatabaticEngine::get ( const Cell* cell )
* \brief Returns the Katabatic ToolEngine attached to the Cell, if any.
*/
//! \function KatabaticEngine* KatabaticEngine::create ( Cell* cell );
//! Create a KatabaticEngine on \c cell.
/*! \function void KatabaticEngine::refresh ( bool openSession=true );
* Force the update of all AutoContact. By default opens a new
* update Session. If one is already open, set openSession to
* \False.
*/
//! \function const Name& KatabaticEngine::staticGetName ();
//! \sreturn The unique string identifier for the KatabaticEngine class of ToolEngine.
/*! \function void KatabaticEngine::startMeasures ();
* Start memory consumption and timer measurment (reset any
* previous one).
*
* \see stopMeasures(), printMeasures().
*/
//! \function bool KatabaticEngine::isGMetal ( const Layer* layer ) const;
//! \sreturn \true if \c layer is one of the special (fake) metals used to build
//! the global routing.
/*! \function void KatabaticEngine::stopMeasures ();
* compute memory consumption \& time elapsed since the last
* call to startMeasures().
*
* \see startMeasures(), printMeasures().
*/
//! \function bool KatabaticEngine::isChip () const;
//! \sreturn \true if the hierarchy top-level of the Cell matches the one of a complete
//! design (i.e. pads and one core instance).
/*! \function void KatabaticEngine::printMeasures () const;
* Display memory consumption \& time elapsed.
*
* \see startMeasures(), stopMeasures().
*/
//! \function bool KatabaticEngine::isInDemoMode () const;
//! \sreturn \true if the tool is in demo mode, that is suppress almost all warning
//! and debug messages.
/*! \function void KatabaticEngine::_check ( const char* message=NULL ) const;
* \param message The message to print.
*
* Perform a coherency complete coherency check of the
* data-base. Currently :
* <ul>
* <li>No AutoSegment remains invalidated (\ref katabaticSession).
* <li>AutoSegment extentions are coherent.
* </ul>
*/
//! \function bool KatabaticEngine::doWarnOnGCellOverload () const;
//! \sreturn \true if the tool should issue a warning when a GCell is overloaded
//! (overload could be transient).
//! \function bool KatabaticEngine::doDestroyBaseContact () const;
//! \sreturn \true if the EngineDestroyBaseContact is set, meaning that when an
//! AutoContact is destroyed, the Contact it decorates is destroyed
//! altogether.
//! \addtogroup collapseCanonical
//! \{
//! \function bool KatabaticEngine::doDestroyBaseSegment () const;
//! \sreturn \true if the EngineDestroyBaseSegment is set, meaning that when an
//! AutoSegment is destroyed, the Segment it decorates is destroyed
//! altogether.
/*! \function void KatabaticEngine::_canonize ( Net* net );
* \param net The \Net to canonize.
*
* Find canonical AutoSegments and non-canonicals ones,
* sets up the flags accordingly.
*
* \see AutoSegment::isCanonical().
*/
//! \function bool KatabaticEngine::doDestroyTool () const;
//! \sreturn \true if the tool state is beyond EngineStateGutted, that is, only
//! waits for \c destroy() to be called.
//! \}
//! \function const Name& KatabaticEngine::getName () const;
//! \sreturn The unique string identifier for the KatabaticEngine class of ToolEngine.
//! \function EngineState KatabaticEngine::getState () const;
//! \sreturn The state the tool is currently in.
//! \function unsigned int KatabaticEngine::getFlags ( unsigned int mask ) const;
//! \sreturn The \e anded combination of the tool flags and \c mask.
//! \function Configuration* KatabaticEngine::getKatabaticConfiguration ();
//! \sreturn The Configuration of Katabatic. In this class it is redundant with
//! getConfiguration(), but may be useful in derived classes.
//! \function Configuration* KatabaticEngine::getConfiguration ();
//! \sreturn The Configuration of the current ToolEngine.
//! \function RoutingGauge* KatabaticEngine::getRoutingGauge () const;
//! \sreturn The RoutingGauge (Configuration shortcut).
//! \function RoutingLayerGauge* KatabaticEngine::getLayerGauge ( size_t depth ) const;
//! \sreturn The RoutingLayerGauge associated to \c depth (Configuration shortcut).
//! \function const Layer* KatabaticEngine::getRoutingLayer ( size_t depth ) const;
//! \sreturn The routing Layer associated to \c depth (Configuration shortcut).
//! \function Layer* KatabaticEngine::getContactLayer ( size_t depth ) const;
//! \sreturn The contact Layer associated to \c depth (Configuration shortcut).
//! \function DbU::Unit KatabaticEngine::getGlobalThreshold () const;
//! \sreturn The length above which a global wire is moved up in the layer assignment
//! stage (Configuration shortcut).
//! \function float KatabaticEngine::getSaturateRatio () const;
//! \sreturn The ratio above which a GCell is considered to be saturated
//! (Configuration shortcut).
//! \function DbU::Unit KatabaticEngine::getExtensionCap () const;
//! \sreturn The wires extension cap, same for all layers for the time beeing
//! (Configuration shortcut).
//! \function size_t KatabaticEngine::getSaturateRp () const;
//! \sreturn The number of RoutingPad above which a GCell is saturated, causing
//! extras global segments to be moved up.
//! (Configuration shortcut).
//! \function GCellGrid* KatabaticEngine::getGCellGrid () const;
//! \sreturn The GCellGrid.
//! \function const NetSet& KatabaticEngine::getRoutingNets () const;
//! \sreturn The set of nets to be routeds.
//! \function const ChipTools& KatabaticEngine::getChipTools () const;
//! \sreturn The chip tools (for whole designs).
//! \function void KatabaticEngine::xmlWriteGCellGrid ( ostream& );
//! Write in a stream all informations on the GCells in XML format.
//! \function void KatabaticEngine::xmlWriteGCellGrid ( const string& );
//! Write in a file all informations on the GCells in XML format.
//! \function void KatabaticEngine::setState ( EngineState state );
//! Force the state of the tool. Must be used with caution, as no sanity
//! checks are performeds. This method is normally invoked from inside
//! the KatabaticEngine various methods.
//! \function void KatabaticEngine::setFlags ( unsigned int flags );
//! Set the flags given in \c flags.
//! \function void KatabaticEngine::unsetFlags ( unsigned int flags );
//! Reset the flags given in \c flags.
//! \function void KatabaticEngine::setGlobalThreshold ( DbU::Unit );
//! (Configuration shortcut).
//! \function void KatabaticEngine::setSaturateRatio ( float );
//! (Configuration shortcut).
//! \function void KatabaticEngine::setSaturateRp ( size_t );
//! (Configuration shortcut).
//! \function void KatabaticEngine::startMeasures ();
//! Starts memory consuption & time measurements.
//! \function void KatabaticEngine::stopMeasures ();
//! Stops memory consuption & time measurements. Recorded measures are
//! kept until the next call to Katabatic::startMeasures().
//! \function void KatabaticEngine::printMeasures ( const string& tag ) const;
//! Print memory & time measurement on ``cmess1``. If \c tag is not empty,
//! also adds the measurement to the internal table (with \c tag as label).
//! \function void KatabaticEngine::refresh ( unsigned int flags=KbOpenSession );
//! In case the tool is associated with a graphic display, trigger
//! a full redraw of the Cell. Slow the router but allow to see work
//! in progress... If \c flags <em>do not</em> contains \c KbOpenSession
//! the refresh operation will not be enclosed inside it's own session.
//! This assumes that a session is already opened.
//! \function void KatabaticEngine::makePowerRails ();
//! Detect all the aligned segments of same width that compose power
//! rails, unificate them and copy them at the design top level.
//! \function void KatabaticEngine::createDetailedGrid ();
//! Allocate the GCellGrid.
//! \function void KatabaticEngine::loadGlobalRouting ( unsigned int method, NetSet& nets );
//! \param method the loading algorithm
//! \param nets the set of nets to route.
//!
//! Convert the global routing into the initial detailed routing. For the
//! time beeing, only one loading algorithm is available: <em>net by net</em>
//! (EngineLoadGrByNet). Only Net given in \c nets are routeds. If \c nets is empty
//! then all ordinary nets are routeds. In either cases the set of nets to route
//! is pruned from any power, ground or clock signals.
//!
//! \remark The tool state must be \b EngineGlobalLoaded \e before calling this method
//! and will be set to \b EngineActive on exit.
//! \function void KatabaticEngine::layerAssign ( unsigned int method );
//! Perform the layer assignment. The global routing loading stage uses only
//! the two bottom most layers, this method spread them on all the availables
//! routing layers, according to GCell and RoutingPad density criterions.
//!
//! Two algorithms are availables:
//! - \b EngineLayerAssignByLength : the global wires are moved up one by
//! one.
//! - \b EngineLayerAssignByTrunk : if one global wire of a net is to be
//! moved up, then all the global trunk of the net is moved along.
//! This methods gives the best results for now.
//! \function void KatabaticEngine::finalizeLayout ();
//! Transform the Katabatic wires into the Hurricane data-structure.
//! Mostly by removing the AutoSegment/AutoContact \e without removing
//! their Hurricane conterparts. May also fill gaps that may have appeared.
//!
//! \remark The tool state must be \b EngineActive \e before calling this method
//! and will be set to \b EngineGutted on exit.
//! \function void KatabaticEngine::slackenBorder ( Box bb, Layer::Mask mask, unsigned int flags );
//! \param bb The bounding box, defines the edges.
//! \param mask Consider only layers that are fully included in that mask.
//! \param flags Consider only segment in that direction.
//!
//! Perform a preventive break on all global segments going through the
//! \e vertical left and right edges of the \c bb box. The set of global
//! segments to be broken could be further restricted using \c mask and
//! \c flags.
//!
//! <span class="red">The Semantic of \c flags is not clear, must review the
//! code more closely.</span>
//! \function void KatabaticEngine::slackenBlockIos ( Instance* core );
//! Perform a preventive break on horizontal segments in the GCell immediatly
//! \e outside the instance \c core area in the routing layer of index \c 1.
//!
//! \red{This method is too much hardwired to the \c SxLib gauge. It's effect is to break all \b METAL2 outside the core (in a chip).}
//! \function bool KatabaticEngine::moveUpNetTrunk ( AutoSegment* seed, set<Net*>& globalNets, GCell::SetIndex& invalidateds );
//! \param seed The AutoSegment to take the net from.
//! \param globalNets The set of nets that has been moved up.
//! \param invalidateds The set of GCells that have been invalidated.
//! \sreturn \true if the net trunk have been moved up.
//!
//! Try to move up a whole net trunk. The net is supplied through the \c seed
//! argument (the segment that triggers the move). If the net is actually moved
//! up, it is added to \c globalNets and all GCells that have been invalidateds
//! are added to \c invalidateds.
//!
//! <span class="red">An individual AutoSegment of the net is moved up if it's length
//! is greater that \c 150 lambdas, that is, three times the side of a GCell. This is
//! hard-wired and should be parametrized in the future.</span>
//! \function void KatabaticEngine::computeNetConstraints ( Net* net );
//! Compute the box constraints on AutoContacts (and therefore those applied to
//! AutoSegments). Constraints comes from AutoContacts anchoreds on RoutingPads
//! and transmitted through AutoContactHTee or AutoContactVTee. Constraints are
//! applied to all AutoContacts of an aligned set.
//!
//! \remark The \c net must have been canonized before this function to be called.
//! \function void KatabaticEngine::toOptimals ( Net* net );
//! Move all AutoSegment of \c net so that their axis are inside their
//! optimals interval. If a AutoSegment is already inside the interval is
//! not moved, otherwise it is put on the nearest bound of the optimal
//! interval.
}

View File

@ -1,143 +0,0 @@
// -*- C++ -*-
namespace Katabatic {
/*! \defgroup layerAssign 4. Layer Assignment (internal)
*
* This modules documents how layer assignment is performed. It is intented
* for developpers only.
*
* Layer Assignment functions works in two steps :
* <ol>
* <li>For a given net, go through the \c AutoSegment and migrate them
* to upper (global) layers if needed.
* <li>For each \c AutoContact of which at least one \c AutoSegment has been
* migrated, split the \c AutoContact (with SplitAutoContact()).
* </ol>
*
* SplitAutoContact() relies on the hypothesis that the split occurs
* between two sets of \b HV layers. For example between \b M2/M3 and
* \b M4/M5 but not between \b M2/M3 and \b M6/M7.
*
* The following figures shows all possible configurations, except for
* the most obvious : when all \c AutoSegment are migrated from \b M2/M3 to
* \b M4/M5 we just change the layer of the \c AutoContact from \b C23 to \b C34.
* SplitAutoContact() compute the <em>layer span</em> of the AutoContact,
* that is, the distance between the lowest layer and the higher one (it
* cannot exceed 3 as from \b M2 to \b M5). Then it detach the higher
* \c AutoSegment and re-attach them to a newly created \c AutoContact.
* In turn this new \c AutoContact is connected to the previous one.
* <ul>
* <li>The span is 3 (\b M2 to \b M5) : creates 2 \c AutoContact and
* 2 \c AutoSegment.
* <li>The span is 2 (\b M2 to \b M4 or \b M3 to \b M5) : creates one
* \c AutoContact and one \c AutoSegment.
* <li>The span is 1 (\b M3 to \b M4) : just change the layer of the
* \c AutoContact to \b C34.
* </ul>
* Simpler rules could be formulated : if \b M2 is present creates the
* \b M3 additionnal \c AutoSegment. If \b M5 is present, created the
* \b M4 additionnal \c AutoSegment.
*
* In <b>M2+M3+M4+M5</b>, <b>M3+M4+M5</b> and <b>M2+M3+M4</b> configurations
* two separates \b M4 \c AutoSegment (resp. \b M3 \c AutoSegment) are needed
* to avoid the <em>incomplete AutoContact wiring</em> problem
* (see \ref ssecFaultyTopologies).
*
* \image html SplitAutoContact-1.png "Full Configuration"
* \image latex SplitAutoContact-1.pdf "Full Configuration" width=0.4\textwidth
* \image html SplitAutoContact-2.png "No M3 Configuration"
* \image latex SplitAutoContact-2.pdf "No M3 Configuration" width=0.4\textwidth
* \image html SplitAutoContact-3.png "No M3,M4 Configuration"
* \image latex SplitAutoContact-3.pdf "No M3,M4 Configuration" width=0.4\textwidth
* \image html SplitAutoContact-4.png "No M2 Configuration (degenerate)"
* \image latex SplitAutoContact-4.pdf "No M2 Configuration (degenerate)" width=0.4\textwidth
* \image html SplitAutoContact-5.png "No M5 Configuration (degenerate)"
* \image latex SplitAutoContact-5.pdf "No M5 Configuration (degenerate)" width=0.4\textwidth
* \image html SplitAutoContact-6.png "No M2,M5 Configuration (degenerate)"
* \image latex SplitAutoContact-6.pdf "No M2,M5 Configuration (degenerate)" width=0.4\textwidth
*/
/*! \enum LayerAssignMethod
* List all avalaible global layer assignment algorithm avalaible for
* layerAssign().
*/
/*! \var LayerAssign LayerAssignByLength
* See layerAssign().
*/
/*! \var LayerAssign LayerAssignByTrunk
* See layerAssign().
*/
/*! \function void KatabaticEngine::layerAssign ( unsigned int method )
* \param method specify the algorithm used to perform the layer assignement.
*
* The loadGlobalRouting() method build a topology for each net using only the
* two first routing layers avalaibles (usually \e metal2 and \e metal3).
* To use upper routing layer we needs to go through a <em>layer assignment</em>
* step. The layerAssign() method provides two simples approaches to do so :
* <ul>
* <li> layerAssignByLength : every global AutoSegment which
* length is superior to the global threshold is moved to the upper layer.
* <li> layerAssignByTrunk : if any AutoSegment of a net
* exceed the global threshold, then all the global wiring of this
* net is put into the upper layers.
* </ul>
*
* This method is a switch to _layerAssignByLength() or _layerAssignByTrunk().
*
* The <em>global threshold</em> is to be sets using the setGlobalThreshold()
* method.
*/
//! \addtogroup layerAssign
//! \{
/*! \function void KatabaticEngine::_layerAssignByLength ( unsigned long& total, unsigned long& global, set<Net*>& globalNets );
*
* Perform the layer assignment on all nets, using the
* layerAssignByLength algorithm. See layerAssign().
*/
/*! \function void KatabaticEngine::_layerAssignByLength ( Net* net, unsigned long& total, unsigned long& global, set<Net*>& globalNets );
* \param net The net to process.
* \param total The total number of AutoSegment.
* \param global The number of AutoSegment that have been sets global.
* \param globalNets Set of global Nets.
*
* Perform the layer assignment on one net, using the
* layerAssignByLength algorithm. See layerAssign().
*/
/*! \function void KatabaticEngine::_layerAssignByTrunk ( unsigned long& total, unsigned long& global, set<Net*>& globalNets );
*
* Perform the layer assignment on all nets, using the
* layerAssignByTrunk algorithm. See layerAssign().
*/
/*! \function void KatabaticEngine::_layerAssignByTrunk ( Net* net, unsigned long& total, unsigned long& global, set<Net*>& globalNets );
* \param net The net to process.
* \param total The total number of AutoSegment.
* \param global The number of AutoSegment that have been sets global.
* \param globalNets Set of global Nets.
*
* Perform the layer assignment on one net, using the
* layerAssignByTrunk algorithm. See layerAssign().
*/
//! \}
}
namespace {
}

View File

@ -1,27 +0,0 @@
// -*- C++ -*-
namespace Katabatic {
/*! \function void KatabaticEngine::_loadGrByNet ()
* Load the global routing from the Nimbus structure (built by the Tornado
* global router) into the Katabatic ToolEngine.
*/
/*! \function void KatabaticEngine::_loadNetGlobalRouting ( Net* net )
* \param net The net for which to build the final routing.
*
* Load the global routing from the Nimbus structure. Do a recursive
* walk through the GCells. Recursivity is handled with the
* ForkStack stack.
*/
}
namespace {
}

View File

@ -1,128 +0,0 @@
// -*- C++ -*-
namespace Katabatic {
/*! \defgroup NetConstraints 5. Constraints Computations (internal)
*
* This module documents how constraints computation are performed.
* It is intented for developpers only.
*
* Constraints gives the absolute minimal and maximal position an
* \c AutoSegment axis can be set. They materialize the bounds over
* which we may have an electrical disconnection.
*
* Practically, due to the magic of \c AutoContact, disconnections
* can only occurs on \c AutoContact anchored on \c RoutingPad :
* if they go outside the \c RoutingPad area, we are in trouble.
* Those \c AutoContact can be spotted either by the fact they have
* an anchor or the AutoContact::isTerminal() flag is set.
*
*
* \section secConstraintsOrgan Organisation
*
* Due to algorithmic consideration, instead of storing constraint
* interval (one axis) in \c AutoSegment, we store constraint \c Box
* (both axis) in \c AutoContact. They are easier to propagate during the
* computation stage and should takes less memory as \c AutoContact
* are often shared by more than two \c AutoSegment.
*
* To spare memory, each coordinate of the constraint \c Box is expressed
* as a strictly positive offset in \e lambdas from the lower left corner
* of the \c FCell owning the \c AutoContact. Offsets are 8 bits <code>unsigned int</code>,
* thus a \c Box takes one word (32 bits). This leads to two restrictions :
* <ul>
* <li>A \c FCell side cannot be greater than 256 \e lambdas.
* <li>The constraint \c Box minimal precision is the \e lambda.
* </ul>
* In all cases I can foresee, none of them should be a problem.
*
* Constraint interval on \c AutoSegment can be deduced from any of
* the source or target \c AutoContact. For an horizontal \c AutoSegment
* we take the constraint \c Box vertical interval and for a vertical,
* the horizontal interval.
*
*
* \section secNativeConstraints Native Constraints
*
* Before the contraints computation starts, we needs to initialize
* each \c AutoContact \c Box to a reasonable default : the
* <em>Native Constraint Box</em>. Wich is :
* <ul>
* <li>For an anchored/passive \c AutoContact : the bounding box
* of the underlying terminal.
* <li>For any other \c AutoContact : the bounding box of the
* \c FCell owner.
* </ul>
*
*
* \section secConstraintsPropagation Constraints Propagation
*
* The only source of constraints being the anchored \c AutoContact
* we do a full propagation from each of them. Propagation is done
* through \c AutoSegment as follow :
* <ul>
* <li>Horizontal \c AutoSegment propagate the vertical (\b DY)
* constraint part.
* <li>Vertical \c AutoSegment propagate the horizontal (\b DX)
* constraint part.
* </ul>
* Obviously, any constraint diseapear after we have gone through
* exactly one horizontal and one vertical, thus the propagation is
* somewhat limited.
*
* Case of collapsed \c AutoSegment : those are to be kept at
* zero-length, thus they act as a bypass between two \c AutoContact.
* Their source and target can be considered as <em>stacked</em>
* and propagate both vertical and horizontal constraint (that is :
* the whole constraint \c Box).
*
*
* \section secCollapseUncollapse Collapsing & Uncollapsing
*
* Only local \c AutoSegment can be collapsed, as a global
* \c AutoSegment crosses the boundary of at least one \c FCell
* it can't have a null length.
*
* When collapsing a new \c AutoSegment, we can do an incremental
* constraint computation as it will result in a further increase
* of constraint (if any).
*
* When uncollapsing an \c AutoSegment we may have to slacken the
* constraint, but we do not know to which extend. So to make it
* simple we fully recompute constraints from scratch.
*
* Note that collapsing/uncollapsing are exceptionnal operations,
* so we can afford losing a little time there.
*
*
* \section secCollapseExample progressive Collapsing Example
*
* In this set of example we show how constraints propagate along the
* \c AutoSegment, depending on the collapsed ones. We starts we no
* collapse and ends with all \e local \c AutoSegment collapseds.
*
* \image html NetConstraints-1.png "Fully expanded"
* \image latex NetConstraints-1.pdf "Fully expanded" width=0.4\textwidth
* \image html NetConstraints-2.png "After One Vertical collapse"
* \image latex NetConstraints-2.pdf "After One Vertical collapse" width=0.4\textwidth
* \image html NetConstraints-3.png "After Horizontal collapse"
* \image latex NetConstraints-3.pdf "After Horizontal collapse" width=0.4\textwidth
* \image html NetConstraints-4.png "Fully collapsed"
* \image latex NetConstraints-4.pdf "Fully collapsed" width=0.4\textwidth
*/
//! \addtogroup NetConstraints
//! \{
/*! \function void KatabaticEngine::_computeNetConstraints ( Net* net );
* \param net The net for which to compute constraints.
*
* compute constraints on a net.
*/
//! \}
}

View File

@ -1,59 +0,0 @@
// -*- C++ -*-
namespace Katabatic {
/*! \defgroup NetOptimals 6. AutoSegment Optimal Placement (internal)
*
* This modules documents how \c AutoSegment optimal placement are computed.
* It is intented for developpers only.
*
* The principle is quite simple : for any given \c AutoSegment, for example
* a vertical one (\b A), we want to find the optimal position so the wire
* length of \c AutoSegment perpandicular to \b A would be minimal. This
* optimal position is an interval of X positions, possibly reduced to a
* point.
*
* Given an \c AutoSegment, we will take into account :
* <ul>
* <li>Perpandicular global \c AutoSegment.
* <li>Terminals linked to the \c AutoSegment through any number of
* local \c AutoSegment (collapsed or not).
* </ul>
*
* How to find the optimal interval :
*
* First we build an histogram in the direction perpandicular to the
* \c AutoSegment. For \b A : in horizontal direction. We populate the
* histogram with the axis coordinate of global \c AutoSegment and
* terminals linked to \b A. Note that for global \c AutoSegment the
* "axis" coordinate is the position of the side of the \c FCell.
* For terminal depending on their orientation relative to \b A we
* add either their axis or their two extremities.
*
* The optimal interval is then the median interval of the histogram.
*
* The set of examples below shows some representative cases.
*
* \image html NetOptimals-1.png "Multiple Verticals Terminals"
* \image latex NetOptimals-1.pdf "Multiple Verticals Terminals" width=0.6\textwidth
* \image html NetOptimals-2.png "Globals Only"
* \image latex NetOptimals-2.pdf "Globals Only" width=0.6\textwidth
* \image html NetOptimals-3.png "One Horizontal Terminal"
* \image latex NetOptimals-3.pdf "One Horizontal Terminal" width=0.6\textwidth
*/
//! \addtogroup NetOptimals
//! \{
/*! \function void KatabaticEngine::_computeNetOptimals ( Net* net );
* \param net The net for which to compute optimal placement.
*
* compute optimal placement of all net's AutoSegment.
*/
//! \}
}

View File

@ -1,153 +1,218 @@
// -*- C++ -*-
// -*- mode: C++; explicit-buffer-name: "Session.dox<katabatic>" -*-
namespace Katabatic {
/*! \defgroup katabaticSession 7. Katabatic update Session Mechanism (internal)
*
* This module documents the Katabatic update Session Mechanism.
* It is intented for developpers only.
*
*
* \section secSessionGoal Goal of The Katabatic::Session
*
* Due to obvious performance issue, we do not recompute the
* geometry of source and target of a Katabatic::AutoSegment
* each time it's moved by the router. Instead we uses a simple
* queuing mechanism : the Katabatic::Session.
*
* Note that, most of the time, the router only moves segments,
* that is, never modifies directly Katabatic::AutoContact.
* The only exceptions being during the initial building stage
* or when the router decide to change the topology of a net.
*
* The router knows which Katabatic::AutoSegment it has moved,
* but during the update of a Katabatic::AutoContact geometry
* more segments will be modified. The modification being a
* change in their soure and/or target extention. And of thoses
* the router will not know about. To solve this problem,
* the router has to set a callback Katabatic::SegmentRevalidateCB
* which will be called for each modificated Katabatic::AutoSegment.
*
* Note that, in order to uniformize the procedure, this callback
* will also be run on Katabatic::AutoSegment modificated by
* the router.
*
*
* \section secSectionLookup The lookup function.
*
* To find a Katabatic::AutoSegment from it's associated \Hurricane
* segment, we build a simple \STL map in the Katabatic \c ToolEngine.
* This lookup table, can be accessed through the Session lookup()
* function, once the session is open.
*
*
* \section secSessionRevalidate The Revalidate procedure
*
* The sequence of calls is as follow :
* <ol>
* <li>The Router modifies some Katabatic::AutoSegment by moving
* their axis. For example, horizontal segments in an horizontal
* routing channel.
* <li>The Katabatic::AutoSegment is then invalidated : put in the
* invalidated segment set. It's Katabatic::AutoContact anchors
* are also invalidated and put in the set of invalidated contacts.
* <li>At some point, a global revalidation is performed :
* Katabatic::Session::revalidate(). Says, when the channel
* is successfully routed.
* <li>Katabatic::updateGeometry() is called and update the
* geometry of all invalided Katabatic::AutoContact. Doing so
* almost surely leads to the invalidation of more Katabatic::AutoSegment
* which are added to the invalidated set. In this example, as
* we moved horizontal segments, the new invalidated segments
* will be vertical ones incident to the formers.
* <li>Finally we call Katabatic::AutoSegment::onRevalidate()
* fonction for each Katabatic::AutoSegment.
* This function encapsulate the callback from the router, so it
* can take into account the segment extension change.
* </ol>
*
* \image html AutoInvalidate-1.png "Revalidate Procedure"
* \image latex AutoInvalidate-1.pdf "Revalidate Procedure" width=0.9\textwidth
*
*
* \section secStaticAccess The Static Member choice
*
* Almost all Session function members are \c static, this is
* because they refers to the currently opened Session which is
* kept entirely internal to the \c KatabaticSession module.
* This avoid carrying a global variable for the Session object.
*/
/*! \class Session
* \brief Katabatic update Session (\b API).
*
* The Katabatic Session is mandatory before any AutoSegment /
* AutoContact to be modified (supposedly by a router).
* \brief Modification Session for Katabatic
*
* Unlike \Hurricane \c update \c Session only one session
* can be opened at a time (no stacking mechanism). Opening a
* Katabatic update Session also opens an \Hurricane \c update
* \c Session.
* To perform modifications, the Katabatic data structure uses a session
* mechanism built on top of the Hurricane::UpdateSession one. Sessions
* obeys very simples rules:
* - Only one Session can be opened at a time with Session::open().
* - Subsequent calls to Session::open() returns the currently
* opened session until Session::close() is called.
* - Revalidation can take place whithout closing the Session by
* calling Session::revalidate().
*
* For details on how Katabatic Sessions works, have a look to
* \ref katabaticSession.
* The task of a Session is to keep track of the AutoContact and
* AutoSegment that have been modificateds (i.e. invalidated) and,
* to restore connexity and/or topology when closed.
*
* Two kinds of revalidation could be performed:
* <ul>
* <li>\b Geometrical : only positions of AutoContacts and AutoSegments
* extensions are recomputed.
* <li>\b Topological : a whole net have been invalidated because of a
* dogleg creation or a move up/move down of a segment.
* <ul>
* <li>\b Dogleg : needs to insert the newly created AutoSegments
* and AutoContacts.
* <li><b>Move up/Move down</b> : may needs to create additional
* dogleg to restore connexity (gaps), and then insert them
* like above.
* </ul>
* After a topological mofication has been done, the net needs to
* be re-canonized then the geometrical step takes place.
* </ul>
*
* The kind of revalidation needed is automatically detected by
* the Session.
*
* In addition to it's main purpose, Session also provides cached
* access to frequently needed variables either from Hurricane
* or Katabatic Configuration and access to the AutoContact &
* AutoSegment LUTs of KatabaticEngine.
*
* From a software point of view, Session is a singleton object.
*
*
* \section secSessionAlgo Session Algorithm
*
* Main attributes of a Session:
* - \c _netInvalidateds, nets on which topology has changed.
* - \c _autoSegments, that have been moved or createds.
* - \c _autoContacts, that have been created or one of their
* slave segment has moved.
* - \c _revalidateds, the list of AutoSegments that have just
* been revalidated (after calling \c revalidate()).
*
* Schematic description of how a Session works:
*
* <ul class="algo1">
* <li> If at least one net has been invalidated, meaning that it's
* topology has changed, perform \c _revalidateTopology().
* <ul class="algo2">
* <li> Update net topology: correct the topology of each
* contacts, making dogleg when needed. The AutoContact
* segment caching is updated at this point.
* <li> Compute net constraints (on AutoContacts & AutoSegments).
* <li> Compute net optimal positions (on AutoSegments).
* <li> Compute the state of the segments regarding to terminals.
* <li> Canonize sets of aligneds segments. The canonical segment
* is the one with the lowest \c id.
* <li> If the segments has just been created, put it on its
* optimal axis.
* </ul>
* This stage can add itself more invalidated AutoSegments and
* AutoContacts as it create doglegs.
*
* <li> Revalidate geometry of AutoContacts. That is, expand or shrink
* the extremities of the invalidated AutoSegments. Note that
* AutoSegments are already at on their final axis position.
*
* <li> Revalidate AutoSegments. Just before this stage, they are
* on the correct axis and their extensions are also correct,
* so we may update the caching of their characteristics
* (mostly the extension).
* </ul>
*/
/*! \function static Session* Session::get ();
* \return The currently opened session, \c NULL if no session has
* been opened.
*/
//! \function Session* Session::get ( const char* message=NULL );
//! Return the Session singleton, if no session is currently open
//! throw an exception carrying \c message.
/*! \function static Katabatic* Session::getKatabatic ();
* \return The Katabatic ToolEngine associated to the current update
* session.
*/
//! \function Technology* Session::getTechnology ();
//! Hurricane shortcut.
/*! \function static AutoSegment* Session::lookup ( Segment* segment );
* \param segment An \Hurricane segment.
* \return The associated Katabatic AutoSegment.
*
* For this function to work, a Katabatic Session must be opened
* as it's a simple bypass to the Katabatic::_Lookup() member.
*/
//! \function KatabaticEngine* Session::getKatabatic ();
//! Katabatic shortcut.
/*! \function static Session* Session::open ( KatabaticEngine* ktbt );
* \param ktbt A Katabatic ToolEngine on which to work.
*
* Open a new Katabatic update Session on the \c ktbt \c ToolEngine.
* At this point only one session can be opened at a time. Attempt
* to open a second one will result in an exception.
*/
//! \function const Configuration* Session::getConfiguration ();
//! Katabatic shortcut.
/*! \function static size_t Session::close ();
* \return The number of AutoContact / AutoSegment that have been revalidateds.
*
* Ends an update Session. This functions made a call to Revalidate to
* ensure that no AutoContact / AutoSegment remains invalidated.
*/
//! \function RoutingGauge* Session::getRoutingGauge ();
//! Katabatic shortcut.
/*! \function static size_t Session::revalidate ();
* \return The number of AutoContact / AutoSegment that have been revalidateds.
*
* Revalidate all AutoContact / AutoSegment currently in the queue :
* that is, update the AutoContact geometry and AutoSegment extentions.
*/
//! \function unsigned int Session::getLayerDirection ( const Layer* layer );
//! Returns the preferred routing direction of \c layer, as per defined
//! in the RoutingGauge.
//!
//! \remark The value returned is transformed from the CRL Constants value
//! into Katabatic constants (Katabatic::KbHorizontal, Katabatic::KbVertical).
/*! \function void Session::invalidate ( AutoSegment* segment );
* \param segment An AutoSegment that has been moved.
*
* The invalidated AutoSegment are stored into a \STL set,
* so it can be added multiples times without problems.
*/
//! \function bool Session::isInDemoMode ();
//! Katabatic shortcut.
/*! \function void Session::invalidate ( AutoContact* contact );
* \param contact An AutoContact of which a AutoSegment has been moved.
*
* The invalidated AutoContact are stored into a \STL set,
* so it can be added multiples times without problems.
*/
//! \function float Session::getSaturateRatio ();
//! Katabatic shortcut.
//! \function size_t Session::getSaturateRp ();
//! Katabatic shortcut.
//! \function bool Session::doWarnGCellOverload ();
//! Katabatic shortcut.
//! \function DbU::Unit Session::getExtensionCap ();
//! Katabatic shortcut.
//! \function const Layer* Session::getRoutingLayer ( size_t );
//! Katabatic shortcut.
//! \function const Layer* Session::getContactLayer ( size_t );
//! Katabatic shortcut.
//! \function size_t Session::getSegmentStackSize ();
//! \sreturn The number of AutoSegment in the invalidated stack.
//! \function size_t Session::getContactStackSize ();
//! \sreturn The number of AutoSegment in the invalidated stack.
//! \function const vector<AutoSegment*>& Session::getInvalidateds ();
//! \sreturn The stack (vector) of invalidateds AutoSegments.
//! \function const vector<AutoSegment*>& Session::getRevalidateds ();
//! \sreturn The stack (vector) of AutoSegments that have been revalidateds.
//! \function const vector<AutoSegment*>& Session::getDoglegs ();
//! \sreturn The vector of AutoSegments part of a newly created dogleg.
//! The dogleg creation functions in AutoHorizontal and AutoVertical
//! put a triplet (for example in horizontal direction \c (h1,v1,h2) )
//! for each dogleg composed of:
//! - \b h1 the segment \e before the dogleg (which is also the original one).
//! - \b v1 the segment \b perpandicular (new).
//! - \b h2 the segment \b after (new).
//! \function const set<Net*>& Session::getNetsModificateds ();
//! \sreturn The set of Nets that needs either a topological update or a new
//! canonization.
//! \function Session* Session::open ( KatabaticEngine* );
//! Opens a new session or returns the already opened one, if any.
//! \function void Session::close ();
//! Close the Session, triggering the revalidation of the AutoSegemnts
//! and AutoContacts. If no Session is opened, throws an execption.
//! \function void Session::setKatabaticFlags ( unsigned int );
//! Katabatic shortcut.
//! \function void Session::dogleg ( AutoSegment* );
//! Adds an AutoSegment to the dogleg vector.
// \function void Session::doglegReset ();
// Clears the dogleg vector.
//! \function void Session::revalidateTopology ();
//! Revalidate Net that have been invalidateds and re-canonize them.
//! \function void Session::setInvalidateMask ( unsigned int flags );
//! Tells what kind of revalidation must be performed.
//! \function void Session::invalidate ( Net* net );
//! Schedule \c net for a full revalidation, topological correction
//! and canonization.
//! \function void Session::invalidate ( AutoSegment* segment );
//! Schedule \c segment for revalidation.
//! \function void Session::invalidate ( AutoContact* contact );
//! Schedule \c contact for revalidation.
//! \function size_t Session::revalidate ();
//! Perform the revalidation. Returns the sum of AutoContacts and
//! AutoSegemnts that have been revalidated.
//! \function void Session::link ( AutoContact* ac );
//! Adds \c ac in the AutoContact lookup table (allow to retrieve an
//! AutoContact by it's base Contact).
//! \function void Session::link ( AutoSegment* as );
//! Adds \c as in the AutoSegment lookup table (allow to retrieve an
//! AutoSegment by it's base Segment).
//! \function void Session::unlink ( AutoContact* ac );
//! Removes \c ac from the AutoContact lookup table.
//! \function void Session::unlink ( AutoSegment* as );
//! Removes \c as from the AutoSegment lookup table.
//! \function AutoContact* Session::lookup ( Contact* contact );
//! Lookup the AutoContact associated with \c contact. \c NULL if not found.
//! \function AutoSegment* Session::lookup ( Segment* segment );
//! Lookup the AutoSegment associated with \c segment. \c NULL if not found.
}

View File

@ -1,22 +1,21 @@
<!-- -*- explicit-buffer-name: "customHierarchy.html<katabatic3/doc>" -*- -->
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'>
<!-- $Id: customHierarchy.html,v 1.1 2007/09/15 13:10:12 jpc Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Katabatic Documentation</title>
<link href="ASIM.css" rel="stylesheet" type="text/css">
<link href="SoC.css" rel="stylesheet" type="text/css">
</head>
<h1 id="pagetop" class="header">Katabatic Documentation</h1>
<center class="header">
<table class="header">
<tr>
<td><a href="customSummary.html">Summary</a></td>
<td><a href="namespaces.html">Namespaces</a></td>
<td><a href="customHierarchy.html">Class Hierarchy</a></td>
<td><a href="annotated.html">Classes</a></td>
<td><a href="functions.html">Member Index</a></td>
<!-- <td><a href="classes.html">Index2</a></td> -->
</tr>
<tr><td><a href="customSummary.html">Summary</a>
<td><a href="namespaces.html">Namespaces</a>
<td><a href="customHierarchy.html">Class Hierarchy</a>
<td><a href="annotated.html">Classes</a>
<td><a href="functions.html">Member Index</a>
<!-- <td><a href="classes.html">Index2</a> -->
</table>
</center>
<br>
@ -31,80 +30,73 @@
<b>Legend :</b><br>
<pre class="fragment">
<table class="classHierarchy">
<tr><td width="70"></td><td class="virtual"><a href="#pagetop">ClassA</a></td><td><b>&nbsp;&nbsp;<tt>ClassA</tt> is abstract</b></td></tr>
<tr><td width="70"></td><td class="normal"><a href="#pagetop">ClassB</a></td><td><b>&nbsp;&nbsp;<tt>ClassB</tt> is instanciable</b></td></tr>
<tr><td width="70"><td class="virtual"><a href="#pagetop">ClassA</a><td><b>&nbsp;&nbsp;<tt>ClassA</tt> is abstract</b></tr>
<tr><td width="70"><td class="normal"><a href="#pagetop">ClassB</a><td><b>&nbsp;&nbsp;<tt>ClassB</tt> is instanciable</b></tr>
</table>
</pre>
<br>
<h2 class="classHierarchy">Utilities</h2>
<table class="classHierarchy">
<tr><td width="70"><td class="virtual"><a href="classKatabatic_1_1BaseObserver.html">BaseObserver</a>
</table>
<table class="classHierarchy">
<tr><td width="140"><td class="normal"><a href="classKatabatic_1_1Observer.html">Observer</a>
</table>
<table class="classHierarchy">
<tr><td width="70"><td class="normal"><a href="classKatabatic_1_1Observable.html">Observable</a>
</table>
<h2 class="classHierarchy">Katabatic Engine</h2>
<table class="classHierarchy">
<tr><td width="70"></td><td class="normal"><a href="classKatabatic_1_1Katabatic.html">Katabatic</a></td></tr>
<tr><td width="70"></td><td class="normal"><a href="classKatabatic_1_1Session.html">Session</a></td></tr>
<tr><td width="70"></td><td class="normal"><a href="classKatabatic_1_1DataAlgorithm.html">DataAlgorithm</a></td></tr>
<tr><td width="70"><td class="normal"><a href="namespaceKatabatic.html">Katabatic</a>
<tr><td width="70"><td class="normal"><a href="classKatabatic_1_1ChipTools.html">ChipTools</a>
<tr><td width="70"><td class="normal"><a href="classKatabatic_1_1KatabaticEngine.html">KatabaticEngine</a>
<tr><td width="70"><td class="normal"><a href="classKatabatic_1_1Session.html">Session</a>
<tr><td width="70"><td class="normal"><a href="classKatabatic_1_1DataAlgorithm.html">DataAlgorithm</a>
</table>
<h2 class="classHierarchy">Contacts</h2>
<table class="classHierarchy">
<tr><td width="70"></td><td class="normal"><a href="classKatabatic_1_1AutoContact.html">AutoContact</a></td></tr>
<tr><td width="70"><td class="virtual"><a href="classKatabatic_1_1AutoContact.html">AutoContact</a>
</table>
<table class="classHierarchy">
<tr><td width="140"><td class="normal"><a href="classKatabatic_1_1AutoContactTerminal.html">AutoContactTerminal</a>
<tr><td width="140"><td class="normal"><a href="classKatabatic_1_1AutoContactTurn.html">AutoContactTurn</a>
<tr><td width="140"><td class="normal"><a href="classKatabatic_1_1AutoContactHTee.html">AutoContactHTee</a>
<tr><td width="140"><td class="normal"><a href="classKatabatic_1_1AutoContactVTee.html">AutoContactVTee</a>
</table>
<h2 class="classHierarchy">Segments</h2>
<table class="classHierarchy">
<tr><td width="70"></td><td class="virtual"><a href="classKatabatic_1_1AutoSegment.html">AutoSegment</a></td></tr>
<tr><td width="70"><td class="virtual"><a href="classKatabatic_1_1AutoSegment.html">AutoSegment</a>
</table>
<table class="classHierarchy">
<tr><td width="140"></td><td class="normal"><a href="classKatabatic_1_1AutoSegmentDecorator.html">AutoSegmentDecorator</a></td></tr>
<tr><td width="140"></td><td class="normal"><a href="classKatabatic_1_1AutoSegmentConcrete.html">AutoSegmentConcrete</a></td></tr>
</table>
<table class="classHierarchy">
<tr><td width="210"></td><td class="normal"><a href="classKatabatic_1_1AutoHorizontal.html">AutoHorizontal</a></td></tr>
<tr><td width="140"></td><td class="normal"><a href="classKatabatic_1_1AutoVertical.html">AutoVertical</a></td></tr>
<tr><td width="140"><td class="normal"><a href="classKatabatic_1_1AutoHorizontal.html">AutoHorizontal</a>
<tr><td width="140"><td class="normal"><a href="classKatabatic_1_1AutoVertical.html">AutoVertical</a>
</table>
<h2 class="classHierarchy">FCells</h2>
<h2 class="classHierarchy">GCell</h2>
<table class="classHierarchy">
<tr><td width="70"></td><td class="wvirtual"><a href="classKatabatic_1_1FCell.html">FCell</a></td></tr>
<tr><td width="70"><td class="normal"><a href="classKatabatic_1_1GCell.html">GCell</a>
<tr><td width="70"><td class="normal"><a href="classKatabatic_1_1BaseGrid_1_1Axis.html">BaseGrid::Axis</a>
<tr><td width="70"><td class="virtual"><a href="classKatabatic_1_1BaseGrid.html">BaseGrid</a>
</table>
<table class="classHierarchy">
<tr><td width="140"></td><td class="wnormal"><a href="classKatabatic_1_1FCellDecorator.html">FCellDecorator</a></td></tr>
<tr><td width="140"></td><td class="wnormal"><a href="classKatabatic_1_1FCellConcrete.html">FCellConcrete</a></td></tr>
<tr><td width="140"><td class="virtual"><a href="classKatabatic_1_1Grid.html">Grid</a>
</table>
<table class="classHierarchy">
<tr><td width="70"></td><td class="wvirtual"><a href="classKatabatic_1_1FCellGrid.html">FCellGrid</a></td></tr>
<tr><td width="210"><td class="normal"><a href="classKatabatic_1_1GCellGrid.html">GCellGrid</a>
</table>
<table class="classHierarchy">
<!--
<tr><td width="140"></td><td class="normal"><a href="classKatabatic_1_1FCellGridDecorator.html">FCellDecorator</a></td></tr>
-->
<tr><td width="140"></td><td class="wnormal"><a href="classKatabatic_1_1FCellGridConcrete.html">FCellGridConcrete</a></td></tr>
</table>
<table class="classHierarchy">
<tr><td width="70"></td><td class="wnormal"><a href="classFCellConfiguration.html">FCellConfiguration</a></td></tr>
<tr><td width="70"></td><td class="wnormal"><a href="unionFCellConfiguration_1_1UState.html">FCellConfiguration::UState</a></td></tr>
</table>
<h2 class="classHierarchy">Miscellaneous Utilities</h2>
<table class="classHierarchy">
<tr><td width="70"></td><td class="normal"><a href="classKatabatic_1_1DebugSession.html">DebugSession</a></td></tr>
<tr><td width="70"></td><td class="normal"><a href="classRPSortX.html">RPSortX</a></td></tr>
<tr><td width="70"></td><td class="normal"><a href="classRPSortY.html">RPSortY</a></td></tr>
<tr><td width="70"></td><td class="normal"><a href="classSplitterForkList.html">SplitterForkList</a></td></tr>
</table>
<hr>
<table class="footer1">
<tr>
<td class="LFooter"><small>Customized Class Hierarchy</small></td>
<td class="RFooter"><a href='#pagetop'><small>Return to top of page</small></a></td>
</tr>
<tr><td class="LFooter"><small>Customized Class Hierarchy</small>
<td class="RFooter"><a href='#pagetop'><small>Return to top of page</small></a>
</table>
<table class="footer2">
<tr>
<td class="LFooter">Katabatic Documentation</td>
<td class="RFooter"><small>Copyright &#169; 2000-2007 Bull S.A. All rights reserved</small></td>
</tr>
<tr><td class="LFooter">Katabatic Documentation
<td class="RFooter"><small>Copyright &#169; 2008-2013 UPMC. All rights reserved</small>
</table>
</body>
</html>

View File

@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Katabatic Documentation</title>
<link href="ASIM.css" rel="stylesheet" type="text/css">
<link href="SoC.css" rel="stylesheet" type="text/css">
</head>
<h1 class="header">Katabatic Documentation</h1>
<center class="header">
@ -27,6 +27,8 @@
<h1>Katabatic Documentation Summary</h1>
<br>
<p><b>The classical Doxygen module documentation could be accessed <a href="modules.html">here</a>.</b></p>
<!--
<h2>Katabatic Concepts (internal)</h2>
<ol>
<li><a class="el" href="group__buildRules.html">Rules for building wires.</a>
@ -47,6 +49,8 @@
<li><a class="el" href="group__katabaticSession.html">Katabatic Update Session Mechanism.</a>
<br>The Session mechanism for modifying the Katabatic data-base.
</ol>
-->
<h2>API documentations</h2>
<ul>
<li><b><a href="customHierarchy.html">Synthetic Class Hierarchy.</a></b>

View File

@ -1,3 +1,4 @@
# -*- explicit-buffer-name: "doxyfile<katabatic/doc>" -*-
# Doxyfile 1.3.4
# --------------------------------------------------------------------
@ -7,7 +8,8 @@ PROJECT_NAME = "Katabatic - Routing Toolbox"
PROJECT_NUMBER = 1.0
OUTPUT_DIRECTORY = .
OUTPUT_LANGUAGE = English
#USE_WINDOWS_ENCODING = NO
#USE_WINDOWS_ENCODING = NO
#LAYOUT_FILE = DoxygenLayout.xml
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
ALWAYS_DETAILED_SEC = NO
@ -24,6 +26,7 @@ TAB_SIZE = 2
ALIASES = "function=\fn"\
"important=\par Important:\n"\
"remark=\par Remark:\n"\
"sreturn=\b Returns:"\
"True=\b True"\
"true=\b true"\
"False=\b False"\
@ -57,9 +60,10 @@ ALIASES = "function=\fn"\
"SplitterContact=\c SplitterContact"\
"SplitterContacts=\c SplitterContacts"\
"Hurricane=<a href='../hurricane/Index.html'>Hurricane</a>"\
"STL=<a href='http://www.sgi.com/tech/stl/'>STL</a>"
"STL=<a href='http://www.sgi.com/tech/stl/'>STL</a>"\
"red{1}=<span class=\"red\">\1</span>"
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = YES
OPTIMIZE_OUTPUT_JAVA = NO
SUBGROUPING = YES
# --------------------------------------------------------------------
@ -69,13 +73,14 @@ EXTRACT_ALL = NO
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_ANON_NSPACES = YES
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
HIDE_FRIEND_COMPOUNDS = NO
HIDE_IN_BODY_DOCS = NO
INTERNAL_DOCS = NO
CASE_SENSE_NAMES = YES
HIDE_SCOPE_NAMES = NO
HIDE_SCOPE_NAMES = YES
SHOW_INCLUDE_FILES = YES
INLINE_INFO = YES
SORT_MEMBER_DOCS = NO
@ -101,19 +106,26 @@ WARN_LOGFILE =
# Configuration options related to the input files
INPUT = \
../src/katabatic/KatabaticEngine.h ../src/KatabaticEngine.cpp KatabaticEngine.dox \
../src/LoadGrByNet.cpp LoadGrByNet.dox \
../src/LayerAssign.cpp LayerAssign.dox \
../src/NetConstraints.cpp NetConstraints.dox \
../src/NetOptimals.cpp NetOptimals.dox \
Katabatic.dox \
../src/katabatic/Observer.h ../src/Observer.cpp Observer.dox \
../src/katabatic/Constants.h Constants.dox \
../src/katabatic/AutoContact.h ../src/AutoContact.cpp AutoContact.dox \
../src/katabatic/AutoContactTerminal.h ../src/AutoContactTerminal.cpp AutoContactTerminal.dox \
../src/katabatic/AutoContactTurn.h ../src/AutoContactTurn.cpp AutoContactTurn.dox \
../src/katabatic/AutoContactHTee.h ../src/AutoContactHTee.cpp AutoContactHTee.dox \
../src/katabatic/AutoContactVTee.h ../src/AutoContactVTee.cpp AutoContactVTee.dox \
../src/katabatic/AutoSegment.h ../src/AutoSegment.cpp AutoSegment.dox \
../src/katabatic/AutoHorizontal.h ../src/AutoHorizontal.cpp \
../src/katabatic/AutoVertical.h ../src/AutoVertical.cpp \
../src/katabatic/Grid.h ../src/Grid.cpp Grid.dox \
../src/katabatic/AutoSegments.h AutoSegments.dox \
../src/katabatic/AutoHorizontal.h ../src/AutoHorizontal.cpp AutoHorizontal.dox \
../src/katabatic/AutoVertical.h ../src/AutoVertical.cpp AutoVertical.dox \
../src/katabatic/GCell.h ../src/GCell.cpp GCell.dox \
../src/katabatic/GCells.h GCells.dox \
../src/katabatic/Grid.h ../src/Grid.cpp Grid.dox \
../src/katabatic/GCellGrid.h ../src/GCellGrid.cpp GCellGrid.dox \
../src/katabatic/Session.h ../src/Session.cpp Session.dox
../src/katabatic/Session.h ../src/Session.cpp Session.dox \
../src/katabatic/ChipTools.h ../src/ChipTools.cpp ChipTools.dox \
../src/LoadGrByNet.cpp \
../src/katabatic/KatabaticEngine.h ../src/KatabaticEngine.cpp KatabaticEngine.dox
FILE_PATTERNS = *.h \
*.cpp \
@ -156,7 +168,7 @@ HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER = header.html
HTML_FOOTER = footer.html
HTML_STYLESHEET = ASIM.css
HTML_STYLESHEET = SoC.css
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
CHM_FILE =
@ -240,7 +252,7 @@ SKIP_FUNCTION_MACROS = YES
# --------------------------------------------------------------------
# Configuration::addtions related to external references
TAGFILES = ../../../../hurricane/doc/hurricane/html/hurricane.tag=../hurricane
TAGFILES = ../../hurricane/doc/hurricane/html/hurricane.tag=../hurricane
GENERATE_TAGFILE = html/katabatic.tag
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES

View File

@ -9,7 +9,7 @@
<table class="footer2">
<tr>
<td class="LFooter">Katabatic - Routing Toolbox</td>
<td class="RFooter"><small>Copyright &#169; 2008-2009 LIP6. All rights reserved</small></td>
<td class="RFooter"><small>Copyright &#169; 2008-2013 UPMC. All rights reserved</small></td>
</tr>
</table>
</body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Katabatic - Routing Toolbox: Routing Toolbox Documentation</title>
<link href="ASIM.css" rel="stylesheet" type="text/css">
<link href="SoC.css" rel="stylesheet" type="text/css">
</head>
<h1 class="header">Katabatic - Routing Toolbox</h1>
<center class="header">

View File

@ -1,107 +0,0 @@
#FIG 3.2
Landscape
Center
Inches
Letter
100.00
Single
-2
1200 2
6 11025 2325 13275 2925
2 2 0 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
11100 2400 13200 2400 13200 2850 11100 2850 11100 2400
4 1 0 50 -1 18 16 0.0000 4 240 1635 12150 2700 AutoSegment\001
-6
6 11025 5925 13275 6525
2 2 0 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
11100 6000 13200 6000 13200 6450 11100 6450 11100 6000
4 1 0 50 -1 18 16 0.0000 4 180 1500 12150 6300 AutoContact\001
-6
6 11025 7425 13275 8025
2 2 0 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
11100 7500 13200 7500 13200 7950 11100 7950 11100 7500
4 1 0 50 -1 18 16 0.0000 4 240 1635 12150 7800 AutoSegment\001
-6
2 1 0 2 0 7 50 -1 15 0.000 0 0 -1 0 0 4
5700 0 5700 3300 6000 3300 6000 0
2 1 0 2 0 7 50 -1 15 0.000 0 0 -1 0 0 4
12300 3900 9000 3900 9000 4200 12300 4200
2 2 3 2 0 7 60 -1 -1 15.000 0 0 -1 0 0 5
2100 2100 10200 2100 10200 9600 2100 9600 2100 2100
2 2 0 2 0 7 50 -1 -1 6.000 0 0 -1 0 0 5
8100 7200 8400 7200 8400 9000 8100 9000 8100 7200
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7950 7950 8550 7950 8550 8550 7950 8550 7950 7950
2 2 0 2 0 7 45 -1 15 6.000 0 0 -1 0 0 5
6900 8100 8400 8100 8400 8400 6900 8400 6900 8100
2 2 0 4 4 7 50 -1 -1 0.000 0 0 -1 0 0 5
7350 6150 7950 6150 7950 6750 7350 6750 7350 6150
2 1 0 4 20 7 50 -1 -1 10.000 0 0 -1 0 0 3
5850 3450 5850 8250 6750 8250
2 1 0 4 20 7 50 -1 -1 10.000 0 0 -1 0 0 2
3450 6450 5850 6450
2 1 0 4 20 7 50 -1 -1 10.000 0 0 -1 0 0 2
8850 4050 5850 4050
2 2 0 4 20 7 50 -1 -1 10.000 0 0 -1 0 0 5
5700 6300 6000 6300 6000 6600 5700 6600 5700 6300
2 2 0 4 20 7 50 -1 -1 10.000 0 0 -1 0 0 5
5700 3900 6000 3900 6000 4200 5700 4200 5700 3900
2 1 0 4 4 7 40 -1 -1 0.000 0 0 -1 0 0 2
7500 6450 7800 6450
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5850 2850 5850 3150
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9150 4050 9450 4050
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
7050 8250 7350 8250
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2850 6450 3150 6450
2 1 0 2 0 7 50 -1 15 0.000 0 0 -1 0 0 4
0 6300 3300 6300 3300 6600 0 6600
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 1 0 4
1 1 2.00 120.00 240.00
11400 2850 11400 3300 9450 3300 9450 3975
2 1 0 2 0 7 50 -1 -1 6.000 0 0 -1 1 0 2
1 1 2.00 120.00 240.00
12600 2850 12600 6000
2 1 0 2 0 7 50 -1 -1 6.000 0 0 -1 1 0 3
1 1 2.00 120.00 240.00
12900 2850 12900 3300 13725 3300
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 1 0 3
1 1 2.00 120.00 240.00
11100 7725 7350 7725 7350 8250
2 1 0 2 0 7 50 -1 -1 6.000 0 0 -1 1 0 2
1 1 2.00 120.00 240.00
12600 7500 12600 6450
2 1 0 2 0 7 50 -1 -1 6.000 0 0 -1 1 0 3
1 1 2.00 120.00 240.00
12900 7950 12900 8400 13800 8400
2 1 0 2 0 7 50 -1 -1 6.000 0 0 -1 1 0 2
1 1 2.00 120.00 240.00
11100 6300 7950 6300
3 0 0 2 4 7 40 -1 -1 6.000 0 1 0 4
3 0 2.00 120.00 240.00
7650 6450 7650 6900 7200 7500 7200 8250
0.000 1.000 1.000 0.000
3 0 0 2 4 7 40 -1 -1 6.000 0 1 0 6
3 0 2.00 120.00 240.00
7200 8325 7200 8700 6900 9000 4800 9000 3000 7200 3000 6450
0.000 1.000 1.000 1.000 1.000 0.000
3 0 0 2 4 7 40 -1 -1 6.000 0 1 0 4
3 0 2.00 120.00 240.00
3000 6450 3000 5100 5100 3000 5850 3000
0.000 1.000 1.000 0.000
3 0 0 2 4 7 40 -1 -1 6.000 0 1 0 4
3 0 2.00 120.00 240.00
5850 3000 8700 3000 9300 3600 9300 4050
0.000 1.000 1.000 0.000
3 0 0 2 4 7 40 -1 -1 0.000 0 1 0 4
3 1 2.00 120.00 240.00
9300 4050 9300 4800 7650 5700 7650 6450
0.000 1.000 1.000 0.000
4 1 0 50 -1 18 16 1.5708 4 180 360 12525 5100 AC\001
4 1 0 50 -1 18 16 1.5708 4 180 360 12525 7050 AC\001
4 1 0 50 -1 18 16 0.0000 4 180 165 11550 3300 S\001
4 1 0 50 -1 18 16 0.0000 4 180 150 13050 3150 T\001
4 1 0 50 -1 18 16 0.0000 4 180 165 10950 8025 S\001
4 1 0 50 -1 18 16 0.0000 4 180 150 13050 8250 T\001

View File

@ -1,72 +0,0 @@
#FIG 3.2
Landscape
Center
Inches
Letter
70.00
Single
-2
1200 2
6 825 1125 6000 6300
6 825 1125 3075 1575
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 3000 1200 3000 1500 900 1500 900 1200
4 0 0 50 -1 14 12 0.0000 4 135 1890 975 1425 HExtended - case 1\001
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 1875 2550 1875 2550 2100 1800 2100 1800 1875
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2625 3450 4725 3450 4725 3750 2625 3750 2625 3450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 2100 5400 2100 5400 5400 1800 5400 1800 2100
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 6000 1200 6000 6300 900 6300 900 1200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2625 3600 1575 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2700 2700 2700 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3300 3750 3300 5700
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
4500 3750 4500 4500
4 1 0 50 -1 14 12 0.0000 4 135 525 2175 2025 GCell\001
4 1 0 50 -1 14 18 0.0000 4 165 165 2850 2925 L\001
4 1 0 50 -1 14 18 0.0000 4 165 165 1650 3900 G\001
4 1 0 50 -1 14 18 0.0000 4 165 165 4650 4500 L\001
4 1 0 50 -1 14 18 0.0000 4 165 165 3450 5625 G\001
-6
1 2 0 2 4 7 50 -1 -1 0.000 1 0.0000 9450 3600 150 300 9300 3300 9600 3900
1 4 0 2 4 7 50 -1 -1 0.000 1 0.0000 8550 3600 150 150 8400 3600 8700 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
8100 1875 8850 1875 8850 2100 8100 2100 8100 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
8100 2100 11700 2100 11700 5400 8100 5400 8100 2100
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7200 1200 12300 1200 12300 6300 7200 6300 7200 1200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
8850 3600 7800 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
9000 2700 9000 3450
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7200 1200 9300 1200 9300 1500 7200 1500 7200 1200
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
8850 3450 9150 3450 9150 3750 8850 3750 8850 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
9150 3525 9900 3525
2 1 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
9150 3675 12000 3675
2 1 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
8925 3600 9075 3600
2 1 0 2 4 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
8550 3750 8700 4500
2 1 0 2 4 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
9450 3900 9300 4500
4 1 0 50 -1 14 12 0.0000 4 135 525 8475 2025 GCell\001
4 1 0 50 -1 14 18 0.0000 4 165 165 9150 2925 L\001
4 1 0 50 -1 14 18 0.0000 4 165 165 7950 3900 G\001
4 0 0 50 -1 14 12 0.0000 4 135 1890 7275 1425 HExtended - case 2\001
4 1 0 50 -1 14 18 0.0000 4 165 165 11925 3975 G\001
4 1 0 50 -1 14 18 0.0000 4 165 165 9750 3450 L\001
4 1 4 50 -1 18 12 0.0000 4 180 1170 9000 4650 kept aligneds\001

View File

@ -1,68 +0,0 @@
#FIG 3.2
Landscape
Center
Inches
Letter
70.00
Single
-2
1200 2
1 2 0 2 4 7 50 -1 -1 0.000 1 0.0000 10200 3150 300 150 9900 3000 10500 3300
1 4 0 2 4 7 50 -1 -1 0.000 1 0.0000 10200 4050 150 150 10050 4050 10350 4050
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
8100 1875 8850 1875 8850 2100 8100 2100 8100 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
8100 2100 11700 2100 11700 5400 8100 5400 8100 2100
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7200 1200 12300 1200 12300 6300 7200 6300 7200 1200
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7200 1200 9300 1200 9300 1500 7200 1500 7200 1200
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 1875 2550 1875 2550 2100 1800 2100 1800 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 2100 5400 2100 5400 5400 1800 5400 1800 2100
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 6000 1200 6000 6300 900 6300 900 1200
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 3000 1200 3000 1500 900 1500 900 1200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3750 3600 1500 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3900 4650 3900 5700
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
3750 2850 4050 2850 4050 4650 3750 4650 3750 2850
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3750 3000 3000 3000
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
4800 4500 4050 4500
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
10050 3450 10350 3450 10350 3750 10050 3750 10050 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
10200 5700 10200 3750
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
10275 1800 10275 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
10125 3450 10125 2700
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
10350 3600 11100 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
10200 3675 10200 3525
2 1 0 2 4 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
9900 3150 8850 3375
2 1 0 2 4 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
10050 4050 8850 3750
4 1 0 50 -1 14 12 0.0000 4 135 525 8475 2025 GCell\001
4 0 0 50 -1 14 12 0.0000 4 135 1890 7275 1425 VExtended - case 2\001
4 1 0 50 -1 14 12 0.0000 4 135 525 2175 2025 GCell\001
4 0 0 50 -1 14 12 0.0000 4 135 1890 975 1425 VExtended - case 1\001
4 1 0 50 -1 14 18 0.0000 4 165 165 4050 5625 G\001
4 1 0 50 -1 14 18 0.0000 4 165 165 4725 4425 L\001
4 1 0 50 -1 14 18 0.0000 4 165 165 3075 2925 L\001
4 1 0 50 -1 14 18 0.0000 4 165 165 1650 3900 G\001
4 1 0 50 -1 14 18 0.0000 4 165 165 11025 3900 L\001
4 1 0 50 -1 14 18 0.0000 4 165 165 9975 2925 L\001
4 1 0 50 -1 14 18 0.0000 4 165 165 10425 2025 G\001
4 1 4 50 -1 18 12 0.0000 4 180 1170 8775 3600 kept aligneds\001
4 1 0 50 -1 14 18 0.0000 4 165 165 10350 5700 G\001

View File

@ -1,91 +0,0 @@
#FIG 3.2
Landscape
Center
Inches
Letter
70.00
Single
-2
1200 2
6 6600 1875 10200 5400
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 1875 7350 1875 7350 2100 6600 2100 6600 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 2100 10200 2100 10200 5400 6600 5400 6600 2100
4 1 0 50 -1 14 12 0.0000 4 135 525 6975 2025 GCell\001
-6
1 4 0 2 4 7 45 -1 -1 0.000 1 0.0000 3300 4200 150 150 3150 4200 3450 4200
1 4 0 2 4 7 45 -1 -1 0.000 1 0.0000 4500 4050 150 150 4350 4050 4650 4050
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 1875 2550 1875 2550 2100 1800 2100 1800 1875
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2625 3450 4725 3450 4725 3750 2625 3750 2625 3450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 2100 5400 2100 5400 5400 1800 5400 1800 2100
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2625 3600 1500 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2700 2700 2700 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
4500 3750 4500 4500
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 11100 1200 11100 6225 900 6225 900 1200
2 1 0 2 4 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
3375 4350 3900 4800
2 1 0 2 4 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
4425 4125 3975 4800
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7350 3600 6300 3600
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7350 3450 8250 3450 8250 3750 7350 3750 7350 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3300 3750 3300 5700
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7500 2700 7500 3450
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 3900 1200 3900 1500 900 1500 900 1200
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
7950 4050 8250 4050 8250 4350 7950 4350 7950 4050
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8100 3750 8100 4050
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8250 4200 8550 4200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
8700 4350 8700 5700
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
8550 4050 8850 4050 8850 4350 8550 4350 8550 4050
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
9750 4050 10050 4050 10050 4350 9750 4350 9750 4050
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8850 4200 9750 4200
2 4 0 1 4 7 45 -1 -1 0.000 0 0 7 0 0 5
10125 4425 10125 3975 8475 3975 8475 4425 10125 4425
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
9900 3300 9900 4050
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8625 4200 8775 4200
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 6
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
6900 3600 6900 3450 7200 3150 8100 3150 8400 3450 8400 4200
0.000 1.000 1.000 1.000 1.000 0.000
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 6
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
8100 3900 7800 3900 7500 4200 7500 4500 7800 4800 8700 4800
0.000 1.000 1.000 1.000 1.000 0.000
4 1 0 50 -1 14 12 0.0000 4 135 525 2175 2025 GCell\001
4 0 0 50 -1 14 12 0.0000 4 180 2520 975 1425 Split HExtended - case 1\001
4 1 4 45 -1 18 12 0.0000 4 135 840 3900 4950 M3 -> M5\001
4 0 0 50 -1 14 14 0.0000 4 150 540 1500 3825 G.M2\001
4 0 0 50 -1 14 14 0.0000 4 150 540 2775 2850 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 4575 4500 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 3375 5700 G.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 6300 3825 G.M2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 6975 2850 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 8775 5700 G.M5\001
4 0 0 45 -1 14 14 0.0000 4 150 540 9975 3450 L.M5\001
4 1 4 45 -1 18 12 0.0000 4 135 120 7425 4425 Y\001
4 1 4 45 -1 18 12 0.0000 4 135 120 7800 3150 X\001

View File

@ -1,104 +0,0 @@
#FIG 3.2
Landscape
Center
Inches
Letter
70.00
Single
-2
1200 2
6 6600 1875 10200 5400
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 1875 7350 1875 7350 2100 6600 2100 6600 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 2100 10200 2100 10200 5400 6600 5400 6600 2100
4 1 0 50 -1 14 12 0.0000 4 135 525 6975 2025 GCell\001
-6
1 4 0 2 4 7 45 -1 -1 0.000 1 0.0000 2250 3600 150 150 2100 3600 2400 3600
1 4 0 2 4 7 45 -1 -1 0.000 1 0.0000 3600 3150 150 150 3750 3150 3450 3150
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 1875 2550 1875 2550 2100 1800 2100 1800 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 2100 5400 2100 5400 5400 1800 5400 1800 2100
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2625 3600 1575 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 11100 1200 11100 6225 900 6225 900 1200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7350 3600 6300 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3300 3750 3300 5700
2 1 0 2 4 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
2250 3750 2250 4200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2700 3750 2700 4500
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 3900 1200 3900 1500 900 1500 900 1200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3600 2700 3600 3450
2 1 0 2 4 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
3450 3075 2925 2475
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2625 3450 3750 3450 3750 3750 2625 3750 2625 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
8400 2700 8400 3450
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
7350 3450 8550 3450 8550 3750 7350 3750 7350 3450
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
8850 3450 9150 3450 9150 3750 8850 3750 8850 3450
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
9000 3750 9000 4050
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8550 3600 8850 3600
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8550 4200 8850 4200
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
8850 4050 9150 4050 9150 4350 8850 4350 8850 4050
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
8250 4050 8550 4050 8550 4350 8250 4350 8250 4050
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
7425 3600 8475 3600
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
7650 4050 7950 4050 7950 4350 7650 4350 7650 4050
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
7950 4200 8250 4200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7800 4350 7800 5100
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
8400 4350 8400 5700
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8325 4200 8475 4200
2 4 0 1 4 7 45 -1 -1 0.000 0 0 7 0 0 5
9225 4425 9225 3975 7575 3975 7575 4425 9225 4425
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 6
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
6900 3600 6900 3300 7200 3000 8550 3000 8700 3300 8700 3600
0.000 1.000 1.000 1.000 1.000 0.000
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 6
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
8400 4800 9300 4800 9600 4500 9600 4050 9300 3900 9000 3900
0.000 1.000 1.000 1.000 1.000 0.000
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 6
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
6900 3600 6900 4500 7200 4800 7950 4800 8100 4500 8100 4200
0.000 1.000 1.000 1.000 1.000 0.000
4 1 0 50 -1 14 12 0.0000 4 135 525 2175 2025 GCell\001
4 1 4 45 -1 18 12 0.0000 4 135 840 2250 4350 M2 -> M4\001
4 0 0 50 -1 14 12 0.0000 4 180 2520 975 1425 Split HExtended - case 2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 1575 3825 G.M2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 2775 4500 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 3375 5700 G.M3\001
4 1 4 45 -1 18 12 0.0000 4 135 840 2925 2475 M3 -> M5\001
4 0 0 45 -1 14 14 0.0000 4 150 540 3675 2850 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 6300 3825 G.M4\001
4 0 0 45 -1 14 14 0.0000 4 150 540 8475 2850 L.M5\001
4 1 4 45 -1 18 12 0.0000 4 135 120 7800 2925 Y\001
4 1 4 45 -1 18 12 0.0000 4 135 120 9675 4350 X\001
4 0 0 45 -1 14 14 0.0000 4 150 540 8475 5700 G.M3\001
4 2 0 45 -1 14 14 0.0000 4 150 540 7725 5100 L.M3\001
4 1 4 45 -1 18 12 0.0000 4 135 120 7125 4500 Y\001

View File

@ -1,79 +0,0 @@
#FIG 3.2
Landscape
Center
Inches
Letter
70.00
Single
-2
1200 2
6 6600 1875 10200 5400
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 1875 7350 1875 7350 2100 6600 2100 6600 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 2100 10200 2100 10200 5400 6600 5400 6600 2100
4 1 0 50 -1 14 12 0.0000 4 135 525 6975 2025 GCell\001
-6
1 4 0 2 4 7 45 -1 -1 0.000 1 0.0000 4500 4050 150 150 4350 4050 4650 4050
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 1875 2550 1875 2550 2100 1800 2100 1800 1875
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2625 3450 4725 3450 4725 3750 2625 3750 2625 3450
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 2100 5400 2100 5400 5400 1800 5400 1800 2100
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2625 3600 1500 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2700 2700 2700 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
4500 3750 4500 4500
2 1 0 2 4 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
4425 4125 3900 4800
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7350 3600 6300 3600
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7350 3450 8250 3450 8250 3750 7350 3750 7350 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
8100 3750 8100 5700
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
3300 3750 3300 5700
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7500 2700 7500 3450
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 3900 1200 3900 1500 900 1500 900 1200
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
7950 2850 8250 2850 8250 3150 7950 3150 7950 2850
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8100 3150 8100 3450
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
8250 3000 9150 3000
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
9150 2850 9450 2850 9450 3150 9150 3150 9150 2850
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
9300 3150 9300 4200
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 11100 1200 11100 6300 900 6300 900 1200
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 6
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
7800 3450 7800 2700 8100 2400 8400 2400 8700 2700 8700 3000
0.000 1.000 1.000 1.000 1.000 0.000
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 2
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
8100 3300 9300 3300
0.000 0.000
4 1 0 50 -1 14 12 0.0000 4 135 525 2175 2025 GCell\001
4 0 0 50 -1 14 12 0.0000 4 180 2520 975 1425 Split HExtended - case 3\001
4 1 4 45 -1 18 12 0.0000 4 135 840 3900 4950 M3 -> M5\001
4 1 4 45 -1 18 12 0.0000 4 135 120 8250 2325 Y\001
4 1 4 45 -1 18 12 0.0000 4 135 120 8700 3525 X\001
4 0 0 45 -1 14 14 0.0000 4 150 540 2775 2850 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 1500 3825 G.M2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 4575 4500 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 3375 5700 G.M3\001
4 2 0 45 -1 14 14 0.0000 4 150 540 7425 2850 L.M3\001
4 0 0 45 -1 14 14 0.0000 4 150 540 6300 3825 G.M2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 9375 4200 L.M5\001
4 0 0 45 -1 14 14 0.0000 4 150 540 8175 5700 G.M3\001

View File

@ -1,73 +0,0 @@
#FIG 3.2
Landscape
Center
Inches
Letter
70.00
Single
-2
1200 2
6 6600 1875 10200 5400
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 1875 7350 1875 7350 2100 6600 2100 6600 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6600 2100 10200 2100 10200 5400 6600 5400 6600 2100
4 1 0 50 -1 14 12 0.0000 4 135 525 6975 2025 GCell\001
-6
1 4 0 2 4 7 45 -1 -1 0.000 1 0.0000 4050 3675 150 150 3900 3675 4200 3675
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 1875 2550 1875 2550 2100 1800 2100 1800 1875
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1800 2100 5400 2100 5400 5400 1800 5400 1800 2100
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2550 3600 1500 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2700 2700 2700 3450
2 1 0 2 4 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
4050 3825 4050 4200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7350 3600 6300 3600
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7500 2700 7500 3450
2 2 0 2 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 3900 1200 3900 1500 900 1500 900 1200
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
2550 3450 2850 3450 2850 3750 2550 3750 2550 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2850 3675 5700 3675
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2850 3525 3600 3525
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2625 3600 2775 3600
2 2 0 4 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
7350 3450 7650 3450 7650 3750 7350 3750 7350 3450
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7650 3525 8400 3525
2 1 0 4 4 7 55 -1 -1 0.000 0 0 -1 0 0 2
7500 3750 7500 4050
2 2 0 4 4 7 45 -1 -1 0.000 0 0 7 0 0 5
7350 4050 7650 4050 7650 4350 7350 4350 7350 4050
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7650 4200 10500 4200
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
7425 3600 7575 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
900 1200 11100 1200 11100 6300 900 6300 900 1200
3 0 0 1 4 7 45 -1 -1 0.000 0 1 1 6
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
7500 3150 7200 3150 6900 3450 6900 3750 7200 3900 7500 3900
0.000 1.000 1.000 1.000 1.000 0.000
4 1 0 50 -1 14 12 0.0000 4 135 525 2175 2025 GCell\001
4 0 0 50 -1 14 12 0.0000 4 180 2520 975 1425 Split HExtended - case 4\001
4 1 4 45 -1 18 12 0.0000 4 135 840 4050 4350 M2 -> M4\001
4 1 4 45 -1 18 12 0.0000 4 135 120 6900 3450 X\001
4 0 0 45 -1 14 14 0.0000 4 150 540 2775 2850 L.M3\001
4 2 0 45 -1 14 14 0.0000 4 150 540 3600 3450 L.M2\001
4 2 0 45 -1 14 14 0.0000 4 150 540 5700 3900 G.M2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 6300 3825 G.M2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 1500 3825 G.M2\001
4 2 0 45 -1 14 14 0.0000 4 150 540 8400 3450 L.M2\001
4 0 0 45 -1 14 14 0.0000 4 150 540 7575 2850 L.M3\001
4 2 0 45 -1 14 14 0.0000 4 150 540 10500 4425 G.M4\001

View File

@ -1,43 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 0 5625 2475
2 2 0 1 0 7 50 -1 45 0.000 0 0 -1 0 0 5
765 945 4635 945 4635 1260 765 1260 765 945
2 1 0 4 0 7 45 -1 45 0.000 0 0 -1 0 0 2
900 990 900 1215
2 1 0 4 0 7 45 -1 45 0.000 0 0 -1 0 0 2
4500 990 4500 1215
2 1 3 1 0 7 45 -1 45 8.000 0 0 -1 0 0 2
900 1350 900 2070
2 1 3 1 0 7 45 -1 45 8.000 0 0 -1 0 0 2
4500 1350 4500 2070
2 1 3 1 0 7 45 -1 45 8.000 0 0 -1 0 0 2
4725 1125 5220 1125
2 1 0 1 0 7 45 -1 45 4.000 0 0 -1 1 1 2
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
450 2025 1350 2025
2 1 0 1 0 7 45 -1 45 4.000 0 0 -1 1 1 2
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
4050 2025 4950 2025
2 1 0 1 0 7 45 -1 45 4.000 0 0 -1 1 1 2
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
5175 675 5175 1575
2 2 0 1 0 7 55 -1 -1 0.000 0 0 -1 0 0 5
0 0 5625 0 5625 2475 0 2475 0 0
2 1 0 1 0 7 55 -1 -1 0.000 0 0 -1 0 0 3
0 315 2025 315 2025 0
4 1 0 45 -1 14 12 0.0000 4 120 1155 4500 2250 AutoContact\001
4 1 0 45 -1 14 12 0.0000 4 120 1155 900 2250 AutoContact\001
4 1 0 45 -1 14 12 1.5708 4 120 630 5400 1125 Router\001
4 0 0 55 -1 18 12 0.0000 4 180 1740 90 225 Horizontal Segment\001
-6

View File

@ -1,54 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 0 5400 3150
6 765 1620 4635 1980
2 2 0 1 0 7 50 -1 45 0.000 0 0 -1 0 0 5
765 1620 4635 1620 4635 1980 765 1980 765 1620
2 1 0 4 0 7 45 -1 45 0.000 0 0 -1 0 0 2
900 1671 900 1929
2 1 0 4 0 7 45 -1 45 0.000 0 0 -1 0 0 2
4500 1671 4500 1929
-6
6 4320 1665 4680 2835
2 2 0 1 12 7 60 -1 45 0.000 0 0 -1 0 0 5
4320 2835 4680 2835 4680 1665 4320 1665 4320 2835
2 1 0 4 12 7 45 -1 45 0.000 0 0 -1 0 0 2
4371 1800 4629 1800
2 1 0 4 12 7 45 -1 45 0.000 0 0 -1 0 0 2
4371 2700 4629 2700
-6
6 3420 765 3780 1935
2 2 0 1 12 7 60 -1 45 0.000 0 0 -1 0 0 5
3420 1935 3780 1935 3780 765 3420 765 3420 1935
2 1 0 4 12 7 45 -1 45 0.000 0 0 -1 0 0 2
3471 900 3729 900
2 1 0 4 12 7 45 -1 45 0.000 0 0 -1 0 0 2
3471 1800 3729 1800
-6
2 1 3 1 12 7 45 -1 -1 8.000 0 0 -1 0 0 2
3690 1800 5085 1800
2 1 0 4 12 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 4.00 120.00 240.00
3600 1845 3600 2475
2 1 0 4 12 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 4.00 120.00 240.00
4950 1800 4950 2475
2 1 0 4 0 7 45 -1 -1 0.000 0 0 -1 1 0 2
3 0 4.00 120.00 240.00
450 1800 450 2475
2 1 3 1 0 7 45 -1 -1 8.000 0 0 -1 0 0 2
225 1800 900 1800
2 2 0 1 0 7 45 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 3150 0 3150 0 0
2 1 0 1 0 7 45 -1 -1 0.000 0 0 -1 0 0 3
0 540 2115 540 2115 0
4 0 0 45 -1 18 12 0.0000 4 180 1545 90 225 Moved by Router\001
4 0 12 45 -1 18 12 0.0000 4 180 2025 90 495 Moved by Autocontact\001
-6

View File

@ -1,33 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 585 -225 765 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
765 -225 765 450 585 450 585 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
675 450 675 3375
-6
6 540 2115 810 2385
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
675 2160 675 2340
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
585 2250 765 2250
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
0 0 3150 0 3150 3150 0 3150 0 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3600 1800 3600 1800 3825 1350 3825 1350 3600
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
1125 2160 1575 2160 1575 2340 1125 2340 1125 2160
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 2250 1125 2250
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
810 2385 540 2385 540 2115 810 2115 810 2385
4 0 0 50 -1 18 12 0.0000 4 135 465 0 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 1575 3780 G1.1\001

View File

@ -1,75 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 585 -225 765 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
765 -225 765 450 585 450 585 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
675 450 675 3375
-6
6 -225 810 3375 990
6 -225 810 450 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
-225 810 450 810 450 990 -225 990
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 900 3375 900
-6
6 5535 -180 5715 3420
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
5715 -180 5715 495 5535 495 5535 -180
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5625 495 5625 3420
-6
6 4725 2385 8325 2565
6 4725 2385 5400 2565
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
4725 2385 5400 2385 5400 2565 4725 2565
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 2475 8325 2475
-6
6 5490 765 5760 1035
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5625 810 5625 990
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5535 900 5715 900
-6
6 540 2115 810 2385
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
675 2160 675 2340
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
585 2250 765 2250
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 0 8100 0 8100 3150 4950 3150 4950 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6300 3600 6750 3600 6750 3825 6300 3825 6300 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
0 0 3150 0 3150 3150 0 3150 0 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3600 1800 3600 1800 3825 1350 3825 1350 3600
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
5760 2610 5490 2610 5490 2340 5760 2340 5760 2610
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
1125 2160 1575 2160 1575 2340 1125 2340 1125 2160
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 2250 1125 2250
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
6075 810 6525 810 6525 990 6075 990 6075 810
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 900 6075 900
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
765 990 585 990 585 810 765 810 765 990
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
810 2385 540 2385 540 765 810 765 810 2385
4 0 0 50 -1 18 12 0.0000 4 135 465 4950 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 6525 3780 G2.2\001
4 0 0 50 -1 18 12 0.0000 4 135 465 0 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 1575 3780 G2.1\001

View File

@ -1,89 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 585 -225 765 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
765 -225 765 450 585 450 585 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
675 450 675 3375
-6
6 2385 -225 2565 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2475 2700 2475 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
2385 3375 2385 2700 2565 2700 2565 3375
-6
6 450 2160 2700 2340
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
1125 2160 1575 2160 1575 2340 1125 2340 1125 2160
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 2250 2700 2250
-6
6 2340 2115 2610 2385
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2475 2160 2475 2340
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2385 2250 2565 2250
-6
6 -225 810 3375 990
6 -225 810 450 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
-225 810 450 810 450 990 -225 990
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 900 3375 900
-6
6 5535 -180 5715 3420
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
5715 -180 5715 495 5535 495 5535 -180
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5625 495 5625 3420
-6
6 7335 -225 7515 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7425 2700 7425 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
7335 3375 7335 2700 7515 2700 7515 3375
-6
6 4725 2385 8325 2565
6 4725 2385 5400 2565
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
4725 2385 5400 2385 5400 2565 4725 2565
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 2475 8325 2475
-6
6 5400 810 7650 990
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
6075 810 6525 810 6525 990 6075 990 6075 810
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 900 7650 900
-6
6 5490 765 5760 1035
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5625 810 5625 990
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5535 900 5715 900
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 0 8100 0 8100 3150 4950 3150 4950 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6300 3600 6750 3600 6750 3825 6300 3825 6300 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
0 0 3150 0 3150 3150 0 3150 0 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3600 1800 3600 1800 3825 1350 3825 1350 3600
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
2610 1035 540 1035 540 765 2610 765 2610 1035
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
7560 2610 5490 2610 5490 2340 7560 2340 7560 2610
4 0 0 50 -1 18 12 0.0000 4 135 465 4950 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 6525 3780 G3.2\001
4 0 0 50 -1 18 12 0.0000 4 135 465 0 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 1575 3780 G3.1\001

View File

@ -1,91 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 585 -225 765 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
765 -225 765 450 585 450 585 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
675 450 675 3375
-6
6 -225 810 3375 990
6 -225 810 450 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
-225 810 450 810 450 990 -225 990
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 900 3375 900
-6
6 5535 -180 5715 3420
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
5715 -180 5715 495 5535 495 5535 -180
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5625 495 5625 3420
-6
6 5400 1485 7650 1665
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
6075 1485 6525 1485 6525 1665 6075 1665 6075 1485
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 1575 7650 1575
-6
6 5490 1440 5760 1710
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5625 1485 5625 1665
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5535 1575 5715 1575
-6
6 4725 810 8325 990
6 4725 810 5400 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
4725 810 5400 810 5400 990 4725 990
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 900 8325 900
-6
6 4725 2385 8325 2565
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7650 2475 4725 2475
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
8325 2565 7650 2565 7650 2385 8325 2385
-6
6 450 2385 2700 2565
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
1125 2385 1575 2385 1575 2565 1125 2565 1125 2385
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 2475 2700 2475
-6
6 540 2340 810 2610
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
675 2385 675 2565
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
585 2475 765 2475
-6
6 -225 1485 3375 1665
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2700 1575 -225 1575
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
3375 1665 2700 1665 2700 1485 3375 1485
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 0 8100 0 8100 3150 4950 3150 4950 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6300 3600 6750 3600 6750 3825 6300 3825 6300 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
0 0 3150 0 3150 3150 0 3150 0 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3600 1800 3600 1800 3825 1350 3825 1350 3600
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
5760 2565 5490 2565 5490 765 5760 765 5760 2565
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
765 1665 585 1665 585 810 765 810 765 1665
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
810 2610 540 2610 540 765 810 765 810 2610
4 0 0 50 -1 18 12 0.0000 4 135 465 4950 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 6525 3780 G3.2\001
4 0 0 50 -1 18 12 0.0000 4 135 465 0 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 1575 3780 G3.1\001

View File

@ -1,124 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5625 3645 5625 4050
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
6750 2565 6750 4050
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 8550 1125 8550 1125 0
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 6300 1935 6300
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 4950 4275 4950 4275 7650 1575 7650 1575 4950
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 4950 7875 4950 7875 7650 5175 7650 5175 4950
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 7290 3915 5265 1935 5265 1935 7290 3915 7290
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 6255 7425 6255 7425 6345 4950 6345 4950 6255
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 6210 5715 6210 5715 6390 5535 6390 5535 6210
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 6210 7515 6210 7515 6390 7335 6390 7335 6210
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
6300 5760 6300 4275
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
2925 4005 5625 4005
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
2925 4320 6300 4320
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6975 4005 6750 4005
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
7650 4320 7425 4320
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5625 4005 6750 4005
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
6300 4320 7425 4320
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 675 4275 675 4275 3375 1575 3375 1575 675
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 675 7875 675 7875 3375 5175 3375 5175 675
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 2025 1935 2025
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 3015 3915 990 1935 990 1935 3015 3915 3015
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 1980 7425 1980 7425 2070 4950 2070 4950 1980
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 1935 5715 1935 5715 2115 5535 2115 5535 1935
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 1935 7515 1935 7515 2115 7335 2115 7335 1935
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 3015 2025 3600
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1935 2475 2700 2475
2 2 0 2 0 7 40 -1 45 0.000 0 0 -1 0 0 5
2700 2430 3150 2430 3150 2520 2700 2520 2700 2430
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
2925 2385 2925 1620
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 7290 2025 7875
2 2 0 2 0 7 40 -1 45 0.000 0 0 -1 0 0 5
2700 5805 3150 5805 3150 5895 2700 5895 2700 5805
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 5850 3915 5850
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 4725 3825 5265
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 450 3825 990
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 2025 5670 2025 5670 3600 5580 3600 5580 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 2430 6750 2430 6750 2520 5625 2520 5625 2430
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 2385 5715 2385 5715 2565 5535 2565 5535 2385
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7470 2025 7380 2025 7380 450 7470 450 7470 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 6300 5670 6300 5670 7875 5580 7875 5580 6300
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
6300 5805 7425 5805 7425 5895 6300 5895 6300 5805
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 5760 7515 5760 7515 5940 7335 5940 7335 5760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7470 6300 7380 6300 7380 4725 7470 4725 7470 6300
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
7425 4635 7425 4275
3 0 0 1 18 7 50 -1 -1 0.000 0 1 0 6
3 0 1.00 60.00 120.00
2250 5895 2250 6120 2475 6570 3375 6570 3600 6120 3600 5895
0.000 1.000 1.000 1.000 1.000 0.000
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 225 Physical Mapping\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1440 6255 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 345 3015 5220 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 6210 G2\001
4 0 0 50 -1 19 12 0.0000 4 180 2055 3105 3960 L1 before displacement\001
4 0 0 50 -1 19 12 0.0000 4 180 1905 3105 4500 L1 after displacement\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1440 1980 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 345 3015 945 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 1935 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 3600 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 2925 2700 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 7875 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 2925 5760 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4005 4860 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4005 585 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 3600 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 6525 2385 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 7650 585 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 7875 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 7650 4860 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 6570 5760 L1\001

View File

@ -1,146 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5625 3645 5625 4050
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
6750 2565 6750 4050
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 8550 1125 8550 1125 0
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 6300 1935 6300
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 4950 4275 4950 4275 7650 1575 7650 1575 4950
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 4950 7875 4950 7875 7650 5175 7650 5175 4950
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 6255 7425 6255 7425 6345 4950 6345 4950 6255
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 6210 5715 6210 5715 6390 5535 6390 5535 6210
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 6210 7515 6210 7515 6390 7335 6390 7335 6210
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
2925 4005 5625 4005
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
2925 4320 5625 4320
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6975 4005 6750 4005
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6975 4320 6750 4320
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5625 4005 6750 4005
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5580 4320 6750 4320
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 675 4275 675 4275 3375 1575 3375 1575 675
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 675 7875 675 7875 3375 5175 3375 5175 675
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 2025 1935 2025
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 1980 7425 1980 7425 2070 4950 2070 4950 1980
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 1935 5715 1935 5715 2115 5535 2115 5535 1935
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 1935 7515 1935 7515 2115 7335 2115 7335 1935
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 3015 2025 3600
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 2475 2700 2475
2 2 0 2 0 7 40 -1 45 0.000 0 0 -1 0 0 5
2700 2430 3150 2430 3150 2520 2700 2520 2700 2430
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
2925 2385 2925 1620
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 7290 2025 7875
2 2 0 2 0 7 40 -1 45 0.000 0 0 -1 0 0 5
2700 5805 3150 5805 3150 5895 2700 5895 2700 5805
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 4725 3825 6255
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 450 3825 1935
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 2025 5670 2025 5670 3600 5580 3600 5580 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 2430 6750 2430 6750 2520 5625 2520 5625 2430
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 2385 5715 2385 5715 2565 5535 2565 5535 2385
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7470 2025 7380 2025 7380 450 7470 450 7470 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7470 6300 7380 6300 7380 4725 7470 4725 7470 6300
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 3015 2115 1935 1935 1935 1935 3015 2115 3015
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 2115 3915 1935 3735 1935 3735 2115 3915 2115
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 2025 3735 2025
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5085 2475 5535 2115
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5085 2475 5535 2475
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 7290 2115 5760 1935 5760 1935 7290 2115 7290
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 5850 2700 5850
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 6390 3915 6210 3735 6210 3735 6390 3915 6390
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 6300 3735 6300
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 5805 6750 5805 6750 5895 5625 5895 5625 5805
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 5760 5715 5760 5715 5940 5535 5940 5535 5760
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
5625 5760 5625 4275
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
6750 5760 6750 4275
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5130 5850 5535 5850
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5130 5850 5535 6210
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 5850 5670 5850 5670 7875 5580 7875 5580 5850
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 225 Physical Mapping\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1440 6255 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 6210 G2\001
4 0 0 50 -1 19 12 0.0000 4 180 2055 3105 3960 L1 before displacement\001
4 0 0 50 -1 19 12 0.0000 4 180 1905 3105 4500 L1 after displacement\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1440 1980 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 1935 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 3600 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 2925 2700 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 7875 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 2925 5760 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4005 4860 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4005 585 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 3600 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 6525 2385 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 7650 585 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 7875 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 7650 4860 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 6570 5760 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 600 2025 1845 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 3825 2295 AC-NE\001
4 1 18 40 -1 18 12 0.0000 4 135 570 7425 2340 AC-NE\001
4 1 18 40 -1 18 12 0.0000 4 135 570 7425 6615 AC-NE\001
4 2 18 40 -1 18 12 0.0000 4 135 600 5040 2565 AC-SW\001
4 2 18 40 -1 18 12 0.0000 4 135 600 5085 5895 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 600 2025 5670 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 3825 6570 AC-NE\001

View File

@ -1,111 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 -225 -225 3375 3825
6 -225 1260 3375 1440
6 -225 1260 450 1440
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
-225 1260 450 1260 450 1440 -225 1440
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 1350 3375 1350
-6
6 -225 810 3375 990
6 2700 810 3375 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
3375 990 2700 990 2700 810 3375 810
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2700 900 -225 900
-6
6 585 -225 765 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
765 -225 765 450 585 450 585 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
675 450 675 3375
-6
6 2385 -225 2565 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2475 2700 2475 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
2385 3375 2385 2700 2565 2700 2565 3375
-6
6 450 2160 2700 2340
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
1125 2160 1575 2160 1575 2340 1125 2340 1125 2160
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 2250 2700 2250
-6
6 2340 2115 2610 2385
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2475 2160 2475 2340
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2385 2250 2565 2250
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
0 0 3150 0 3150 3150 0 3150 0 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3600 1800 3600 1800 3825 1350 3825 1350 3600
2 4 0 2 4 7 55 -1 20 0.000 0 0 7 0 0 5
2610 1440 540 1440 540 765 2610 765 2610 1440
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 4
675 1350 675 900 2475 900 2475 1350
4 0 0 50 -1 18 12 0.0000 4 135 465 0 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 1575 3780 G4.1\001
-6
6 5400 2160 7650 2340
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
6075 2160 6525 2160 6525 2340 6075 2340 6075 2160
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 2250 7650 2250
-6
6 5490 2115 5760 2385
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5625 2160 5625 2340
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5535 2250 5715 2250
-6
6 5535 -225 5715 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5625 2700 5625 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
5535 3375 5535 2700 5715 2700 5715 3375
-6
6 7335 -225 7515 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
7515 -225 7515 450 7335 450 7335 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7425 450 7425 3375
-6
6 4725 1260 8325 1440
6 7650 1260 8325 1440
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
8325 1440 7650 1440 7650 1260 8325 1260
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7650 1350 4725 1350
-6
6 4725 810 8325 990
6 4725 810 5400 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
4725 810 5400 810 5400 990 4725 990
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 900 8325 900
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 0 8100 0 8100 3150 4950 3150 4950 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6300 3600 6750 3600 6750 3825 6300 3825 6300 3600
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
7560 1440 5490 1440 5490 765 7560 765 7560 1440
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 4
5625 900 5625 1350 7425 1350 7425 900
4 0 0 50 -1 18 12 0.0000 4 135 465 4950 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 6525 3780 G5.1\001

View File

@ -1,109 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 5535 -225 5715 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5625 2700 5625 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
5535 3375 5535 2700 5715 2700 5715 3375
-6
6 7335 -225 7515 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
7515 -225 7515 450 7335 450 7335 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7425 450 7425 3375
-6
6 4725 810 8325 990
6 4725 810 5400 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
4725 810 5400 810 5400 990 4725 990
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 900 8325 900
-6
6 -225 810 3375 990
6 2700 810 3375 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
3375 990 2700 990 2700 810 3375 810
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2700 900 -225 900
-6
6 2385 -225 2565 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2475 2700 2475 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
2385 3375 2385 2700 2565 2700 2565 3375
-6
6 585 -225 765 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
765 -225 765 450 585 450 585 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
675 450 675 3375
-6
6 540 1215 810 1485
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
675 1260 675 1440
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
585 1350 765 1350
-6
6 450 1260 2700 1440
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
1125 1260 1575 1260 1575 1440 1125 1440 1125 1260
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 1350 2700 1350
-6
6 5490 1215 5760 1485
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5625 1260 5625 1440
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5535 1350 5715 1350
-6
6 5400 1260 7650 1440
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
6075 1260 6525 1260 6525 1440 6075 1440 6075 1260
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 1350 7650 1350
-6
6 -225 1935 3375 2115
6 -225 1935 450 2115
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
-225 1935 450 1935 450 2115 -225 2115
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 2025 3375 2025
-6
6 4725 1935 8325 2115
6 7650 1935 8325 2115
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
8325 2115 7650 2115 7650 1935 8325 1935
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7650 2025 4725 2025
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 0 8100 0 8100 3150 4950 3150 4950 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6300 3600 6750 3600 6750 3825 6300 3825 6300 3600
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 4
5625 900 5625 2025 7425 2025 7425 900
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
0 0 3150 0 3150 3150 0 3150 0 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3600 1800 3600 1800 3825 1350 3825 1350 3600
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 4
675 2025 675 900 2475 900 2475 2025
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
7560 2160 5490 2160 5490 765 7560 765 7560 2160
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
2565 2160 540 2160 540 765 2565 765 2565 2160
4 0 0 50 -1 18 12 0.0000 4 135 465 4950 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 6525 3780 G4.4\001
4 0 0 50 -1 18 12 0.0000 4 135 465 0 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 1575 3780 G4.3\001

View File

@ -1,109 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 5400 2160 7650 2340
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
6075 2160 6525 2160 6525 2340 6075 2340 6075 2160
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 2250 7650 2250
-6
6 5490 2115 5760 2385
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5625 2160 5625 2340
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
5535 2250 5715 2250
-6
6 5535 -225 5715 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5625 2700 5625 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
5535 3375 5535 2700 5715 2700 5715 3375
-6
6 7335 -225 7515 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
7515 -225 7515 450 7335 450 7335 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7425 450 7425 3375
-6
6 585 -225 765 3375
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
765 -225 765 450 585 450 585 -225
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
675 450 675 3375
-6
6 2385 -225 2565 3375
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2475 2700 2475 -225
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
2385 3375 2385 2700 2565 2700 2565 3375
-6
6 450 2160 2700 2340
2 2 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 5
1125 2160 1575 2160 1575 2340 1125 2340 1125 2160
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 2250 2700 2250
-6
6 2340 2115 2610 2385
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2475 2160 2475 2340
2 1 0 4 0 7 50 -1 -1 0.000 0 0 7 0 0 2
2385 2250 2565 2250
-6
6 -225 1260 3375 1440
6 2700 1260 3375 1440
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
3375 1440 2700 1440 2700 1260 3375 1260
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
2700 1350 -225 1350
-6
6 -225 810 3375 990
6 -225 810 450 990
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
-225 810 450 810 450 990 -225 990
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
450 900 3375 900
-6
6 4725 585 8325 765
6 7650 585 8325 765
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
8325 765 7650 765 7650 585 8325 585
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
7650 675 4725 675
-6
6 4725 1035 8325 1215
6 4725 1035 5400 1215
2 1 0 1 0 7 40 -1 15 0.000 0 0 -1 0 0 4
4725 1035 5400 1035 5400 1215 4725 1215
-6
2 1 3 1 0 7 45 -1 20 10.000 0 0 -1 0 0 2
5400 1125 8325 1125
-6
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
4950 0 8100 0 8100 3150 4950 3150 4950 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
6300 3600 6750 3600 6750 3825 6300 3825 6300 3600
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
0 0 3150 0 3150 3150 0 3150 0 0
2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
1350 3600 1800 3600 1800 3825 1350 3825 1350 3600
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
675 900 2475 900 2475 1350
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
5625 1125 5625 675 7425 675
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
2610 1440 540 1440 540 765 2610 765 2610 1440
2 4 0 2 4 7 55 -1 -1 0.000 0 0 7 0 0 5
7560 1215 5490 1215 5490 540 7560 540 7560 1215
4 0 0 50 -1 18 12 0.0000 4 135 465 4950 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 6525 3780 G4.6\001
4 0 0 50 -1 18 12 0.0000 4 135 465 0 -45 FCell\001
4 1 0 50 -1 0 12 0.0000 4 135 360 1575 3780 G4.5\001

View File

@ -1,108 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 4500 4275 4500 4275 7200 1575 7200 1575 4500
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 4500 7875 4500 7875 7200 5175 7200 5175 4500
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 4950 1935 4950
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3915 5850 4500 5850
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 5940 2025 7425
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 4860 5715 4860 5715 5040 5535 5040 5535 4860
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 4950 5670 4950 5670 7425 5580 7425 5580 4950
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 4275 3825 4860
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 5940 3915 4860 1935 4860 1935 5940 3915 5940
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 0 0 4
2025 4950 2025 5850 3825 5850 3825 4950
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 4905 5625 4905 5625 4995 4950 4995 4950 4905
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
2520 900 3780 900
2 1 0 4 18 7 50 -1 -1 0.000 0 0 -1 0 0 2
6075 4905 6075 4995
2 1 0 4 18 7 50 -1 -1 0.000 0 0 -1 0 0 2
7155 4950 7245 4950
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 7875 1125 7875 1125 0
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 675 4275 675 4275 3375 1575 3375 1575 675
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 675 7875 675 7875 3375 5175 3375 5175 675
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 1125 1935 1125
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2565 2025 4500 2025
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 2115 2025 3600
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2565 2115 2565 1035 1935 1035 1935 2115 2565 2115
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2475 450 2475 1035
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 1035 5715 1035 5715 1215 5535 1215 5535 1035
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 1125 5670 1125 5670 3600 5580 3600 5580 1125
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 0 0 4
2475 1125 2025 1125 2025 2025 2475 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
6165 1125 6075 1125 6075 450 6165 450 6165 1125
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6030 1035 6210 1035 6210 1215 6030 1215 6030 1035
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 1980 8100 1980 8100 2070 5625 2070 5625 1980
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 1935 5715 1935 5715 2115 5535 2115 5535 1935
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 1080 6120 1080 6120 1170 4950 1170 4950 1080
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 5805 8100 5805 8100 5895 5625 5895 5625 5805
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 5760 5715 5760 5715 5940 5535 5940 5535 5760
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 5760 7515 5760 7515 5940 7335 5940 7335 5760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7470 5850 7380 5850 7380 4275 7470 4275 7470 5850
3 0 0 1 18 7 50 -1 -1 0.000 0 1 0 2
3 0 1.00 60.00 120.00
6075 4950 5715 4950
0.000 0.000
3 0 0 1 18 7 50 -1 -1 0.000 0 1 0 2
3 0 1.00 60.00 120.00
7200 4950 7200 5760
0.000 0.000
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 7425 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 4905 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4410 6030 G4\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 7425 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 4860 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2250 5490 AC1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4005 4410 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 7650 4410 G3\001
4 1 18 40 -1 18 12 0.0000 4 135 345 6525 5265 AC1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 3600 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 1080 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4410 2205 G4\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 3600 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2655 585 G3\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 6525 585 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 1035 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 345 5985 1530 AC1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2250 1665 AC1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 8010 2250 G4\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 8010 6075 G4\001

View File

@ -1,151 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 1260 405 8145 3645
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
2520 900 3780 900
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 675 7875 675 7875 3375 5175 3375 5175 675
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 1125 1935 1125
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2565 2025 4500 2025
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 2115 2025 3600
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2475 450 2475 1035
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 1035 5715 1035 5715 1215 5535 1215 5535 1035
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 1125 5670 1125 5670 3600 5580 3600 5580 1125
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 2115 2115 1035 1935 1035 1935 2115 2115 2115
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2565 2115 2565 1035 2385 1035 2385 2115 2565 2115
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 1575 2385 1575
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 1080 5625 1080 5625 1170 4950 1170 4950 1080
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 1485 5715 1485 5715 1665 5535 1665 5535 1485
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
6165 2025 6075 2025 6075 450 6165 450 6165 2025
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6030 1485 6210 1485 6210 1665 6030 1665 6030 1485
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6030 1935 6210 1935 6210 2115 6030 2115 6030 1935
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 1530 6120 1530 6120 1620 5625 1620 5625 1530
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
6120 1980 8100 1980 8100 2070 6120 2070 6120 1980
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5085 1575 5535 1575
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5085 1575 5535 1215
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 675 4275 675 4275 3375 1575 3375 1575 675
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6750 1575 6210 1575
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6750 1575 6210 1935
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 3600 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 1080 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4410 2205 G4\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 3600 G1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2655 585 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 1035 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 2250 1755 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 8010 2250 G4\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 6345 585 G3\001
4 0 18 40 -1 18 12 0.0000 4 135 570 2655 1665 AC-NE\001
4 2 18 40 -1 18 12 0.0000 4 135 600 5040 1620 AC-SW\001
4 0 18 40 -1 18 12 0.0000 4 135 570 6795 1620 AC-NE\001
-6
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 7875 1125 7875 1125 0
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 4500 7875 4500 7875 7200 5175 7200 5175 4500
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 4950 1935 4950
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3915 5850 4500 5850
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 5940 2025 7425
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 4860 5715 4860 5715 5040 5535 5040 5535 4860
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 4950 5670 4950 5670 7425 5580 7425 5580 4950
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 5940 2115 4860 1935 4860 1935 5940 2115 5940
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 5400 3735 5400
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 4905 5625 4905 5625 4995 4950 4995 4950 4905
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 5310 5715 5310 5715 5490 5535 5490 5535 5310
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5085 5400 5535 5400
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5085 5400 5535 5040
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 4500 4275 4500 4275 7200 1575 7200 1575 4500
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 4275 3825 4860
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 5940 3915 4860 3735 4860 3735 5940 3915 5940
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7425 5850 7335 5850 7335 4275 7425 4275 7425 5850
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7290 5310 7470 5310 7470 5490 7290 5490 7290 5310
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7290 5760 7470 5760 7470 5940 7290 5940 7290 5760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7380 5805 8100 5805 8100 5895 7380 5895 7380 5805
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 5355 7380 5355 7380 5445 5625 5445 5625 5355
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6975 6255 7290 5490
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6975 6255 7290 5940
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6075 5175 7290 5175
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6075 5850 7290 5850
2 1 0 4 18 7 50 -1 -1 0.000 0 0 -1 0 0 2
6075 5805 6075 5895
2 1 0 4 18 7 50 -1 -1 0.000 0 0 -1 0 0 2
6075 5130 6075 5220
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001
4 2 18 40 -1 18 12 0.0000 4 135 600 1845 1665 AC-SW\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 5850 7425 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 4905 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4410 6030 G4\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 2205 7425 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 4860 G2\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 8010 6075 G4\001
4 2 18 40 -1 18 12 0.0000 4 135 600 5040 5445 AC-SW\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 4005 4410 G3\001
4 2 18 40 -1 18 12 0.0000 4 135 570 3645 5850 AC-NE\001
4 2 18 40 -1 18 12 0.0000 4 135 600 1845 5490 AC-SW\001
4 1 -1 40 -1 18 12 0.0000 4 135 255 7605 4410 G3\001
4 2 18 40 -1 18 12 0.0000 4 135 570 6930 6345 AC-NE\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 2925 5580 L1\001
4 1 -1 40 -1 18 12 0.0000 4 135 210 6525 5625 L1\001

View File

@ -1,66 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
0 32 #000000
0 33 #ddcccc
0 34 #611616
0 35 #ccccdd
6 4050 3195 7200 3690
2 2 0 0 0 35 60 -1 20 0.000 0 0 -1 0 0 5
4050 3195 7200 3195 7200 3690 4050 3690 4050 3195
4 0 0 50 -1 18 12 0.0000 4 180 1455 4950 3375 AutoInvalidate()\001
4 0 0 50 -1 18 12 0.0000 4 180 2235 4950 3600 anchor->AutoInvalidate()\001
-6
6 4050 2700 7200 3195
2 2 0 0 -1 33 60 -1 20 0.000 0 0 -1 0 0 5
4050 2700 7200 2700 7200 3195 4050 3195 4050 2700
4 0 34 50 -1 18 12 0.0000 4 135 600 4275 2925 Router\001
4 0 34 50 -1 18 12 0.0000 4 180 2535 4275 3150 autoSegment->SetAxis( ... )\001
-6
6 8325 4275 12825 7515
6 8325 4275 12825 4545
6 8325 4275 12825 4545
2 2 0 1 0 7 60 -1 -1 0.000 0 0 -1 0 0 5
8325 4275 12825 4275 12825 4545 8325 4545 8325 4275
4 0 0 50 -1 18 12 0.0000 4 180 2490 8550 4455 _autoContacts (invalidated)\001
-6
-6
2 2 0 0 0 35 60 -1 20 0.000 0 0 -1 0 0 5
8325 4725 12825 4725 12825 5490 8325 5490 8325 4725
2 1 0 2 0 7 60 -1 -1 0.000 0 0 -1 1 0 2
3 0 2.00 120.00 240.00
11205 5445 11205 6300
2 2 0 1 0 7 60 -1 -1 0.000 0 0 -1 0 0 5
8325 6300 12825 6300 12825 6615 8325 6615 8325 6300
2 2 0 0 0 35 60 -1 20 0.000 0 0 -1 0 0 5
8325 6750 12825 6750 12825 7515 8325 7515 8325 6750
4 0 0 50 -1 19 12 0.0000 4 135 750 8550 4950 For each\001
4 0 0 50 -1 18 12 0.0000 4 180 2970 9225 5175 autoContact->UpdateGeometry()\001
4 0 0 50 -1 18 12 0.0000 4 180 2820 9900 5400 autoSegment->AutoInvalidate()\001
4 0 0 50 -1 18 12 0.0000 4 135 1080 9360 4950 autoContact\001
4 0 0 50 -1 19 12 0.0000 4 135 750 8505 6975 For each\001
4 0 0 50 -1 18 12 0.0000 4 180 2745 9225 7200 autoSegment->OnRevalidate()\001
4 0 0 50 -1 18 12 0.0000 4 180 3300 9225 7425 _revalidateCallBack ( autoSegment )\001
4 0 0 50 -1 18 12 0.0000 4 180 1185 9360 6975 autoSegment\001
4 0 0 50 -1 18 12 0.0000 4 180 2595 8550 6525 _autoSegments (invalidated)\001
-6
6 4050 4725 7200 5040
2 2 0 0 -1 33 55 -1 20 0.000 0 0 -1 0 0 5
4050 4725 7200 4725 7200 5040 4050 5040 4050 4725
4 0 34 50 -1 18 12 0.0000 4 180 1950 4275 4950 Session::Revalidate()\001
-6
2 1 0 2 0 7 60 -1 -1 0.000 0 0 -1 1 0 4
3 0 2.00 120.00 240.00
5670 3645 5670 5850 9225 5850 9225 6300
2 1 0 2 0 7 60 -1 -1 0.000 0 0 -1 1 0 3
3 0 2.00 120.00 240.00
7200 3555 10530 3555 10530 4275
2 1 0 4 33 35 50 -1 -1 0.000 0 0 -1 1 0 2
1 1 2.00 120.00 240.00
7200 4905 8325 4905

View File

@ -1,87 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 3420 3195 5265 4500
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 3465 5040 3465
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4050 3465 4050 3690
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4365 3465 4365 3915
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4950 3465 4950 4320
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4635 3465 4635 4095
4 1 0 40 -1 14 14 0.0000 4 195 945 4500 3375 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 4275 3825 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 4545 4050 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 4860 4275 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 5265 4500 Terminal\001
-6
6 3555 4680 4995 4860
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
3555 4770 4005 4770
4 0 0 40 -1 18 12 0.0000 4 180 735 4230 4815 Collapse\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 2700 90 90 360 2700 540 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 2700 90 90 2610 2700 2790 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 3825 90 90 1485 3825 1665 3825
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 1575 90 90 2610 1575 2790 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 1575 90 90 3735 1575 3915 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 450 90 90 3735 450 3915 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4950 450 90 90 4860 450 5040 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 2700 90 90 1485 2700 1665 2700
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 4950 0 4950 0 0
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 2700 1485 2700
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1665 2700 2610 2700
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 2790 1575 3735
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 1665 2700 2610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 1575 3735 1575
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 540 3825 1485
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3915 450 4860 450
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
5400 3150 3150 3150 3150 4950
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 4545 5400 4545
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
720 2385 1260 2385 1260 2655 720 2655 720 2385
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1845 2385 2385 2385 2385 2655 1845 2655 1845 2385
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 3150 2160 3150 2160 3420 1620 3420 1620 3150
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2745 2025 3285 2025 3285 2295 2745 2295 2745 2025
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2970 1260 3510 1260 3510 1530 2970 1530 2970 1260
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
3870 900 4410 900 4410 1170 3870 1170 3870 900
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4095 135 4635 135 4635 405 4095 405 4095 135
3 2 0 1 12 7 40 -1 -1 0.000 0 1 1 4
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
3735 495 3600 765 3600 1215 3780 1530
0.000 -1.000 -1.000 0.000
4 1 0 40 -1 14 12 0.0000 4 165 420 990 2565 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 120 420 2115 2565 C---\001
4 1 0 40 -1 14 12 0.0000 4 165 420 1890 3330 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 120 420 3015 2205 C---\001
4 1 0 40 -1 14 12 0.0000 4 165 420 3240 1440 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 120 420 4140 1080 C---\001
4 1 0 40 -1 14 12 0.0000 4 165 420 4365 315 C-g-\001

View File

@ -1,87 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 3420 2295 5265 3600
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 2565 5040 2565
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4050 2565 4050 2790
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4365 2565 4365 3015
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4950 2565 4950 3420
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4635 2565 4635 3195
4 1 0 40 -1 14 14 0.0000 4 195 945 4500 2475 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 4275 2925 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 4545 3150 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 4860 3375 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 5265 3600 Terminal\001
-6
6 3555 3780 4995 3960
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
3555 3870 4005 3870
4 0 0 40 -1 18 12 0.0000 4 180 735 4230 3915 Collapse\001
-6
6 4140 360 4680 630
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4140 360 4680 360 4680 630 4140 630 4140 360
4 1 0 40 -1 14 12 0.0000 4 135 420 4410 540 --g-\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 1800 90 90 360 1800 540 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 1800 90 90 2610 1800 2790 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 2925 90 90 1485 2925 1665 2925
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 675 90 90 2610 675 2790 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 675 90 90 3735 675 3915 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 1800 90 90 1485 1800 1665 1800
1 4 0 1 0 7 40 -1 -1 0.000 1 0.0000 3825 675 135 135 3690 675 3960 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4950 675 90 90 4860 675 5040 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 1800 1485 1800
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1665 1800 2610 1800
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 1890 1575 2835
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 765 2700 1710
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
5400 2250 3150 2250 3150 4050
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 3645 5400 3645
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
720 1485 1260 1485 1260 1755 720 1755 720 1485
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1845 1485 2385 1485 2385 1755 1845 1755 1845 1485
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 2250 2160 2250 2160 2520 1620 2520 1620 2250
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2745 1125 3285 1125 3285 1395 2745 1395 2745 1125
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2970 360 3510 360 3510 630 2970 630 2970 360
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 675 3690 675
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 4050 0 4050 0 0
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
3915 675 4860 675
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
3555 855 4095 855 4095 1125 3555 1125 3555 855
3 2 0 1 12 7 40 -1 -1 0.000 0 1 1 4
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
1620 1710 1890 1350 2430 1350 2655 1710
0.000 -1.000 -1.000 0.000
4 1 0 40 -1 14 12 0.0000 4 165 420 990 1665 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 120 420 2115 1665 C---\001
4 1 0 40 -1 14 12 0.0000 4 165 420 1890 2430 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 120 420 3015 1305 C---\001
4 1 0 40 -1 14 12 0.0000 4 165 420 3240 540 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 90 420 3825 1035 -c--\001

View File

@ -1,85 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 3420 2295 5265 3600
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 2565 5040 2565
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4050 2565 4050 2790
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4365 2565 4365 3015
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4950 2565 4950 3420
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4635 2565 4635 3195
4 1 0 40 -1 14 14 0.0000 4 195 945 4500 2475 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 4275 2925 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 4545 3150 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 4860 3375 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 5265 3600 Terminal\001
-6
6 3555 3780 4995 3960
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
3555 3870 4005 3870
4 0 0 40 -1 18 12 0.0000 4 180 735 4230 3915 Collapse\001
-6
6 3015 360 3555 630
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
3015 360 3555 360 3555 630 3015 630 3015 360
4 1 0 40 -1 14 12 0.0000 4 135 420 3285 540 --g-\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 1800 90 90 360 1800 540 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 2925 90 90 1485 2925 1665 2925
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 90 90 1485 675 1665 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 1800 90 90 1485 1800 1665 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 1800 135 135 1440 1800 1710 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 675 90 90 2610 675 2790 675
1 4 0 1 0 7 40 -1 -1 0.000 1 0.0000 2700 675 135 135 2565 675 2835 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 675 90 90 3735 675 3915 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 1800 1440 1800
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 1935 1575 2835
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
5400 2250 3150 2250 3150 4050
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 3645 5400 3645
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
720 1485 1260 1485 1260 1755 720 1755 720 1485
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 2250 2160 2250 2160 2520 1620 2520 1620 2250
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 4050 0 4050 0 0
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 765 1575 1665
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1845 360 2385 360 2385 630 1845 630 1845 360
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1665 675 2565 675
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 675 3735 675
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2430 855 2970 855 2970 1125 2430 1125 2430 855
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 1125 2160 1125 2160 1395 1620 1395 1620 1125
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1845 1665 2385 1665 2385 1935 1845 1935 1845 1665
3 2 0 1 12 7 40 -1 -1 0.000 0 1 1 4
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
1485 720 1215 945 1215 1395 1485 1710
0.000 -1.000 -1.000 0.000
4 1 0 40 -1 14 12 0.0000 4 165 420 990 1665 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 165 420 1890 2430 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 165 420 2115 540 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 120 420 1890 1305 C---\001
4 1 0 40 -1 14 12 0.0000 4 90 420 2700 1035 -c--\001
4 1 0 40 -1 14 12 0.0000 4 90 420 2115 1845 -c--\001

View File

@ -1,90 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 3420 2295 5265 3600
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 2565 5040 2565
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4050 2565 4050 2790
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4365 2565 4365 3015
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4950 2565 4950 3420
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4635 2565 4635 3195
4 1 0 40 -1 14 14 0.0000 4 195 945 4500 2475 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 4275 2925 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 4545 3150 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 4860 3375 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 5265 3600 Terminal\001
-6
6 3555 3780 4995 3960
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
3555 3870 4005 3870
4 0 0 40 -1 18 12 0.0000 4 180 735 4230 3915 Collapse\001
-6
6 3015 360 3555 630
6 3015 360 3555 630
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
3015 360 3555 360 3555 630 3015 630 3015 360
4 1 0 40 -1 14 12 0.0000 4 135 420 3285 540 --g-\001
-6
-6
6 1845 360 2385 630
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1845 360 2385 360 2385 630 1845 630 1845 360
4 1 0 40 -1 14 12 0.0000 4 135 420 2115 540 --g-\001
-6
6 2430 225 2970 495
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2430 225 2970 225 2970 495 2430 495 2430 225
4 1 0 40 -1 14 12 0.0000 4 90 420 2700 405 -c--\001
-6
6 1620 1305 2160 1575
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 1305 2160 1305 2160 1575 1620 1575 1620 1305
4 1 0 40 -1 14 12 0.0000 4 165 420 1890 1485 C-g-\001
-6
6 1755 855 2295 1125
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1755 855 2295 855 2295 1125 1755 1125 1755 855
4 1 0 40 -1 14 12 0.0000 4 90 420 2025 1035 -c--\001
-6
6 2340 855 2880 1125
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2340 855 2880 855 2880 1125 2340 1125 2340 855
4 1 0 40 -1 14 12 0.0000 4 90 420 2610 1035 -c--\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 675 90 90 2610 675 2790 675
1 4 0 1 0 7 40 -1 -1 0.000 1 0.0000 2700 675 135 135 2565 675 2835 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 675 90 90 3735 675 3915 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 675 90 90 360 675 540 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 1800 90 90 1485 1800 1665 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 90 90 1485 675 1665 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 135 135 1440 675 1710 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 180 180 1395 675 1755 675
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
5400 2250 3150 2250 3150 4050
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 3645 5400 3645
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 4050 0 4050 0 0
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
1755 675 2565 675
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 675 3735 675
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
720 360 1260 360 1260 630 720 630 720 360
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 675 1395 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 855 1575 1710
4 1 0 40 -1 14 12 0.0000 4 165 420 990 540 C-g-\001

View File

@ -1,81 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 4230 1710 4770 1980
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4230 1710 4770 1710 4770 1980 4230 1980 4230 1710
4 1 0 40 -1 14 12 0.0000 4 165 420 4500 1890 C-g-\001
-6
6 4905 1530 5445 1800
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4905 1530 5445 1530 5445 1800 4905 1800 4905 1530
4 1 0 40 -1 14 12 0.0000 4 90 420 5175 1710 -c--\001
-6
6 5670 1710 6210 1980
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5670 1710 6210 1710 6210 1980 5670 1980 5670 1710
4 1 0 40 -1 14 12 0.0000 4 135 420 5940 1890 --g-\001
-6
6 4950 2655 6795 3960
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5490 2925 6570 2925
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5580 2925 5580 3150
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5895 2925 5895 3375
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
6480 2925 6480 3780
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
6165 2925 6165 3555
4 1 0 40 -1 14 14 0.0000 4 195 945 6030 2835 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 5805 3285 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 6075 3510 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 6390 3735 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 6795 3960 Terminal\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3870 2025 90 90 3780 2025 3960 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 2025 135 135 5040 2025 5310 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 2025 90 90 5085 2025 5265 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 6525 2025 90 90 6435 2025 6615 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 2025 90 90 360 2025 540 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1800 2025 90 90 1710 2025 1890 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1800 675 90 90 1710 675 1890 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3150 675 90 90 3060 675 3240 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 2025 5040 2025
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
5310 2025 6435 2025
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 2025 1710 2025
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1800 765 1800 1935
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1890 675 3060 675
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
810 1710 1350 1710 1350 1980 810 1980 810 1710
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1845 1215 2385 1215 2385 1485 1845 1485 1845 1215
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2160 360 2700 360 2700 630 2160 630 2160 360
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
6975 2475 4725 2475 4725 4050
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 6975 0 6975 4050 0 4050 0 0
4 1 0 40 -1 14 12 0.0000 4 165 420 1080 1890 C-g-\001
4 1 0 40 -1 14 12 0.0000 4 120 420 2115 1395 C---\001
4 1 0 40 -1 14 12 0.0000 4 165 420 2430 540 C-g-\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1125 2205 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 1665 1440 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2430 855 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4500 2205 G1\001
4 1 18 40 -1 18 12 0.0000 4 135 255 5940 2205 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 210 5175 2340 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 345 1800 540 AC2\001
4 1 0 40 -1 18 12 0.0000 4 135 345 1800 2340 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 945 5175 1485 AC1 & AC2\001

View File

@ -1,82 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 4950 2655 6795 3960
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5490 2925 6570 2925
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5580 2925 5580 3150
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5895 2925 5895 3375
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
6480 2925 6480 3780
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
6165 2925 6165 3555
4 1 0 40 -1 14 14 0.0000 4 195 945 6030 2835 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 5805 3285 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 6075 3510 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 6390 3735 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 6795 3960 Terminal\001
-6
6 810 360 1350 630
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
810 360 1350 360 1350 630 810 630 810 360
4 1 0 40 -1 14 12 0.0000 4 165 420 1080 540 C-g-\001
-6
6 4185 360 4725 630
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 360 4725 360 4725 630 4185 630 4185 360
4 1 0 40 -1 14 12 0.0000 4 165 420 4455 540 C-g-\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1800 2025 90 90 1710 2025 1890 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1800 675 90 90 1710 675 1890 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3150 675 90 90 3060 675 3240 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 675 90 90 360 675 540 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 2025 90 90 5085 2025 5265 2025
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 675 90 90 5085 675 5265 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 6525 675 90 90 6435 675 6615 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 675 90 90 3735 675 3915 675
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
6975 2475 4725 2475 4725 4050
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 6975 0 6975 4050 0 4050 0 0
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1800 765 1800 1935
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1890 675 3060 675
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1845 1215 2385 1215 2385 1485 1845 1485 1845 1215
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2160 360 2700 360 2700 630 2160 630 2160 360
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 675 1710 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5175 765 5175 1935
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
5265 675 6435 675
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5220 1215 5760 1215 5760 1485 5220 1485 5220 1215
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 360 6075 360 6075 630 5535 630 5535 360
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3915 675 5085 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5085 675 5310 675
4 1 0 40 -1 14 12 0.0000 4 120 420 2115 1395 C---\001
4 1 0 40 -1 14 12 0.0000 4 165 420 2430 540 C-g-\001
4 1 0 40 -1 18 12 0.0000 4 135 210 1665 1440 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2430 855 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 345 1800 540 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1080 855 G1\001
4 1 0 40 -1 14 12 0.0000 4 120 420 5490 1395 C---\001
4 1 0 40 -1 14 12 0.0000 4 135 420 5805 540 --g-\001
4 1 0 40 -1 18 12 0.0000 4 135 210 5040 1440 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 255 5805 855 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 345 5175 540 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4455 855 G1\001

View File

@ -1,65 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2700 1350 90 90 2610 1350 2790 1350
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 2700 2025 90 90 2610 2025 2790 2025
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1125 2025 90 90 1035 2025 1215 2025
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3600 2025 90 90 3510 2025 3690 2025
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 890 2965 90 90 800 2965 980 2965
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2025 900 2115 900 2115 1800 2025 1800 2025 900
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1980 1260 2160 1260 2160 1440 1980 1440 1980 1260
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2160 1350 2610 1350
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 1440 2700 1935
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
1215 2025 2610 2025
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 2025 3510 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5130 900 5220 900 5220 1800 5130 1800 5130 900
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5175 1305 5850 1305 5850 1395 5175 1395 5175 1305
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5805 1350 5895 1350 5895 2250 5805 2250 5805 1350
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
4500 2205 5850 2205 5850 2295 4500 2295 4500 2205
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5850 630 6750 630 6750 720 5850 720 5850 630
2 1 0 2 18 7 40 -1 45 0.000 0 0 -1 0 0 2
5850 765 5850 1260
2 1 0 1 18 7 30 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6525 1125 5850 990
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
675 2745 3375 2745 3375 3375
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 450 3150 450 3150 2475 1575 2475 1575 450
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
4725 450 6300 450 6300 2475 4725 2475 4725 450
2 4 0 1 18 7 30 -1 -1 0.000 0 0 7 0 0 5
6030 2430 6030 495 5670 495 5670 2430 6030 2430
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
675 0 7200 0 7200 3375 675 3375 675 0
4 1 12 40 -1 18 12 0.0000 4 135 210 2385 1305 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 6030 1845 L2\001
4 0 18 30 -1 14 12 0.0000 4 135 315 6615 1170 gap\001
4 0 0 30 -1 18 12 0.0000 4 180 930 2250 3285 G: "global"\001
4 0 0 30 -1 18 12 0.0000 4 135 1095 1125 3015 AutoContact\001
4 0 0 30 -1 18 12 0.0000 4 135 780 1125 3285 L: "local"\001
4 1 12 40 -1 18 12 0.0000 4 135 255 6660 585 G2\001
4 1 12 40 -1 18 12 0.0000 4 135 255 4590 2475 G1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 5445 1260 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 255 1350 2205 G1\001
4 1 12 40 -1 18 12 0.0000 4 135 255 3375 2205 G2\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2835 1755 L2\001
4 1 0 30 -1 14 12 0.0000 4 120 2205 2340 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 5490 225 Physical Mapping\001

View File

@ -1,20 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 900 900 90 90 810 900 990 900
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 225 2925 225 2925 1575 0 1575 0 225
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2430 450 2520 450 2520 1350 2430 1350 2430 450
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 810 2565 810 2565 990 2385 990 2385 810
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2385 900 990 900
4 1 0 40 -1 18 12 0.0000 4 180 1335 900 1170 _targetContact\001
4 1 12 40 -1 18 12 0.0000 4 135 180 1575 855 Lt\001

View File

@ -1,24 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 900 1575 90 90 810 1575 990 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 890 670 90 90 800 670 980 670
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 225 2925 225 2925 2250 0 2250 0 225
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2430 1125 2520 1125 2520 2025 2430 2025 2430 1125
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 1485 2565 1485 2565 1665 2385 1665 2385 1485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2385 1575 990 1575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
900 765 900 1485
4 1 0 40 -1 18 12 0.0000 4 180 1335 900 495 _targetContact\001
4 1 12 40 -1 18 12 0.0000 4 135 180 1710 1755 Lt\001
4 1 12 40 -1 18 12 0.0000 4 135 180 1035 1170 Lt\001

View File

@ -1,31 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 180 405 4410 1485
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1890 1350 90 90 1800 1350 1980 1350
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1890 675 90 90 1800 675 1980 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3375 1260 3555 1260 3555 1440 3375 1440 3375 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3375 1350 1980 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 765 1890 1260
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1035 585 1215 585 1215 765 1035 765 1035 585
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1800 675 1260 675
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
225 720 225 630 1125 630 1125 720 225 720
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
3465 1395 3465 1305 4365 1305 4365 1395 3465 1395
4 1 0 40 -1 18 12 0.0000 4 180 285 720 540 rp1\001
4 1 0 40 -1 18 12 0.0000 4 180 285 3915 1215 rp2\001
-6
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 225 4725 225 4725 1800 0 1800 0 225

View File

@ -1,29 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 450 2025 90 90 360 2025 540 2025
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1125 2025 90 90 1035 2025 1215 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
405 450 495 450 495 1350 405 1350 405 450
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
360 1260 540 1260 540 1440 360 1440 360 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
450 1440 450 1935
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1035 2025 540 2025
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1125 2385 1125 2115
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1035 2385 1215 2385 1215 2565 1035 2565 1035 2385
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1080 2475 1170 2475 1170 3375 1080 3375 1080 2475
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 225 1800 225 1800 3600 0 3600 0 225
4 1 0 40 -1 18 12 0.0000 4 180 285 720 900 rp1\001
4 1 0 40 -1 18 12 0.0000 4 180 285 1395 2970 rp2\001

View File

@ -1,76 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 5220 2745 5400 2880
4 1 18 30 -1 18 12 0.0000 4 135 150 5310 2880 G\001
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3825 1575 90 90 3735 1575 3915 1575
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 1575 1800 90 90 1485 1800 1665 1800
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 2700 2250 90 90 2610 2250 2790 2250
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1575 675 90 90 1485 675 1665 675
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2700 1125 90 90 2610 1125 2790 1125
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 2700 1800 90 90 2610 1800 2790 1800
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 3825 2700 90 90 3735 2700 3915 2700
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 3825 2250 90 90 3735 2250 3915 2250
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 1350 90 90 1485 1350 1665 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3825 1665 3825 2160
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
4185 1575 3915 1575
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 1485 4365 1485 4365 1665 4185 1665 4185 1485
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 1125 4320 1125 4320 2025 4230 2025 4230 1125
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
3735 2250 2790 2250
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
2700 2160 2700 1890
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
2610 1800 1665 1800
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1575 1710 1575 1440
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1980 225 2070 225 2070 1125 1980 1125 1980 225
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1935 585 2115 585 2115 765 1935 765 1935 585
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1935 675 1665 675
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1575 765 1575 1260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
3105 675 3195 675 3195 1575 3105 1575 3105 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 1035 3240 1035 3240 1215 3060 1215 3060 1035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1125 2790 1125
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2700 1215 2700 1710
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 5175 0 5175 3600 0 3600 0 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 2700 3150 2700 3600
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
1485 1350 -225 1350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
3825 2610 3825 2340
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
1575 1440 1575 1440
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
2700 1710 2700 1890
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3825 2160 3825 2385
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
5400 2700 3915 2700
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 945 1575 3555 East+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 2-3-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 1530 G\001
4 1 0 40 -1 18 12 0.0000 4 180 1665 3825 3015 _northEastContact\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 1485 1215 _southWestContact\001

View File

@ -1,22 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 665 670 90 90 575 670 755 670
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2250 1575 90 90 2160 1575 2340 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2250 675 90 90 2160 675 2340 675
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 765 2250 1485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 675 765 675
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 2925 0 2925 2025 0 2025 0 0
4 1 0 40 -1 18 12 0.0000 4 180 540 675 495 target\001
4 1 0 40 -1 18 12 0.0000 4 105 600 2250 1845 source\001
4 1 12 40 -1 18 12 0.0000 4 135 105 1440 630 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 2340 1215 L\001

View File

@ -1,22 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 665 670 90 90 575 670 755 670
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2250 1575 90 90 2160 1575 2340 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 675 1575 90 90 585 1575 765 1575
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 2925 0 2925 2025 0 2025 0 0
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 1575 765 1575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
675 765 675 1485
4 1 0 40 -1 18 12 0.0000 4 180 540 675 495 target\001
4 1 0 40 -1 18 12 0.0000 4 105 600 2250 1845 source\001
4 1 12 40 -1 18 12 0.0000 4 135 105 1575 1530 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 765 1170 L\001

View File

@ -1,458 +0,0 @@
#FIG 3.2
Portrait
Center
Metric
A4
55.00
Single
-2
1200 2
6 -270 22230 5490 26370
6 4140 23355 4410 24345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 23760 4365 23760 4365 23940 4185 23940 4185 23760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 23400 4320 23400 4320 24300 4230 24300 4230 23400
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 24525 90 90 2835 24525 3015 24525
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 22500 5175 22500 5175 26100 0 26100 0 22500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 25650 4050 25650 4050 26100
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 25155 3825 25155 3825 25245 2250 25245 2250 25155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 25110 3015 25110 3015 25290 2835 25290 2835 25110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 25110 2925 24615
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
2115 23850 3510 23850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 23850 3690 23850
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 24615 3600 26325
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2025 22275 2025 23085
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 24525 3510 24525
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 24615 3510 24615 3510 23760 3690 23760 3690 24615
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5400 23175 2115 23175
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
2115 23940 1935 23940 1935 23085 2115 23085 2115 23940
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3510 24300 -225 24300
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 24210 3690 24210
4 0 0 30 -1 18 12 0.0000 4 135 615 45 26055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 25830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 25830 4-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 2175 1575 26055 North+South+East+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 23805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 24930 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 1890 23715 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 1890 22410 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3510 26325 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3735 24660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5355 23130 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 24525 G\001
-6
6 -270 17730 5445 21600
6 4140 18405 4410 19395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 18810 4365 18810 4365 18990 4185 18990 4185 18810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 18450 4320 18450 4320 19350 4230 19350 4230 18450
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 19575 90 90 2835 19575 3015 19575
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 3600 20700 90 90 3510 20700 3690 20700
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 18000 5175 18000 5175 21600 0 21600 0 18000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 21150 3375 21150 3375 21600
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 17775 3600 18810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 20205 3825 20205 3825 20295 2250 20295 2250 20205
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 20160 3015 20160 3015 20340 2835 20340 2835 20160
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 20160 2925 19665
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 18900 3690 18900
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 19575 3510 19575
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 19665 3510 19665 3510 18810 3690 18810 3690 19665
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5400 19575 3690 19575
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3600 19665 3600 20610
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 20700 3510 20700
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 19260 3690 19260
4 0 0 30 -1 18 12 0.0000 4 135 615 45 21555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 21330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 21330 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1545 1575 21555 North+East+West\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3510 17910 G\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 18855 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 19980 Lt\001
4 0 0 40 -1 18 12 0.0000 4 180 1665 3780 19800 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5310 19530 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 3420 20610 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -180 20655 G\001
-6
6 5805 18000 11565 21870
6 10215 18855 10485 19845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 19260 10440 19260 10440 19440 10260 19440 10260 19260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 18900 10395 18900 10395 19800 10305 19800 10305 18900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 9000 20025 90 90 8910 20025 9090 20025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 18000 11250 18000 11250 21600 6075 21600 6075 18000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 21150 9450 21150 9450 21600
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 20655 9900 20655 9900 20745 8325 20745 8325 20655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 20610 9090 20610 9090 20790 8910 20790 8910 20610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 20610 9000 20115
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 19350 9765 19350
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 20115 9675 21825
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9090 20025 9585 20025
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 20115 9585 20115 9585 19260 9765 19260 9765 20115
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9585 19800 5850 19800
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 18540 9585 18540 9585 18360 9765 18360 9765 18540
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9675 18540 9675 19260
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
11475 18450 9765 18450
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 19710 9765 19710
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 21555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 21330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 21330 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1575 7650 21555 South+East+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 19305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 20430 Lt\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9585 21825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9810 20160 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5940 19710 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 9495 18495 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11385 18360 G\001
-6
6 -270 13230 5490 17370
6 4140 14355 4410 15345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 14760 4365 14760 4365 14940 4185 14940 4185 14760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 14400 4320 14400 4320 15300 4230 15300 4230 14400
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2025 14850 90 90 1935 14850 2115 14850
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 15525 90 90 2835 15525 3015 15525
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 13500 5175 13500 5175 17100 0 17100 0 13500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 16650 3375 16650 3375 17100
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 16155 3825 16155 3825 16245 2250 16245 2250 16155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 16110 3015 16110 3015 16290 2835 16290 2835 16110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 16110 2925 15615
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
2115 14850 3510 14850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 14850 3690 14850
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 15615 3600 17325
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2025 13275 2025 14760
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 15525 3510 15525
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 15615 3510 15615 3510 14760 3690 14760 3690 15615
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3510 15300 -225 15300
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 15255 3690 15255
4 0 0 30 -1 18 12 0.0000 4 135 615 45 17055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 16830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 16830 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1665 1575 17055 North+South+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 14805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 15930 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 1890 14715 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 1890 13410 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3510 17325 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3735 15660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -180 15255 G\001
-6
6 6075 13230 11565 17370
6 10215 14355 10485 15345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 14760 10440 14760 10440 14940 10260 14940 10260 14760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 14400 10395 14400 10395 15300 10305 15300 10305 14400
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 9000 15525 90 90 8910 15525 9090 15525
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 13500 11250 13500 11250 17100 6075 17100 6075 13500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 16650 9450 16650 9450 17100
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 16155 9900 16155 9900 16245 8325 16245 8325 16155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 16110 9090 16110 9090 16290 8910 16290 8910 16110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 16110 9000 15615
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
8190 14850 9585 14850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 14850 9765 14850
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 15615 9675 17325
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8100 13275 8100 14085
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9090 15525 9585 15525
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 15615 9585 15615 9585 14760 9765 14760 9765 15615
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
11475 14175 8190 14175
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
8190 14940 8010 14940 8010 14085 8190 14085 8190 14940
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 15210 9765 15210
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 17055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 16830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 16830 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1635 7650 17055 North+South+East\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 14805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 15930 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 7965 14715 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7965 13410 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9585 17325 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9810 15660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11430 14130 G\001
-6
6 -270 9000 5490 12600
6 4140 9855 4410 10845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 10260 4365 10260 4365 10440 4185 10440 4185 10260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 9900 4320 9900 4320 10800 4230 10800 4230 9900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 9720 90 90 2835 9720 3015 9720
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3590 10345 90 90 3500 10345 3680 10345
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 9000 5175 9000 5175 12600 0 12600 0 9000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 12150 3375 12150 3375 12600
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2835 11025 -225 11025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 11655 3825 11655 3825 11745 2250 11745 2250 11655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 11610 3015 11610 3015 11790 2835 11790 2835 11610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 11610 2925 11115
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5445 9720 3015 9720
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
2925 9810 2925 10935
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 10350 3690 10350
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
3600 10440 3600 10935
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 11115 2835 11115 2835 10935 3690 10935 3690 11115
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3285 10935 3285 11115
4 0 0 30 -1 18 12 0.0000 4 135 615 45 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 12330 Configuration:\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 10980 G\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 12330 2-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 945 1575 12555 West+East\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 10305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 11430 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 2745 10935 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5355 9675 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1665 2925 9540 _northEastContact\001
4 0 12 40 -1 18 12 0.0000 4 135 180 3645 10755 Lt\001
-6
6 6075 8730 11565 12870
6 10215 9855 10485 10845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 10260 10440 10260 10440 10440 10260 10440 10260 10260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 9900 10395 9900 10395 10800 10305 10800 10305 9900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 8100 10350 90 90 8010 10350 8190 10350
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 9000 11025 90 90 8910 11025 9090 11025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 9000 11250 9000 11250 12600 6075 12600 6075 9000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 12150 9450 12150 9450 12600
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 11655 9900 11655 9900 11745 8325 11745 8325 11655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 11610 9090 11610 9090 11790 8910 11790 8910 11610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 11610 9000 11115
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
8190 10350 9585 10350
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 10350 9765 10350
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 11115 9675 12825
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8100 8775 8100 10260
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9090 11025 9585 11025
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 11115 9585 11115 9585 10260 9765 10260 9765 11115
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 10710 9765 10710
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 12330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 12330 2-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1125 7650 12555 North+South\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 10305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 11430 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 7965 10215 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7965 8910 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9585 12825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9810 11160 _southWestContact\001
-6
6 -270 4500 5175 8100
6 4140 5355 4410 6345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 5760 4365 5760 4365 5940 4185 5940 4185 5760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 5400 4320 5400 4320 6300 4230 6300 4230 5400
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3600 5850 90 90 3510 5850 3690 5850
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 4500 5175 4500 5175 8100 0 8100 0 4500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 7650 3375 7650 3375 8100
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2835 6525 -225 6525
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 5850 3690 5850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
3600 5940 3600 6435
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 7155 3825 7155 3825 7245 2250 7245 2250 7155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 7110 3015 7110 3015 7290 2835 7290 2835 7110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 7110 2925 6615
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3735 6615 2835 6615 2835 6435 3735 6435 3735 6615
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3285 6435 3285 6615
4 0 0 30 -1 18 12 0.0000 4 135 615 45 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 7830 Configuration:\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 6480 G\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 7830 1-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 435 1575 8055 West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 5805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 6930 Lt\001
4 0 12 40 -1 18 12 0.0000 4 135 180 3645 6255 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 2745 6435 _southWestContact\001
-6
6 6075 4500 11250 8370
6 10215 5355 10485 6345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 5760 10440 5760 10440 5940 10260 5940 10260 5760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 5400 10395 5400 10395 6300 10305 6300 10305 5400
-6
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 6615 9675 8325
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 4500 11250 4500 11250 8100 6075 8100 6075 4500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 7650 9450 7650 9450 8100
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 5850 9765 5850
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 7155 9900 7155 9900 7245 8325 7245 8325 7155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 7110 9090 7110 9090 7290 8910 7290 8910 7110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 7110 9000 6615
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 5760 9585 5760 9585 6615 9765 6615 9765 5760
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9090 6435 8910 6435 8910 6615 9090 6615 9090 6435
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9585 6525 9090 6525
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 6210 9765 6210
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 7830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 7830 1-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 525 7650 8055 South\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 5805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 6930 Lt\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9810 8280 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 9495 5850 _southWestContact\001
-6
6 -270 26730 5490 30600
6 4140 27855 4410 28845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 28260 4365 28260 4365 28440 4185 28440 4185 28260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 27900 4320 27900 4320 28800 4230 28800 4230 27900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 29025 90 90 2835 29025 3015 29025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 27000 5175 27000 5175 30600 0 30600 0 27000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 30150 4050 30150 4050 30600
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 29655 3825 29655 3825 29745 2250 29745 2250 29655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 29610 3015 29610 3015 29790 2835 29790 2835 29610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 29610 2925 29115
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 28350 3690 28350
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 29025 3510 29025
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 29115 3510 29115 3510 28260 3690 28260 3690 29115
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3510 28800 -225 28800
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 28710 3690 28710
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 26775 3600 28260
4 0 0 30 -1 18 12 0.0000 4 135 615 45 30555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 30330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 30330 2-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1035 1575 30555 North+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 28305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 29430 Lt\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3735 29160 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5355 27630 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 29025 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3465 26910 G\001
-6
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 1
-990 25695

View File

@ -1,123 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 675 3870 3375 4500
6 675 3870 3375 4500
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 890 4090 90 90 800 4090 980 4090
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
675 3870 3375 3870 3375 4500
4 0 0 30 -1 18 12 0.0000 4 180 930 2250 4410 G: "global"\001
4 0 0 30 -1 18 12 0.0000 4 135 1095 1125 4140 AutoContact\001
4 0 0 30 -1 18 12 0.0000 4 135 780 1125 4410 L: "local"\001
-6
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1125 2025 90 90 1035 2025 1215 2025
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2025 2025 90 90 1935 2025 2115 2025
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 2025 2475 90 90 1935 2475 2115 2475
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 3150 2475 90 90 3060 2475 3240 2475
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2025 1350 90 90 1935 1350 2115 1350
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3150 1800 90 90 3060 1800 3240 1800
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3150 3150 90 90 3060 3150 3240 3150
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 5175 3150 90 90 5085 3150 5265 3150
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
1215 2025 1935 2025
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 450 4950 450 4950 3600 1575 3600 1575 450
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
3060 2475 2115 2475
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 2115 2025 2385
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 1440 2025 1935
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 1890 3150 2385
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 2565 3150 3060
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3240 3150 5085 3150
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5850 450 9900 450 9900 3600 5850 3600 5850 450
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
9225 3105 10125 3105 10125 3195 9225 3195 9225 3105
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
6930 900 7020 900 7020 1800 6930 1800 6930 900
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8055 1350 8145 1350 8145 2250 8055 2250 8055 1350
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6975 1080 7470 1080 7470 1170 6975 1170 6975 1080
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6975 1980 8100 1980 8100 2070 6975 2070 6975 1980
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
7380 1125 7470 1125 7470 2475 7380 2475 7380 1125
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5625 2430 7425 2430 7425 2520 5625 2520 5625 2430
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6930 2025 7020 2025 7020 2925 6930 2925 6930 2025
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
7380 2475 7470 2475 7470 2925 7380 2925 7380 2475
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
9180 2925 9270 2925 9270 3150 9180 3150 9180 2925
2 2 0 2 18 7 40 -1 45 0.000 0 0 -1 0 0 5
7425 2880 9225 2880 9225 2970 7425 2970 7425 2880
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
7065 2925 7335 2925
2 4 0 1 18 7 30 -1 -1 0.000 0 0 7 0 0 5
7650 3060 7650 2790 6750 2790 6750 3060 7650 3060
2 1 0 1 18 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
7200 3240 7200 2925
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
675 0 10350 0 10350 4500 675 4500 675 0
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 3
2115 1350 2160 1350 2610 1350
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 3
3240 1800 3285 1800 3735 1800
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2655 900 2745 900 2745 1800 2655 1800 2655 900
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2610 1260 2790 1260 2790 1440 2610 1440 2610 1260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
3780 1350 3870 1350 3870 2250 3780 2250 3780 1350
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3735 1710 3915 1710 3915 1890 3735 1890 3735 1710
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 1035 7515 1035 7515 1215 7335 1215 7335 1035
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6885 1935 7065 1935 7065 2115 6885 2115 6885 1935
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 2835 7515 2835 7515 3015 7335 3015 7335 2835
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9135 2835 9315 2835 9315 3015 9135 3015 9135 2835
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9135 3060 9315 3060 9315 3240 9135 3240 9135 3060
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 2385 7515 2385 7515 2565 7335 2565 7335 2385
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6885 1035 7065 1035 7065 1215 6885 1215 6885 1035
4 1 12 40 -1 18 12 0.0000 4 135 255 1350 2205 G1\001
4 1 18 40 -1 18 12 0.0000 4 135 210 2610 2655 L4\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2385 1305 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2160 1755 L2\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3510 1755 L5\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3285 2205 L6\001
4 1 12 40 -1 18 12 0.0000 4 135 255 10035 3060 G2\001
4 1 12 40 -1 18 12 0.0000 4 135 255 4680 3375 G2\001
4 1 12 40 -1 18 12 0.0000 4 135 255 5715 2700 G1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7245 1035 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7605 1575 L2\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7740 2250 L5\001
4 1 18 40 -1 18 12 0.0000 4 135 210 8325 3150 L4\001
4 1 18 40 -1 18 12 0.0000 4 150 315 7200 3375 gap\001
4 1 0 30 -1 14 12 0.0000 4 120 2205 3375 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 7875 225 Physical Mapping\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2160 2340 L3\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3285 2880 L7\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7605 2745 L3\001
4 1 12 40 -1 18 12 0.0000 4 135 210 9450 3060 L7\001
4 1 12 40 -1 18 12 0.0000 4 135 210 6795 2340 L6\001

View File

@ -1,119 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 675 3870 3375 4500
6 675 3870 3375 4500
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 890 4090 90 90 800 4090 980 4090
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
675 3870 3375 3870 3375 4500
4 0 0 30 -1 18 12 0.0000 4 180 930 2250 4410 G: "global"\001
4 0 0 30 -1 18 12 0.0000 4 135 1095 1125 4140 AutoContact\001
4 0 0 30 -1 18 12 0.0000 4 135 780 1125 4410 L: "local"\001
-6
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1125 2025 90 90 1035 2025 1215 2025
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2025 2025 90 90 1935 2025 2115 2025
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 2025 2475 90 90 1935 2475 2115 2475
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 3150 2475 90 90 3060 2475 3240 2475
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2025 1350 90 90 1935 1350 2115 1350
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3150 1800 90 90 3060 1800 3240 1800
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3150 3150 90 90 3060 3150 3240 3150
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 5175 3150 90 90 5085 3150 5265 3150
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
1215 2025 1935 2025
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 450 4950 450 4950 3600 1575 3600 1575 450
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
3060 2475 2115 2475
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 2115 2025 2385
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 1440 2025 1935
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 1890 3150 2385
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 2565 3150 3060
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3240 3150 5085 3150
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5850 450 9900 450 9900 3600 5850 3600 5850 450
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
6930 900 7020 900 7020 1800 6930 1800 6930 900
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8055 1350 8145 1350 8145 2250 8055 2250 8055 1350
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6975 1080 7470 1080 7470 1170 6975 1170 6975 1080
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6975 1980 8100 1980 8100 2070 6975 2070 6975 1980
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
7380 1125 7470 1125 7470 2475 7380 2475 7380 1125
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5625 2430 7425 2430 7425 2520 5625 2520 5625 2430
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6930 2025 7020 2025 7020 2925 6930 2925 6930 2025
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
7380 2475 7470 2475 7470 2925 7380 2925 7380 2475
2 4 0 1 18 7 30 -1 -1 0.000 0 0 7 0 0 5
7650 3060 7650 2790 6750 2790 6750 3060 7650 3060
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
675 0 10350 0 10350 4500 675 4500 675 0
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 3
2115 1350 2160 1350 2610 1350
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 3
3240 1800 3285 1800 3735 1800
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2655 900 2745 900 2745 1800 2655 1800 2655 900
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2610 1260 2790 1260 2790 1440 2610 1440 2610 1260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
3780 1350 3870 1350 3870 2250 3780 2250 3780 1350
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3735 1710 3915 1710 3915 1890 3735 1890 3735 1710
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 1035 7515 1035 7515 1215 7335 1215 7335 1035
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6885 1935 7065 1935 7065 2115 6885 2115 6885 1935
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 2835 7515 2835 7515 3015 7335 3015 7335 2835
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 2385 7515 2385 7515 2565 7335 2565 7335 2385
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6885 1035 7065 1035 7065 1215 6885 1215 6885 1035
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 2385 3150 2565
2 2 0 2 18 7 40 -1 45 0.000 0 0 -1 0 0 5
7425 2880 6975 2880 6975 2970 7425 2970 7425 2880
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6885 2835 7065 2835 7065 3015 6885 3015 6885 2835
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6930 2925 7020 2925 7020 3150 6930 3150 6930 2925
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6885 3060 7065 3060 7065 3240 6885 3240 6885 3060
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6975 3105 10125 3105 10125 3195 6975 3195 6975 3105
4 1 12 40 -1 18 12 0.0000 4 135 255 1350 2205 G1\001
4 1 18 40 -1 18 12 0.0000 4 135 210 2610 2655 L4\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2385 1305 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2160 1755 L2\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3510 1755 L5\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3285 2205 L6\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3285 2880 L7\001
4 1 12 40 -1 18 12 0.0000 4 135 255 10035 3060 G2\001
4 1 12 40 -1 18 12 0.0000 4 135 255 4680 3375 G2\001
4 1 12 40 -1 18 12 0.0000 4 135 255 5715 2700 G1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7245 1035 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7605 1575 L2\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7740 2250 L5\001
4 1 12 40 -1 18 12 0.0000 4 135 210 6795 2250 L6\001
4 1 0 30 -1 14 12 0.0000 4 120 2205 3375 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 7875 225 Physical Mapping\001
4 1 18 40 -1 18 12 0.0000 4 135 210 7200 2745 L4\001
4 1 12 40 -1 18 12 0.0000 4 135 210 6615 3105 L7\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2160 2340 L3\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7605 2790 L3\001

View File

@ -1,70 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 675 3195 3375 3825
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 890 3415 90 90 800 3415 980 3415
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
675 3195 3375 3195 3375 3825
4 0 0 30 -1 18 12 0.0000 4 180 930 2250 3735 G: "global"\001
4 0 0 30 -1 18 12 0.0000 4 135 1095 1125 3465 AutoContact\001
4 0 0 30 -1 18 12 0.0000 4 135 780 1125 3735 L: "local"\001
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2700 1350 90 90 2610 1350 2790 1350
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 2700 2025 90 90 2610 2025 2790 2025
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1125 2025 90 90 1035 2025 1215 2025
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 2700 2475 90 90 2610 2475 2790 2475
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3600 2475 90 90 3510 2475 3690 2475
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2025 900 2115 900 2115 1800 2025 1800 2025 900
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1980 1260 2160 1260 2160 1440 1980 1440 1980 1260
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2160 1350 2610 1350
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 1440 2700 1935
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
1215 2025 2610 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
5130 900 5220 900 5220 1800 5130 1800 5130 900
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 450 3150 450 3150 2925 1575 2925 1575 450
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 2475 3510 2475
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 2385 2700 2115
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5625 1350 5715 1350 5715 2250 5625 2250 5625 1350
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5175 1305 5670 1305 5670 1395 5175 1395 5175 1305
2 2 0 2 18 7 40 -1 45 0.000 0 0 -1 0 0 5
6030 675 6120 675 6120 2250 6030 2250 6030 675
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
4500 2205 6075 2205 6075 2295 4500 2295 4500 2205
2 4 0 1 18 7 30 -1 -1 0.000 0 0 7 0 0 5
6255 2430 6255 495 5895 495 5895 2430 6255 2430
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
6075 630 6975 630 6975 720 6075 720 6075 630
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
4725 450 6750 450 6750 2925 4725 2925 4725 450
2 4 0 1 18 7 30 -1 -1 0.000 0 0 7 0 0 5
6210 2385 6210 2115 5535 2115 5535 2385 6210 2385
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
675 0 7200 0 7200 3825 675 3825 675 0
4 1 12 40 -1 18 12 0.0000 4 135 210 2385 1305 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 255 4590 2475 G1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 5445 1260 L1\001
4 1 12 40 -1 18 12 0.0000 4 135 255 1350 2205 G1\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2835 1755 L2\001
4 1 0 30 -1 14 12 0.0000 4 120 2205 2340 270 AutoContact Structure\001
4 1 12 40 -1 18 12 0.0000 4 135 255 3375 2700 G2\001
4 1 12 40 -1 18 12 0.0000 4 135 210 5490 1845 L2\001
4 1 18 40 -1 18 12 0.0000 4 135 210 2835 2340 L3\001
4 1 12 40 -1 18 12 0.0000 4 135 255 6885 585 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 210 6390 1530 L3\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 5715 225 Physical Mapping\001

View File

@ -1,66 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 2250 1800 90 90 2160 1800 2340 1800
1 4 0 2 18 7 40 -1 -1 0.000 1 0.0000 3375 1800 90 90 3285 1800 3465 1800
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 450 4050 450 4050 3150 1575 3150 1575 450
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
3285 1800 2340 1800
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
2250 1125 2250 1710
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3375 1125 3375 1710
2 1 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 2
3375 1890 3375 2475
2 2 0 2 18 7 40 -1 45 0.000 0 0 -1 0 0 5
5850 1755 7650 1755 7650 1845 5850 1845 5850 1755
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5760 1710 5940 1710 5940 1890 5760 1890 5760 1710
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7560 1710 7740 1710 7740 1890 7560 1890 7560 1710
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
5805 900 5895 900 5895 1800 5805 1800 5805 900
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
4905 900 4995 900 4995 1800 4905 1800 4905 900
2 2 0 2 12 7 40 -1 45 0.000 0 0 -1 0 0 5
7605 1800 7695 1800 7695 2700 7605 2700 7605 1800
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
4500 450 8100 450 8100 3150 4500 3150 4500 450
2 1 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
5085 1800 5670 1800
2 1 0 1 18 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5400 720 5400 1755
2 1 0 1 18 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6300 2700 4950 1800
2 1 0 1 18 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6300 2700 7560 1890
2 1 0 1 18 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6975 945 5940 1710
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8550 0 8550 3600 1125 3600 1125 0
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 18 40 -1 18 12 0.0000 4 135 210 2835 1980 L4\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3510 1530 L6\001
4 1 12 40 -1 18 12 0.0000 4 135 210 2385 1665 L3\001
4 1 12 40 -1 18 12 0.0000 4 135 210 3510 2205 L7\001
4 1 18 40 -1 18 12 0.0000 4 135 345 1935 1890 AC1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 3690 1890 AC2\001
4 1 18 40 -1 18 12 0.0000 4 135 210 6750 2025 L4\001
4 1 12 40 -1 18 12 0.0000 4 135 210 6030 1620 L3\001
4 1 12 40 -1 18 12 0.0000 4 135 210 7830 2115 L7\001
4 1 12 40 -1 18 12 0.0000 4 135 210 4770 1215 L6\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6300 225 Physical Mapping\001
4 1 18 40 -1 18 12 0.0000 4 150 315 5400 675 gap\001
4 1 18 40 -1 18 12 0.0000 4 135 345 6975 900 AC1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 6300 2925 AC2\001

View File

@ -1,92 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 -270 5175 3870
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 1125 90 90 3735 1125 3915 1125
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 5175 0 5175 3600 0 3600 0 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 2925 3150 2925 3600
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2610 2385 2790 2385 2790 2565 2610 2565 2610 2385
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2655 2025 2745 2025 2745 2925 2655 2925 2655 2025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
405 675 495 675 495 1575 405 1575 405 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
360 1035 540 1035 540 1215 360 1215 360 1035
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1530 1350 1620 1350 1620 2250 1530 2250 1530 1350
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1485 1710 1665 1710 1665 1890 1485 1890 1485 1710
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1125 540 1125
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1800 1665 1800
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 2475 2790 2475
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
3240 2565 3240 1035 3060 1035 3060 2565 3240 2565
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3150 3825 3150 2565
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
3735 1125 3240 1125
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3825 1035 3825 -225
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1125 1575 3555 North+South\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 2-3-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3960 -90 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3285 3825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3285 2610 _southWestContact\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 3735 945 _northEastContact\001
-6
6 5805 -270 11250 3870
6 7515 630 9180 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7605 675 7695 675 7695 1575 7605 1575 7605 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7560 1035 7740 1035 7740 1215 7560 1215 7560 1035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9135 1125 7740 1125
-6
6 8640 1305 9180 2295
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8685 1710 8865 1710 8865 1890 8685 1890 8685 1710
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8730 1350 8820 1350 8820 2250 8730 2250 8730 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9135 1800 8865 1800
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 9900 1125 90 90 9810 1125 9990 1125
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 0 11250 0 11250 3600 6075 3600 6075 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 3150 9675 3150 9675 3600
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
9315 2565 9315 1035 9135 1035 9135 2565 9315 2565
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
9225 3825 9225 2565
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
9810 1125 9315 1125
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
9900 1035 9900 -225
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
9135 2475 5850 2475
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1665 7650 3555 North+South+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 3330 3-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 10035 -90 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9360 3825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9360 2610 _southWestContact\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 9810 945 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5895 2700 G\001
-6

View File

@ -1,96 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 -270 5445 3870
6 1440 630 3105 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1530 675 1620 675 1620 1575 1530 1575 1530 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1485 1035 1665 1035 1665 1215 1485 1215 1485 1035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1125 1665 1125
-6
6 2565 1305 3105 2295
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2610 1710 2790 1710 2790 1890 2610 1890 2610 1710
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2655 1350 2745 1350 2745 2250 2655 2250 2655 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1800 2790 1800
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 1125 90 90 3735 1125 3915 1125
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 5175 0 5175 3600 0 3600 0 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 3600 3150 3600 3600
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
3240 2565 3240 1035 3060 1035 3060 2565 3240 2565
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3150 3825 3150 2565
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
3735 1125 3240 1125
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3825 1035 3825 -225
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
5400 1125 3915 1125
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1635 1575 3555 North+South+East\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 3-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3960 -90 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3285 3825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3285 2610 _southWestContact\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 3735 945 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5310 1350 G\001
-6
6 5805 -270 11520 3870
6 7515 630 9180 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7605 675 7695 675 7695 1575 7605 1575 7605 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7560 1035 7740 1035 7740 1215 7560 1215 7560 1035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9135 1125 7740 1125
-6
6 8640 1305 9180 2295
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8685 1710 8865 1710 8865 1890 8685 1890 8685 1710
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8730 1350 8820 1350 8820 2250 8730 2250 8730 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9135 1800 8865 1800
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 9900 1125 90 90 9810 1125 9990 1125
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 0 11250 0 11250 3600 6075 3600 6075 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 3150 10125 3150 10125 3600
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
9315 2565 9315 1035 9135 1035 9135 2565 9315 2565
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
9225 3825 9225 2565
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
9810 1125 9315 1125
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
9900 1035 9900 -225
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
9135 2475 5850 2475
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
11475 1125 9990 1125
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 2175 7650 3555 North+South+West+East\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 3330 4-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 10035 -90 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9360 3825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9360 2610 _southWestContact\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 9810 945 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5895 2700 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11385 1350 G\001
-6

View File

@ -1,91 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 1440 630 3105 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1530 675 1620 675 1620 1575 1530 1575 1530 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1485 1035 1665 1035 1665 1215 1485 1215 1485 1035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1125 1665 1125
-6
6 2565 1305 3105 2295
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2610 1710 2790 1710 2790 1890 2610 1890 2610 1710
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2655 1350 2745 1350 2745 2250 2655 2250 2655 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1800 2790 1800
-6
6 7515 180 9180 1170
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7605 225 7695 225 7695 1125 7605 1125 7605 225
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7560 585 7740 585 7740 765 7560 765 7560 585
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9135 675 7740 675
-6
6 8640 855 9180 1845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8685 1260 8865 1260 8865 1440 8685 1440 8685 1260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8730 900 8820 900 8820 1800 8730 1800 8730 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9135 1350 8865 1350
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3150 450 90 90 3060 450 3240 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 9225 2925 90 90 9135 2925 9315 2925
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 5175 0 5175 3600 0 3600 0 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 3600 3150 3600 3600
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3060 2475 -225 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
3150 540 3150 1035
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
3240 2565 3240 1035 3060 1035 3060 2565 3240 2565
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3150 3825 3150 2565
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
5400 450 3240 450
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 0 11250 0 11250 3600 6075 3600 6075 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 3150 9675 3150 9675 3600
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
11475 1125 9315 1125
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
5850 2925 9135 2925
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
9315 2115 9315 585 9135 585 9135 2115 9315 2115
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
9225 2835 9225 585
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
9225 585 9225 -225
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
3150 1035 3150 2520
4 0 0 40 -1 18 12 0.0000 4 180 1725 3285 2610 _southWestContact\001
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1575 1575 3555 South+East+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 3-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3285 3825 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 2700 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5310 675 G\001
4 1 0 40 -1 18 12 0.0000 4 180 1665 3150 270 _northEastContact\001
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1545 7650 3555 North+East+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 3330 3-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11385 1350 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5940 3105 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9360 2970 _southWestContact\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 9810 495 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9360 -90 G\001

View File

@ -1,45 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 -270 -270 5175 3600
6 1440 630 3105 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1530 675 1620 675 1620 1575 1530 1575 1530 675
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1485 1035 1665 1035 1665 1215 1485 1215 1485 1035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1125 1665 1125
-6
6 2565 1305 3105 2295
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2610 1710 2790 1710 2790 1890 2610 1890 2610 1710
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2655 1350 2745 1350 2745 2250 2655 2250 2655 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1800 2790 1800
-6
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 5175 0 5175 3600 0 3600 0 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 3600 3150 3600 3600
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3060 2475 -225 2475
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
3240 2565 3240 1035 3060 1035 3060 2565 3240 2565
2 1 1 2 18 7 30 -1 -1 6.000 0 0 -1 0 0 2
3150 -225 3150 1035
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1035 1575 3555 North+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 2-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 2700 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3285 -90 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3285 2925 _southWestContact\001
4 0 0 40 -1 18 12 0.0000 4 180 1665 3285 2700 _northEastContact\001
-6

View File

@ -1,171 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9450 2475 90 90 9360 2475 9540 2475
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9450 1800 90 90 9360 1800 9540 1800
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 7200 2025 90 90 7110 2025 7290 2025
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 8325 2475 90 90 8235 2475 8415 2475
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9450 3150 90 90 9360 3150 9540 3150
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 7200 900 90 90 7110 900 7290 900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 8325 1350 90 90 8235 1350 8415 1350
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 8325 2025 90 90 8235 2025 8415 2025
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 7200 1575 90 90 7110 1575 7290 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3825 1800 90 90 3735 1800 3915 1800
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 1575 2025 90 90 1485 2025 1665 2025
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 2700 2475 90 90 2610 2475 2790 2475
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3825 3150 90 90 3735 3150 3915 3150
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 1575 900 90 90 1485 900 1665 900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2700 1350 90 90 2610 1350 2790 1350
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 2700 2025 90 90 2610 2025 2790 2025
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 1575 1575 90 90 1485 1575 1665 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3825 2475 90 90 3735 2475 3915 2475
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 6525 1575 90 90 6435 1575 6615 1575
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 2700 10395 2700 10395 3600 10305 3600 10305 2700
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 3060 10440 3060 10440 3240 10260 3240 10260 3060
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10260 3150 9540 3150
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 2565 9450 3060
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 1890 9450 2385
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9810 1800 9540 1800
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9810 1710 9990 1710 9990 1890 9810 1890 9810 1710
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9855 1350 9945 1350 9945 2250 9855 2250 9855 1350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 2475 8415 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
8325 2385 8325 2115
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
8235 2025 7290 2025
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
7200 1935 7200 1665
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7605 450 7695 450 7695 1350 7605 1350 7605 450
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7560 810 7740 810 7740 990 7560 990 7560 810
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
7560 900 7290 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
7200 990 7200 1485
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8730 900 8820 900 8820 1800 8730 1800 8730 900
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8685 1260 8865 1260 8865 1440 8685 1440 8685 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
8685 1350 8415 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
8325 1440 8325 1935
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
5625 225 10800 225 10800 3825 5625 3825 5625 225
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
5625 3375 8100 3375 8100 3825
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6525 2925 6525 1710
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
6525 1485 6525 0
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4680 2700 4770 2700 4770 3600 4680 3600 4680 2700
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4635 3060 4815 3060 4815 3240 4635 3240 4635 3060
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
4635 3150 3915 3150
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3825 2565 3825 3060
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3825 1890 3825 2385
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
4185 1800 3915 1800
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 1710 4365 1710 4365 1890 4185 1890 4185 1710
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 1350 4320 1350 4320 2250 4230 2250 4230 1350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
3735 2475 2790 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
2700 2385 2700 2115
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
2610 2025 1665 2025
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1575 1935 1575 1665
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1980 450 2070 450 2070 1350 1980 1350 1980 450
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1935 810 2115 810 2115 990 1935 990 1935 810
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1935 900 1665 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1575 990 1575 1485
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
3105 900 3195 900 3195 1800 3105 1800 3105 900
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 1260 3240 1260 3240 1440 3060 1440 3060 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3060 1350 2790 1350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2700 1440 2700 1935
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 225 5175 225 5175 3825 0 3825 0 225
2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
1575 2925 1575 2160
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3375 2475 3375 2475 3825
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 1935 2700 2115
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 1485 1575 1665
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
1485 1575 -225 1575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3825 2385 3825 2565
2 1 0 2 0 7 30 -1 -1 0.000 0 0 -1 0 0 2
6615 1575 7110 1575
4 0 0 30 -1 18 12 0.0000 4 135 615 5670 3780 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 5670 3555 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 495 7200 3780 North\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7200 3555 1-4-0-0\001
4 1 0 40 -1 18 12 0.0000 4 180 1725 6525 3150 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6615 135 G\001
4 1 0 40 -1 18 12 0.0000 4 180 1725 1620 3150 _southWestContact\001
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3780 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3555 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 435 1575 3780 West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3555 1-4-0-0\001
4 1 12 40 -1 18 12 0.0000 4 135 180 4275 3105 Lt\001
4 1 12 40 -1 18 12 0.0000 4 135 285 4050 1665 Lct\001
4 1 12 40 -1 18 12 0.0000 4 135 285 2925 1215 Lct\001
4 1 12 40 -1 18 12 0.0000 4 135 285 1755 765 Lct\001
4 1 0 40 -1 18 12 0.0000 4 135 105 3240 2655 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 3915 2205 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 3915 2880 L\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2835 2340 Lc\001
4 1 0 40 -1 18 12 0.0000 4 135 105 2115 2205 L\001
4 1 0 40 -1 18 12 0.0000 4 135 210 1710 1890 Lc\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9945 3105 Lt\001
4 1 12 40 -1 18 12 0.0000 4 135 285 9675 1710 Lct\001
4 1 12 40 -1 18 12 0.0000 4 135 285 8550 1260 Lct\001
4 1 12 40 -1 18 12 0.0000 4 135 285 7425 810 Lct\001
4 1 12 40 -1 18 12 0.0000 4 135 105 9540 2880 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 9540 2205 L\001
4 1 0 40 -1 18 12 0.0000 4 135 105 8865 2655 L\001
4 1 0 40 -1 18 12 0.0000 4 135 105 7740 2205 L\001
4 1 0 40 -1 18 12 0.0000 4 135 105 6840 2205 L\001
4 1 0 40 -1 18 12 0.0000 4 135 210 8460 2340 Lc\001
4 1 0 40 -1 18 12 0.0000 4 135 210 7335 1890 Lc\001
4 1 12 40 -1 18 12 0.0000 4 135 105 2790 1755 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 1665 1305 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 8415 1755 L\001
4 1 12 40 -1 18 12 0.0000 4 135 105 7290 1305 L\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 1800 G\001

View File

@ -1,128 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 -270 0 6570 3600
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 1575 90 90 2070 1575 2250 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 900 90 90 2070 900 2250 900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 895 90 90 3430 895 3610 895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 1350 90 90 3420 1350 3600 1350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1353 1578 183 183 1170 1578 1536 1578
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4953 1350 183 183 4770 1350 5136 1350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4950 450 90 90 4860 450 5040 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1350 450 90 90 1260 450 1440 450
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 2700 3150 2700 3600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 6300 0 6300 3600 0 3600 0 0
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 450 1260 450
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5040 450 6525 450
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 1620 900 1530 1800 1530 1800 1620 900 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 945 2475 855 3150 855 3150 945 2475 945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 1485 1890 1485 1890 1665 1710 1665 1710 1485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 810 2565 810 2565 990 2385 990 2385 810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 810 3240 810 3240 990 3060 990 3060 810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 1395 4275 1305 5400 1305 5400 1395 4275 1395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 1260 4365 1260 4365 1440 4185 1440 4185 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 1575 2070 1575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 990 2160 1485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 900 2385 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 900 3420 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 990 3510 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 1350 4185 1350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1350 1395 1350 540
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4950 1170 4950 540
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 945 1575 3555 East+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 2-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 675 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 675 G\001
4 1 0 40 -1 18 12 0.0000 4 180 765 4860 1755 _rightRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 1485 1035 L1\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 5085 945 L2\001
4 1 0 40 -1 18 12 0.0000 4 180 660 1350 1935 _leftRP\001
4 1 0 40 -1 18 12 0.0000 4 180 1725 1350 270 _southWestContact\001
4 1 0 40 -1 18 12 0.0000 4 180 1665 4950 270 _northEastContact\001
-6
6 7200 -270 13500 3870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 1575 90 90 9270 1575 9450 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 900 90 90 9270 900 9450 900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 895 90 90 10630 895 10810 895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 1350 90 90 10620 1350 10800 1350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 10350 1800 90 90 10260 1800 10440 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12825 900 90 90 12735 900 12915 900
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 3150 10125 3150 10125 3600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 0 13500 0 13500 3600 7200 3600 7200 0
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12825 810 12825 -225
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
10350 3825 10350 1890
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 1620 8100 1530 9000 1530 9000 1620 8100 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 945 9675 855 10350 855 10350 945 9675 945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 1485 9090 1485 9090 1665 8910 1665 8910 1485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 810 9765 810 9765 990 9585 990 9585 810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 810 10440 810 10440 990 10260 990 10260 810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 1395 11475 1305 12600 1305 12600 1395 11475 1395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 1260 11565 1260 11565 1440 11385 1440 11385 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 1575 9270 1575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 990 9360 1485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 900 9585 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 900 10620 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 990 10710 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 1350 11385 1350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12735 900 12105 900
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
11925 1800 10440 1800
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
12105 1890 11925 1890 11925 810 12105 810 12105 1890
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1125 8775 3555 North+South\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 3330 2-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 12960 -45 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 10485 3825 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12465 1080 L2\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 11160 1980 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 12735 675 _northEastContact\001
4 0 0 40 -1 18 12 0.0000 4 180 900 12240 1845 biggestRP\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 10170 1890 _southWestContact\001
-6

View File

@ -1,133 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 6930 4230 13770 8100
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 6120 90 90 9270 6120 9450 6120
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 5445 90 90 9270 5445 9450 5445
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 5440 90 90 10630 5440 10810 5440
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 5895 90 90 10620 5895 10800 5895
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12015 4950 90 90 11925 4950 12105 4950
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12015 7200 90 90 11925 7200 12105 7200
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 7650 10800 7650 10800 8100
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 4500 13500 4500 13500 8100 7200 8100 7200 4500
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
11925 7200 6975 7200
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 6165 8100 6075 9000 6075 9000 6165 8100 6165
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 5490 9675 5400 10350 5400 10350 5490 9675 5490
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 6030 9090 6030 9090 6210 8910 6210 8910 6030
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 5355 9765 5355 9765 5535 9585 5535 9585 5355
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 5355 10440 5355 10440 5535 10260 5535 10260 5355
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 5940 11475 5850 12600 5850 12600 5940 11475 5940
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 5805 11565 5805 11565 5985 11385 5985 11385 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 6120 9270 6120
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 5535 9360 6030
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 5445 9585 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 5445 10620 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 5535 10710 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 5895 11385 5895
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12015 5040 12015 5355
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12105 4950 13725 4950
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12015 6435 12015 7110
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12015 4860 12015 4275
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
12105 6435 11925 6435 11925 5355 12105 5355 12105 6435
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 7830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 7830 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7065 7425 G\001
4 0 0 30 -1 18 12 0.0000 4 135 1575 8775 8055 South+East+West\001
4 0 0 40 -1 18 12 0.0000 4 180 900 12240 6390 biggestRP\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 11925 5265 _northEastContact\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12150 5265 L2\001
4 1 18 30 -1 18 12 0.0000 4 135 150 13635 5175 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12150 6840 L1\001
4 1 18 30 -1 18 12 0.0000 4 135 150 12150 4410 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 11835 7110 _southWestContact\001
-6
6 -270 4500 6570 8370
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 6120 90 90 2070 6120 2250 6120
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 5445 90 90 2070 5445 2250 5445
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 5440 90 90 3430 5440 3610 5440
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 5895 90 90 3420 5895 3600 5895
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 4950 90 90 4725 4950 4905 4950
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 7200 90 90 4725 7200 4905 7200
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 7650 3600 7650 3600 8100
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 4500 6300 4500 6300 8100 0 8100 0 4500
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4725 7200 -225 7200
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 6165 900 6075 1800 6075 1800 6165 900 6165
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 5490 2475 5400 3150 5400 3150 5490 2475 5490
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 6030 1890 6030 1890 6210 1710 6210 1710 6030
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 5355 2565 5355 2565 5535 2385 5535 2385 5355
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 5355 3240 5355 3240 5535 3060 5535 3060 5355
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 5940 4275 5850 5400 5850 5400 5940 4275 5940
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 5805 4365 5805 4365 5985 4185 5985 4185 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 6120 2070 6120
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 5535 2160 6030
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 5445 2385 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 5445 3420 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 5535 3510 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 5895 4185 5895
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 5040 4815 5355
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 4950 6525 4950
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 8325 4815 7290
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 6435 4815 7110
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 6435 4725 6435 4725 5355 4905 5355 4905 6435
4 0 0 30 -1 18 12 0.0000 4 135 615 45 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 7830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 7830 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 7425 G\001
4 0 0 30 -1 18 12 0.0000 4 135 1575 1575 8055 South+East+West\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 6390 biggestRP\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 4725 5265 _northEastContact\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4950 5265 L2\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 5175 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4950 8325 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4950 6840 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 4680 7110 _southWestContact\001
-6

View File

@ -1,133 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 8730 6570 12870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 10575 90 90 2070 10575 2250 10575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 9900 90 90 2070 9900 2250 9900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 9895 90 90 3430 9895 3610 9895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 10350 90 90 3420 10350 3600 10350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 10800 90 90 3735 10800 3915 10800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 9450 90 90 4725 9450 4905 9450
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 12150 3600 12150 3600 12600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 9000 6300 9000 6300 12600 0 12600 0 9000
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3825 12825 3825 10890
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 10620 900 10530 1800 10530 1800 10620 900 10620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 9945 2475 9855 3150 9855 3150 9945 2475 9945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 10485 1890 10485 1890 10665 1710 10665 1710 10485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 9810 2565 9810 2565 9990 2385 9990 2385 9810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 9810 3240 9810 3240 9990 3060 9990 3060 9810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 10395 4275 10305 5400 10305 5400 10395 4275 10395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 10260 4365 10260 4365 10440 4185 10440 4185 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 10575 2070 10575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 9990 2160 10485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 9900 2385 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 9900 3420 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 9990 3510 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 10350 4185 10350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4725 10800 3915 10800
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 9360 4815 8775
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 9450 6525 9450
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 9540 4815 9810
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 10890 4725 10890 4725 9810 4905 9810 4905 10890
4 0 0 30 -1 18 12 0.0000 4 135 615 45 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 12330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1635 1575 12555 North+South+East\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 12330 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3690 12825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 10845 biggestRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4320 11025 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 4590 9450 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 9675 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4995 9720 L2\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4950 8910 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 3645 10890 _southWestContact\001
-6
6 6930 8730 13500 12870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 10575 90 90 9270 10575 9450 10575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 9900 90 90 9270 9900 9450 9900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 9895 90 90 10630 9895 10810 9895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 10350 90 90 10620 10350 10800 10350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12825 9900 90 90 12735 9900 12915 9900
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12015 11700 90 90 11925 11700 12105 11700
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 12150 10800 12150 10800 12600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 9000 13500 9000 13500 12600 7200 12600 7200 9000
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
6975 11700 11925 11700
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12825 9810 12825 8775
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 10620 8100 10530 9000 10530 9000 10620 8100 10620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 9945 9675 9855 10350 9855 10350 9945 9675 9945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 10485 9090 10485 9090 10665 8910 10665 8910 10485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 9810 9765 9810 9765 9990 9585 9990 9585 9810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 9810 10440 9810 10440 9990 10260 9990 10260 9810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 10395 11475 10305 12600 10305 12600 10395 11475 10395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 10260 11565 10260 11565 10440 11385 10440 11385 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 10575 9270 10575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 9990 9360 10485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 9900 9585 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 9900 10620 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 9990 10710 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 10350 11385 10350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12735 9900 12105 9900
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12015 12825 12015 11790
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12015 10890 12015 11610
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
12105 10890 11925 10890 11925 9810 12105 9810 12105 10890
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 12330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1665 8775 12555 North+South+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 12330 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 12960 8955 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7065 11925 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12465 10080 L2\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 12735 9675 _northEastContact\001
4 0 0 40 -1 18 12 0.0000 4 180 900 12240 10845 biggestRP\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11925 12825 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 11880 11295 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 11880 11610 _southWestContact\001
-6

View File

@ -1,74 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 -270 13230 6570 17370
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 15075 90 90 2070 15075 2250 15075
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 14400 90 90 2070 14400 2250 14400
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 14395 90 90 3430 14395 3610 14395
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 14850 90 90 3420 14850 3600 14850
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 16200 90 90 4725 16200 4905 16200
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 13950 90 90 4725 13950 4905 13950
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 16650 3780 16650 3780 17100
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 13500 6300 13500 6300 17100 0 17100 0 13500
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 15120 900 15030 1800 15030 1800 15120 900 15120
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 14445 2475 14355 3150 14355 3150 14445 2475 14445
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 14985 1890 14985 1890 15165 1710 15165 1710 14985
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 14310 2565 14310 2565 14490 2385 14490 2385 14310
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 14310 3240 14310 3240 14490 3060 14490 3060 14310
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 14895 4275 14805 5400 14805 5400 14895 4275 14895
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 14760 4365 14760 4365 14940 4185 14940 4185 14760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 15075 2070 15075
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 14490 2160 14985
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 14400 2385 14400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 14400 3420 14400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 14490 3510 14760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 14850 4185 14850
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 15390 4815 16110
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 17325 4815 16290
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 16200 4725 16200
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 13950 6525 13950
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 13860 4815 13275
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 14040 4815 14310
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 15390 4725 15390 4725 14310 4905 14310 4905 15390
4 0 0 30 -1 18 12 0.0000 4 135 615 45 17055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 16830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 2175 1575 17055 North+South+East+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 16830 4-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 16425 G\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 15345 biggestRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4680 15840 L1\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4725 17325 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 14175 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4950 13410 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 4635 13995 _northEastContact\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4995 14265 L2\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 4680 16110 _southWestContact\001
-6

View File

@ -1,67 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 -270 18000 6300 21870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 19575 90 90 2070 19575 2250 19575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 18900 90 90 2070 18900 2250 18900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 18895 90 90 3430 18895 3610 18895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 19350 90 90 3420 19350 3600 19350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 20250 90 90 4725 20250 4905 20250
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 18000 6300 18000 6300 21600 0 21600 0 18000
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 19620 900 19530 1800 19530 1800 19620 900 19620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 18945 2475 18855 3150 18855 3150 18945 2475 18945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 19485 1890 19485 1890 19665 1710 19665 1710 19485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 18810 2565 18810 2565 18990 2385 18990 2385 18810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 18810 3240 18810 3240 18990 3060 18990 3060 18810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 19395 4275 19305 5400 19305 5400 19395 4275 19395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 19260 4365 19260 4365 19440 4185 19440 4185 19260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 19575 2070 19575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 18990 2160 19485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 18900 2385 18900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 18900 3420 18900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 18990 3510 19260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 19350 4185 19350
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 20700 5535 20700
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 19530 4815 20160
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 19530 4725 19530 4725 19170 4905 19170 4905 19530
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4905 20250 5535 20250
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
5715 20790 5535 20790 5535 20160 5715 20160 5715 20790
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5625 21825 5625 20790
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 21150 3780 21150 3780 21600
4 0 0 30 -1 18 12 0.0000 4 135 615 45 21555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 21330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1065 1575 21555 South+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 21330 2-0-3-0\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 19620 biggestRP\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5535 21825 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -180 20880 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 465 4545 19890 L1-tc\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 5490 20565 _southWestContact\001
-6

View File

@ -1,111 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 22500 6570 26100
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 24075 90 90 2070 24075 2250 24075
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 23400 90 90 2070 23400 2250 23400
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 23395 90 90 3430 23395 3610 23395
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 23850 90 90 3420 23850 3600 23850
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 24750 90 90 4725 24750 4905 24750
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 22500 6300 22500 6300 26100 0 26100 0 22500
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 24120 900 24030 1800 24030 1800 24120 900 24120
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 23445 2475 23355 3150 23355 3150 23445 2475 23445
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 23985 1890 23985 1890 24165 1710 24165 1710 23985
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 23310 2565 23310 2565 23490 2385 23490 2385 23310
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 23310 3240 23310 3240 23490 3060 23490 3060 23310
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 23895 4275 23805 5400 23805 5400 23895 4275 23895
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 23760 4365 23760 4365 23940 4185 23940 4185 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 24075 2070 24075
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 23490 2160 23985
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 23400 2385 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 23400 3420 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 23490 3510 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 23850 4185 23850
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 24030 4815 24660
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 24030 4725 24030 4725 23670 4905 23670 4905 24030
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 25650 3780 25650 3780 26100
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 24750 6525 24750
4 0 0 30 -1 18 12 0.0000 4 135 615 45 26055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 25830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 405 1575 26055 East\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 25830 1-0-3-0\001
4 0 0 40 -1 18 12 0.0000 4 180 660 5040 24120 rightRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4680 24390 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 4635 24660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6480 24930 G\001
-6
6 6930 22500 13500 26100
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 24075 90 90 9270 24075 9450 24075
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 23400 90 90 9270 23400 9450 23400
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 23395 90 90 10630 23395 10810 23395
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 23850 90 90 10620 23850 10800 23850
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 8550 24750 90 90 8460 24750 8640 24750
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 22500 13500 22500 13500 26100 7200 26100 7200 22500
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 24120 8100 24030 9000 24030 9000 24120 8100 24120
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 23445 9675 23355 10350 23355 10350 23445 9675 23445
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 23985 9090 23985 9090 24165 8910 24165 8910 23985
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 23310 9765 23310 9765 23490 9585 23490 9585 23310
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 23310 10440 23310 10440 23490 10260 23490 10260 23310
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 23895 11475 23805 12600 23805 12600 23895 11475 23895
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 23760 11565 23760 11565 23940 11385 23940 11385 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 24075 9270 24075
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 23490 9360 23985
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 23400 9585 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 23400 10620 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 23490 10710 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 23850 11385 23850
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 25650 10980 25650 10980 26100
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
8640 24255 8460 24255 8460 23895 8640 23895 8640 24255
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
8550 24255 8550 24660
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
6975 24750 8460 24750
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 26055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 25830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 435 8775 26055 West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 25830 1-0-3-0\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 8415 24525 L1\001
4 2 0 40 -1 18 12 0.0000 4 135 555 8325 23940 leftRP\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 8685 24795 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7020 24930 G\001
-6

View File

@ -1,64 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 26775 6300 30645
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 28350 90 90 2070 28350 2250 28350
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 27675 90 90 2070 27675 2250 27675
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 27670 90 90 3430 27670 3610 27670
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 28125 90 90 3420 28125 3600 28125
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 29025 90 90 4725 29025 4905 29025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 26775 6300 26775 6300 30375 0 30375 0 26775
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 28395 900 28305 1800 28305 1800 28395 900 28395
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 27720 2475 27630 3150 27630 3150 27720 2475 27720
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 28260 1890 28260 1890 28440 1710 28440 1710 28260
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 27585 2565 27585 2565 27765 2385 27765 2385 27585
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 27585 3240 27585 3240 27765 3060 27765 3060 27585
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 28170 4275 28080 5400 28080 5400 28170 4275 28170
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 28035 4365 28035 4365 28215 4185 28215 4185 28035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 28350 2070 28350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 27765 2160 28260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 27675 2385 27675
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 27675 3420 27675
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 27765 3510 28035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 28125 4185 28125
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 28305 4815 28935
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 28305 4725 28305 4725 27945 4905 27945 4905 28305
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4905 29025 5535 29025
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5625 30600 5625 29115
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 29925 3780 29925 3780 30375
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
5715 29115 5535 29115 5535 28935 5715 28935 5715 29115
4 0 0 30 -1 18 12 0.0000 4 135 615 45 30330 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 30105 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 525 1575 30330 South\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 30105 1-0-3-0\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 28395 biggestRP\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5535 30600 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 465 4545 28665 L1-tc\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 5490 29340 _southWestContact\001
-6

View File

@ -1,86 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 10215 2430 10485 3420
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 2475 10395 2475 10395 3375 10305 3375 10305 2475
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 2835 10440 2835 10440 3015 10260 3015 10260 2835
-6
6 9315 1755 9585 2745
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9360 2160 9540 2160 9540 2340 9360 2340 9360 2160
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9405 1800 9495 1800 9495 2700 9405 2700 9405 1800
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2697 1574 183 183 2514 1573 2880 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2790 2250 90 90 2700 2250 2880 2250
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2610 2925 90 90 2520 2925 2700 2925
1 4 0 2 0 7 40 -1 -1 6.000 1 0.0000 2700 900 90 90 2610 900 2790 900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 8328 2026 183 183 8145 2025 8511 2027
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
5625 225 10800 225 10800 3825 5625 3825 5625 225
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
5625 3375 8325 3375 8325 3825
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 225 5175 225 5175 3825 0 3825 0 225
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3375 2700 3375 2700 3825
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2610 1755 2610 2835
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2790 1755 2790 2160
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3735 2250 2880 2250
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4680 2475 4770 2475 4770 3375 4680 3375 4680 2475
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4635 2835 4815 2835 4815 3015 4635 3015 4635 2835
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
4635 2925 2700 2925
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3735 2160 3915 2160 3915 2340 3735 2340 3735 2160
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
3780 1800 3870 1800 3870 2700 3780 2700 3780 1800
2 1 0 2 18 7 30 -1 -1 0.000 0 0 -1 0 0 2
2520 1575 -225 1575
2 1 0 2 0 7 30 -1 -1 0.000 0 0 -1 0 0 2
2700 990 2700 1395
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
1350 2295 2520 1665
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8325 1845 8325 0
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5400 900 2790 900
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 4
9360 2250 9225 2250 8775 1935 8505 1935
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 4
10260 2925 9225 2925 8775 2115 8505 2115
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8100 2025 5400 2025
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
7200 2745 8190 2115
4 0 0 30 -1 18 12 0.0000 4 135 615 5670 3780 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 5670 3555 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1035 7200 3780 West+North\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7200 3555 2-2-0-0\001
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3780 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3555 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 945 1575 3780 West+East\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3555 2-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 1755 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5310 1080 G\001
4 1 0 30 -1 18 10 0.0000 4 150 1620 855 1530 _hasSourceWire=true\001
4 1 0 40 -1 18 12 0.0000 4 180 1335 2700 720 _targetContact\001
4 1 0 40 -1 18 12 0.0000 4 135 1110 1350 2475 subContact1\001
4 1 18 30 -1 18 12 0.0000 4 135 150 8460 135 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5490 2205 G\001
4 1 0 40 -1 18 12 0.0000 4 180 1335 7245 2925 _targetContact\001

View File

@ -1,81 +0,0 @@
#FIG 3.2
Portrait
Center
Metric
A4
55.00
Single
-2
1200 2
6 4140 5355 4410 6345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 5760 4365 5760 4365 5940 4185 5940 4185 5760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 5400 4320 5400 4320 6300 4230 6300 4230 5400
-6
6 10215 5355 10485 6345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 5760 10440 5760 10440 5940 10260 5940 10260 5760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 5400 10395 5400 10395 6300 10305 6300 10305 5400
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3600 5850 90 90 3510 5850 3690 5850
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 4500 5175 4500 5175 8100 0 8100 0 4500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 7650 3375 7650 3375 8100
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2835 6525 -225 6525
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 5850 3690 5850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
3600 5940 3600 6435
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 7155 3825 7155 3825 7245 2250 7245 2250 7155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 7110 3015 7110 3015 7290 2835 7290 2835 7110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 7110 2925 6615
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3735 6615 2835 6615 2835 6435 3735 6435 3735 6615
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 6615 9675 8325
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 4500 11250 4500 11250 8100 6075 8100 6075 4500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 7650 9450 7650 9450 8100
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 5850 9765 5850
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 7155 9900 7155 9900 7245 8325 7245 8325 7155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 7110 9090 7110 9090 7290 8910 7290 8910 7110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 7110 9000 6615
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 5760 9585 5760 9585 6615 9765 6615 9765 5760
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9090 6435 8910 6435 8910 6615 9090 6615 9090 6435
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9585 6525 9090 6525
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3285 6435 3285 6615
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 6210 9765 6210
4 0 0 30 -1 18 12 0.0000 4 135 615 45 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 7830 Configuration:\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 6480 G\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 7830 1-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 435 1575 8055 West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 5805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 6930 Lt\001
4 0 12 40 -1 18 12 0.0000 4 135 180 3645 6255 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 2745 6435 _southWestContact\001
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 7830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 7830 1-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 525 7650 8055 South\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 5805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 6930 Lt\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9810 8280 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 9495 5850 _southWestContact\001

View File

@ -1,98 +0,0 @@
#FIG 3.2
Portrait
Center
Metric
A4
55.00
Single
-2
1200 2
6 -270 9000 5490 12600
6 4140 9855 4410 10845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 10260 4365 10260 4365 10440 4185 10440 4185 10260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 9900 4320 9900 4320 10800 4230 10800 4230 9900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 9720 90 90 2835 9720 3015 9720
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3590 10345 90 90 3500 10345 3680 10345
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 9000 5175 9000 5175 12600 0 12600 0 9000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 12150 3375 12150 3375 12600
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2835 11025 -225 11025
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 11655 3825 11655 3825 11745 2250 11745 2250 11655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 11610 3015 11610 3015 11790 2835 11790 2835 11610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 11610 2925 11115
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5445 9720 3015 9720
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
2925 9810 2925 10935
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 10350 3690 10350
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
3600 10440 3600 10935
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 11115 2835 11115 2835 10935 3690 10935 3690 11115
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3285 10935 3285 11115
4 0 0 30 -1 18 12 0.0000 4 135 615 45 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 12330 Configuration:\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 10980 G\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 12330 2-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 945 1575 12555 West+East\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 10305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 11430 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 2745 10935 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5355 9675 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1665 2925 9540 _northEastContact\001
4 0 12 40 -1 18 12 0.0000 4 135 180 3645 10755 Lt\001
-6
6 6075 8730 11565 12870
6 10215 9855 10485 10845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 10260 10440 10260 10440 10440 10260 10440 10260 10260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 9900 10395 9900 10395 10800 10305 10800 10305 9900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 8100 10350 90 90 8010 10350 8190 10350
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 9000 11025 90 90 8910 11025 9090 11025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 9000 11250 9000 11250 12600 6075 12600 6075 9000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 12150 9450 12150 9450 12600
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 11655 9900 11655 9900 11745 8325 11745 8325 11655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 11610 9090 11610 9090 11790 8910 11790 8910 11610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 11610 9000 11115
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
8190 10350 9585 10350
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 10350 9765 10350
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 11115 9675 12825
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8100 8775 8100 10260
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9090 11025 9585 11025
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 11115 9585 11115 9585 10260 9765 10260 9765 11115
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 10710 9765 10710
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 12330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 12330 2-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1125 7650 12555 North+South\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 10305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 11430 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 7965 10215 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7965 8910 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9585 12825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9810 11160 _southWestContact\001
-6

View File

@ -1,104 +0,0 @@
#FIG 3.2
Portrait
Center
Metric
A4
55.00
Single
-2
1200 2
6 -270 13230 5490 17370
6 4140 14355 4410 15345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 14760 4365 14760 4365 14940 4185 14940 4185 14760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 14400 4320 14400 4320 15300 4230 15300 4230 14400
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2025 14850 90 90 1935 14850 2115 14850
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 15525 90 90 2835 15525 3015 15525
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 13500 5175 13500 5175 17100 0 17100 0 13500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 16650 3375 16650 3375 17100
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 16155 3825 16155 3825 16245 2250 16245 2250 16155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 16110 3015 16110 3015 16290 2835 16290 2835 16110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 16110 2925 15615
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
2115 14850 3510 14850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 14850 3690 14850
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 15615 3600 17325
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2025 13275 2025 14760
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 15525 3510 15525
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 15615 3510 15615 3510 14760 3690 14760 3690 15615
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3510 15300 -225 15300
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 15255 3690 15255
4 0 0 30 -1 18 12 0.0000 4 135 615 45 17055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 16830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 16830 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1665 1575 17055 North+South+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 14805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 15930 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 1890 14715 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 1890 13410 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3510 17325 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3735 15660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -180 15255 G\001
-6
6 6075 13230 11565 17370
6 10215 14355 10485 15345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 14760 10440 14760 10440 14940 10260 14940 10260 14760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 14400 10395 14400 10395 15300 10305 15300 10305 14400
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 9000 15525 90 90 8910 15525 9090 15525
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 13500 11250 13500 11250 17100 6075 17100 6075 13500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 16650 9450 16650 9450 17100
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 16155 9900 16155 9900 16245 8325 16245 8325 16155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 16110 9090 16110 9090 16290 8910 16290 8910 16110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 16110 9000 15615
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
8190 14850 9585 14850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 14850 9765 14850
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 15615 9675 17325
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8100 13275 8100 14085
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9090 15525 9585 15525
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 15615 9585 15615 9585 14760 9765 14760 9765 15615
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
11475 14175 8190 14175
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
8190 14940 8010 14940 8010 14085 8190 14085 8190 14940
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 15210 9765 15210
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 17055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 16830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 16830 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1635 7650 17055 North+South+East\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 14805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 15930 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 7965 14715 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7965 13410 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9585 17325 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9810 15660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11430 14130 G\001
-6

View File

@ -1,104 +0,0 @@
#FIG 3.2
Portrait
Center
Metric
A4
55.00
Single
-2
1200 2
6 -270 17730 5445 21600
6 4140 18405 4410 19395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 18810 4365 18810 4365 18990 4185 18990 4185 18810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 18450 4320 18450 4320 19350 4230 19350 4230 18450
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 19575 90 90 2835 19575 3015 19575
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 3600 20700 90 90 3510 20700 3690 20700
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 18000 5175 18000 5175 21600 0 21600 0 18000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 21150 3375 21150 3375 21600
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 17775 3600 18810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 20205 3825 20205 3825 20295 2250 20295 2250 20205
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 20160 3015 20160 3015 20340 2835 20340 2835 20160
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 20160 2925 19665
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 18900 3690 18900
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 19575 3510 19575
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 19665 3510 19665 3510 18810 3690 18810 3690 19665
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5400 19575 3690 19575
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3600 19665 3600 20610
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 20700 3510 20700
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 19260 3690 19260
4 0 0 30 -1 18 12 0.0000 4 135 615 45 21555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 21330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 21330 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1545 1575 21555 North+East+West\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3510 17910 G\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 18855 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 19980 Lt\001
4 0 0 40 -1 18 12 0.0000 4 180 1665 3780 19800 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5310 19530 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 3420 20610 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -180 20655 G\001
-6
6 5805 18000 11565 21870
6 10215 18855 10485 19845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 19260 10440 19260 10440 19440 10260 19440 10260 19260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 18900 10395 18900 10395 19800 10305 19800 10305 18900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 9000 20025 90 90 8910 20025 9090 20025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
6075 18000 11250 18000 11250 21600 6075 21600 6075 18000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
6075 21150 9450 21150 9450 21600
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8325 20655 9900 20655 9900 20745 8325 20745 8325 20655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 20610 9090 20610 9090 20790 8910 20790 8910 20610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
9000 20610 9000 20115
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 19350 9765 19350
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9675 20115 9675 21825
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9090 20025 9585 20025
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 20115 9585 20115 9585 19260 9765 19260 9765 20115
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
9585 19800 5850 19800
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
9765 18540 9585 18540 9585 18360 9765 18360 9765 18540
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
9675 18540 9675 19260
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
11475 18450 9765 18450
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
9585 19710 9765 19710
4 0 0 30 -1 18 12 0.0000 4 135 615 6120 21555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 6120 21330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7650 21330 3-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1575 7650 21555 South+East+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 9990 19305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 9135 20430 Lt\001
4 1 18 30 -1 18 12 0.0000 4 135 150 9585 21825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 9810 20160 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5940 19710 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 9495 18495 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11385 18360 G\001
-6

View File

@ -1,60 +0,0 @@
#FIG 3.2
Portrait
Center
Metric
A4
55.00
Single
-2
1200 2
6 -270 22230 5490 26370
6 4140 23355 4410 24345
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 23760 4365 23760 4365 23940 4185 23940 4185 23760
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 23400 4320 23400 4320 24300 4230 24300 4230 23400
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 24525 90 90 2835 24525 3015 24525
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 22500 5175 22500 5175 26100 0 26100 0 22500
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 25650 4050 25650 4050 26100
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 25155 3825 25155 3825 25245 2250 25245 2250 25155
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 25110 3015 25110 3015 25290 2835 25290 2835 25110
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 25110 2925 24615
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
2115 23850 3510 23850
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 23850 3690 23850
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 24615 3600 26325
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2025 22275 2025 23085
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 24525 3510 24525
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 24615 3510 24615 3510 23760 3690 23760 3690 24615
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5400 23175 2115 23175
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
2115 23940 1935 23940 1935 23085 2115 23085 2115 23940
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3510 24300 -225 24300
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 24210 3690 24210
4 0 0 30 -1 18 12 0.0000 4 135 615 45 26055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 25830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 25830 4-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 2175 1575 26055 North+South+East+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 23805 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 24930 Lt\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 1890 23715 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 1890 22410 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3510 26325 G\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3735 24660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5355 23130 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 24525 G\001
-6

View File

@ -1,50 +0,0 @@
#FIG 3.2
Portrait
Center
Metric
A4
55.00
Single
-2
1200 2
6 -270 26730 5490 30600
6 4140 27855 4410 28845
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 28260 4365 28260 4365 28440 4185 28440 4185 28260
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4230 27900 4320 27900 4320 28800 4230 28800 4230 27900
-6
1 4 0 2 -1 7 40 -1 -1 0.000 1 0.0000 2925 29025 90 90 2835 29025 3015 29025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 27000 5175 27000 5175 30600 0 30600 0 27000
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 30150 4050 30150 4050 30600
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2250 29655 3825 29655 3825 29745 2250 29745 2250 29655
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2835 29610 3015 29610 3015 29790 2835 29790 2835 29610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 29610 2925 29115
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4185 28350 3690 28350
2 1 0 2 -1 7 30 -1 -1 0.000 0 0 -1 0 0 2
3015 29025 3510 29025
2 4 0 2 0 7 38 -1 -1 0.000 0 0 6 0 0 5
3690 29115 3510 29115 3510 28260 3690 28260 3690 29115
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3510 28800 -225 28800
2 1 0 2 0 7 38 -1 -1 0.000 0 0 -1 0 0 2
3510 28710 3690 28710
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3600 26775 3600 28260
4 0 0 30 -1 18 12 0.0000 4 135 615 45 30555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 30330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 30330 2-1-1-0\001
4 0 0 30 -1 18 12 0.0000 4 135 1035 1575 30555 North+West\001
4 1 12 40 -1 18 12 0.0000 4 135 180 3915 28305 Lt\001
4 1 0 40 -1 18 12 0.0000 4 135 180 3060 29430 Lt\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 3735 29160 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5355 27630 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 29025 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3465 26910 G\001
-6

View File

@ -1,90 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 10215 2205 10485 3195
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
10305 2250 10395 2250 10395 3150 10305 3150 10305 2250
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 2610 10440 2610 10440 2790 10260 2790 10260 2610
-6
6 9315 1530 9585 2520
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9360 1935 9540 1935 9540 2115 9360 2115 9360 1935
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9405 1575 9495 1575 9495 2475 9405 2475 9405 1575
-6
6 4590 2205 4860 3195
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4680 2250 4770 2250 4770 3150 4680 3150 4680 2250
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4635 2610 4815 2610 4815 2790 4635 2790 4635 2610
-6
6 3690 1530 3960 2520
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3735 1935 3915 1935 3915 2115 3735 2115 3735 1935
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
3780 1575 3870 1575 3870 2475 3780 2475 3780 1575
-6
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
5625 0 10800 0 10800 3600 5625 3600 5625 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
5625 3150 9675 3150 9675 3600
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8325 1260 8325 -225
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8235 1800 5400 1800
2 1 1 2 18 7 50 -1 -1 4.000 0 0 -1 0 0 2
8325 2790 8325 3105
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 5175 0 5175 3600 0 3600 0 0
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 3375 3150 3375 3600
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2610 1800 -225 1800
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
1350 720 2565 1305
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
2790 2790 2790 1260 2610 1260 2610 2790 2790 2790
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2700 1260 2700 -225
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
2790 1350 5400 1350
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
4635 2700 2790 2700
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
3735 2025 2790 2025
2 4 0 2 0 7 38 -1 -1 0.000 0 0 7 0 0 5
8415 2790 8415 1260 8235 1260 8235 2790 8415 2790
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
8415 1350 11025 1350
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
9360 2025 8415 2025
2 1 0 2 12 7 30 -1 -1 0.000 0 0 -1 0 0 2
10260 2700 8415 2700
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6975 495 8190 1260
4 0 0 30 -1 18 12 0.0000 4 135 615 5670 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 5670 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 2175 7200 3555 West+East+South+North\001
4 1 18 30 -1 18 12 0.0000 4 135 150 8460 -90 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5490 1980 G\001
4 0 0 30 -1 18 12 0.0000 4 135 645 7200 3330 4-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 10935 1530 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 8460 3105 G\001
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1545 1575 3555 West+East+North\001
4 1 18 30 -1 18 12 0.0000 4 135 150 2835 -90 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 1980 G\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 3-2-0-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5310 1530 G\001
4 1 0 40 -1 18 12 0.0000 4 180 1335 1350 675 _targetContact\001
4 1 0 40 -1 18 12 0.0000 4 180 1335 6975 450 _targetContact\001

View File

@ -1,656 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 -270 0 6570 3600
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 1575 90 90 2070 1575 2250 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 900 90 90 2070 900 2250 900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 895 90 90 3430 895 3610 895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 1350 90 90 3420 1350 3600 1350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1353 1578 183 183 1170 1578 1536 1578
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4953 1350 183 183 4770 1350 5136 1350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4950 450 90 90 4860 450 5040 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1350 450 90 90 1260 450 1440 450
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3150 2700 3150 2700 3600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 0 6300 0 6300 3600 0 3600 0 0
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 450 1260 450
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5040 450 6525 450
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 1620 900 1530 1800 1530 1800 1620 900 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 945 2475 855 3150 855 3150 945 2475 945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 1485 1890 1485 1890 1665 1710 1665 1710 1485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 810 2565 810 2565 990 2385 990 2385 810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 810 3240 810 3240 990 3060 990 3060 810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 1395 4275 1305 5400 1305 5400 1395 4275 1395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 1260 4365 1260 4365 1440 4185 1440 4185 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 1575 2070 1575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 990 2160 1485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 900 2385 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 900 3420 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 990 3510 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 1350 4185 1350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1350 1395 1350 540
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4950 1170 4950 540
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 945 1575 3555 East+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3330 2-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 675 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 675 G\001
4 1 0 40 -1 18 12 0.0000 4 180 765 4860 1755 _rightRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 1485 1035 L1\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 5085 945 L2\001
4 1 0 40 -1 18 12 0.0000 4 180 660 1350 1935 _leftRP\001
4 1 0 40 -1 18 12 0.0000 4 180 1725 1350 270 _southWestContact\001
4 1 0 40 -1 18 12 0.0000 4 180 1665 4950 270 _northEastContact\001
-6
6 -270 18000 6300 21870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 19575 90 90 2070 19575 2250 19575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 18900 90 90 2070 18900 2250 18900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 18895 90 90 3430 18895 3610 18895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 19350 90 90 3420 19350 3600 19350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 20250 90 90 4725 20250 4905 20250
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 18000 6300 18000 6300 21600 0 21600 0 18000
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 19620 900 19530 1800 19530 1800 19620 900 19620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 18945 2475 18855 3150 18855 3150 18945 2475 18945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 19485 1890 19485 1890 19665 1710 19665 1710 19485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 18810 2565 18810 2565 18990 2385 18990 2385 18810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 18810 3240 18810 3240 18990 3060 18990 3060 18810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 19395 4275 19305 5400 19305 5400 19395 4275 19395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 19260 4365 19260 4365 19440 4185 19440 4185 19260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 19575 2070 19575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 18990 2160 19485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 18900 2385 18900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 18900 3420 18900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 18990 3510 19260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 19350 4185 19350
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 20700 5535 20700
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 19530 4815 20160
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 19530 4725 19530 4725 19170 4905 19170 4905 19530
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4905 20250 5535 20250
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
5715 20790 5535 20790 5535 20160 5715 20160 5715 20790
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5625 21825 5625 20790
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 21150 3780 21150 3780 21600
4 0 0 30 -1 18 12 0.0000 4 135 615 45 21555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 21330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1065 1575 21555 South+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 21330 2-0-3-0\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 19620 biggestRP\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5535 21825 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -180 20880 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 465 4545 19890 L1-tc\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 5490 20565 _southWestContact\001
-6
6 -270 13230 6570 17370
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 15075 90 90 2070 15075 2250 15075
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 14400 90 90 2070 14400 2250 14400
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 14395 90 90 3430 14395 3610 14395
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 14850 90 90 3420 14850 3600 14850
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 16200 90 90 4725 16200 4905 16200
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 13950 90 90 4725 13950 4905 13950
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 16650 3780 16650 3780 17100
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 13500 6300 13500 6300 17100 0 17100 0 13500
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 15120 900 15030 1800 15030 1800 15120 900 15120
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 14445 2475 14355 3150 14355 3150 14445 2475 14445
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 14985 1890 14985 1890 15165 1710 15165 1710 14985
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 14310 2565 14310 2565 14490 2385 14490 2385 14310
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 14310 3240 14310 3240 14490 3060 14490 3060 14310
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 14895 4275 14805 5400 14805 5400 14895 4275 14895
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 14760 4365 14760 4365 14940 4185 14940 4185 14760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 15075 2070 15075
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 14490 2160 14985
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 14400 2385 14400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 14400 3420 14400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 14490 3510 14760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 14850 4185 14850
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 15390 4815 16110
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 17325 4815 16290
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 16200 4725 16200
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 13950 6525 13950
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 13860 4815 13275
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 14040 4815 14310
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 15390 4725 15390 4725 14310 4905 14310 4905 15390
4 0 0 30 -1 18 12 0.0000 4 135 615 45 17055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 16830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 2175 1575 17055 North+South+East+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 16830 4-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 16425 G\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 15345 biggestRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4680 15840 L1\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4725 17325 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 14175 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4950 13410 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 4635 13995 _northEastContact\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4995 14265 L2\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 4680 16110 _southWestContact\001
-6
6 0 8730 6570 12870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 10575 90 90 2070 10575 2250 10575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 9900 90 90 2070 9900 2250 9900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 9895 90 90 3430 9895 3610 9895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 10350 90 90 3420 10350 3600 10350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 10800 90 90 3735 10800 3915 10800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 9450 90 90 4725 9450 4905 9450
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 12150 3600 12150 3600 12600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 9000 6300 9000 6300 12600 0 12600 0 9000
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
3825 12825 3825 10890
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 10620 900 10530 1800 10530 1800 10620 900 10620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 9945 2475 9855 3150 9855 3150 9945 2475 9945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 10485 1890 10485 1890 10665 1710 10665 1710 10485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 9810 2565 9810 2565 9990 2385 9990 2385 9810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 9810 3240 9810 3240 9990 3060 9990 3060 9810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 10395 4275 10305 5400 10305 5400 10395 4275 10395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 10260 4365 10260 4365 10440 4185 10440 4185 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 10575 2070 10575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 9990 2160 10485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 9900 2385 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 9900 3420 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 9990 3510 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 10350 4185 10350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4725 10800 3915 10800
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 9360 4815 8775
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 9450 6525 9450
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 9540 4815 9810
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 10890 4725 10890 4725 9810 4905 9810 4905 10890
4 0 0 30 -1 18 12 0.0000 4 135 615 45 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 12330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1635 1575 12555 North+South+East\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 12330 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 3690 12825 G\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 10845 biggestRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4320 11025 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 4590 9450 _northEastContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 9675 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4995 9720 L2\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4950 8910 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 3645 10890 _southWestContact\001
-6
6 6930 4230 13770 8100
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 6120 90 90 9270 6120 9450 6120
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 5445 90 90 9270 5445 9450 5445
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 5440 90 90 10630 5440 10810 5440
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 5895 90 90 10620 5895 10800 5895
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12015 4950 90 90 11925 4950 12105 4950
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12015 7200 90 90 11925 7200 12105 7200
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 7650 10800 7650 10800 8100
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 4500 13500 4500 13500 8100 7200 8100 7200 4500
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
11925 7200 6975 7200
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 6165 8100 6075 9000 6075 9000 6165 8100 6165
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 5490 9675 5400 10350 5400 10350 5490 9675 5490
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 6030 9090 6030 9090 6210 8910 6210 8910 6030
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 5355 9765 5355 9765 5535 9585 5535 9585 5355
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 5355 10440 5355 10440 5535 10260 5535 10260 5355
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 5940 11475 5850 12600 5850 12600 5940 11475 5940
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 5805 11565 5805 11565 5985 11385 5985 11385 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 6120 9270 6120
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 5535 9360 6030
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 5445 9585 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 5445 10620 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 5535 10710 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 5895 11385 5895
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12015 5040 12015 5355
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12105 4950 13725 4950
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12015 6435 12015 7110
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12015 4860 12015 4275
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
12105 6435 11925 6435 11925 5355 12105 5355 12105 6435
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 7830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 7830 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7065 7425 G\001
4 0 0 30 -1 18 12 0.0000 4 135 1575 8775 8055 South+East+West\001
4 0 0 40 -1 18 12 0.0000 4 180 900 12240 6390 biggestRP\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 11925 5265 _northEastContact\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12150 5265 L2\001
4 1 18 30 -1 18 12 0.0000 4 135 150 13635 5175 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12150 6840 L1\001
4 1 18 30 -1 18 12 0.0000 4 135 150 12150 4410 G\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 11835 7110 _southWestContact\001
-6
6 -270 4500 6570 8370
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 6120 90 90 2070 6120 2250 6120
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 5445 90 90 2070 5445 2250 5445
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 5440 90 90 3430 5440 3610 5440
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 5895 90 90 3420 5895 3600 5895
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 4950 90 90 4725 4950 4905 4950
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 7200 90 90 4725 7200 4905 7200
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 7650 3600 7650 3600 8100
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 4500 6300 4500 6300 8100 0 8100 0 4500
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4725 7200 -225 7200
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 6165 900 6075 1800 6075 1800 6165 900 6165
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 5490 2475 5400 3150 5400 3150 5490 2475 5490
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 6030 1890 6030 1890 6210 1710 6210 1710 6030
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 5355 2565 5355 2565 5535 2385 5535 2385 5355
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 5355 3240 5355 3240 5535 3060 5535 3060 5355
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 5940 4275 5850 5400 5850 5400 5940 4275 5940
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 5805 4365 5805 4365 5985 4185 5985 4185 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 6120 2070 6120
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 5535 2160 6030
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 5445 2385 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 5445 3420 5445
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 5535 3510 5805
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 5895 4185 5895
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 5040 4815 5355
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 4950 6525 4950
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4815 8325 4815 7290
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 6435 4815 7110
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 6435 4725 6435 4725 5355 4905 5355 4905 6435
4 0 0 30 -1 18 12 0.0000 4 135 615 45 8055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 7830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 7830 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 7425 G\001
4 0 0 30 -1 18 12 0.0000 4 135 1575 1575 8055 South+East+West\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 6390 biggestRP\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 4725 5265 _northEastContact\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4950 5265 L2\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6435 5175 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4950 8325 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4950 6840 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 4680 7110 _southWestContact\001
-6
6 7200 -270 13500 3870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 1575 90 90 9270 1575 9450 1575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 900 90 90 9270 900 9450 900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 895 90 90 10630 895 10810 895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 1350 90 90 10620 1350 10800 1350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 10350 1800 90 90 10260 1800 10440 1800
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12825 900 90 90 12735 900 12915 900
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 3150 10125 3150 10125 3600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 0 13500 0 13500 3600 7200 3600 7200 0
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12825 810 12825 -225
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
10350 3825 10350 1890
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 1620 8100 1530 9000 1530 9000 1620 8100 1620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 945 9675 855 10350 855 10350 945 9675 945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 1485 9090 1485 9090 1665 8910 1665 8910 1485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 810 9765 810 9765 990 9585 990 9585 810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 810 10440 810 10440 990 10260 990 10260 810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 1395 11475 1305 12600 1305 12600 1395 11475 1395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 1260 11565 1260 11565 1440 11385 1440 11385 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 1575 9270 1575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 990 9360 1485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 900 9585 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 900 10620 900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 990 10710 1260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 1350 11385 1350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12735 900 12105 900
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
11925 1800 10440 1800
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
12105 1890 11925 1890 11925 810 12105 810 12105 1890
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 3555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 3330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1125 8775 3555 North+South\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 3330 2-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 12960 -45 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 10485 3825 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12465 1080 L2\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 11160 1980 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 12735 675 _northEastContact\001
4 0 0 40 -1 18 12 0.0000 4 180 900 12240 1845 biggestRP\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 10170 1890 _southWestContact\001
-6
6 6930 8730 13500 12870
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 10575 90 90 9270 10575 9450 10575
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 9900 90 90 9270 9900 9450 9900
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 9895 90 90 10630 9895 10810 9895
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 10350 90 90 10620 10350 10800 10350
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12825 9900 90 90 12735 9900 12915 9900
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 12015 11700 90 90 11925 11700 12105 11700
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 12150 10800 12150 10800 12600
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 9000 13500 9000 13500 12600 7200 12600 7200 9000
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
6975 11700 11925 11700
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12825 9810 12825 8775
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 10620 8100 10530 9000 10530 9000 10620 8100 10620
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 9945 9675 9855 10350 9855 10350 9945 9675 9945
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 10485 9090 10485 9090 10665 8910 10665 8910 10485
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 9810 9765 9810 9765 9990 9585 9990 9585 9810
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 9810 10440 9810 10440 9990 10260 9990 10260 9810
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 10395 11475 10305 12600 10305 12600 10395 11475 10395
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 10260 11565 10260 11565 10440 11385 10440 11385 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 10575 9270 10575
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 9990 9360 10485
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 9900 9585 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 9900 10620 9900
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 9990 10710 10260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 10350 11385 10350
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12735 9900 12105 9900
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
12015 12825 12015 11790
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
12015 10890 12015 11610
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
12105 10890 11925 10890 11925 9810 12105 9810 12105 10890
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 12555 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 12330 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1665 8775 12555 North+South+West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 12330 3-0-3-0\001
4 1 18 30 -1 18 12 0.0000 4 135 150 12960 8955 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7065 11925 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 12465 10080 L2\001
4 2 0 40 -1 18 12 0.0000 4 180 1665 12735 9675 _northEastContact\001
4 0 0 40 -1 18 12 0.0000 4 180 900 12240 10845 biggestRP\001
4 1 18 30 -1 18 12 0.0000 4 135 150 11925 12825 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 11880 11295 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 11880 11610 _southWestContact\001
-6
6 0 22500 6570 26100
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 24075 90 90 2070 24075 2250 24075
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 23400 90 90 2070 23400 2250 23400
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 23395 90 90 3430 23395 3610 23395
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 23850 90 90 3420 23850 3600 23850
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 24750 90 90 4725 24750 4905 24750
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 22500 6300 22500 6300 26100 0 26100 0 22500
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 24120 900 24030 1800 24030 1800 24120 900 24120
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 23445 2475 23355 3150 23355 3150 23445 2475 23445
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 23985 1890 23985 1890 24165 1710 24165 1710 23985
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 23310 2565 23310 2565 23490 2385 23490 2385 23310
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 23310 3240 23310 3240 23490 3060 23490 3060 23310
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 23895 4275 23805 5400 23805 5400 23895 4275 23895
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 23760 4365 23760 4365 23940 4185 23940 4185 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 24075 2070 24075
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 23490 2160 23985
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 23400 2385 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 23400 3420 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 23490 3510 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 23850 4185 23850
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 24030 4815 24660
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 24030 4725 24030 4725 23670 4905 23670 4905 24030
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 25650 3780 25650 3780 26100
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4905 24750 6525 24750
4 0 0 30 -1 18 12 0.0000 4 135 615 45 26055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 25830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 405 1575 26055 East\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 25830 1-0-3-0\001
4 0 0 40 -1 18 12 0.0000 4 180 660 5040 24120 rightRP\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 4680 24390 L1\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 4635 24660 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6480 24930 G\001
-6
6 6930 22500 13500 26100
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 24075 90 90 9270 24075 9450 24075
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 9360 23400 90 90 9270 23400 9450 23400
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10720 23395 90 90 10630 23395 10810 23395
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 10710 23850 90 90 10620 23850 10800 23850
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 8550 24750 90 90 8460 24750 8640 24750
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
7200 22500 13500 22500 13500 26100 7200 26100 7200 22500
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
8100 24120 8100 24030 9000 24030 9000 24120 8100 24120
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
9675 23445 9675 23355 10350 23355 10350 23445 9675 23445
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
8910 23985 9090 23985 9090 24165 8910 24165 8910 23985
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
9585 23310 9765 23310 9765 23490 9585 23490 9585 23310
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
10260 23310 10440 23310 10440 23490 10260 23490 10260 23310
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
11475 23895 11475 23805 12600 23805 12600 23895 11475 23895
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
11385 23760 11565 23760 11565 23940 11385 23940 11385 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9090 24075 9270 24075
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9360 23490 9360 23985
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
9450 23400 9585 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10440 23400 10620 23400
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10710 23490 10710 23760
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
10800 23850 11385 23850
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
7200 25650 10980 25650 10980 26100
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
8640 24255 8460 24255 8460 23895 8640 23895 8640 24255
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
8550 24255 8550 24660
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
6975 24750 8460 24750
4 0 0 30 -1 18 12 0.0000 4 135 615 7245 26055 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 7245 25830 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 435 8775 26055 West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 8775 25830 1-0-3-0\001
4 1 -1 30 -1 18 12 0.0000 4 135 210 8415 24525 L1\001
4 2 0 40 -1 18 12 0.0000 4 135 555 8325 23940 leftRP\001
4 0 0 40 -1 18 12 0.0000 4 180 1725 8685 24795 _southWestContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 7020 24930 G\001
-6
6 0 26775 6300 30645
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 28350 90 90 2070 28350 2250 28350
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 2160 27675 90 90 2070 27675 2250 27675
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3520 27670 90 90 3430 27670 3610 27670
1 4 0 2 12 7 40 -1 -1 0.000 1 0.0000 3510 28125 90 90 3420 28125 3600 28125
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4815 29025 90 90 4725 29025 4905 29025
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 26775 6300 26775 6300 30375 0 30375 0 26775
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
900 28395 900 28305 1800 28305 1800 28395 900 28395
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2475 27720 2475 27630 3150 27630 3150 27720 2475 27720
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 28260 1890 28260 1890 28440 1710 28440 1710 28260
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 27585 2565 27585 2565 27765 2385 27765 2385 27585
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
3060 27585 3240 27585 3240 27765 3060 27765 3060 27585
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
4275 28170 4275 28080 5400 28080 5400 28170 4275 28170
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
4185 28035 4365 28035 4365 28215 4185 28215 4185 28035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 28350 2070 28350
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2160 27765 2160 28260
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 27675 2385 27675
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3240 27675 3420 27675
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3510 27765 3510 28035
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
3600 28125 4185 28125
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 28305 4815 28935
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
4905 28305 4725 28305 4725 27945 4905 27945 4905 28305
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4905 29025 5535 29025
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
5625 30600 5625 29115
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 29925 3780 29925 3780 30375
2 4 0 2 0 7 40 -1 -1 0.000 0 0 6 0 0 5
5715 29115 5535 29115 5535 28935 5715 28935 5715 29115
4 0 0 30 -1 18 12 0.0000 4 135 615 45 30330 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 30105 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 525 1575 30330 South\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 30105 1-0-3-0\001
4 0 0 40 -1 18 12 0.0000 4 180 900 5040 28395 biggestRP\001
4 1 18 30 -1 18 12 0.0000 4 135 150 5535 30600 G\001
4 1 -1 30 -1 18 12 0.0000 4 135 465 4545 28665 L1-tc\001
4 2 0 40 -1 18 12 0.0000 4 180 1725 5490 29340 _southWestContact\001
-6

View File

@ -1,106 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 -270 -1575 3150 3825
6 1665 -1395 2610 3195
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 2475 1890 90 90 2475 1980 2475 1800
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 1800 1890 90 90 1800 1980 1800 1800
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 1795 530 90 90 1795 620 1795 440
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 2250 540 90 90 2250 630 2250 450
1 4 0 2 0 7 40 -1 -1 0.000 1 1.5708 2251 -768 183 183 2251 -585 2251 -951
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2520 3150 2430 3150 2430 2250 2520 2250 2520 3150
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
1845 1575 1755 1575 1755 900 1845 900 1845 1575
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 2340 2385 2160 2565 2160 2565 2340 2385 2340
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 1665 1710 1485 1890 1485 1890 1665 1710 1665
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
1710 990 1710 810 1890 810 1890 990 1710 990
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
2295 -225 2205 -225 2205 -1350 2295 -1350 2295 -225
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
2160 -135 2160 -315 2340 -315 2340 -135 2160 -135
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2475 2160 2475 1980
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 1890 2385 1890
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1800 1800 1800 1665
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1800 810 1800 630
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
1890 540 2160 540
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
2250 450 2250 -135
-6
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
0 3375 2700 3375 2700 3825
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
0 -1575 3150 -1575 3150 3825 0 3825 0 -1575
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
-225 -765 2070 -765
4 0 0 30 -1 18 12 0.0000 4 135 615 45 3780 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 45 3555 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 435 1575 3780 West\001
4 0 0 30 -1 18 12 0.0000 4 135 645 1575 3555 1-0-0-3\001
4 1 18 30 -1 18 12 0.0000 4 135 150 -135 -585 G\001
4 1 0 40 -1 18 12 0.0000 4 180 1335 1350 -585 _targetContact\001
-6
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 7470 1890 90 90 7470 1980 7470 1800
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 6795 1890 90 90 6795 1980 6795 1800
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 6790 530 90 90 6790 620 6790 440
1 4 0 2 12 7 40 -1 -1 0.000 1 1.5708 7245 540 90 90 7245 630 7245 450
1 4 0 2 0 7 40 -1 -1 0.000 1 1.5708 7246 -768 183 183 7246 -585 7246 -951
1 4 0 2 0 7 40 -1 -1 0.000 1 1.5708 6075 -768 93 93 6075 -675 6075 -861
2 1 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 3
4995 3375 7695 3375 7695 3825
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
4995 -1575 8145 -1575 8145 3825 4995 3825 4995 -1575
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7515 3150 7425 3150 7425 2250 7515 2250 7515 3150
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
6840 1575 6750 1575 6750 900 6840 900 6840 1575
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7380 2340 7380 2160 7560 2160 7560 2340 7380 2340
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6705 1665 6705 1485 6885 1485 6885 1665 6705 1665
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
6705 990 6705 810 6885 810 6885 990 6705 990
2 2 0 2 0 7 50 -1 45 0.000 0 0 -1 0 0 5
7290 -225 7200 -225 7200 -1350 7290 -1350 7290 -225
2 2 0 2 12 7 40 -1 -1 0.000 0 0 -1 0 0 5
7155 -135 7155 -315 7335 -315 7335 -135 7155 -135
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
7470 2160 7470 1980
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
6885 1890 7380 1890
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
6795 1800 6795 1665
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
6795 810 6795 630
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
6885 540 7155 540
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 0 0 2
7245 450 7245 -135
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
7065 -765 6165 -765
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
4725 -765 5985 -765
2 1 1 2 18 7 30 -1 -1 4.000 0 0 -1 0 0 2
6075 -900 6075 -1800
4 0 0 30 -1 18 12 0.0000 4 135 615 5040 3780 Global:\001
4 0 0 30 -1 18 12 0.0000 4 180 1230 5040 3555 Configuration:\001
4 0 0 30 -1 18 12 0.0000 4 135 1035 6570 3780 West+North\001
4 0 0 30 -1 18 12 0.0000 4 135 645 6570 3555 2-0-0-3\001
4 1 0 40 -1 18 12 0.0000 4 180 1335 6075 -495 _targetContact\001
4 1 0 40 -1 18 12 1.5708 4 135 1005 7605 -810 subContact\001
4 1 18 30 -1 18 12 0.0000 4 135 150 4815 -585 G\001
4 1 18 30 -1 18 12 0.0000 4 135 150 6165 -1665 G\001

View File

@ -1,136 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 675 4275 675 4275 3375 1575 3375 1575 675
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 675 7875 675 7875 3375 5175 3375 5175 675
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 1125 1935 1125
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 2025 3780 2025
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 2115 2115 1035 1935 1035 1935 2115 2115 2115
2 2 0 2 0 7 50 -1 10 0.000 0 0 -1 0 0 5
3870 2475 3780 2475 3780 1800 3870 1800 3870 2475
2 2 0 2 0 7 50 -1 10 0.000 0 0 -1 0 0 5
7470 2475 7380 2475 7380 1800 7470 1800 7470 2475
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 1935 7515 1935 7515 2115 7335 2115 7335 1935
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6435 1035 6615 1035 6615 1215 6435 1215 6435 1035
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6435 1935 6615 1935 6615 2115 6435 2115 6435 1935
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 1080 6525 1080 6525 1170 4950 1170 4950 1080
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
6525 1980 7425 1980 7425 2070 6525 2070 6525 1980
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6930 1485 6615 1215
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6930 1485 6615 1935
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 0 0 2
6525 1215 6525 1935
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
6120 1575 6480 1575
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 10125 1125 10125 1125 0
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 6975 4275 6975 4275 9675 1575 9675 1575 6975
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 6975 7875 6975 7875 9675 5175 9675 5175 6975
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 7425 1935 7425
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 8325 3780 8325
2 2 0 2 0 7 50 -1 10 0.000 0 0 -1 0 0 5
3870 8775 3780 8775 3780 8100 3870 8100 3870 8775
2 2 0 2 0 7 50 -1 10 0.000 0 0 -1 0 0 5
7470 8775 7380 8775 7380 8100 7470 8100 7470 8775
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 8235 7515 8235 7515 8415 7335 8415 7335 8235
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 7515 2115 7335 1935 7335 1935 7515 2115 7515
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 8415 2115 8235 1935 8235 1935 8415 2115 8415
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 7515 2025 8235
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 8235 5715 8235 5715 8415 5535 8415 5535 8235
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 8280 7425 8280 7425 8370 5625 8370 5625 8280
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 8280 5625 8280 5625 8370 4950 8370 4950 8280
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 3825 4275 3825 4275 6525 1575 6525 1575 3825
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 3825 7875 3825 7875 6525 5175 6525 5175 3825
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 4275 1935 4275
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 5175 3780 5175
2 2 0 2 0 7 50 -1 10 0.000 0 0 -1 0 0 5
3870 5625 3780 5625 3780 4950 3870 4950 3870 5625
2 2 0 2 0 7 50 -1 10 0.000 0 0 -1 0 0 5
7470 5625 7380 5625 7380 4950 7470 4950 7470 5625
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 5085 7515 5085 7515 5265 7335 5265 7335 5085
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 4365 2115 4185 1935 4185 1935 4365 2115 4365
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 5265 2115 5085 1935 5085 1935 5265 2115 5265
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 4365 2025 5085
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 4275 5670 4275 5670 5175 5580 5175 5580 4275
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 4185 5715 4185 5715 4365 5535 4365 5535 4185
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 5085 5715 5085 5715 5265 5535 5265 5535 5085
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 5130 7425 5130 7425 5220 5625 5220 5625 5130
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 4230 5625 4230 5625 4320 4950 4320 4950 4230
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 1080 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 1035 G1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2025 2340 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2925 1980 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 7155 1575 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 120 4050 2205 T\001
4 1 0 40 -1 18 12 0.0000 4 135 120 7650 2205 T\001
4 2 18 50 -1 19 12 0.0000 4 150 300 6030 1620 gap\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 7380 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2925 8280 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 120 4050 8505 T\001
4 1 0 40 -1 18 12 0.0000 4 135 120 7650 8505 T\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2385 7470 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6525 8235 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2025 8640 AC2\001
4 1 0 40 -1 18 12 0.0000 4 135 390 2250 7920 L2-c\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4995 8235 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 390 5625 8190 L2-c\001
4 1 18 40 -1 18 12 0.0000 4 135 345 5625 8595 AC1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 5625 8775 AC2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 4230 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 4185 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2925 5130 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 120 4050 5355 T\001
4 1 0 40 -1 18 12 0.0000 4 135 120 7650 5355 T\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2385 4320 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2205 4770 L2\001
4 1 0 40 -1 18 12 0.0000 4 135 210 5850 4770 L2\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6525 5085 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 6030 4365 AC1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 5625 5490 AC2\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2025 5490 AC2\001

View File

@ -1,151 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 1260 675 7875 3645
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 675 4275 675 4275 3375 1575 3375 1575 675
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 675 7875 675 7875 3375 5175 3375 5175 675
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 2025 1935 2025
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 1935 2700 1215
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2790 2160 2790 1935 1935 1935 1935 2160 2790 2160
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 3600 2025 2160
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2790 1215 2790 1035 2610 1035 2610 1215 2790 1215
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 1935 5715 1935 5715 2115 5535 2115 5535 1935
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
6255 2025 6345 2025 6345 1125 6255 1125 6255 2025
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 1980 6300 1980 6300 2070 4950 2070 4950 1980
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6210 1935 6390 1935 6390 2115 6210 2115 6210 1935
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6210 1035 6390 1035 6390 1215 6210 1215 6210 1035
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5625 1395 5625 1935
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5625 1395 6210 1935
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 3600 5670 3600 5670 2025 5580 2025 5580 3600
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 1980 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2835 1620 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2340 1890 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 1935 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6480 1665 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 5580 1350 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2205 3600 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5850 3600 G2\001
-6
6 1260 4050 7875 6750
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 4050 4275 4050 4275 6750 1575 6750 1575 4050
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 4050 7875 4050 7875 6750 5175 6750 5175 4050
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 5400 1935 5400
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 5310 2700 4590
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2790 5535 2790 5310 1935 5310 1935 5535 2790 5535
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 6210 2025 5535
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2790 4590 2790 4410 2610 4410 2610 4590 2790 4590
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 6390 2115 6210 1935 6210 1935 6390 2115 6390
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 5310 5715 5310 5715 5490 5535 5490 5535 5310
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 6300 5670 6300 5670 5400 5580 5400 5580 6300
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
6255 5400 6345 5400 6345 4500 6255 4500 6255 5400
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 5355 6300 5355 6300 5445 4950 5445 4950 5355
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6210 5310 6390 5310 6390 5490 6210 5490 6210 5310
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6210 4410 6390 4410 6390 4590 6210 4590 6210 4410
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 6210 5715 6210 5715 6390 5535 6390 5535 6210
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5625 4770 5625 5310
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5625 4770 6210 5310
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 5355 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2160 5940 L2\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2835 4995 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2340 5265 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 5310 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 5805 5940 L2\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6480 5040 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 5580 4725 AC1\001
-6
6 1575 7200 7875 9900
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 7200 4275 7200 4275 9900 1575 9900 1575 7200
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 7200 7875 7200 7875 9900 5175 9900 5175 7200
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2115 8550 3060 8550
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 8460 3825 7740
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 8685 3915 8460 3060 8460 3060 8685 3915 8685
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3150 9360 3150 8685
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3915 7740 3915 7560 3735 7560 3735 7740 3915 7740
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3240 9540 3240 9360 3060 9360 3060 9540 3240 9540
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6660 8460 6840 8460 6840 8640 6660 8640 6660 8460
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
6705 9450 6795 9450 6795 8550 6705 8550 6705 9450
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6660 9360 6840 9360 6840 9540 6660 9540 6660 9360
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 8640 2115 8460 1935 8460 1935 8640 2115 8640
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 8460 5715 8460 5715 8640 5535 8640 5535 8460
2 1 0 2 18 7 50 -1 -1 0.000 0 0 -1 0 0 2
3510 8460 3510 8685
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
6705 8550 6795 8550 6795 7650 6705 7650 6705 8550
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6660 7560 6840 7560 6840 7740 6660 7740 6660 7560
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 8505 6750 8505 6750 8595 5625 8595 5625 8505
2 1 0 1 -1 7 50 -1 -1 0.000 0 0 -1 1 1 4
3 0 1.00 60.00 120.00
3 0 1.00 60.00 120.00
7110 8100 7425 8100 7425 9000 7110 9000
4 1 0 40 -1 18 12 0.0000 4 135 210 2520 8505 L3\001
4 1 0 40 -1 18 12 0.0000 4 135 210 3285 9090 L2\001
4 1 0 40 -1 18 12 0.0000 4 135 210 3960 8145 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 3465 8415 AC1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6165 8460 L3\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6930 9090 L2\001
4 1 18 40 -1 18 12 0.0000 4 135 345 2025 8415 AC2\001
4 1 18 40 -1 18 12 0.0000 4 135 345 5580 8415 AC2\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6930 8145 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 345 7110 8640 AC1\001
-6
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 10350 1125 10350 1125 0
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001

View File

@ -1,55 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 1260 630 7875 3600
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 900 4275 900 4275 3600 1575 3600 1575 900
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 900 7875 900 7875 3600 5175 3600 5175 900
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 2250 1935 2250
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 2160 2700 675
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2790 2385 2790 2160 1935 2160 1935 2385 2790 2385
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 3060 2025 2385
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2115 3240 2115 3060 1935 3060 1935 3240 2115 3240
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 2160 5715 2160 5715 2340 5535 2340 5535 2160
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 3150 5670 3150 5670 2250 5580 2250 5580 3150
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 2205 6300 2205 6300 2295 4950 2295 4950 2205
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6210 2160 6390 2160 6390 2340 6210 2340 6210 2160
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 3060 5715 3060 5715 3240 5535 3240 5535 3060
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5625 1620 5625 2160
2 1 0 1 18 7 50 -1 -1 0.000 0 0 -1 1 0 2
3 0 1.00 60.00 120.00
5625 1620 6210 2160
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
6255 2250 6345 2250 6345 675 6255 675 6255 2250
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 2205 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2160 2790 L2\001
4 1 18 40 -1 18 12 0.0000 4 135 555 2340 2115 AC-BL\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 2160 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 5805 2790 L2\001
4 1 18 40 -1 18 12 0.0000 4 135 555 5580 1575 AC-BL\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2880 810 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 6525 810 G3\001
-6
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 4050 1125 4050 1125 0
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001

View File

@ -1,91 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 7875 1125 7875 1125 0
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 4500 4275 4500 4275 7200 1575 7200 1575 4500
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 4500 7875 4500 7875 7200 5175 7200 5175 4500
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 5850 1935 5850
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 7425 2025 5985
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 5760 5715 5760 5715 5940 5535 5940 5535 5760
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2160 5985 2160 5760 1935 5760 1935 5985 2160 5985
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 7425 5670 7425 5670 5850 5580 5850 5580 7425
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2160 5040 2160 4815 1935 4815 1935 5040 2160 5040
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 5760 2025 5040
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
4500 4950 2160 4950
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 4860 5715 4860 5715 5040 5535 5040 5535 4860
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 5805 5625 5805 5625 5895 4950 5895 4950 5805
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 5850 5670 5850 5670 4950 5580 4950 5580 5850
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 4905 8100 4905 8100 4995 5625 4995 5625 4905
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 900 4275 900 4275 3600 1575 3600 1575 900
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 900 7875 900 7875 3600 5175 3600 5175 900
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 2250 1935 2250
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 3825 2025 2385
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 2160 5715 2160 5715 2340 5535 2340 5535 2160
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2160 2385 2160 2160 1935 2160 1935 2385 2160 2385
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 2160 3825 675
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3960 2385 3960 2160 3735 2160 3735 2385 3960 2385
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3735 2250 2160 2250
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7380 2250 7470 2250 7470 675 7380 675 7380 2250
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 2160 7515 2160 7515 2340 7335 2340 7335 2160
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 3825 5670 3825 5670 2250 5580 2250 5580 3825
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 2205 7425 2205 7425 2295 4950 2295 4950 2205
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 5805 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 5760 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2205 7425 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5850 7425 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 600 1620 6120 AC-SW\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4455 4905 G4\001
4 1 18 40 -1 18 12 0.0000 4 135 570 2025 4725 AC-NE\001
4 1 0 40 -1 18 12 0.0000 4 135 255 8055 4860 G4\001
4 1 18 40 -1 18 12 0.0000 4 135 570 5580 4770 AC-NE\001
4 1 18 40 -1 18 12 0.0000 4 135 600 5220 6165 AC-SW\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1395 2205 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 2160 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4005 810 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2205 3825 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 7650 810 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5850 3825 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 600 2070 2070 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 3825 2610 AC-NE\001
4 1 18 40 -1 18 12 0.0000 4 135 600 5625 2070 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 7425 2610 AC-NE\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2925 2205 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6570 2160 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2205 5490 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 5850 5490 L1\001

View File

@ -1,94 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 7875 1125 7875 1125 0
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 4500 4275 4500 4275 7200 1575 7200 1575 4500
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 4500 7875 4500 7875 7200 5175 7200 5175 4500
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 5850 3735 5850
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
4500 4950 3960 4950
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 900 4275 900 4275 3600 1575 3600 1575 900
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 900 7875 900 7875 3600 5175 3600 5175 900
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 3825 2025 2385
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 2160 5715 2160 5715 2340 5535 2340 5535 2160
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2160 2385 2160 2160 1935 2160 1935 2385 2160 2385
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 2160 3825 675
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3960 2385 3960 2160 3735 2160 3735 2385 3960 2385
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3735 2250 2160 2250
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7380 2250 7470 2250 7470 675 7380 675 7380 2250
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 2160 7515 2160 7515 2340 7335 2340 7335 2160
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 3825 5670 3825 5670 2250 5580 2250 5580 3825
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 2250 4545 2250
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 2205 7425 2205 7425 2295 5625 2295 5625 2205
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7425 2205 8100 2205 8100 2295 7425 2295 7425 2205
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3960 5085 3960 4860 3735 4860 3735 5085 3960 5085
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 5760 3825 5085
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 4860 3825 4275
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3960 5985 3960 5760 3735 5760 3735 5985 3960 5985
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 4860 7515 4860 7515 5040 7335 5040 7335 4860
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 5760 7515 5760 7515 5940 7335 5940 7335 5760
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7425 4905 8100 4905 8100 4995 7425 4995 7425 4905
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7380 5850 7470 5850 7470 4950 7380 4950 7380 5850
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7380 4950 7470 4950 7470 4275 7380 4275 7380 4950
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 5805 7425 5805 7425 5895 4950 5895 4950 5805
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 5760 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 2160 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4005 810 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2205 3825 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 7650 810 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5850 3825 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 600 2070 2070 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 3825 2610 AC-NE\001
4 1 18 40 -1 18 12 0.0000 4 135 600 5625 2070 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 7425 2610 AC-NE\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4455 2205 G4\001
4 1 0 40 -1 18 12 0.0000 4 135 255 8055 2160 G4\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4005 4410 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4455 4905 G4\001
4 1 18 40 -1 18 12 0.0000 4 135 600 3825 6210 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 3330 5040 AC-NE\001
4 1 18 40 -1 18 12 0.0000 4 135 600 7425 6210 AC-SW\001
4 1 0 40 -1 18 12 0.0000 4 135 255 7650 4410 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 8055 4860 G4\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2925 2475 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6525 2475 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 7200 5445 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 3645 5490 L1\001
4 1 18 40 -1 18 12 0.0000 4 135 570 6975 5040 AC-NE\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1440 5805 G1\001

View File

@ -1,59 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
1575 900 4275 900 4275 3600 1575 3600 1575 900
2 2 3 1 0 7 30 -1 -1 8.000 0 0 -1 0 0 5
5175 900 7875 900 7875 3600 5175 3600 5175 900
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2025 3825 2025 2385
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
5535 2160 5715 2160 5715 2340 5535 2340 5535 2160
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
2160 2385 2160 2160 1935 2160 1935 2385 2160 2385
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 2160 3825 675
2 4 0 2 18 7 50 -1 -1 0.000 0 0 7 0 0 5
3960 2385 3960 2160 3735 2160 3735 2385 3960 2385
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3735 2250 2160 2250
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7380 2250 7470 2250 7470 675 7380 675 7380 2250
2 2 0 2 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
7335 2160 7515 2160 7515 2340 7335 2340 7335 2160
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5580 3825 5670 3825 5670 2250 5580 2250 5580 3825
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 2250 4545 2250
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
5625 2205 7425 2205 7425 2295 5625 2295 5625 2205
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
7425 2205 8100 2205 8100 2295 7425 2295 7425 2205
2 1 0 2 -1 7 40 -1 -1 0.000 0 0 -1 0 0 2
1350 2250 1935 2250
2 2 0 2 -1 7 50 -1 45 0.000 0 0 -1 0 0 5
4950 2205 5625 2205 5625 2295 4950 2295 4950 2205
2 2 0 1 0 7 30 -1 -1 0.000 0 0 -1 0 0 5
1125 0 8325 0 8325 4275 1125 4275 1125 0
4 1 0 30 -1 14 12 0.0000 4 120 2205 2790 270 AutoContact Structure\001
4 1 0 30 -1 14 12 0.0000 4 180 1680 6390 270 Physical Mapping\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5040 2160 G1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4005 810 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 2205 3825 G2\001
4 1 0 40 -1 18 12 0.0000 4 135 255 7650 810 G3\001
4 1 0 40 -1 18 12 0.0000 4 135 255 5850 3825 G2\001
4 1 18 40 -1 18 12 0.0000 4 135 600 2070 2070 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 3825 2610 AC-NE\001
4 1 18 40 -1 18 12 0.0000 4 135 600 5625 2070 AC-SW\001
4 1 18 40 -1 18 12 0.0000 4 135 570 7425 2610 AC-NE\001
4 1 0 40 -1 18 12 0.0000 4 135 255 4455 2205 G4\001
4 1 0 40 -1 18 12 0.0000 4 135 255 8055 2160 G4\001
4 1 0 40 -1 18 12 0.0000 4 135 210 2925 2475 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 210 6525 2475 L1\001
4 1 0 40 -1 18 12 0.0000 4 135 255 1440 2205 G1\001

View File

@ -1,65 +0,0 @@
EXTRA_DIST = AutoInvalidate-1.fig \
AutoContact-1.fig \
AutoContact-2.fig \
AutoContact-3.fig \
AutoContactG1-1.fig \
AutoContactG2-1.fig \
AutoContactG3-1.fig \
AutoContactG3-2.fig \
AutoContactG3-3.fig \
AutoContactG3-4.fig \
AutoContactG4-1.fig \
AutoContactG4-2.fig \
AutoContactG4-3.fig \
AutoContactG4-4.fig \
AutoContactG4-5.fig \
LegalConstruct-1.fig \
LegalConstruct-2.fig \
LegalConstruct-3.fig \
LegalConstruct-4.fig \
LegalConstruct-5.fig \
LegalConstruct-6.fig \
AutoSegmentCollapse-1.fig \
AutoSegmentCollapse-2.fig \
AutoSegmentCollapse-3.fig \
AutoSegmentCollapse-4.fig \
AutoSegmentCollapse-5.fig \
AutoSegmentCollapse-6.fig \
PerpandicularState-1.fig \
PerpandicularState-2.fig \
PerpandicularState-3.fig \
PerpandicularState-4.fig \
NetConstraints-1.fig \
NetConstraints-2.fig \
NetConstraints-3.fig \
NetConstraints-4.fig \
NetOptimals-1.fig \
NetOptimals-2.fig \
NetOptimals-3.fig \
NetOptimals-4.fig \
SplitAutoContact-1.fig \
SplitAutoContact-2.fig \
SplitAutoContact-3.fig \
SplitAutoContact-4.fig \
SplitAutoContact-5.fig \
SplitAutoContact-6.fig \
FCellConfiguration-1.fig \
FCellConfiguration-2.fig \
FCellConfiguration-3.fig \
FCellConfiguration-4.fig \
FCellConfiguration-5.fig \
FCellConfiguration-6.fig \
FCellConfiguration-7.fig \
FCellConfiguration-10.fig \
FCellConfiguration-11.fig \
FCellConfiguration-12.fig \
FCellConfiguration-13.fig \
FCellConfiguration-14.fig \
FCellConfiguration-15.fig \
FCellConfiguration-16.fig \
FCellConfiguration-17.fig \
FCellConfiguration-18.fig \
FCellConfiguration-19.fig \
FCellConfiguration-20.fig

View File

@ -1,403 +0,0 @@
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ../..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = doc/images
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CORIOLIS_CFLAGS = @CORIOLIS_CFLAGS@
CORIOLIS_CONFIG = @CORIOLIS_CONFIG@
CORIOLIS_LIBS = @CORIOLIS_LIBS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEVEL_LIBS = @DEVEL_LIBS@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_CONFIG = @GTK_CONFIG@
GTK_LIBS = @GTK_LIBS@
HURRICANE_CFLAGS = @HURRICANE_CFLAGS@
HURRICANE_LIBS = @HURRICANE_LIBS@
HUR_CONFIG = @HUR_CONFIG@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
KATABATIC_DLL_VERSION = @KATABATIC_DLL_VERSION@
LDFLAGS = @LDFLAGS@
LEFDEF_CFLAGS = @LEFDEF_CFLAGS@
LEFDEF_CONFIG = @LEFDEF_CONFIG@
LEFDEF_LIBS = @LEFDEF_LIBS@
LEFDEF_LIBXXS = @LEFDEF_LIBXXS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PYTHON = @PYTHON@
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
PYTHON_LIBS = @PYTHON_LIBS@
PYTHON_LIB_PATH = @PYTHON_LIB_PATH@
PYTHON_PLATFORM = @PYTHON_PLATFORM@
PYTHON_PREFIX = @PYTHON_PREFIX@
PYTHON_VERSION = @PYTHON_VERSION@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SUNLD_FALSE = @SUNLD_FALSE@
SUNLD_TRUE = @SUNLD_TRUE@
VERSION = @VERSION@
XML2_CONFIG = @XML2_CONFIG@
XML_CPPFLAGS = @XML_CPPFLAGS@
XML_LIBS = @XML_LIBS@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
ac_ct_RANLIB = @ac_ct_RANLIB@
ac_ct_STRIP = @ac_ct_STRIP@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pkgpyexecdir = @pkgpyexecdir@
pkgpythondir = @pkgpythondir@
prefix = @prefix@
program_transform_name = @program_transform_name@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
EXTRA_DIST = AutoInvalidate-1.fig \
AutoContact-1.fig \
AutoContact-2.fig \
AutoContact-3.fig \
AutoContactG1-1.fig \
AutoContactG2-1.fig \
AutoContactG3-1.fig \
AutoContactG3-2.fig \
AutoContactG3-3.fig \
AutoContactG3-4.fig \
AutoContactG4-1.fig \
AutoContactG4-2.fig \
AutoContactG4-3.fig \
AutoContactG4-4.fig \
AutoContactG4-5.fig \
LegalConstruct-1.fig \
LegalConstruct-2.fig \
LegalConstruct-3.fig \
LegalConstruct-4.fig \
LegalConstruct-5.fig \
LegalConstruct-6.fig \
AutoSegmentCollapse-1.fig \
AutoSegmentCollapse-2.fig \
AutoSegmentCollapse-3.fig \
AutoSegmentCollapse-4.fig \
AutoSegmentCollapse-5.fig \
AutoSegmentCollapse-6.fig \
PerpandicularState-1.fig \
PerpandicularState-2.fig \
PerpandicularState-3.fig \
PerpandicularState-4.fig \
NetConstraints-1.fig \
NetConstraints-2.fig \
NetConstraints-3.fig \
NetConstraints-4.fig \
NetOptimals-1.fig \
NetOptimals-2.fig \
NetOptimals-3.fig \
NetOptimals-4.fig \
SplitAutoContact-1.fig \
SplitAutoContact-2.fig \
SplitAutoContact-3.fig \
SplitAutoContact-4.fig \
SplitAutoContact-5.fig \
SplitAutoContact-6.fig \
FCellConfiguration-1.fig \
FCellConfiguration-2.fig \
FCellConfiguration-3.fig \
FCellConfiguration-4.fig \
FCellConfiguration-5.fig \
FCellConfiguration-6.fig \
FCellConfiguration-7.fig \
FCellConfiguration-10.fig \
FCellConfiguration-11.fig \
FCellConfiguration-12.fig \
FCellConfiguration-13.fig \
FCellConfiguration-14.fig \
FCellConfiguration-15.fig \
FCellConfiguration-16.fig \
FCellConfiguration-17.fig \
FCellConfiguration-18.fig \
FCellConfiguration-19.fig \
FCellConfiguration-20.fig
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/images/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --foreign doc/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
-rm -f libtool
uninstall-info-am:
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-libtool
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am:
install-exec-am:
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-info-am
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
distclean distclean-generic distclean-libtool distdir dvi \
dvi-am html html-am info info-am install install-am \
install-data install-data-am install-exec install-exec-am \
install-info install-info-am install-man install-strip \
installcheck installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
uninstall-info-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,78 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 4185 4275 4950
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 270 4770 90 90 180 4770 360 4770
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
45 4590 495 4590
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
45 4365 495 4365
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 4185 2925 4950
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 4185 4275 4185 4275 4950
4 0 0 40 -1 18 12 0.0000 4 180 1230 720 4860 Starting Point\001
4 0 0 40 -1 18 12 0.0000 4 180 2025 720 4635 Constraint Propagation\001
4 0 0 40 -1 18 12 0.0000 4 180 735 720 4410 Collapse\001
4 0 0 40 -1 18 12 0.0000 4 135 165 3195 4500 L:\001
4 0 0 40 -1 18 12 0.0000 4 135 210 3195 4770 G:\001
4 0 0 40 -1 18 12 0.0000 4 135 465 3510 4500 Local\001
4 0 0 40 -1 18 12 0.0000 4 135 555 3510 4770 Global\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 2700 90 90 360 2700 540 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 2700 90 90 2610 2700 2790 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 3825 90 90 1485 3825 1665 3825
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 1575 90 90 2610 1575 2790 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 1575 90 90 3735 1575 3915 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 450 90 90 3735 450 3915 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4950 450 90 90 4860 450 5040 450
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 1575 2700 90 90 1485 2700 1665 2700
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 4950 0 4950 0 0
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 2700 1485 2700
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1665 2700 2610 2700
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 2790 1575 3735
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 1665 2700 2610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 1575 3735 1575
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3825 540 3825 1485
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3915 450 4860 450
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1350 2790 675 2790
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1485 2925 1485 3600
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1800 2790 2475 2790
3 2 0 1 12 7 40 -1 -1 0.000 0 1 1 4
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
3735 495 3600 765 3600 1215 3780 1530
0.000 -1.000 -1.000 0.000
4 1 0 40 -1 18 12 0.0000 4 135 150 990 2655 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 1710 3330 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 3240 1530 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 4365 405 G\001
4 1 0 40 -1 18 12 0.0000 4 135 105 2115 2655 L\001
4 1 0 40 -1 18 12 0.0000 4 135 105 2835 2205 L\001
4 1 0 40 -1 18 12 0.0000 4 135 105 3960 1080 L\001
4 1 12 40 -1 19 12 0.0000 4 135 240 1035 2970 dX\001
4 1 12 40 -1 19 12 0.0000 4 135 210 1305 3330 dY\001
4 1 12 40 -1 19 12 0.0000 4 135 240 2115 2970 dX\001

View File

@ -1,75 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 3060 4275 3825
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 270 3645 90 90 180 3645 360 3645
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
45 3465 495 3465
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
45 3240 495 3240
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 3060 2925 3825
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 3060 4275 3060 4275 3825
4 0 0 40 -1 18 12 0.0000 4 180 1230 720 3735 Starting Point\001
4 0 0 40 -1 18 12 0.0000 4 180 2025 720 3510 Constraint Propagation\001
4 0 0 40 -1 18 12 0.0000 4 180 735 720 3285 Collapse\001
4 0 0 40 -1 18 12 0.0000 4 135 165 3195 3375 L:\001
4 0 0 40 -1 18 12 0.0000 4 135 210 3195 3645 G:\001
4 0 0 40 -1 18 12 0.0000 4 135 465 3510 3375 Local\001
4 0 0 40 -1 18 12 0.0000 4 135 555 3510 3645 Global\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 1575 90 90 360 1575 540 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 1575 90 90 2610 1575 2790 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 2700 90 90 1485 2700 1665 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 450 90 90 2610 450 2790 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 450 90 90 3735 450 3915 450
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 1575 1575 90 90 1485 1575 1665 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 450 135 135 3690 450 3960 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4950 450 90 90 4860 450 5040 450
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 1575 1485 1575
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1665 1575 2610 1575
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 1665 1575 2610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2700 540 2700 1485
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1350 1665 675 1665
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1485 1800 1485 2475
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1800 1665 2475 1665
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2790 450 3690 450
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3960 450 4860 450
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 3825 0 3825 0 0
3 2 0 1 12 7 40 -1 -1 0.000 0 1 1 4
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
1620 1485 1890 1350 2385 1350 2655 1485
0.000 -1.000 -1.000 0.000
4 1 0 40 -1 18 12 0.0000 4 135 150 990 1530 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 1710 2205 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 3240 405 G\001
4 1 0 40 -1 18 12 0.0000 4 135 105 2115 1530 L\001
4 1 0 40 -1 18 12 0.0000 4 135 105 2835 1080 L\001
4 1 12 40 -1 19 12 0.0000 4 135 240 1035 1845 dX\001
4 1 12 40 -1 19 12 0.0000 4 135 210 1305 2205 dY\001
4 1 12 40 -1 19 12 0.0000 4 135 240 2115 1845 dX\001
4 1 0 40 -1 18 12 0.0000 4 135 150 4365 405 G\001

View File

@ -1,72 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 3060 4275 3825
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 270 3645 90 90 180 3645 360 3645
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
45 3465 495 3465
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
45 3240 495 3240
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 3060 2925 3825
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 3060 4275 3060 4275 3825
4 0 0 40 -1 18 12 0.0000 4 180 1230 720 3735 Starting Point\001
4 0 0 40 -1 18 12 0.0000 4 180 2025 720 3510 Constraint Propagation\001
4 0 0 40 -1 18 12 0.0000 4 180 735 720 3285 Collapse\001
4 0 0 40 -1 18 12 0.0000 4 135 165 3195 3375 L:\001
4 0 0 40 -1 18 12 0.0000 4 135 210 3195 3645 G:\001
4 0 0 40 -1 18 12 0.0000 4 135 465 3510 3375 Local\001
4 0 0 40 -1 18 12 0.0000 4 135 555 3510 3645 Global\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 1575 90 90 360 1575 540 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 2700 90 90 1485 2700 1665 2700
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 1575 1575 90 90 1485 1575 1665 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 1575 135 135 1440 1575 1710 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 450 90 90 1485 450 1665 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 450 90 90 2610 450 2790 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 450 135 135 2565 450 2835 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 450 90 90 3735 450 3915 450
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1350 1665 675 1665
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1485 1800 1485 2475
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 3825 0 3825 0 0
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1665 450 2565 450
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2835 450 3735 450
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 540 1575 1440
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 1575 1440 1575
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 1710 1575 2610
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1485 1350 1485 675
3 2 0 1 12 7 40 -1 -1 0.000 0 1 1 4
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
1665 495 2025 765 2025 1260 1665 1485
0.000 -1.000 -1.000 0.000
4 1 0 40 -1 18 12 0.0000 4 135 150 990 1530 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 1710 2205 G\001
4 1 12 40 -1 19 12 0.0000 4 135 240 1035 1845 dX\001
4 1 12 40 -1 19 12 0.0000 4 135 210 1305 2205 dY\001
4 1 0 40 -1 18 12 0.0000 4 135 150 2115 405 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 3240 405 G\001
4 1 0 40 -1 18 12 0.0000 4 135 105 1710 1080 L\001
4 1 12 40 -1 19 12 0.0000 4 135 210 1305 1125 dY\001

View File

@ -1,68 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 0 2160 4275 2925
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 270 2745 90 90 180 2745 360 2745
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
45 2565 495 2565
2 1 0 1 12 7 40 -1 -1 0.000 0 0 -1 1 1 2
3 1 1.00 60.00 120.00
3 1 1.00 60.00 120.00
45 2340 495 2340
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2925 2160 2925 2925
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 2160 4275 2160 4275 2925
4 0 0 40 -1 18 12 0.0000 4 180 1230 720 2835 Starting Point\001
4 0 0 40 -1 18 12 0.0000 4 180 2025 720 2610 Constraint Propagation\001
4 0 0 40 -1 18 12 0.0000 4 180 735 720 2385 Collapse\001
4 0 0 40 -1 18 12 0.0000 4 135 165 3195 2475 L:\001
4 0 0 40 -1 18 12 0.0000 4 135 210 3195 2745 G:\001
4 0 0 40 -1 18 12 0.0000 4 135 465 3510 2475 Local\001
4 0 0 40 -1 18 12 0.0000 4 135 555 3510 2745 Global\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 450 675 90 90 360 675 540 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 1800 90 90 1485 1800 1665 1800
1 4 0 2 0 0 40 -1 20 0.000 1 0.0000 1575 675 90 90 1485 675 1665 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 135 135 1440 675 1710 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 180 180 1395 675 1755 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 675 90 90 2610 675 2790 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2700 675 135 135 2565 675 2835 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3825 675 90 90 3735 675 3915 675
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1350 765 675 765
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 1 0 2
3 1 1.00 60.00 120.00
1485 900 1485 1575
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
540 675 1395 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1575 855 1575 1710
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2835 675 3735 675
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1755 675 2565 675
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 0 1 2
3 1 1.00 60.00 120.00
2475 765 1800 765
2 1 0 1 12 7 40 -1 -1 0.000 0 0 7 0 1 2
3 1 1.00 60.00 120.00
3600 765 2925 765
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 5400 0 5400 2925 0 2925 0 0
4 1 0 40 -1 18 12 0.0000 4 135 150 990 630 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 1710 1305 G\001
4 1 12 40 -1 19 12 0.0000 4 135 240 1035 945 dX\001
4 1 12 40 -1 19 12 0.0000 4 135 210 1305 1305 dY\001
4 1 0 40 -1 18 12 0.0000 4 135 150 2115 630 G\001
4 1 0 40 -1 18 12 0.0000 4 135 150 3240 630 G\001
4 1 12 40 -1 19 12 0.0000 4 135 240 2070 945 dX\001
4 1 12 40 -1 19 12 0.0000 4 135 240 3195 945 dX\001

View File

@ -1,146 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 405 225 3195 6795
6 2340 1305 2610 2070
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
2430 1350 2520 1350 2520 2025 2430 2025 2430 1350
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 1710 2565 1710 2565 1890 2385 1890 2385 1710
-6
6 990 3105 1260 3870
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
1080 3150 1170 3150 1170 3825 1080 3825 1080 3150
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1035 3285 1215 3285 1215 3465 1035 3465 1035 3285
-6
6 2340 2880 2610 3645
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
2430 2925 2520 2925 2520 3600 2430 3600 2430 2925
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2385 3060 2565 3060 2565 3240 2385 3240 2385 3060
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 90 90 1485 675 1665 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 4275 90 90 1485 4275 1665 4275
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
450 5625 3150 5625
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
675 4770 675 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
1125 3870 1125 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
2475 3645 2475 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
2925 4770 2925 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
2475 2070 2475 2880
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
675 5400 675 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
1125 5400 1125 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
2475 5400 2475 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
2925 5400 2925 5625
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 1 0 2
3 1 2.00 120.00 240.00
2475 6525 2475 5940
2 1 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 2
675 2475 2880 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1485 675 450 675
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1665 4275 3150 4275
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1215 3375 1575 3375
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
2385 3150 1575 3150
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
2385 1800 1575 1800
2 2 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 5
675 225 2925 225 2925 4725 675 4725 675 225
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1575 765 1575 4185
4 0 12 40 -1 18 12 0.0000 4 135 105 765 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 1215 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 2565 5580 2\001
4 0 12 40 -1 18 12 0.0000 4 135 105 3015 5580 1\001
4 1 12 40 -1 19 12 0.0000 4 180 660 2475 6750 Optimal\001
-6
6 4005 225 6750 6345
6 5940 1305 6210 2070
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
6030 1350 6120 1350 6120 2025 6030 2025 6030 1350
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5985 1710 6165 1710 6165 1890 5985 1890 5985 1710
-6
6 4590 3105 4860 3870
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
4680 3150 4770 3150 4770 3825 4680 3825 4680 3150
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4635 3285 4815 3285 4815 3465 4635 3465 4635 3285
-6
6 5940 2880 6210 3645
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
6030 2925 6120 2925 6120 3600 6030 3600 6030 2925
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5985 3060 6165 3060 6165 3240 5985 3240 5985 3060
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 675 90 90 5085 675 5265 675
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
4050 5625 6750 5625
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
4275 4770 4275 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
4725 3870 4725 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
6075 3645 6075 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
6075 2070 6075 2880
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
4275 5400 4275 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
4725 5400 4725 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
6075 5400 6075 5625
2 1 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 2
4275 2475 6480 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5085 675 4050 675
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
4815 3375 5175 3375
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5985 3150 5175 3150
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5985 1800 5175 1800
2 2 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 5
4275 225 6525 225 6525 4725 4275 4725 4275 225
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5175 765 5175 3375
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 1 1 2
3 1 2.00 120.00 240.00
3 1 2.00 120.00 240.00
4725 6075 6075 6075
4 0 12 40 -1 18 12 0.0000 4 135 105 4365 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 4815 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 6165 5580 2\001
4 1 12 40 -1 19 12 0.0000 4 180 660 5400 6300 Optimal\001
-6
6 1305 1980 1575 2295
2 2 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 5
1350 2025 1530 2025 1530 2250 1350 2250 1350 2025
4 1 0 40 -1 18 12 0.0000 4 135 120 1440 2205 A\001
-6
6 4905 1980 5175 2295
2 2 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 5
4950 2025 5130 2025 5130 2250 4950 2250 4950 2025
4 1 0 40 -1 18 12 0.0000 4 135 120 5040 2205 A\001
-6
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 7200 0 7200 6975 0 6975 0 0

View File

@ -1,80 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 1575 1755 1845 2070
2 2 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 5
1620 1800 1800 1800 1800 2025 1620 2025 1620 1800
4 1 0 40 -1 18 12 0.0000 4 135 120 1710 1980 A\001
-6
6 5175 1755 5445 2070
2 2 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 5
5220 1800 5400 1800 5400 2025 5220 2025 5220 1800
4 1 0 40 -1 18 12 0.0000 4 135 120 5310 1980 A\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 90 90 1485 675 1665 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 4275 90 90 1485 4275 1665 4275
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 675 90 90 5085 675 5265 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 4275 90 90 5085 4275 5265 4275
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 7200 0 7200 6975 0 6975 0 0
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
450 5625 3150 5625
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
675 4770 675 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
2925 4770 2925 5850
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
675 5400 675 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
2925 5400 2925 5625
2 1 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 2
675 2475 2880 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1485 675 450 675
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1665 4275 3150 4275
2 2 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 5
675 225 2925 225 2925 4725 675 4725 675 225
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1575 765 1575 4185
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
4050 5625 6750 5625
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
4275 4770 4275 5850
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
4275 5400 4275 5625
2 1 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 2
4275 2475 6480 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5085 675 4050 675
2 2 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 5
4275 225 6525 225 6525 4725 4275 4725 4275 225
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5175 765 5175 4185
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
6750 4275 5265 4275
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
6750 675 5265 675
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
6525 5400 6525 5625
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
6525 4770 6525 5850
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 1 0 2
3 1 2.00 120.00 240.00
6525 6570 6525 5985
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 1 1 2
3 1 2.00 120.00 240.00
3 1 2.00 120.00 240.00
675 6075 2925 6075
4 0 12 40 -1 18 12 0.0000 4 135 105 765 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 3015 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 4365 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 6615 5580 2\001
4 1 12 40 -1 19 12 0.0000 4 180 660 6525 6750 Optimal\001
4 1 12 40 -1 19 12 0.0000 4 180 660 1800 6255 Optimal\001

View File

@ -1,109 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 405 225 3150 5850
6 1980 3240 2745 3510
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
2025 3420 2025 3330 2700 3330 2700 3420 2025 3420
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
2160 3465 2160 3285 2340 3285 2340 3465 2160 3465
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 675 90 90 1485 675 1665 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1575 3375 90 90 1485 3375 1665 3375
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
450 5625 3150 5625
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
675 4770 675 5850
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
675 5400 675 5625
2 1 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 2
675 2475 2880 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1485 675 450 675
2 2 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 5
675 225 2925 225 2925 4725 675 4725 675 225
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1575 765 1575 3285
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
1665 3375 2160 3375
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
2025 3465 2025 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
2700 3465 2700 5850
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
2025 5400 2025 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
2700 5400 2700 5625
4 0 12 40 -1 18 12 0.0000 4 135 105 765 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 2115 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 2790 5580 1\001
-6
6 5580 3240 6345 3510
2 2 0 2 0 7 50 -1 44 0.000 0 0 -1 0 0 5
5625 3420 5625 3330 6300 3330 6300 3420 5625 3420
2 2 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5760 3465 5760 3285 5940 3285 5940 3465 5760 3465
-6
6 5175 1305 5445 1620
2 2 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 5
5220 1350 5400 1350 5400 1575 5220 1575 5220 1350
4 1 0 40 -1 18 12 0.0000 4 135 120 5310 1530 A\001
-6
6 1575 1350 1845 1665
2 2 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 5
1620 1395 1800 1395 1800 1620 1620 1620 1620 1395
4 1 0 40 -1 18 12 0.0000 4 135 120 1710 1575 A\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5175 675 90 90 5085 675 5265 675
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5180 4285 90 90 5090 4285 5270 4285
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 7200 0 7200 6975 0 6975 0 0
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 1 0 2
3 1 2.00 120.00 240.00
2025 6525 2025 5940
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
4050 5625 6750 5625
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
4275 4770 4275 5850
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
4275 5400 4275 5625
2 1 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 2
4275 2475 6480 2475
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5085 675 4050 675
2 2 3 1 0 7 40 -1 -1 4.000 0 0 -1 0 0 5
4275 225 6525 225 6525 4725 4275 4725 4275 225
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5175 765 5175 4185
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
5175 3375 5760 3375
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
5625 3465 5625 5850
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
6300 3465 6300 5850
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
5625 5400 5625 5625
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
6300 5400 6300 5625
2 1 0 2 0 7 40 -1 -1 6.000 0 0 -1 0 0 2
6750 4275 5265 4275
2 1 0 1 12 7 40 -1 -1 4.000 0 0 7 0 0 2
6525 4770 6525 5850
2 1 0 4 12 7 40 -1 -1 10.000 0 0 -1 0 0 2
6525 5400 6525 5625
2 1 0 2 12 7 40 -1 -1 6.000 0 0 -1 1 1 2
3 1 2.00 120.00 240.00
3 1 2.00 120.00 240.00
5625 6075 6300 6075
4 1 12 40 -1 19 12 0.0000 4 180 660 2025 6750 Optimal\001
4 0 12 40 -1 18 12 0.0000 4 135 105 4365 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 5715 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 6390 5580 1\001
4 0 12 40 -1 18 12 0.0000 4 135 105 6615 5580 1\001
4 1 12 40 -1 19 12 0.0000 4 180 660 5940 6300 Optimal\001

View File

@ -1,102 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 90 315 3105 1755
6 495 1215 1035 1485
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
495 1215 1035 1215 1035 1485 495 1485 495 1215
4 1 0 40 -1 14 12 0.0000 4 165 420 765 1395 Cg--\001
-6
6 1620 1215 2160 1485
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 1215 2160 1215 2160 1485 1620 1485 1620 1215
4 1 18 40 -1 14 12 0.0000 4 135 420 1890 1395 --g-\001
-6
6 2565 855 3105 1125
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
2565 855 3105 855 3105 1125 2565 1125 2565 855
4 1 1 40 -1 14 12 0.0000 4 15 420 2835 1035 ----\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 225 1575 90 90 135 1575 315 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 90 90 1260 1575 1440 1575
1 4 0 1 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 135 135 1215 1575 1485 1575
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 2475 1575 90 90 2385 1575 2565 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2475 450 90 90 2385 450 2565 450
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
315 1575 1215 1575
2 1 0 4 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
1485 1575 2385 1575
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2475 540 2475 1485
-6
6 3465 315 7875 2835
6 4770 2025 5310 2295
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4770 2025 5310 2025 5310 2295 4770 2295 4770 2025
4 1 0 40 -1 14 12 0.0000 4 90 420 5040 2205 -c--\001
-6
6 3870 2340 4410 2610
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
3870 2340 4410 2340 4410 2610 3870 2610 3870 2340
4 1 0 40 -1 14 12 0.0000 4 165 420 4140 2520 Cg--\001
-6
6 4995 1215 5535 1485
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
4995 1215 5535 1215 5535 1485 4995 1485 4995 1215
4 1 18 40 -1 14 12 0.0000 4 135 420 5265 1395 --g-\001
-6
6 5940 900 6480 1170
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
5940 900 6480 900 6480 1170 5940 1170 5940 900
4 1 1 40 -1 14 12 0.0000 4 15 420 6210 1080 ----\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4725 2700 90 90 4635 2700 4815 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4725 1575 90 90 4635 1575 4815 1575
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 5850 1575 90 90 5760 1575 5940 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5850 450 90 90 5760 450 5940 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3600 2700 90 90 3510 2700 3690 2700
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4725 1665 4725 2610
2 1 0 4 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
4815 1575 5760 1575
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3690 2700 4635 2700
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
5850 540 5850 1485
2 1 0 1 1 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6165 1845 6165 1170
4 0 1 40 -1 14 12 0.0000 4 150 1785 6075 2025 PERPANDICULAR_ANY\001
-6
6 2025 3555 3870 4860
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2565 3825 3645 3825
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2655 3825 2655 4050
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2970 3825 2970 4275
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3555 3825 3555 4680
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3240 3825 3240 4455
4 1 0 40 -1 14 14 0.0000 4 195 945 3105 3735 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 2880 4185 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 3150 4410 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 3465 4635 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 3870 4860 Terminal\001
-6
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 8325 0 8325 4950 0 4950 0 0
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1845 3375 1845 4950
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 3375 4050 3375 4050 4950
4 0 1 40 -1 18 12 0.0000 4 135 645 90 3780 current\001
4 0 0 40 -1 18 12 0.0000 4 135 630 90 4230 master\001
4 0 18 40 -1 18 12 0.0000 4 135 1530 90 4680 source & contact\001

View File

@ -1,113 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 2025 3555 3870 4860
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2565 3825 3645 3825
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2655 3825 2655 4050
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2970 3825 2970 4275
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3555 3825 3555 4680
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3240 3825 3240 4455
4 1 0 40 -1 14 14 0.0000 4 195 945 3105 3735 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 2880 4185 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 3150 4410 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 3465 4635 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 3870 4860 Terminal\001
-6
6 5670 3150 6210 3420
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5670 3150 6210 3150 6210 3420 5670 3420 5670 3150
4 1 0 40 -1 14 12 0.0000 4 90 420 5940 3330 -c--\001
-6
6 4770 3465 5310 3735
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4770 3465 5310 3465 5310 3735 4770 3735 4770 3465
4 1 0 40 -1 14 12 0.0000 4 165 420 5040 3645 Cg--\001
-6
6 6840 900 7380 1170
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
6840 900 7380 900 7380 1170 6840 1170 6840 900
4 1 1 40 -1 14 12 0.0000 4 15 420 7110 1080 ----\001
-6
6 495 1215 1035 1485
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
495 1215 1035 1215 1035 1485 495 1485 495 1215
4 1 0 40 -1 14 12 0.0000 4 165 420 765 1395 Cg--\001
-6
6 2565 855 3105 1125
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
2565 855 3105 855 3105 1125 2565 1125 2565 855
4 1 1 40 -1 14 12 0.0000 4 15 420 2835 1035 ----\001
-6
6 5895 2385 6435 2655
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
5895 2385 6435 2385 6435 2655 5895 2655 5895 2385
4 1 0 40 -1 14 12 0.0000 4 135 420 6165 2565 -g--\001
-6
6 1620 1260 2160 1530
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 1260 2160 1260 2160 1530 1620 1530 1620 1260
4 1 0 40 -1 14 12 0.0000 4 135 420 1890 1440 -g--\001
-6
6 6120 1980 6660 2250
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
6120 1980 6660 1980 6660 2250 6120 2250 6120 1980
4 1 18 40 -1 14 12 0.0000 4 90 420 6390 2160 -c--\001
-6
6 2700 1755 3240 2025
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
2700 1755 3240 1755 3240 2025 2700 2025 2700 1755
4 1 18 40 -1 14 12 0.0000 4 90 420 2970 1935 -c--\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5625 3825 90 90 5535 3825 5715 3825
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5625 2700 90 90 5535 2700 5715 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4500 3825 90 90 4410 3825 4590 3825
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 6750 450 90 90 6660 450 6840 450
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 6750 1575 90 90 6660 1575 6840 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 6750 2700 90 90 6660 2700 6840 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 225 1575 90 90 135 1575 315 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 90 90 1260 1575 1440 1575
1 4 0 1 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 135 135 1215 1575 1485 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2475 450 90 90 2385 450 2565 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2475 1575 90 90 2385 1575 2565 1575
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 2475 1575 180 180 2295 1575 2655 1575
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1845 3375 1845 4950
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 3375 4050 3375 4050 4950
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 9675 0 9675 4950 0 4950 0 0
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5625 2790 5625 3735
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4590 3825 5535 3825
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
6750 540 6750 1485
2 1 0 1 1 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
7065 1845 7065 1170
2 1 0 4 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
6750 1665 6750 2610
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
5715 2700 6660 2700
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
315 1575 1215 1575
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2475 540 2475 1395
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1485 1575 2295 1575
4 0 1 40 -1 18 12 0.0000 4 135 645 90 3780 current\001
4 0 0 40 -1 18 12 0.0000 4 135 630 90 4230 master\001
4 0 18 40 -1 18 12 0.0000 4 135 1530 90 4680 source & contact\001
4 0 1 40 -1 14 12 0.0000 4 150 1785 7020 2025 PERPANDICULAR_ANY\001
4 0 1 40 -1 14 12 0.0000 4 150 2310 7020 2250 PERPANDICULAR_INDIRECT\001

View File

@ -1,108 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 2025 3555 3870 4860
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2565 3825 3645 3825
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2655 3825 2655 4050
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2970 3825 2970 4275
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3555 3825 3555 4680
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3240 3825 3240 4455
4 1 0 40 -1 14 14 0.0000 4 195 945 3105 3735 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 2880 4185 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 3150 4410 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 3465 4635 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 3870 4860 Terminal\001
-6
6 4770 2025 5310 2295
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4770 2025 5310 2025 5310 2295 4770 2295 4770 2025
4 1 0 40 -1 14 12 0.0000 4 90 420 5040 2205 -c--\001
-6
6 3870 2340 4410 2610
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
3870 2340 4410 2340 4410 2610 3870 2610 3870 2340
4 1 0 40 -1 14 12 0.0000 4 165 420 4140 2520 Cg--\001
-6
6 4995 1215 5535 1485
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
4995 1215 5535 1215 5535 1485 4995 1485 4995 1215
4 1 18 40 -1 14 12 0.0000 4 135 420 5265 1395 --g-\001
-6
6 495 1215 1035 1485
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
495 1215 1035 1215 1035 1485 495 1485 495 1215
4 1 0 40 -1 14 12 0.0000 4 165 420 765 1395 Cg--\001
-6
6 1620 1215 2160 1485
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 1215 2160 1215 2160 1485 1620 1485 1620 1215
4 1 18 40 -1 14 12 0.0000 4 135 420 1890 1395 --g-\001
-6
6 2565 855 3105 1125
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
2565 855 3105 855 3105 1125 2565 1125 2565 855
4 1 1 40 -1 14 12 0.0000 4 15 420 2835 1035 ----\001
-6
6 5940 900 6480 1170
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
5940 900 6480 900 6480 1170 5940 1170 5940 900
4 1 1 40 -1 14 12 0.0000 4 90 420 6210 1080 -c--\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4725 2700 90 90 4635 2700 4815 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4725 1575 90 90 4635 1575 4815 1575
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 5850 1575 90 90 5760 1575 5940 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5850 450 90 90 5760 450 5940 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3600 2700 90 90 3510 2700 3690 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 225 1575 90 90 135 1575 315 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 90 90 1260 1575 1440 1575
1 4 0 1 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 135 135 1215 1575 1485 1575
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 2475 1575 90 90 2385 1575 2565 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2475 450 90 90 2385 450 2565 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 6975 1575 90 90 6885 1575 7065 1575
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 8325 0 8325 4950 0 4950 0 0
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1845 3375 1845 4950
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 3375 4050 3375 4050 4950
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4725 1665 4725 2610
2 1 0 4 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
4815 1575 5760 1575
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3690 2700 4635 2700
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
5850 540 5850 1485
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
315 1575 1215 1575
2 1 0 4 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
1485 1575 2385 1575
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2475 540 2475 1485
2 1 0 1 1 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6165 495 6165 900
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
5940 1575 6885 1575
2 1 0 1 1 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6345 2340 6345 1935
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
6120 1665 6660 1665 6660 1935 6120 1935 6120 1665
4 0 1 40 -1 18 12 0.0000 4 135 645 90 3780 current\001
4 0 0 40 -1 18 12 0.0000 4 135 630 90 4230 master\001
4 0 18 40 -1 18 12 0.0000 4 135 1530 90 4680 source & contact\001
4 0 1 40 -1 14 12 0.0000 4 90 420 6075 405 zero\001
4 0 1 40 -1 14 12 0.0000 4 150 2100 5265 2520 PARALLEL_OR_EXPANDED\001
4 1 1 40 -1 14 12 0.0000 4 165 420 6390 1845 Cg--\001

View File

@ -1,108 +0,0 @@
#FIG 3.2
Landscape
Center
Metric
Letter
100.00
Single
-2
1200 2
6 2025 3555 3870 4860
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2565 3825 3645 3825
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2655 3825 2655 4050
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
2970 3825 2970 4275
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3555 3825 3555 4680
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3240 3825 3240 4455
4 1 0 40 -1 14 14 0.0000 4 195 945 3105 3735 C c g t\001
4 2 0 40 -1 18 12 0.0000 4 135 840 2880 4185 Canonical\001
4 2 0 40 -1 18 12 0.0000 4 180 840 3150 4410 Collapsed\001
4 2 0 40 -1 18 12 0.0000 4 135 555 3465 4635 Global\001
4 2 0 40 -1 18 12 0.0000 4 135 765 3870 4860 Terminal\001
-6
6 4770 2025 5310 2295
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
4770 2025 5310 2025 5310 2295 4770 2295 4770 2025
4 1 0 40 -1 14 12 0.0000 4 90 420 5040 2205 -c--\001
-6
6 3870 2340 4410 2610
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
3870 2340 4410 2340 4410 2610 3870 2610 3870 2340
4 1 0 40 -1 14 12 0.0000 4 165 420 4140 2520 Cg--\001
-6
6 4995 1215 5535 1485
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
4995 1215 5535 1215 5535 1485 4995 1485 4995 1215
4 1 18 40 -1 14 12 0.0000 4 135 420 5265 1395 --g-\001
-6
6 495 1215 1035 1485
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
495 1215 1035 1215 1035 1485 495 1485 495 1215
4 1 0 40 -1 14 12 0.0000 4 165 420 765 1395 Cg--\001
-6
6 1620 1215 2160 1485
2 2 0 1 18 7 40 -1 -1 0.000 0 0 -1 0 0 5
1620 1215 2160 1215 2160 1485 1620 1485 1620 1215
4 1 18 40 -1 14 12 0.0000 4 135 420 1890 1395 --g-\001
-6
6 2565 855 3105 1125
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
2565 855 3105 855 3105 1125 2565 1125 2565 855
4 1 1 40 -1 14 12 0.0000 4 15 420 2835 1035 ----\001
-6
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4725 2700 90 90 4635 2700 4815 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 4725 1575 90 90 4635 1575 4815 1575
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 5850 1575 90 90 5760 1575 5940 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 5850 450 90 90 5760 450 5940 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 3600 2700 90 90 3510 2700 3690 2700
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 225 1575 90 90 135 1575 315 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 90 90 1260 1575 1440 1575
1 4 0 1 0 7 40 -1 -1 0.000 1 0.0000 1350 1575 135 135 1215 1575 1485 1575
1 4 0 4 18 7 40 -1 -1 0.000 1 0.0000 2475 1575 90 90 2385 1575 2565 1575
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 2475 450 90 90 2385 450 2565 450
1 4 0 2 0 7 40 -1 -1 0.000 1 0.0000 6975 1575 90 90 6885 1575 7065 1575
2 2 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 5
0 0 8325 0 8325 4950 0 4950 0 0
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
1845 3375 1845 4950
2 1 0 1 0 7 40 -1 -1 0.000 0 0 -1 0 0 3
0 3375 4050 3375 4050 4950
2 1 0 2 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
4725 1665 4725 2610
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
3690 2700 4635 2700
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
5850 540 5850 1485
2 1 0 4 0 7 40 -1 -1 0.000 0 0 -1 0 0 2
315 1575 1215 1575
2 1 0 4 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
1485 1575 2385 1575
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
2475 540 2475 1485
2 1 0 1 1 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6165 495 6165 900
2 1 0 4 1 7 40 -1 -1 0.000 0 0 -1 0 0 2
5940 1575 6885 1575
2 1 0 1 1 7 40 -1 -1 0.000 0 0 -1 1 0 2
3 1 1.00 60.00 120.00
6345 2340 6345 1935
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
6120 1665 6660 1665 6660 1935 6120 1935 6120 1665
2 2 0 1 1 7 40 -1 -1 0.000 0 0 -1 0 0 5
5940 900 6480 900 6480 1170 5940 1170 5940 900
2 1 0 4 18 7 40 -1 -1 0.000 0 0 -1 0 0 2
4815 1575 5895 1575
4 0 1 40 -1 18 12 0.0000 4 135 645 90 3780 current\001
4 0 0 40 -1 18 12 0.0000 4 135 630 90 4230 master\001
4 0 18 40 -1 18 12 0.0000 4 135 1530 90 4680 source & contact\001
4 1 1 40 -1 14 12 0.0000 4 135 420 6390 1845 -g--\001
4 1 1 40 -1 14 12 0.0000 4 90 420 6210 1080 -c--\001
# zero
4 0 1 40 -1 14 12 0.0000 4 90 420 6030 450 zero\001
# zero
4 0 1 40 -1 14 12 0.0000 4 90 420 6120 2520 zero\001

Some files were not shown because too many files have changed in this diff Show More