├── .gitattributes ├── LICENSE ├── LabStack Rack Mini └── STLs │ ├── 1U Mini Add HomeAssistant Yellow Spacer x4.stl │ ├── 1U Mini Drawer Base.stl │ ├── 1U Mini Drawer Insert.stl │ └── 1U Mini HomeAssistant Yellow.stl ├── README.md ├── cad ├── JetKVM 1U Rackmount.f3d └── JetKVM 1U Rackmount.step ├── full3d ├── 10x Keystone Module Left.stl ├── 10x Keystone Module Right.stl ├── 1x Module 1x Keystone Short Left Mount.stl ├── 1x Module 1x Keystone Short Right Mount.stl ├── 1x Module 6x Keystone Left.stl ├── 1x Module 6x Keystone Right.stl ├── 1x Module 8x Keystone 10in Left Mount Single.stl ├── 1x Module 8x Keystone 10in Right Mount Single.stl ├── 1x Module Left.stl ├── 1x Module Right.stl ├── 1x Module Short Left Mount.stl ├── 1x Module Short Right Mount.stl ├── 2x Module 4x Keystone 10in Single.stl ├── 2x Modules Left.stl ├── 2x Modules Right.stl ├── 2x Modules Short Left Mount.stl ├── 2x Modules Short Right Mount.stl ├── 3x Modules 10in Single.stl ├── Blank Module Left.stl ├── Blank Module Right.stl └── Brace.stl ├── hybrid ├── 1x Module 8x Keystone 10in Hybrid.stl ├── 1x Module Hybrid.stl ├── JetKVM 1U 1-Module 8-Keystone 10in.dxf ├── JetKVM 1U 1-Module Short.dxf ├── JetKVM 1U 1-Module.dxf ├── JetKVM 1U 2-Module Short.dxf ├── JetKVM 1U 2-Module.dxf ├── JetKVM 1U 3-Module 10in.dxf ├── JetKVM 1U 3-Module.dxf ├── JetKVM 1U 4-Module.dxf ├── JetKVM 1U 5-Module.dxf └── JetKVM 1U 6-Module.dxf └── images ├── full3dprinted.png ├── full3dprinted1.png ├── full3dprinted1shortright.png ├── full3dprinted1shortrightsmall.png ├── full3dprinted2.png ├── full3dprinted2shortright.png ├── full3dprintedassembled.png ├── full3dprintedbraceinstalled.png ├── full3dprintedfullwidthassembled.png ├── full3dprintedfullwidthheatset.png ├── full3dprintedrear.png ├── full3dprintedsmall.png ├── hybrid1.png ├── hybrid1small.png ├── hybrid2.png ├── hybrid3.png ├── hybrid4.png ├── hybrid5.png ├── hybridaluminum.png ├── hybridassembled.png ├── hybridpartialassembly.png ├── hybridpartialassembly2.png ├── hybridparts.png ├── hybridshort1.png ├── hybridshort1small.png └── hybridshort2.png /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /LabStack Rack Mini/STLs/1U Mini Add HomeAssistant Yellow Spacer x4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/LabStack Rack Mini/STLs/1U Mini Add HomeAssistant Yellow Spacer x4.stl -------------------------------------------------------------------------------- /LabStack Rack Mini/STLs/1U Mini Drawer Base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/LabStack Rack Mini/STLs/1U Mini Drawer Base.stl -------------------------------------------------------------------------------- /LabStack Rack Mini/STLs/1U Mini Drawer Insert.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/LabStack Rack Mini/STLs/1U Mini Drawer Insert.stl -------------------------------------------------------------------------------- /LabStack Rack Mini/STLs/1U Mini HomeAssistant Yellow.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/LabStack Rack Mini/STLs/1U Mini HomeAssistant Yellow.stl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Formerly JetKVM Rackmount Solutions 2 | 3 | Hey all! This repo is being updated and integrated to coordinate with the LabStack modular system. This repo will include standalone 1U and 2U rack options for both 10" (Mini) and standard 19" (19) racks. These rackmount designs can be used standalone, or in conjunction with a LabStack modular system! 4 | 5 | I will update the repo as I work on the integration, and all of the JetKVM designs will be staying in this repo as LabStack Rack designs. If you have any questions, please open an issue! 6 | 7 | 8 | -Jared 9 | 10 | # JetKVM Rackmount Solutions 11 | 12 | ## (Also available on [Printables.com](https://www.printables.com/model/1105303-jetkvm-1u-rackmount)) 13 | 14 | ### Hey all! If you're here, you probably want a cool mounting solution for your JetKVM into a 1U rackmount form factor. You're in luck! 15 | 16 | **Below I've outlined options for both fully 3D-printed solutions, as well as hybrid solutions utilizing laser-cut aluminum panels paired with 3D-printed parts, and the recommendations on accompanying hardware for each. All links are US-based, and non-affiliate links.** 17 | 18 | ###
****************************************************************************************
19 | ###
Fully 3D-Printed Configuration
20 | ###
****************************************************************************************
21 | 22 | ![Image](./images/full3dprinted1shortrightsmall.png) 23 | ![Image](./images/full3dprintedsmall.png) 24 | 25 | ## Fully 3D-Printed Notes 26 | * Files can be found in the "full3d" folder. 27 | * Available in Short 1-2 module and full-width 1-4 module configurations (mix and match 1-2 module left and right halves). 28 | * Fully printable on common 3D printer bed sizes down to 255x255mm in size (for full-width configuration; Short models can be printed on even smaller printers). 29 | * Able to be printed in two colors for a cool standout effect (full-width only). 30 | 31 | ## Required Hardware 32 | 1. **2x M2x16 SHCS Machine Screws (per module - up to 8x total with 4 total modules) - [iexcell - Amazon](https://www.amazon.com/gp/product/B094NSV83Q)** 33 | * This is a 100-screw pack. You will have plenty of spares. Feel free to find a combination kit that includes M2x16 SHCS screws if you don't want 100 of these. 34 | 2. **6x M3x4x5 Brass Heatset Inserts (ONLY REQUIRED for full-width configuration) - [PEUTIER - Amazon](https://www.amazon.com/dp/B0CXXS3LHD/)** 35 | * This kit includes the heatset tip for your soldering iron, and fits most of the older ceramic-style irons. 120 total pieces (they go fast if you print a lot of functional parts). 36 | 3. **6x M3x12 SHCS Machine Screws (ONLY REQUIRED for full-width configuration) - [iexcell - Amazon](https://www.amazon.com/dp/B08R3GVJVC)** 37 | * Another 100-screw pack. As above, plenty of spares, and feel free to find alternate options. 38 | 39 | ## Slicer Configuration and Info 40 | * All models are saved in the correct orientation to the build plate. You can rotate the part, but do not change the side that touches the bed! 41 | * NONE of the models require supports. Turn supports off in your slicer for these models. 42 | * Recommended Slicing Settings: 43 | * Layer Height: 0.2mm 44 | * Perimeters: 4 45 | * Top/Bottom Layers: 5 46 | * Infill: 40% 47 | * To help prevent part warping, please wait until the bed has fully cooled before removing the part from the bed! (This goes double for the full-width parts!) 48 | 49 | ## Short Model Info 50 | * Choose your specific configuration from the STL files in the list, and import into your slicer. 51 | * Short models will be listed with "Short" in their title. 52 | * Files listed as "Left Mount" will mount on the left half of the rack. Files listed as "Right Mount" will mount on the right half of the rack. 53 | 54 | ## Short Model Assembly 55 | 1. Unscrew the 2x Phillips head screws from the top of the JetKVM module, and slide the module into the 3D-printed housing until the screw holes in the printed part align with the holes in the JetKVM device. 56 | 2. Install 2x M2x16mm SHCS machine screws (per module) thru the printed part and into the JetKVM module. Snug the screws using an Allen Key of the correct size. 57 | 3. Connect cables to the JetKVM device, and install JetKVM into rack. 58 | * Be careful when screwing the printed mount into your server/network rack, and take care not to tighten the rack screws too tight! 59 | 60 | ![Image](./images/full3dprintedassembled.png) 61 | 62 | ## Full-Width Model Info 63 | * You will need one "Left" and one "Right" option for a full-width 1U mount. 64 | * Pick one of the 3 module options for each side: 1x Module, 2x Module, Blank 65 | * 1x Module Left + Blank Module Right = 1x JetKVM module on the left side of the rackmount. 66 | * 2x Module Left + 1x Module Right = 3x JetKVM modules total, with 2 on the left side and one on the right side of the rackmount. 67 | * 1x Blank Module Left + 1x Blank Module Right = Full Blanking panel with a JetKVM logo... Not useful for mounting JetKVM devices, but useful as a blanking plate! 68 | * You will need a printed brace to join the Left and Right halves. The brace is in the STL folder, and is just called "Brace". 69 | 70 | ## Full-Width Model Assembly 71 | 1. Install 3x heatset inserts into each of the Left and Right halves, 6x in total, with a soldering iron (and heatset insert tip, if available). 72 | 2. Install the Brace over the two halves of the 1U rackmount. 73 | 3. Insert 6x M3x10 SHCS machine screws into the base and tighten down. NOTE: The screws will start to feel tight before bottoming; continue to screw in until tight! This acts as a lock washer inside the printed part. 74 | 4. Unscrew the 2x Phillips head screws from the top of the JetKVM module, and slide the module into the 3D-printed housing until the screw holes in the printed part align with the holes in the JetKVM device. 75 | 5. Install 2x M2x16mm SHCS machine screws (per module) thru the printed part and into the JetKVM module. Snug the screws using an Allen Key of the correct size. 76 | 6. Connect cables to the JetKVM device, and install JetKVM into rack. 77 | * Be careful when screwing the printed mount into your server/network rack, and take care not to tighten the rack screws too tight! 78 | 79 | ![Image](./images/full3dprintedfullwidthheatset.png) 80 | ![Image](./images/full3dprintedbraceinstalled.png) 81 | ![Image](./images/full3dprintedfullwidthassembled.png) 82 | 83 | 84 | 85 | ###
****************************************************************************************
86 | ###
Hybrid Aluminum / 3D-Printed Configuration
87 | ###
****************************************************************************************
88 | 89 | ![Image](./images/hybridshort1small.png) 90 | ![Image](./images/hybrid1small.png) 91 | 92 | ## Notes 93 | * Files can be found in the “hybrid” folder. 94 | * Available in 1-6 module configurations. 95 | * Requires laser-cut aluminum panels; SendCutSend is a good option in the US. 96 | * Has 3D-printed mounts for the JetKVM modules that get attached to the aluminum panel. 97 | 98 | ## Required Hardware 99 | 1. **2x M2x16 SHCS Machine Screws (per module - up to 8x total with 4 total modules) - [iexcell - Amazon](https://www.amazon.com/gp/product/B094NSV83Q)** 100 | * This is a 100-screw pack. You will have plenty of spares. Feel free to find a combination kit that includes M2x16 SHCS screws if you don't want 100 of these. 101 | 2. **6x M3x4x5 Brass Heatset Inserts (ONLY REQUIRED for full-width configuration) - [PEUTIER - Amazon](https://www.amazon.com/dp/B0CXXS3LHD/)** 102 | * This kit includes the heatset tip for your soldering iron, and fits most of the older ceramic-style irons. 120 total pieces (they go fast if you print a lot of functional parts). 103 | 3. **6x M3x12 SHCS Machine Screws (ONLY REQUIRED for full-width configuration) - [iexcell - Amazon](https://www.amazon.com/dp/B08R3GVJVC)** 104 | * Another 100-screw pack. As above, plenty of spares, and feel free to find alternate options. 105 | 106 | ## Slicer Configuration and Info 107 | * The model is saved in the correct orientation to the build plate. You can rotate the part, but do not change the side that touches the bed! 108 | * The model does NOT require supports. Turn supports off in your slicer. 109 | * Recommended Slicing Settings: 110 | * Layer Height: 0.2mm 111 | * Perimeters: 4 112 | * Top/Bottom Layers: 5 113 | * Infill: 40% 114 | 115 | ## Aluminum Part Info and Configuration 116 | * You will need to upload ONE of the DXF files to SendCutSend or similar vendor to have laser cut. 117 | * Both "Short" models, and full-width 1U options are available. 118 | * All versions are able to be used in either "Left" or "Right" mount configurations (mirrorable). 119 | * Recommended Options (for SendCutSend, specifically): 120 | * Measurement Units: mm (millimeter) 121 | * Material Type: 5052 H32 Aluminum 122 | * Material Thickness: 0.125" (3.2mm) 123 | * Services: None 124 | * Finishing: 125 | * Full 1U Width - Deburring 126 | * 1 or 2 Module Short - Tumbling (will lose the brushed finish, but will be smooth; deburring not avaialble on parts this small) 127 | 128 | ## 3D-Printed Part Info 129 | 1. Print as many of the "1x Module Hybrid" file in the STL folder as needed for the total number of JetKVM modules in use (1-6 total). 130 | 2. Install 2x heatset inserts into each of the module mounts, up to 12x in total, with a soldering iron (and heatset insert tip, if available). 131 | 132 | ## Hybrid Model Assembly 133 | 1. Unscrew the 2x Phillips head screws from the top of the JetKVM module, and slide the module into the 3D-printed housing until the screw holes in the printed part align with the holes in the JetKVM device. 134 | 2. Install 2x M2x16mm SHCS machine screws (per module) thru the printed part and into the JetKVM module. Snug the screws using an Allen Key of the correct size. 135 | 3. Slide the JetKVM assembly into the laser-cut aluminum front panel and line up the holes in the panel with the heatsets in the printed part. 136 | 4. Install 2x M3x8mm BHCS machine screws (per module) thru the aluminum front panel and into the heatset in the printed part. Snug screws using an Allen Key of the correct size. 137 | 5. Connect cables to the JetKVM device, and install JetKVM into rack. 138 | 139 | ![Image](./images/hybridparts.png) 140 | ![Image](./images/hybridpartialassembly.png) 141 | ![Image](./images/hybridpartialassembly2.png) 142 | ![Image](./images/hybridassembled.png) 143 | -------------------------------------------------------------------------------- /cad/JetKVM 1U Rackmount.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/cad/JetKVM 1U Rackmount.f3d -------------------------------------------------------------------------------- /full3d/10x Keystone Module Left.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/10x Keystone Module Left.stl -------------------------------------------------------------------------------- /full3d/10x Keystone Module Right.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/10x Keystone Module Right.stl -------------------------------------------------------------------------------- /full3d/1x Module 1x Keystone Short Left Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module 1x Keystone Short Left Mount.stl -------------------------------------------------------------------------------- /full3d/1x Module 1x Keystone Short Right Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module 1x Keystone Short Right Mount.stl -------------------------------------------------------------------------------- /full3d/1x Module 6x Keystone Left.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module 6x Keystone Left.stl -------------------------------------------------------------------------------- /full3d/1x Module 6x Keystone Right.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module 6x Keystone Right.stl -------------------------------------------------------------------------------- /full3d/1x Module 8x Keystone 10in Left Mount Single.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module 8x Keystone 10in Left Mount Single.stl -------------------------------------------------------------------------------- /full3d/1x Module 8x Keystone 10in Right Mount Single.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module 8x Keystone 10in Right Mount Single.stl -------------------------------------------------------------------------------- /full3d/1x Module Left.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module Left.stl -------------------------------------------------------------------------------- /full3d/1x Module Right.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module Right.stl -------------------------------------------------------------------------------- /full3d/1x Module Short Left Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module Short Left Mount.stl -------------------------------------------------------------------------------- /full3d/1x Module Short Right Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/1x Module Short Right Mount.stl -------------------------------------------------------------------------------- /full3d/2x Module 4x Keystone 10in Single.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/2x Module 4x Keystone 10in Single.stl -------------------------------------------------------------------------------- /full3d/2x Modules Left.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/2x Modules Left.stl -------------------------------------------------------------------------------- /full3d/2x Modules Right.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/2x Modules Right.stl -------------------------------------------------------------------------------- /full3d/2x Modules Short Left Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/2x Modules Short Left Mount.stl -------------------------------------------------------------------------------- /full3d/2x Modules Short Right Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/2x Modules Short Right Mount.stl -------------------------------------------------------------------------------- /full3d/3x Modules 10in Single.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/3x Modules 10in Single.stl -------------------------------------------------------------------------------- /full3d/Blank Module Left.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/Blank Module Left.stl -------------------------------------------------------------------------------- /full3d/Blank Module Right.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/Blank Module Right.stl -------------------------------------------------------------------------------- /full3d/Brace.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/full3d/Brace.stl -------------------------------------------------------------------------------- /hybrid/1x Module 8x Keystone 10in Hybrid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/hybrid/1x Module 8x Keystone 10in Hybrid.stl -------------------------------------------------------------------------------- /hybrid/1x Module Hybrid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/hybrid/1x Module Hybrid.stl -------------------------------------------------------------------------------- /hybrid/JetKVM 1U 1-Module 8-Keystone 10in.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | SECTION 3 | 2 4 | HEADER 5 | 9 6 | $INSUNITS 7 | 70 8 | 4 9 | 9 10 | $ACADVER 11 | 1 12 | AC1014 13 | 9 14 | $HANDSEED 15 | 5 16 | FFFF 17 | 0 18 | ENDSEC 19 | 0 20 | SECTION 21 | 2 22 | TABLES 23 | 0 24 | TABLE 25 | 2 26 | VPORT 27 | 5 28 | 8 29 | 100 30 | AcDbSymbolTable 31 | 0 32 | ENDTAB 33 | 0 34 | TABLE 35 | 2 36 | LTYPE 37 | 5 38 | 5 39 | 100 40 | AcDbSymbolTable 41 | 0 42 | LTYPE 43 | 5 44 | 14 45 | 100 46 | AcDbSymbolTableRecord 47 | 100 48 | AcDbLinetypeTableRecord 49 | 2 50 | BYBLOCK 51 | 70 52 | 0 53 | 0 54 | LTYPE 55 | 5 56 | 15 57 | 100 58 | AcDbSymbolTableRecord 59 | 100 60 | AcDbLinetypeTableRecord 61 | 2 62 | BYLAYER 63 | 70 64 | 0 65 | 0 66 | LTYPE 67 | 5 68 | 16 69 | 100 70 | AcDbSymbolTableRecord 71 | 100 72 | AcDbLinetypeTableRecord 73 | 2 74 | DASHED 75 | 70 76 | 0 77 | 3 78 | Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ 79 | 72 80 | 65 81 | 73 82 | 2 83 | 40 84 | 0.75 85 | 49 86 | 0.5 87 | 74 88 | 0 89 | 49 90 | -0.25 91 | 74 92 | 0 93 | 0 94 | ENDTAB 95 | 0 96 | TABLE 97 | 2 98 | LAYER 99 | 5 100 | 2 101 | 100 102 | AcDbSymbolTable 103 | 70 104 | 3 105 | 0 106 | LAYER 107 | 5 108 | 50 109 | 100 110 | AcDbSymbolTableRecord 111 | 100 112 | AcDbLayerTableRecord 113 | 2 114 | 1 115 | 70 116 | 0 117 | 62 118 | 7 119 | 6 120 | DASHED 121 | 0 122 | LAYER 123 | 5 124 | 51 125 | 100 126 | AcDbSymbolTableRecord 127 | 100 128 | AcDbLayerTableRecord 129 | 2 130 | 0 131 | 70 132 | 0 133 | 62 134 | 7 135 | 6 136 | CONTINUOUS 137 | 0 138 | ENDTAB 139 | 0 140 | TABLE 141 | 2 142 | STYLE 143 | 5 144 | 3 145 | 100 146 | AcDbSymbolTable 147 | 70 148 | 1 149 | 0 150 | STYLE 151 | 5 152 | 11 153 | 100 154 | AcDbSymbolTableRecord 155 | 100 156 | AcDbTextStyleTableRecord 157 | 2 158 | STANDARD 159 | 70 160 | 0 161 | 0 162 | ENDTAB 163 | 0 164 | TABLE 165 | 2 166 | VIEW 167 | 5 168 | 6 169 | 100 170 | AcDbSymbolTable 171 | 70 172 | 0 173 | 0 174 | ENDTAB 175 | 0 176 | TABLE 177 | 2 178 | UCS 179 | 5 180 | 7 181 | 100 182 | AcDbSymbolTable 183 | 70 184 | 0 185 | 0 186 | ENDTAB 187 | 0 188 | TABLE 189 | 2 190 | APPID 191 | 5 192 | 9 193 | 100 194 | AcDbSymbolTable 195 | 70 196 | 2 197 | 0 198 | APPID 199 | 5 200 | 12 201 | 100 202 | AcDbSymbolTableRecord 203 | 100 204 | AcDbRegAppTableRecord 205 | 2 206 | ACAD 207 | 70 208 | 0 209 | 0 210 | ENDTAB 211 | 0 212 | TABLE 213 | 2 214 | DIMSTYLE 215 | 5 216 | A 217 | 100 218 | AcDbSymbolTable 219 | 70 220 | 1 221 | 0 222 | ENDTAB 223 | 0 224 | TABLE 225 | 2 226 | BLOCK_RECORD 227 | 5 228 | 1 229 | 100 230 | AcDbSymbolTable 231 | 70 232 | 1 233 | 0 234 | BLOCK_RECORD 235 | 5 236 | 1F 237 | 100 238 | AcDbSymbolTableRecord 239 | 100 240 | AcDbBlockTableRecord 241 | 2 242 | *MODEL_SPACE 243 | 0 244 | BLOCK_RECORD 245 | 5 246 | 1B 247 | 100 248 | AcDbSymbolTableRecord 249 | 100 250 | AcDbBlockTableRecord 251 | 2 252 | *PAPER_SPACE 253 | 0 254 | ENDTAB 255 | 0 256 | ENDSEC 257 | 0 258 | SECTION 259 | 2 260 | BLOCKS 261 | 0 262 | BLOCK 263 | 5 264 | 20 265 | 100 266 | AcDbEntity 267 | 100 268 | AcDbBlockBegin 269 | 2 270 | *MODEL_SPACE 271 | 0 272 | ENDBLK 273 | 5 274 | 21 275 | 100 276 | AcDbEntity 277 | 100 278 | AcDbBlockEnd 279 | 0 280 | BLOCK 281 | 5 282 | 1C 283 | 100 284 | AcDbEntity 285 | 100 286 | AcDbBlockBegin 287 | 2 288 | *PAPER_SPACE 289 | 0 290 | ENDBLK 291 | 5 292 | 1D 293 | 100 294 | AcDbEntity 295 | 100 296 | AcDbBlockEnd 297 | 0 298 | ENDSEC 299 | 0 300 | SECTION 301 | 2 302 | ENTITIES 303 | 0 304 | LWPOLYLINE 305 | 5 306 | 100 307 | 100 308 | AcDbEntity 309 | 8 310 | 0 311 | 100 312 | AcDbPolyline 313 | 90 314 | 4 315 | 70 316 | 1 317 | 43 318 | 0.0 319 | 10 320 | -241.59999999999997 321 | 20 322 | -34.725000000000001 323 | 10 324 | -235.59999999999997 325 | 20 326 | -34.725000000000001 327 | 42 328 | -0.99999999999999989 329 | 10 330 | -235.59999999999997 331 | 20 332 | -41.475000000000009 333 | 10 334 | -241.59999999999997 335 | 20 336 | -41.475000000000009 337 | 42 338 | -0.99999999999999989 339 | 0 340 | LWPOLYLINE 341 | 5 342 | 101 343 | 100 344 | AcDbEntity 345 | 8 346 | 0 347 | 100 348 | AcDbPolyline 349 | 90 350 | 4 351 | 70 352 | 1 353 | 43 354 | 0.0 355 | 10 356 | -235.59999999999997 357 | 20 358 | -9.7250000000000032 359 | 10 360 | -241.59999999999997 361 | 20 362 | -9.7250000000000032 363 | 42 364 | -0.99999999999999989 365 | 10 366 | -241.59999999999997 367 | 20 368 | -2.9750000000000023 369 | 10 370 | -235.59999999999997 371 | 20 372 | -2.9750000000000023 373 | 42 374 | -0.99999999999999989 375 | 0 376 | SPLINE 377 | 5 378 | 102 379 | 100 380 | AcDbEntity 381 | 8 382 | 0 383 | 100 384 | AcDbSpline 385 | 70 386 | 0 387 | 71 388 | 3 389 | 72 390 | 16 391 | 73 392 | 12 393 | 74 394 | 0 395 | 42 396 | 0.000000001 397 | 43 398 | 0.0000000001 399 | 44 400 | 0.0000000001 401 | 40 402 | -9.6206008419950546 403 | 40 404 | -9.6206008419950546 405 | 40 406 | -9.6206008419950546 407 | 40 408 | -9.6206008419950546 409 | 40 410 | -9.3745516947026655 411 | 40 412 | -9.3745516947026655 413 | 40 414 | -9.0373132507706018 415 | 40 416 | -9.0373132507706018 417 | 40 418 | -8.5795789848033923 419 | 40 420 | -8.5795789848033923 421 | 40 422 | -7.849502833575241 423 | 40 424 | -7.849502833575241 425 | 40 426 | -7.3017041651332955 427 | 40 428 | -7.3017041651332955 429 | 40 430 | -7.3017041651332955 431 | 40 432 | -7.3017041651332955 433 | 10 434 | -407.56872510277731 435 | 20 436 | -29.651011175610119 437 | 30 438 | -7.8048678631148505e-13 439 | 10 440 | -407.6178946086813 441 | 20 442 | -30.356516041097631 443 | 30 444 | -7.8048678631148505e-13 445 | 10 446 | -407.64097124656166 447 | 20 448 | -31.070600226967187 449 | 30 450 | 1.2106982083537332e-12 451 | 10 452 | -407.840222625085 453 | 20 454 | -32.718095263829177 455 | 30 456 | 1.2106982083537332e-12 457 | 10 458 | -408.15227673460078 459 | 20 460 | -33.641336131660296 461 | 30 462 | -1.3217205108162489e-12 463 | 10 464 | -409.27284636749698 465 | 20 466 | -35.607195670179188 467 | 30 468 | -1.3217205108162489e-12 469 | 10 470 | -410.07489894547524 471 | 20 472 | -36.332514340554056 473 | 30 474 | -1.0935696792557792e-12 475 | 10 476 | -411.52395245262892 477 | 20 478 | -37.450514019769997 479 | 30 480 | -1.0935696792557792e-12 481 | 10 482 | -412.54300398816213 483 | 20 484 | -37.945301658356243 485 | 30 486 | -1.588729148238599e-12 487 | 10 488 | -414.44876816099423 489 | 20 490 | -38.455031854519376 491 | 30 492 | -1.588729148238599e-12 493 | 10 494 | -414.96551271719483 495 | 20 496 | -38.540179269286362 497 | 30 498 | -7.8048678631148505e-13 499 | 10 500 | -415.94198224045505 501 | 20 502 | -38.540179269286718 503 | 30 504 | -7.8048678631148505e-13 505 | 0 506 | LINE 507 | 5 508 | 103 509 | 100 510 | AcDbEntity 511 | 8 512 | 0 513 | 100 514 | AcDbLine 515 | 10 516 | -415.9419822404551 517 | 20 518 | -38.540179269286718 519 | 30 520 | -7.8048678631148505e-13 521 | 11 522 | -442.38415320754109 523 | 21 524 | -38.540179269286426 525 | 31 526 | -7.8048678631148505e-13 527 | 0 528 | SPLINE 529 | 5 530 | 104 531 | 100 532 | AcDbEntity 533 | 8 534 | 0 535 | 100 536 | AcDbSpline 537 | 70 538 | 0 539 | 71 540 | 3 541 | 72 542 | 16 543 | 73 544 | 12 545 | 74 546 | 0 547 | 42 548 | 0.000000001 549 | 43 550 | 0.0000000001 551 | 44 552 | 0.0000000001 553 | 40 554 | -6.8828178275145779 555 | 40 556 | -6.8828178275145779 557 | 40 558 | -6.8828178275145779 559 | 40 560 | -6.8828178275145779 561 | 40 562 | -6.8393602150065327 563 | 40 564 | -6.8393602150065327 565 | 40 566 | -6.5071977284409384 567 | 40 568 | -6.5071977284409384 569 | 40 570 | -6.1710773105050549 571 | 40 572 | -6.1710773105050549 573 | 40 574 | -5.7164641772262978 575 | 40 576 | -5.7164641772262978 577 | 40 578 | -4.8329163605468812 579 | 40 580 | -4.8329163605468812 581 | 40 582 | -4.8329163605468812 583 | 40 584 | -4.8329163605468812 585 | 10 586 | -442.38415320754109 587 | 20 588 | -38.540179269286426 589 | 30 590 | -7.8048678631148505e-13 591 | 10 592 | -442.52919095385244 593 | 20 594 | -38.540179269285922 595 | 30 596 | -7.8048678631148505e-13 597 | 10 598 | -442.67420431857306 599 | 20 600 | -38.536623133712169 601 | 30 602 | -1.9279022822615843e-12 603 | 10 604 | -443.92655825127378 605 | 20 606 | -38.475366102030179 607 | 30 608 | -1.9279022822615843e-12 609 | 10 610 | -445.0270586886449 611 | 20 612 | -38.214821372977838 613 | 30 614 | -4.9682480351975755e-13 615 | 10 616 | -447.05806803762232 617 | 20 618 | -37.295045862443629 619 | 30 620 | -4.9682480351975755e-13 621 | 10 622 | -447.90003875754275 623 | 20 624 | -36.670044426200405 625 | 30 626 | -7.8048678631148505e-13 627 | 10 628 | -449.44491726569504 629 | 20 630 | -35.075732331159386 631 | 30 632 | -7.8048678631148505e-13 633 | 10 634 | -449.88805865669087 635 | 20 636 | -34.179561777749171 637 | 30 638 | -3.1994962235160074e-11 639 | 10 640 | -450.58148121382425 641 | 20 642 | -32.474710562664285 643 | 30 644 | -3.1994962235160074e-11 645 | 10 646 | -450.59153674443445 647 | 20 648 | -32.031039831932233 649 | 30 650 | -7.7993167479917247e-13 651 | 10 652 | -450.75692922317074 653 | 20 654 | -29.657902822024091 655 | 30 656 | -7.7993167479917247e-13 657 | 0 658 | SPLINE 659 | 5 660 | 105 661 | 100 662 | AcDbEntity 663 | 8 664 | 0 665 | 100 666 | AcDbSpline 667 | 70 668 | 0 669 | 71 670 | 3 671 | 72 672 | 10 673 | 73 674 | 6 675 | 74 676 | 0 677 | 42 678 | 0.000000001 679 | 43 680 | 0.0000000001 681 | 44 682 | 0.0000000001 683 | 40 684 | -1.4879275720008849 685 | 40 686 | -1.4879275720008849 687 | 40 688 | -1.4879275720008849 689 | 40 690 | -1.4879275720008849 691 | 40 692 | -0.74396378599923241 693 | 40 694 | -0.74396378599923241 695 | 40 696 | -0 697 | 40 698 | -0 699 | 40 700 | -0 701 | 40 702 | -0 703 | 10 704 | -450.75692922317137 705 | 20 706 | -29.657902822015384 707 | 30 708 | -7.8048678631148505e-13 709 | 10 710 | -450.9293427400724 711 | 20 712 | -27.184024317439182 713 | 30 714 | -7.8048678631148505e-13 715 | 10 716 | -451.01562914717709 717 | 20 718 | -24.704848746198138 719 | 30 720 | -7.6771922152829575e-13 721 | 10 722 | -451.01562800369771 723 | 20 724 | -19.745090176928709 725 | 30 726 | -7.6771922152829575e-13 727 | 10 728 | -450.92934045344111 729 | 20 730 | -17.265914645509337 731 | 30 732 | -7.8048678631148505e-13 733 | 10 734 | -450.75692579582562 735 | 20 736 | -14.792036220391191 737 | 30 738 | -7.8048678631148505e-13 739 | 0 740 | SPLINE 741 | 5 742 | 106 743 | 100 744 | AcDbEntity 745 | 8 746 | 0 747 | 100 748 | AcDbSpline 749 | 70 750 | 0 751 | 71 752 | 3 753 | 72 754 | 16 755 | 73 756 | 12 757 | 74 758 | 0 759 | 42 760 | 0.000000001 761 | 43 762 | 0.0000000001 763 | 44 764 | 0.0000000001 765 | 40 766 | -9.6175220416617222 767 | 40 768 | -9.6175220416617222 769 | 40 770 | -9.6175220416617222 771 | 40 772 | -9.6175220416617222 773 | 40 774 | -9.3725696042980911 775 | 40 776 | -9.3725696042980911 777 | 40 778 | -9.0356634857345774 779 | 40 780 | -9.0356634857345774 781 | 40 782 | -8.5784008767575237 783 | 40 784 | -8.5784008767575237 785 | 40 786 | -7.8491381918631706 787 | 40 788 | -7.8491381918631706 789 | 40 790 | -7.3015593066151787 791 | 40 792 | -7.3015593066151787 793 | 40 794 | -7.3015593066151787 795 | 40 796 | -7.3015593066151787 797 | 10 798 | -450.7569257958254 799 | 20 800 | -14.792036220391216 801 | 30 802 | -7.8048678631148505e-13 803 | 10 804 | -450.70792382822736 805 | 20 806 | -14.08893526537341 807 | 30 808 | -7.8048678631148505e-13 809 | 10 810 | -450.68488071752665 811 | 20 812 | -13.377418367085731 813 | 30 814 | -2.3531177006930193e-12 815 | 10 816 | -450.48602439136266 817 | 20 818 | -11.732328635812211 819 | 30 820 | -2.3531177006930193e-12 821 | 10 822 | -450.17402573460288 823 | 20 824 | -10.809071209320095 825 | 30 826 | -7.2719608112947753e-14 827 | 10 828 | -449.05360304310307 829 | 20 830 | -8.8431998166370818 831 | 30 832 | -7.2719608112947753e-14 833 | 10 834 | -448.25163245010071 835 | 20 836 | -8.1178435393374073 837 | 30 838 | -5.6898930012039273e-13 839 | 10 840 | -446.80261889586666 841 | 20 842 | -6.9997385647160186 843 | 30 844 | -5.6898930012039273e-13 845 | 10 846 | -445.78361263229851 847 | 20 848 | -6.5048956911126137 849 | 30 850 | 2.9976021664879227e-13 851 | 10 852 | -443.87730710590017 853 | 20 854 | -5.9949003804662793 855 | 30 856 | 2.9920510513647969e-13 857 | 10 858 | -443.36069729735613 859 | 20 860 | -5.9098206459611315 861 | 30 862 | -7.8048678631148505e-13 863 | 10 864 | -442.38415320751523 865 | 20 866 | -5.9098206459607461 867 | 30 868 | -7.8048678631148505e-13 869 | 0 870 | LINE 871 | 5 872 | 107 873 | 100 874 | AcDbEntity 875 | 8 876 | 0 877 | 100 878 | AcDbLine 879 | 10 880 | -442.38415320751528 881 | 20 882 | -5.9098206459607461 883 | 30 884 | -7.8048678631148505e-13 885 | 11 886 | -415.94198224043276 887 | 21 888 | -5.9098206459685958 889 | 31 890 | -7.8048678631148505e-13 891 | 0 892 | SPLINE 893 | 5 894 | 108 895 | 100 896 | AcDbEntity 897 | 8 898 | 0 899 | 100 900 | AcDbSpline 901 | 70 902 | 0 903 | 71 904 | 3 905 | 72 906 | 16 907 | 73 908 | 12 909 | 74 910 | 0 911 | 42 912 | 0.000000001 913 | 43 914 | 0.0000000001 915 | 44 916 | 0.0000000001 917 | 40 918 | -6.88315038909034 919 | 40 920 | -6.88315038909034 921 | 40 922 | -6.88315038909034 923 | 40 924 | -6.88315038909034 925 | 40 926 | -6.8395526082103837 927 | 40 928 | -6.8395526082103837 929 | 40 930 | -6.5070915619575658 931 | 40 932 | -6.5070915619575658 933 | 40 934 | -6.1707356307529242 935 | 40 936 | -6.1707356307529242 937 | 40 938 | -5.7158973153878527 939 | 40 940 | -5.7158973153878527 941 | 40 942 | -4.8313731319553348 943 | 40 944 | -4.8313731319553348 945 | 40 946 | -4.8313731319553348 947 | 40 948 | -4.8313731319553348 949 | 10 950 | -415.94198224043276 951 | 20 952 | -5.9098206459685958 953 | 30 954 | -7.8048678631148505e-13 955 | 10 956 | -415.7966123689834 957 | 20 958 | -5.9098206459672573 959 | 30 960 | -7.8048678631148505e-13 961 | 10 962 | -415.65126738047041 963 | 20 964 | -5.913393071541126 965 | 30 966 | -3.9412917374193057e-13 967 | 10 968 | -414.39862674826003 969 | 20 970 | -5.9748041370947966 971 | 30 972 | -3.9412917374193057e-13 973 | 10 974 | -413.2981929812255 975 | 20 976 | -6.2354528513802769 977 | 30 978 | 3.7386760354252146e-12 979 | 10 980 | -411.26755141712351 981 | 20 982 | -7.15531522867464 983 | 30 984 | 3.7386760354252146e-12 985 | 10 986 | -410.42562568802089 987 | 20 988 | -7.7803081882280081 989 | 30 990 | 3.5688119126575657e-12 991 | 10 992 | -408.88077027335072 993 | 20 994 | -9.3749103101831519 995 | 30 996 | 3.5688119126575657e-12 997 | 10 998 | -408.43773484998388 999 | 20 1000 | -10.271113568173041 1001 | 30 1002 | 2.0877743978076069e-12 1003 | 10 1004 | -407.74422961780323 1005 | 20 1006 | -11.97665499601813 1007 | 30 1008 | 2.0877743978076069e-12 1009 | 10 1010 | -407.73453574139648 1011 | 20 1012 | -12.41986349673561 1013 | 30 1014 | -7.8048678631148505e-13 1015 | 10 1016 | -407.56872167864083 1017 | 20 1018 | -14.799049612637587 1019 | 30 1020 | -7.8048678631148505e-13 1021 | 0 1022 | SPLINE 1023 | 5 1024 | 109 1025 | 100 1026 | AcDbEntity 1027 | 8 1028 | 0 1029 | 100 1030 | AcDbSpline 1031 | 70 1032 | 0 1033 | 71 1034 | 3 1035 | 72 1036 | 10 1037 | 73 1038 | 6 1039 | 74 1040 | 0 1041 | 42 1042 | 0.000000001 1043 | 43 1044 | 0.0000000001 1045 | 44 1046 | 0.0000000001 1047 | 40 1048 | -1.4865451888713721 1049 | 40 1050 | -1.4865451888713721 1051 | 40 1052 | -1.4865451888713721 1053 | 40 1054 | -1.4865451888713721 1055 | 40 1056 | -0.74327259443582128 1057 | 40 1058 | -0.74327259443582128 1059 | 40 1060 | -0 1061 | 40 1062 | -0 1063 | 40 1064 | -0 1065 | 40 1066 | -0 1067 | 10 1068 | -407.56872167864037 1069 | 20 1070 | -14.79904961264646 1071 | 30 1072 | -7.8048678631148505e-13 1073 | 10 1074 | -407.39646834529594 1075 | 20 1076 | -17.270629720509557 1077 | 30 1078 | -7.8048678631148505e-13 1079 | 10 1080 | -407.31026373395935 1081 | 20 1082 | -19.747455138931397 1083 | 30 1084 | -1.9595436384634013e-13 1085 | 10 1086 | -407.31026487637507 1087 | 20 1088 | -24.702605768502508 1089 | 30 1090 | -1.9595436384634013e-13 1091 | 10 1092 | -407.39647062978173 1093 | 20 1094 | -27.179431147172991 1095 | 30 1096 | -7.8048678631148505e-13 1097 | 10 1098 | -407.56872510277759 1099 | 20 1100 | -29.651011175610307 1101 | 30 1102 | -7.8048678631148505e-13 1103 | 0 1104 | LWPOLYLINE 1105 | 5 1106 | 110 1107 | 100 1108 | AcDbEntity 1109 | 8 1110 | 0 1111 | 100 1112 | AcDbPolyline 1113 | 90 1114 | 4 1115 | 70 1116 | 1 1117 | 43 1118 | 0.0 1119 | 10 1120 | -475.59999999999997 1121 | 20 1122 | -34.725000000000001 1123 | 42 1124 | 0.99999999999999989 1125 | 10 1126 | -475.59999999999997 1127 | 20 1128 | -41.475000000000001 1129 | 10 1130 | -469.59999999999991 1131 | 20 1132 | -41.475000000000001 1133 | 42 1134 | 0.99999999999999989 1135 | 10 1136 | -469.59999999999991 1137 | 20 1138 | -34.725000000000001 1139 | 0 1140 | LWPOLYLINE 1141 | 5 1142 | 111 1143 | 100 1144 | AcDbEntity 1145 | 8 1146 | 0 1147 | 100 1148 | AcDbPolyline 1149 | 90 1150 | 8 1151 | 70 1152 | 1 1153 | 43 1154 | 0.0 1155 | 10 1156 | -479.60000000000002 1157 | 20 1158 | 0 1159 | 42 1160 | 0.41421356237309503 1161 | 10 1162 | -482.59999999999997 1163 | 20 1164 | -3.0000000000000004 1165 | 10 1166 | -482.59999999999997 1167 | 20 1168 | -41.450000000000003 1169 | 42 1170 | 0.41421356237309503 1171 | 10 1172 | -479.60000000000002 1173 | 20 1174 | -44.450000000000003 1175 | 10 1176 | -231.59999999999997 1177 | 20 1178 | -44.450000000000003 1179 | 42 1180 | 0.41421356237309503 1181 | 10 1182 | -228.59999999999997 1183 | 20 1184 | -41.450000000000003 1185 | 10 1186 | -228.59999999999997 1187 | 20 1188 | -3.0000000000000027 1189 | 42 1190 | 0.41421356237309503 1191 | 10 1192 | -231.59999999999997 1193 | 20 1194 | -2.2204460492503131e-15 1195 | 0 1196 | LWPOLYLINE 1197 | 5 1198 | 112 1199 | 100 1200 | AcDbEntity 1201 | 8 1202 | 0 1203 | 100 1204 | AcDbPolyline 1205 | 90 1206 | 4 1207 | 70 1208 | 1 1209 | 43 1210 | 0.0 1211 | 10 1212 | -469.59999999999991 1213 | 20 1214 | -9.7249999999999996 1215 | 42 1216 | 0.99999999999999989 1217 | 10 1218 | -469.59999999999991 1219 | 20 1220 | -2.9749999999999952 1221 | 10 1222 | -475.59999999999997 1223 | 20 1224 | -2.9749999999999952 1225 | 42 1226 | 0.99999999999999989 1227 | 10 1228 | -475.59999999999997 1229 | 20 1230 | -9.7249999999999996 1231 | 0 1232 | LWPOLYLINE 1233 | 5 1234 | 113 1235 | 100 1236 | AcDbEntity 1237 | 8 1238 | 0 1239 | 100 1240 | AcDbPolyline 1241 | 90 1242 | 4 1243 | 70 1244 | 1 1245 | 43 1246 | 0.0 1247 | 10 1248 | -284.59972882682439 1249 | 20 1250 | -30.600139645179606 1251 | 10 1252 | -284.59972882682536 1253 | 20 1254 | -13.850139645179205 1255 | 10 1256 | -269.69972882682544 1257 | 20 1258 | -13.850139645178601 1259 | 10 1260 | -269.69972882682441 1261 | 20 1262 | -30.600139645178931 1263 | 0 1264 | LWPOLYLINE 1265 | 5 1266 | 114 1267 | 100 1268 | AcDbEntity 1269 | 8 1270 | 0 1271 | 100 1272 | AcDbPolyline 1273 | 90 1274 | 4 1275 | 70 1276 | 1 1277 | 43 1278 | 0.0 1279 | 10 1280 | -374.59972882682439 1281 | 20 1282 | -30.600139645179606 1283 | 10 1284 | -374.59972882682536 1285 | 20 1286 | -13.850139645179205 1287 | 10 1288 | -359.69972882682544 1289 | 20 1290 | -13.850139645178601 1291 | 10 1292 | -359.69972882682441 1293 | 20 1294 | -30.600139645178931 1295 | 0 1296 | LWPOLYLINE 1297 | 5 1298 | 115 1299 | 100 1300 | AcDbEntity 1301 | 8 1302 | 0 1303 | 100 1304 | AcDbPolyline 1305 | 90 1306 | 4 1307 | 70 1308 | 1 1309 | 43 1310 | 0.0 1311 | 10 1312 | -392.59972882682433 1313 | 20 1314 | -30.600139645179606 1315 | 10 1316 | -392.5997288268253 1317 | 20 1318 | -13.850139645179205 1319 | 10 1320 | -377.69972882682538 1321 | 20 1322 | -13.850139645178601 1323 | 10 1324 | -377.69972882682441 1325 | 20 1326 | -30.600139645178931 1327 | 0 1328 | LWPOLYLINE 1329 | 5 1330 | 116 1331 | 100 1332 | AcDbEntity 1333 | 8 1334 | 0 1335 | 100 1336 | AcDbPolyline 1337 | 90 1338 | 4 1339 | 70 1340 | 1 1341 | 43 1342 | 0.0 1343 | 10 1344 | -356.59972882682433 1345 | 20 1346 | -30.600139645179606 1347 | 10 1348 | -356.5997288268253 1349 | 20 1350 | -13.850139645179205 1351 | 10 1352 | -341.69972882682538 1353 | 20 1354 | -13.850139645178601 1355 | 10 1356 | -341.69972882682436 1357 | 20 1358 | -30.600139645178931 1359 | 0 1360 | LWPOLYLINE 1361 | 5 1362 | 117 1363 | 100 1364 | AcDbEntity 1365 | 8 1366 | 0 1367 | 100 1368 | AcDbPolyline 1369 | 90 1370 | 4 1371 | 70 1372 | 1 1373 | 43 1374 | 0.0 1375 | 10 1376 | -338.59972882682433 1377 | 20 1378 | -30.600139645179606 1379 | 10 1380 | -338.59972882682536 1381 | 20 1382 | -13.850139645179205 1383 | 10 1384 | -323.69972882682538 1385 | 20 1386 | -13.850139645178601 1387 | 10 1388 | -323.69972882682441 1389 | 20 1390 | -30.600139645178931 1391 | 0 1392 | LWPOLYLINE 1393 | 5 1394 | 118 1395 | 100 1396 | AcDbEntity 1397 | 8 1398 | 0 1399 | 100 1400 | AcDbPolyline 1401 | 90 1402 | 4 1403 | 70 1404 | 1 1405 | 43 1406 | 0.0 1407 | 10 1408 | -302.59972882682433 1409 | 20 1410 | -30.600139645179606 1411 | 10 1412 | -302.5997288268253 1413 | 20 1414 | -13.850139645179205 1415 | 10 1416 | -287.69972882682538 1417 | 20 1418 | -13.850139645178601 1419 | 10 1420 | -287.69972882682441 1421 | 20 1422 | -30.600139645178931 1423 | 0 1424 | LWPOLYLINE 1425 | 5 1426 | 119 1427 | 100 1428 | AcDbEntity 1429 | 8 1430 | 0 1431 | 100 1432 | AcDbPolyline 1433 | 90 1434 | 4 1435 | 70 1436 | 1 1437 | 43 1438 | 0.0 1439 | 10 1440 | -320.59972882682428 1441 | 20 1442 | -30.600139645179606 1443 | 10 1444 | -320.5997288268253 1445 | 20 1446 | -13.850139645179205 1447 | 10 1448 | -305.69972882682532 1449 | 20 1450 | -13.850139645178601 1451 | 10 1452 | -305.69972882682436 1453 | 20 1454 | -30.600139645178931 1455 | 0 1456 | LWPOLYLINE 1457 | 5 1458 | 120 1459 | 100 1460 | AcDbEntity 1461 | 8 1462 | 0 1463 | 100 1464 | AcDbPolyline 1465 | 90 1466 | 4 1467 | 70 1468 | 1 1469 | 43 1470 | 0.0 1471 | 10 1472 | -266.59972882682433 1473 | 20 1474 | -30.600139645179606 1475 | 10 1476 | -266.5997288268253 1477 | 20 1478 | -13.850139645179205 1479 | 10 1480 | -251.69972882682538 1481 | 20 1482 | -13.850139645178601 1483 | 10 1484 | -251.69972882682436 1485 | 20 1486 | -30.600139645178931 1487 | 0 1488 | CIRCLE 1489 | 5 1490 | 121 1491 | 100 1492 | AcDbEntity 1493 | 8 1494 | 0 1495 | 100 1496 | AcDbCircle 1497 | 10 1498 | -322.14972882682434 1499 | 20 1500 | -38.100000000000009 1501 | 30 1502 | -7.8048678631148505e-13 1503 | 40 1504 | 1.7499999999999716 1505 | 210 1506 | 0 1507 | 220 1508 | 0 1509 | 230 1510 | 1 1511 | 0 1512 | CIRCLE 1513 | 5 1514 | 122 1515 | 100 1516 | AcDbEntity 1517 | 8 1518 | 0 1519 | 100 1520 | AcDbCircle 1521 | 10 1522 | -268.14972882682434 1523 | 20 1524 | -38.100000000000009 1525 | 30 1526 | -7.8048678631148505e-13 1527 | 40 1528 | 1.7500000000000071 1529 | 210 1530 | 0 1531 | 220 1532 | 0 1533 | 230 1534 | 1 1535 | 0 1536 | CIRCLE 1537 | 5 1538 | 123 1539 | 100 1540 | AcDbEntity 1541 | 8 1542 | 0 1543 | 100 1544 | AcDbCircle 1545 | 10 1546 | -376.14972882682434 1547 | 20 1548 | -38.100000000000009 1549 | 30 1550 | -7.8048678631148505e-13 1551 | 40 1552 | 1.7499999999999716 1553 | 210 1554 | 0 1555 | 220 1556 | 0 1557 | 230 1558 | 1 1559 | 0 1560 | CIRCLE 1561 | 5 1562 | 124 1563 | 100 1564 | AcDbEntity 1565 | 8 1566 | 0 1567 | 100 1568 | AcDbCircle 1569 | 10 1570 | -322.14972882682531 1571 | 20 1572 | -6.3500000000000023 1573 | 30 1574 | -7.8048678631148505e-13 1575 | 40 1576 | 1.7500000000000426 1577 | 210 1578 | 0 1579 | 220 1580 | 0 1581 | 230 1582 | 1 1583 | 0 1584 | CIRCLE 1585 | 5 1586 | 125 1587 | 100 1588 | AcDbEntity 1589 | 8 1590 | 0 1591 | 100 1592 | AcDbCircle 1593 | 10 1594 | -268.14972882682537 1595 | 20 1596 | -6.3500000000000023 1597 | 30 1598 | -7.8048678631148505e-13 1599 | 40 1600 | 1.7500000000000071 1601 | 210 1602 | 0 1603 | 220 1604 | 0 1605 | 230 1606 | 1 1607 | 0 1608 | CIRCLE 1609 | 5 1610 | 126 1611 | 100 1612 | AcDbEntity 1613 | 8 1614 | 0 1615 | 100 1616 | AcDbCircle 1617 | 10 1618 | -376.14972882682537 1619 | 20 1620 | -6.3500000000000023 1621 | 30 1622 | -7.8048678631148505e-13 1623 | 40 1624 | 1.7499999999999716 1625 | 210 1626 | 0 1627 | 220 1628 | 0 1629 | 230 1630 | 1 1631 | 0 1632 | CIRCLE 1633 | 5 1634 | 127 1635 | 100 1636 | AcDbEntity 1637 | 8 1638 | 0 1639 | 100 1640 | AcDbCircle 1641 | 10 1642 | -401.41150139701881 1643 | 20 1644 | -22.225000000000463 1645 | 30 1646 | -7.8048678631148505e-13 1647 | 40 1648 | 1.7500000000000002 1649 | 210 1650 | 0 1651 | 220 1652 | 0 1653 | 230 1654 | 1 1655 | 0 1656 | CIRCLE 1657 | 5 1658 | 128 1659 | 100 1660 | AcDbEntity 1661 | 8 1662 | 0 1663 | 100 1664 | AcDbCircle 1665 | 10 1666 | -456.91449313910533 1667 | 20 1668 | -22.225000000000463 1669 | 30 1670 | -7.8048678631148505e-13 1671 | 40 1672 | 1.7500000000000002 1673 | 210 1674 | 0 1675 | 220 1676 | 0 1677 | 230 1678 | 1 1679 | 0 1680 | ENDSEC 1681 | 0 1682 | SECTION 1683 | 2 1684 | OBJECTS 1685 | 0 1686 | DICTIONARY 1687 | 5 1688 | C 1689 | 100 1690 | AcDbDictionary 1691 | 3 1692 | ACAD_GROUP 1693 | 350 1694 | D 1695 | 3 1696 | ACAD_MLINESTYLE 1697 | 350 1698 | 17 1699 | 0 1700 | DICTIONARY 1701 | 5 1702 | D 1703 | 100 1704 | AcDbDictionary 1705 | 0 1706 | DICTIONARY 1707 | 5 1708 | 1A 1709 | 330 1710 | C 1711 | 100 1712 | AcDbDictionary 1713 | 0 1714 | DICTIONARY 1715 | 5 1716 | 17 1717 | 100 1718 | AcDbDictionary 1719 | 0 1720 | ENDSEC 1721 | 0 1722 | EOF 1723 | -------------------------------------------------------------------------------- /hybrid/JetKVM 1U 1-Module Short.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | SECTION 3 | 2 4 | HEADER 5 | 9 6 | $INSUNITS 7 | 70 8 | 4 9 | 9 10 | $ACADVER 11 | 1 12 | AC1014 13 | 9 14 | $HANDSEED 15 | 5 16 | FFFF 17 | 0 18 | ENDSEC 19 | 0 20 | SECTION 21 | 2 22 | TABLES 23 | 0 24 | TABLE 25 | 2 26 | VPORT 27 | 5 28 | 8 29 | 100 30 | AcDbSymbolTable 31 | 0 32 | ENDTAB 33 | 0 34 | TABLE 35 | 2 36 | LTYPE 37 | 5 38 | 5 39 | 100 40 | AcDbSymbolTable 41 | 0 42 | LTYPE 43 | 5 44 | 14 45 | 100 46 | AcDbSymbolTableRecord 47 | 100 48 | AcDbLinetypeTableRecord 49 | 2 50 | BYBLOCK 51 | 70 52 | 0 53 | 0 54 | LTYPE 55 | 5 56 | 15 57 | 100 58 | AcDbSymbolTableRecord 59 | 100 60 | AcDbLinetypeTableRecord 61 | 2 62 | BYLAYER 63 | 70 64 | 0 65 | 0 66 | LTYPE 67 | 5 68 | 16 69 | 100 70 | AcDbSymbolTableRecord 71 | 100 72 | AcDbLinetypeTableRecord 73 | 2 74 | DASHED 75 | 70 76 | 0 77 | 3 78 | Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ 79 | 72 80 | 65 81 | 73 82 | 2 83 | 40 84 | 0.75 85 | 49 86 | 0.5 87 | 74 88 | 0 89 | 49 90 | -0.25 91 | 74 92 | 0 93 | 0 94 | ENDTAB 95 | 0 96 | TABLE 97 | 2 98 | LAYER 99 | 5 100 | 2 101 | 100 102 | AcDbSymbolTable 103 | 70 104 | 3 105 | 0 106 | LAYER 107 | 5 108 | 50 109 | 100 110 | AcDbSymbolTableRecord 111 | 100 112 | AcDbLayerTableRecord 113 | 2 114 | 1 115 | 70 116 | 0 117 | 62 118 | 7 119 | 6 120 | DASHED 121 | 0 122 | LAYER 123 | 5 124 | 51 125 | 100 126 | AcDbSymbolTableRecord 127 | 100 128 | AcDbLayerTableRecord 129 | 2 130 | 0 131 | 70 132 | 0 133 | 62 134 | 7 135 | 6 136 | CONTINUOUS 137 | 0 138 | ENDTAB 139 | 0 140 | TABLE 141 | 2 142 | STYLE 143 | 5 144 | 3 145 | 100 146 | AcDbSymbolTable 147 | 70 148 | 1 149 | 0 150 | STYLE 151 | 5 152 | 11 153 | 100 154 | AcDbSymbolTableRecord 155 | 100 156 | AcDbTextStyleTableRecord 157 | 2 158 | STANDARD 159 | 70 160 | 0 161 | 0 162 | ENDTAB 163 | 0 164 | TABLE 165 | 2 166 | VIEW 167 | 5 168 | 6 169 | 100 170 | AcDbSymbolTable 171 | 70 172 | 0 173 | 0 174 | ENDTAB 175 | 0 176 | TABLE 177 | 2 178 | UCS 179 | 5 180 | 7 181 | 100 182 | AcDbSymbolTable 183 | 70 184 | 0 185 | 0 186 | ENDTAB 187 | 0 188 | TABLE 189 | 2 190 | APPID 191 | 5 192 | 9 193 | 100 194 | AcDbSymbolTable 195 | 70 196 | 2 197 | 0 198 | APPID 199 | 5 200 | 12 201 | 100 202 | AcDbSymbolTableRecord 203 | 100 204 | AcDbRegAppTableRecord 205 | 2 206 | ACAD 207 | 70 208 | 0 209 | 0 210 | ENDTAB 211 | 0 212 | TABLE 213 | 2 214 | DIMSTYLE 215 | 5 216 | A 217 | 100 218 | AcDbSymbolTable 219 | 70 220 | 1 221 | 0 222 | ENDTAB 223 | 0 224 | TABLE 225 | 2 226 | BLOCK_RECORD 227 | 5 228 | 1 229 | 100 230 | AcDbSymbolTable 231 | 70 232 | 1 233 | 0 234 | BLOCK_RECORD 235 | 5 236 | 1F 237 | 100 238 | AcDbSymbolTableRecord 239 | 100 240 | AcDbBlockTableRecord 241 | 2 242 | *MODEL_SPACE 243 | 0 244 | BLOCK_RECORD 245 | 5 246 | 1B 247 | 100 248 | AcDbSymbolTableRecord 249 | 100 250 | AcDbBlockTableRecord 251 | 2 252 | *PAPER_SPACE 253 | 0 254 | ENDTAB 255 | 0 256 | ENDSEC 257 | 0 258 | SECTION 259 | 2 260 | BLOCKS 261 | 0 262 | BLOCK 263 | 5 264 | 20 265 | 100 266 | AcDbEntity 267 | 100 268 | AcDbBlockBegin 269 | 2 270 | *MODEL_SPACE 271 | 0 272 | ENDBLK 273 | 5 274 | 21 275 | 100 276 | AcDbEntity 277 | 100 278 | AcDbBlockEnd 279 | 0 280 | BLOCK 281 | 5 282 | 1C 283 | 100 284 | AcDbEntity 285 | 100 286 | AcDbBlockBegin 287 | 2 288 | *PAPER_SPACE 289 | 0 290 | ENDBLK 291 | 5 292 | 1D 293 | 100 294 | AcDbEntity 295 | 100 296 | AcDbBlockEnd 297 | 0 298 | ENDSEC 299 | 0 300 | SECTION 301 | 2 302 | ENTITIES 303 | 0 304 | LWPOLYLINE 305 | 5 306 | 100 307 | 100 308 | AcDbEntity 309 | 8 310 | 0 311 | 100 312 | AcDbPolyline 313 | 90 314 | 8 315 | 70 316 | 1 317 | 43 318 | 0.0 319 | 10 320 | -398.41099999999994 321 | 20 322 | -44.449999999999996 323 | 42 324 | 0.41421356237309503 325 | 10 326 | -395.411 327 | 20 328 | -41.449999999999996 329 | 10 330 | -395.411 331 | 20 332 | -3.0000000000000027 333 | 42 334 | 0.41421356237309503 335 | 10 336 | -398.41099999999994 337 | 20 338 | -2.2204460492503131e-15 339 | 10 340 | -479.60000000000002 341 | 20 342 | 0 343 | 42 344 | 0.41421356237309503 345 | 10 346 | -482.59999999999997 347 | 20 348 | -3.0000000000000004 349 | 10 350 | -482.59999999999997 351 | 20 352 | -41.450000000000003 353 | 42 354 | 0.41421356237309503 355 | 10 356 | -479.60000000000002 357 | 20 358 | -44.450000000000003 359 | 0 360 | SPLINE 361 | 5 362 | 101 363 | 100 364 | AcDbEntity 365 | 8 366 | 0 367 | 100 368 | AcDbSpline 369 | 70 370 | 0 371 | 71 372 | 3 373 | 72 374 | 18 375 | 73 376 | 14 377 | 74 378 | 0 379 | 42 380 | 0.000000001 381 | 43 382 | 0.0000000001 383 | 44 384 | 0.0000000001 385 | 40 386 | -2.150965296901302 387 | 40 388 | -2.150965296901302 389 | 40 390 | -2.150965296901302 391 | 40 392 | -2.150965296901302 393 | 40 394 | -2.0190346538072332 395 | 40 396 | -2.0190346538072332 397 | 40 398 | -1.8877888669793736 399 | 40 400 | -1.8877888669793736 401 | 40 402 | -1.6551141215559184 403 | 40 404 | -1.6551141215559184 405 | 40 406 | -1.3529247271046292 407 | 40 408 | -1.3529247271046292 409 | 40 410 | -0.79376987484388017 411 | 40 412 | -0.79376987484388017 413 | 40 414 | -0.76409520542060705 415 | 40 416 | -0.76409520542060705 417 | 40 418 | -0.76409520542060705 419 | 40 420 | -0.76409520542060705 421 | 10 422 | -415.94198224042907 423 | 20 424 | -38.540179269286739 425 | 30 426 | 2.7755575615628914e-15 427 | 10 428 | -415.30690031435779 429 | 20 430 | -38.540179269284643 431 | 30 432 | 2.7755575615628914e-15 433 | 10 434 | -414.67101823077252 435 | 20 436 | -38.47179251891896 437 | 30 438 | 2.3830937223578985e-12 439 | 10 440 | -413.4328644311754 441 | 20 442 | -38.203957269043144 443 | 30 444 | 2.3830937223578985e-12 445 | 10 446 | -412.82874079205476 447 | 20 448 | -38.004824388375525 449 | 30 450 | 2.4985569169189148e-12 451 | 10 452 | -411.23652063520183 453 | 20 454 | -37.275148061298218 455 | 30 456 | 2.4985569169189148e-12 457 | 10 458 | -410.39768931547508 459 | 20 460 | -36.646414446779247 461 | 30 462 | 2.2054580384178735e-12 463 | 10 464 | -408.89702747358012 465 | 20 466 | -35.084050405122134 467 | 30 468 | 2.2054580384178735e-12 469 | 10 470 | -408.44521075395323 471 | 20 472 | -34.205588491270845 473 | 30 474 | 4.4703130086531928e-12 475 | 10 476 | -407.71512309699347 477 | 20 478 | -32.384737208050851 479 | 30 480 | 4.4703130086531928e-12 481 | 10 482 | -407.71894146870238 483 | 20 484 | -31.806379123433729 485 | 30 486 | -2.3869795029440866e-14 487 | 10 488 | -407.58247939583526 489 | 20 490 | -29.84836358937088 491 | 30 492 | -2.3869795029440866e-14 493 | 10 494 | -407.5756022493062 495 | 20 496 | -29.749687382490549 497 | 30 498 | -5.5511151231257827e-16 499 | 10 500 | -407.56872510277731 501 | 20 502 | -29.651011175610194 503 | 30 504 | -5.5511151231257827e-16 505 | 0 506 | LINE 507 | 5 508 | 102 509 | 100 510 | AcDbEntity 511 | 8 512 | 0 513 | 100 514 | AcDbLine 515 | 10 516 | -415.94198224042907 517 | 20 518 | -38.540179269286739 519 | 30 520 | 2.7755575615628914e-15 521 | 11 522 | -442.38415320754001 523 | 21 524 | -38.54017926928239 525 | 31 526 | 0 527 | 0 528 | SPLINE 529 | 5 530 | 103 531 | 100 532 | AcDbEntity 533 | 8 534 | 0 535 | 100 536 | AcDbSpline 537 | 70 538 | 0 539 | 71 540 | 3 541 | 72 542 | 14 543 | 73 544 | 10 545 | 74 546 | 0 547 | 42 548 | 0.000000001 549 | 43 550 | 0.0000000001 551 | 44 552 | 0.0000000001 553 | 40 554 | -1.9754802062857921 555 | 40 556 | -1.9754802062857921 557 | 40 558 | -1.9754802062857921 559 | 40 560 | -1.9754802062857921 561 | 40 562 | -1.2109567621509636 563 | 40 564 | -1.2109567621509636 565 | 40 566 | -0.72666452339112508 567 | 40 568 | -0.72666452339112508 569 | 40 570 | -0.34293366911490675 571 | 40 572 | -0.34293366911490675 573 | 40 574 | -0 575 | 40 576 | -0 577 | 40 578 | -0 579 | 40 580 | -0 581 | 10 582 | -450.7569292231716 583 | 20 584 | -29.657902822013323 585 | 30 586 | 2.7755575615628914e-15 587 | 10 588 | -450.60481194286234 589 | 20 590 | -31.840560404177989 591 | 30 592 | 2.7755575615628914e-15 593 | 10 594 | -450.62211407057282 595 | 20 596 | -32.39673656759026 597 | 30 598 | 2.2054580384178735e-12 599 | 10 600 | -449.77870876944684 601 | 20 602 | -34.433321998653057 603 | 30 604 | 2.2054580384178735e-12 605 | 10 606 | -449.26179194523786 607 | 20 608 | -35.293353639765641 609 | 30 610 | 2.0988766280538584e-12 611 | 10 612 | -447.81199786203354 613 | 20 614 | -36.734332983161451 615 | 30 616 | 2.0988766280538584e-12 617 | 10 618 | -446.91728986588566 619 | 20 620 | -37.406062710259171 621 | 30 622 | 1.5926149288247871e-12 623 | 10 624 | -444.67505227655374 625 | 20 626 | -38.318637228542613 627 | 30 628 | 1.5926149288247871e-12 629 | 10 630 | -443.52726543792409 631 | 20 632 | -38.540179269282469 633 | 30 634 | 2.7755575615628914e-15 635 | 10 636 | -442.38415320754109 637 | 20 638 | -38.540179269286448 639 | 30 640 | 2.7755575615628914e-15 641 | 0 642 | SPLINE 643 | 5 644 | 104 645 | 100 646 | AcDbEntity 647 | 8 648 | 0 649 | 100 650 | AcDbSpline 651 | 70 652 | 0 653 | 71 654 | 3 655 | 72 656 | 10 657 | 73 658 | 6 659 | 74 660 | 0 661 | 42 662 | 0.000000001 663 | 43 664 | 0.0000000001 665 | 44 666 | 0.0000000001 667 | 40 668 | -1.4879369557591859 669 | 40 670 | -1.4879369557591859 671 | 40 672 | -1.4879369557591859 673 | 40 674 | -1.4879369557591859 675 | 40 676 | -0.74396847787959308 677 | 40 678 | -0.74396847787959308 679 | 40 680 | -0 681 | 40 682 | -0 683 | 40 684 | -0 685 | 40 686 | -0 687 | 10 688 | -450.75692922317148 689 | 20 690 | -29.657902822014776 691 | 30 692 | -9.9920072216264089e-15 693 | 10 694 | -450.92934382741822 695 | 20 696 | -27.184008715639393 697 | 30 698 | -9.9920072216264089e-15 699 | 10 700 | -451.01562914718056 701 | 20 702 | -24.704864387822756 703 | 30 704 | 0 705 | 10 706 | -451.01562800369425 707 | 20 708 | -19.745074535292268 709 | 30 710 | 0 711 | 10 712 | -450.92934154079137 713 | 20 714 | -17.265930247262297 715 | 30 716 | 0 717 | 10 718 | -450.75692579582523 719 | 20 720 | -14.792036220388027 721 | 30 722 | 0 723 | 0 724 | SPLINE 725 | 5 726 | 105 727 | 100 728 | AcDbEntity 729 | 8 730 | 0 731 | 100 732 | AcDbSpline 733 | 70 734 | 0 735 | 71 736 | 3 737 | 72 738 | 16 739 | 73 740 | 12 741 | 74 742 | 0 743 | 42 744 | 0.000000001 745 | 43 746 | 0.0000000001 747 | 44 748 | 0.0000000001 749 | 40 750 | -1.6760013461632688 751 | 40 752 | -1.6760013461632688 753 | 40 754 | -1.6760013461632688 755 | 40 756 | -1.6760013461632688 757 | 40 758 | -1.4867609030856304 759 | 40 760 | -1.4867609030856304 761 | 40 762 | -1.2985501888887416 763 | 40 764 | -1.2985501888887416 765 | 40 766 | -1.0021554898280365 767 | 40 768 | -1.0021554898280365 769 | 40 770 | -0.64662423038570993 771 | 40 772 | -0.64662423038570993 773 | 40 774 | -0 775 | 40 776 | -0 777 | 40 778 | -0 779 | 40 780 | -0 781 | 10 782 | -442.38415320754098 783 | 20 784 | -5.9098206459607683 785 | 30 786 | 2.7755575615628914e-15 787 | 10 788 | -443.04085164254906 789 | 20 790 | -5.9098206459629452 791 | 30 792 | 2.7755575615628914e-15 793 | 10 794 | -443.69844188534017 795 | 20 796 | -5.9829428214771321 797 | 30 798 | -1.6936452240656763e-12 799 | 10 800 | -444.97652372390581 801 | 20 802 | -6.269143984218621 803 | 30 804 | -1.6936452240656763e-12 805 | 10 806 | -445.59904226156937 807 | 20 808 | -6.4818722976760732 809 | 30 810 | -1.8979262605967051e-12 811 | 10 812 | -447.11658261444677 813 | 20 814 | -7.2055644480415291 815 | 30 816 | -1.8979262605967051e-12 817 | 10 818 | -447.96018324633218 819 | 20 820 | -7.8165822913857248 821 | 30 822 | -1.3739009929736312e-12 823 | 10 824 | -449.49645260724469 825 | 20 826 | -9.4626701752704321 827 | 30 828 | -1.3739009929736312e-12 829 | 10 830 | -449.93272694650415 831 | 20 832 | -10.349335173005747 833 | 30 834 | -3.5410563370419368e-12 835 | 10 836 | -450.6178517405769 837 | 20 838 | -12.132265799877544 839 | 30 840 | -3.5410563370419368e-12 841 | 10 842 | -450.60706971763119 843 | 20 844 | -12.641837833300061 845 | 30 846 | 2.7755575615628914e-15 847 | 10 848 | -450.7569257958254 849 | 20 850 | -14.792036220391239 851 | 30 852 | 2.7755575615628914e-15 853 | 0 854 | LINE 855 | 5 856 | 106 857 | 100 858 | AcDbEntity 859 | 8 860 | 0 861 | 100 862 | AcDbLine 863 | 10 864 | -442.38415320754098 865 | 20 866 | -5.9098206459607683 867 | 30 868 | 2.7755575615628914e-15 869 | 11 870 | -415.94198224043004 871 | 21 872 | -5.9098206459581544 873 | 31 874 | 5.5511151231257827e-16 875 | 0 876 | SPLINE 877 | 5 878 | 107 879 | 100 880 | AcDbEntity 881 | 8 882 | 0 883 | 100 884 | AcDbSpline 885 | 70 886 | 0 887 | 71 888 | 3 889 | 72 890 | 16 891 | 73 892 | 12 893 | 74 894 | 0 895 | 42 896 | 0.000000001 897 | 43 898 | 0.0000000001 899 | 44 900 | 0.0000000001 901 | 40 902 | -2.2245984818753484 903 | 40 904 | -2.2245984818753484 905 | 40 906 | -2.2245984818753484 907 | 40 908 | -2.2245984818753484 909 | 40 910 | -1.8756700445797512 911 | 40 912 | -1.8756700445797512 913 | 40 914 | -1.2109567620374246 915 | 40 916 | -1.2109567620374246 917 | 40 918 | -0.72666452335425014 919 | 40 920 | -0.72666452335425014 921 | 40 922 | -0.34293366909113437 923 | 40 924 | -0.34293366909113437 925 | 40 926 | -0 927 | 40 928 | -0 929 | 40 930 | -0 931 | 40 932 | -0 933 | 10 934 | -407.56872167864026 935 | 20 936 | -14.799049612647439 937 | 30 938 | -6.6613381477509392e-15 939 | 10 940 | -407.5974978796657 941 | 20 942 | -14.386153765272599 943 | 30 944 | -6.6613381477509392e-15 945 | 10 946 | -407.62627408069113 947 | 20 948 | -13.973257917897769 949 | 30 950 | 5.9269256169613982e-12 951 | 10 952 | -407.70986932481605 953 | 20 954 | -12.773790026742745 955 | 30 956 | 5.9269256169613982e-12 957 | 10 958 | -407.7714295790019 959 | 20 960 | -11.890491592241137 961 | 30 962 | 5.7137627962333681e-12 963 | 10 964 | -408.54742667864315 965 | 20 966 | -10.016677916363863 967 | 30 968 | 5.7137627962333681e-12 969 | 10 970 | -409.06434350289555 971 | 20 972 | -9.1566462752770335 973 | 30 974 | 6.237788063856442e-12 975 | 10 976 | -410.51413758615377 977 | 20 978 | -7.7156669319040976 979 | 30 980 | 6.237788063856442e-12 981 | 10 982 | -411.4088455823366 983 | 20 984 | -7.0439372048460589 985 | 30 986 | 4.5502490664262041e-12 987 | 10 988 | -413.65108317157967 989 | 20 990 | -6.1313626866680675 991 | 30 992 | 4.5502490664262041e-12 993 | 10 994 | -414.79887001012901 995 | 20 996 | -5.9098206459580993 997 | 30 998 | 2.7755575615628914e-15 999 | 10 1000 | -415.94198224043276 1001 | 20 1002 | -5.9098206459686162 1003 | 30 1004 | 2.7755575615628914e-15 1005 | 0 1006 | SPLINE 1007 | 5 1008 | 108 1009 | 100 1010 | AcDbEntity 1011 | 8 1012 | 0 1013 | 100 1014 | AcDbSpline 1015 | 70 1016 | 0 1017 | 71 1018 | 3 1019 | 72 1020 | 10 1021 | 73 1022 | 6 1023 | 74 1024 | 0 1025 | 42 1026 | 0.000000001 1027 | 43 1028 | 0.0000000001 1029 | 44 1030 | 0.0000000001 1031 | 40 1032 | -1.4865451888711487 1033 | 40 1034 | -1.4865451888711487 1035 | 40 1036 | -1.4865451888711487 1037 | 40 1038 | -1.4865451888711487 1039 | 40 1040 | -0.74327259443557403 1041 | 40 1042 | -0.74327259443557403 1043 | 40 1044 | -0 1045 | 40 1046 | -0 1047 | 40 1048 | -0 1049 | 40 1050 | -0 1051 | 10 1052 | -407.56872167864015 1053 | 20 1054 | -14.799049612646662 1055 | 30 1056 | -1.7763568394002505e-14 1057 | 10 1058 | -407.39646834529583 1059 | 20 1060 | -17.270629720509842 1061 | 30 1062 | -1.7763568394002505e-14 1063 | 10 1064 | -407.31026373395935 1065 | 20 1066 | -19.74745513893129 1067 | 30 1068 | -2.55351295663786e-14 1069 | 10 1070 | -407.31026487637507 1071 | 20 1072 | -24.702605768501655 1073 | 30 1074 | -2.55351295663786e-14 1075 | 10 1076 | -407.3964706297815 1077 | 20 1078 | -27.179431147173695 1079 | 30 1080 | 2.7755575615628914e-15 1081 | 10 1082 | -407.56872510277725 1083 | 20 1084 | -29.651011175610194 1085 | 30 1086 | 2.7755575615628914e-15 1087 | 0 1088 | LWPOLYLINE 1089 | 5 1090 | 109 1091 | 100 1092 | AcDbEntity 1093 | 8 1094 | 0 1095 | 100 1096 | AcDbPolyline 1097 | 90 1098 | 4 1099 | 70 1100 | 1 1101 | 43 1102 | 0.0 1103 | 10 1104 | -475.59999999999997 1105 | 20 1106 | -34.725000000000001 1107 | 10 1108 | -469.59999999999991 1109 | 20 1110 | -34.725000000000001 1111 | 42 1112 | -0.99999999999999989 1113 | 10 1114 | -469.59999999999991 1115 | 20 1116 | -41.475000000000001 1117 | 10 1118 | -475.59999999999997 1119 | 20 1120 | -41.475000000000001 1121 | 42 1122 | -0.99999999999999989 1123 | 0 1124 | LWPOLYLINE 1125 | 5 1126 | 110 1127 | 100 1128 | AcDbEntity 1129 | 8 1130 | 0 1131 | 100 1132 | AcDbPolyline 1133 | 90 1134 | 4 1135 | 70 1136 | 1 1137 | 43 1138 | 0.0 1139 | 10 1140 | -475.59999999999997 1141 | 20 1142 | -2.9749999999999992 1143 | 10 1144 | -469.59999999999991 1145 | 20 1146 | -2.9749999999999952 1147 | 42 1148 | -0.99999999999999989 1149 | 10 1150 | -469.59999999999991 1151 | 20 1152 | -9.7249999999999996 1153 | 10 1154 | -475.59999999999997 1155 | 20 1156 | -9.7249999999999979 1157 | 42 1158 | -0.99999999999999989 1159 | 0 1160 | CIRCLE 1161 | 5 1162 | 111 1163 | 100 1164 | AcDbEntity 1165 | 8 1166 | 0 1167 | 100 1168 | AcDbCircle 1169 | 10 1170 | -456.91449313910533 1171 | 20 1172 | -22.225000000000001 1173 | 30 1174 | 0 1175 | 40 1176 | 1.7499999999999716 1177 | 210 1178 | 0 1179 | 220 1180 | 0 1181 | 230 1182 | 1 1183 | 0 1184 | CIRCLE 1185 | 5 1186 | 112 1187 | 100 1188 | AcDbEntity 1189 | 8 1190 | 0 1191 | 100 1192 | AcDbCircle 1193 | 10 1194 | -401.41150139701881 1195 | 20 1196 | -22.225000000000001 1197 | 30 1198 | 0 1199 | 40 1200 | 1.7499999999999716 1201 | 210 1202 | 0 1203 | 220 1204 | 0 1205 | 230 1206 | 1 1207 | 0 1208 | ENDSEC 1209 | 0 1210 | SECTION 1211 | 2 1212 | OBJECTS 1213 | 0 1214 | DICTIONARY 1215 | 5 1216 | C 1217 | 100 1218 | AcDbDictionary 1219 | 3 1220 | ACAD_GROUP 1221 | 350 1222 | D 1223 | 3 1224 | ACAD_MLINESTYLE 1225 | 350 1226 | 17 1227 | 0 1228 | DICTIONARY 1229 | 5 1230 | D 1231 | 100 1232 | AcDbDictionary 1233 | 0 1234 | DICTIONARY 1235 | 5 1236 | 1A 1237 | 330 1238 | C 1239 | 100 1240 | AcDbDictionary 1241 | 0 1242 | DICTIONARY 1243 | 5 1244 | 17 1245 | 100 1246 | AcDbDictionary 1247 | 0 1248 | ENDSEC 1249 | 0 1250 | EOF 1251 | -------------------------------------------------------------------------------- /hybrid/JetKVM 1U 1-Module.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | SECTION 3 | 2 4 | HEADER 5 | 9 6 | $INSUNITS 7 | 70 8 | 4 9 | 9 10 | $ACADVER 11 | 1 12 | AC1014 13 | 9 14 | $HANDSEED 15 | 5 16 | FFFF 17 | 0 18 | ENDSEC 19 | 0 20 | SECTION 21 | 2 22 | TABLES 23 | 0 24 | TABLE 25 | 2 26 | VPORT 27 | 5 28 | 8 29 | 100 30 | AcDbSymbolTable 31 | 0 32 | ENDTAB 33 | 0 34 | TABLE 35 | 2 36 | LTYPE 37 | 5 38 | 5 39 | 100 40 | AcDbSymbolTable 41 | 0 42 | LTYPE 43 | 5 44 | 14 45 | 100 46 | AcDbSymbolTableRecord 47 | 100 48 | AcDbLinetypeTableRecord 49 | 2 50 | BYBLOCK 51 | 70 52 | 0 53 | 0 54 | LTYPE 55 | 5 56 | 15 57 | 100 58 | AcDbSymbolTableRecord 59 | 100 60 | AcDbLinetypeTableRecord 61 | 2 62 | BYLAYER 63 | 70 64 | 0 65 | 0 66 | LTYPE 67 | 5 68 | 16 69 | 100 70 | AcDbSymbolTableRecord 71 | 100 72 | AcDbLinetypeTableRecord 73 | 2 74 | DASHED 75 | 70 76 | 0 77 | 3 78 | Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ 79 | 72 80 | 65 81 | 73 82 | 2 83 | 40 84 | 0.75 85 | 49 86 | 0.5 87 | 74 88 | 0 89 | 49 90 | -0.25 91 | 74 92 | 0 93 | 0 94 | ENDTAB 95 | 0 96 | TABLE 97 | 2 98 | LAYER 99 | 5 100 | 2 101 | 100 102 | AcDbSymbolTable 103 | 70 104 | 3 105 | 0 106 | LAYER 107 | 5 108 | 50 109 | 100 110 | AcDbSymbolTableRecord 111 | 100 112 | AcDbLayerTableRecord 113 | 2 114 | 1 115 | 70 116 | 0 117 | 62 118 | 7 119 | 6 120 | DASHED 121 | 0 122 | LAYER 123 | 5 124 | 51 125 | 100 126 | AcDbSymbolTableRecord 127 | 100 128 | AcDbLayerTableRecord 129 | 2 130 | 0 131 | 70 132 | 0 133 | 62 134 | 7 135 | 6 136 | CONTINUOUS 137 | 0 138 | ENDTAB 139 | 0 140 | TABLE 141 | 2 142 | STYLE 143 | 5 144 | 3 145 | 100 146 | AcDbSymbolTable 147 | 70 148 | 1 149 | 0 150 | STYLE 151 | 5 152 | 11 153 | 100 154 | AcDbSymbolTableRecord 155 | 100 156 | AcDbTextStyleTableRecord 157 | 2 158 | STANDARD 159 | 70 160 | 0 161 | 0 162 | ENDTAB 163 | 0 164 | TABLE 165 | 2 166 | VIEW 167 | 5 168 | 6 169 | 100 170 | AcDbSymbolTable 171 | 70 172 | 0 173 | 0 174 | ENDTAB 175 | 0 176 | TABLE 177 | 2 178 | UCS 179 | 5 180 | 7 181 | 100 182 | AcDbSymbolTable 183 | 70 184 | 0 185 | 0 186 | ENDTAB 187 | 0 188 | TABLE 189 | 2 190 | APPID 191 | 5 192 | 9 193 | 100 194 | AcDbSymbolTable 195 | 70 196 | 2 197 | 0 198 | APPID 199 | 5 200 | 12 201 | 100 202 | AcDbSymbolTableRecord 203 | 100 204 | AcDbRegAppTableRecord 205 | 2 206 | ACAD 207 | 70 208 | 0 209 | 0 210 | ENDTAB 211 | 0 212 | TABLE 213 | 2 214 | DIMSTYLE 215 | 5 216 | A 217 | 100 218 | AcDbSymbolTable 219 | 70 220 | 1 221 | 0 222 | ENDTAB 223 | 0 224 | TABLE 225 | 2 226 | BLOCK_RECORD 227 | 5 228 | 1 229 | 100 230 | AcDbSymbolTable 231 | 70 232 | 1 233 | 0 234 | BLOCK_RECORD 235 | 5 236 | 1F 237 | 100 238 | AcDbSymbolTableRecord 239 | 100 240 | AcDbBlockTableRecord 241 | 2 242 | *MODEL_SPACE 243 | 0 244 | BLOCK_RECORD 245 | 5 246 | 1B 247 | 100 248 | AcDbSymbolTableRecord 249 | 100 250 | AcDbBlockTableRecord 251 | 2 252 | *PAPER_SPACE 253 | 0 254 | ENDTAB 255 | 0 256 | ENDSEC 257 | 0 258 | SECTION 259 | 2 260 | BLOCKS 261 | 0 262 | BLOCK 263 | 5 264 | 20 265 | 100 266 | AcDbEntity 267 | 100 268 | AcDbBlockBegin 269 | 2 270 | *MODEL_SPACE 271 | 0 272 | ENDBLK 273 | 5 274 | 21 275 | 100 276 | AcDbEntity 277 | 100 278 | AcDbBlockEnd 279 | 0 280 | BLOCK 281 | 5 282 | 1C 283 | 100 284 | AcDbEntity 285 | 100 286 | AcDbBlockBegin 287 | 2 288 | *PAPER_SPACE 289 | 0 290 | ENDBLK 291 | 5 292 | 1D 293 | 100 294 | AcDbEntity 295 | 100 296 | AcDbBlockEnd 297 | 0 298 | ENDSEC 299 | 0 300 | SECTION 301 | 2 302 | ENTITIES 303 | 0 304 | SPLINE 305 | 5 306 | 100 307 | 100 308 | AcDbEntity 309 | 8 310 | 0 311 | 100 312 | AcDbSpline 313 | 70 314 | 0 315 | 71 316 | 3 317 | 72 318 | 10 319 | 73 320 | 6 321 | 74 322 | 0 323 | 42 324 | 0.000000001 325 | 43 326 | 0.0000000001 327 | 44 328 | 0.0000000001 329 | 40 330 | -1.4865451888712209 331 | 40 332 | -1.4865451888712209 333 | 40 334 | -1.4865451888712209 335 | 40 336 | -1.4865451888712209 337 | 40 338 | -0.74327259443559057 339 | 40 340 | -0.74327259443559057 341 | 40 342 | -0 343 | 40 344 | -0 345 | 40 346 | -0 347 | 40 348 | -0 349 | 10 350 | -407.56872510277736 351 | 20 352 | -29.651011175610307 353 | 30 354 | 0 355 | 10 356 | -407.39647062978167 357 | 20 358 | -27.179431147173617 359 | 30 360 | 0 361 | 10 362 | -407.31026487637507 363 | 20 364 | -24.70260576850189 365 | 30 366 | 6.1117777505614868e-13 367 | 10 368 | -407.31026373395935 369 | 20 370 | -19.747455138931286 371 | 30 372 | 6.1117777505614868e-13 373 | 10 374 | -407.39646834529594 375 | 20 376 | -17.270629720509717 377 | 30 378 | 0 379 | 10 380 | -407.56872167864037 381 | 20 382 | -14.799049612646487 383 | 30 384 | 0 385 | 0 386 | SPLINE 387 | 5 388 | 101 389 | 100 390 | AcDbEntity 391 | 8 392 | 0 393 | 100 394 | AcDbSpline 395 | 70 396 | 0 397 | 71 398 | 3 399 | 72 400 | 16 401 | 73 402 | 12 403 | 74 404 | 0 405 | 42 406 | 0.000000001 407 | 43 408 | 0.0000000001 409 | 44 410 | 0.0000000001 411 | 40 412 | -1.6689594247840336 413 | 40 414 | -1.6689594247840336 415 | 40 416 | -1.6689594247840336 417 | 40 418 | -1.6689594247840336 419 | 40 420 | -1.4811597547325548 421 | 40 422 | -1.4811597547325548 423 | 40 424 | -1.2943866769466028 425 | 40 426 | -1.2943866769466028 427 | 40 428 | -1.0010301285099183 429 | 40 430 | -1.0010301285099183 431 | 40 432 | -0.6482154440596879 433 | 40 434 | -0.6482154440596879 435 | 40 436 | -0 437 | 40 438 | -0 439 | 40 440 | -0 441 | 40 442 | -0 443 | 10 444 | -415.94198224042907 445 | 20 446 | -38.540179269286718 447 | 30 448 | 0 449 | 10 450 | -415.28404586154119 451 | 20 452 | -38.54017926928455 453 | 30 454 | 0 455 | 10 456 | -414.6254755542866 457 | 20 458 | -38.466965051103557 459 | 30 460 | 1.9412249585570862e-12 461 | 10 462 | -413.34511308128708 463 | 20 464 | -38.179751944007556 465 | 30 466 | 1.9412249585570862e-12 467 | 10 468 | -412.72188633468591 469 | 20 470 | -37.966243707900347 471 | 30 472 | 2.053357484044227e-12 473 | 10 474 | -411.20453472690497 475 | 20 476 | -37.241097608108234 477 | 30 478 | 2.053357484044227e-12 479 | 10 480 | -410.36186722060216 481 | 20 482 | -36.630298620357024 483 | 30 484 | 1.7558177134446851e-12 485 | 10 486 | -408.82483326873199 487 | 20 488 | -34.980911459881881 489 | 30 490 | 1.7558177134446851e-12 491 | 10 492 | -408.38979470040113 493 | 20 494 | -34.092069900011253 495 | 30 496 | 4.0989434069160779e-12 497 | 10 498 | -407.70825735982203 499 | 20 500 | -32.317339446928088 501 | 30 502 | 4.0989434069160779e-12 503 | 10 504 | -407.7189499469867 505 | 20 506 | -31.806500773445588 507 | 30 508 | 0 509 | 10 510 | -407.56872510277736 511 | 20 512 | -29.651011175610165 513 | 30 514 | 0 515 | 0 516 | LINE 517 | 5 518 | 102 519 | 100 520 | AcDbEntity 521 | 8 522 | 0 523 | 100 524 | AcDbLine 525 | 10 526 | -415.94198224042907 527 | 20 528 | -38.540179269286718 529 | 30 530 | 0 531 | 11 532 | -442.38415320754109 533 | 21 534 | -38.540179269286426 535 | 31 536 | 0 537 | 0 538 | SPLINE 539 | 5 540 | 103 541 | 100 542 | AcDbEntity 543 | 8 544 | 0 545 | 100 546 | AcDbSpline 547 | 70 548 | 0 549 | 71 550 | 3 551 | 72 552 | 14 553 | 73 554 | 10 555 | 74 556 | 0 557 | 42 558 | 0.000000001 559 | 43 560 | 0.0000000001 561 | 44 562 | 0.0000000001 563 | 40 564 | -1.8394274188260678 565 | 40 566 | -1.8394274188260678 567 | 40 568 | -1.8394274188260678 569 | 40 570 | -1.8394274188260678 571 | 40 572 | -1.1617660406758126 573 | 40 574 | -1.1617660406758126 575 | 40 576 | -0.71769847701160239 577 | 40 578 | -0.71769847701160239 579 | 40 580 | -0.34394416018432361 581 | 40 582 | -0.34394416018432361 583 | 40 584 | -0 585 | 40 586 | -0 587 | 40 588 | -0 589 | 40 590 | -0 591 | 10 592 | -450.7569292231716 593 | 20 594 | -29.657902822013298 595 | 30 596 | 0 597 | 10 598 | -450.60460229069258 599 | 20 600 | -31.843568602175971 601 | 30 602 | 0 603 | 10 604 | -450.62169844185792 605 | 20 606 | -32.394229147283667 607 | 30 608 | 2.2287727219350018e-12 609 | 10 610 | -449.77315537066204 611 | 20 612 | -34.449566494004692 613 | 30 614 | 2.2287727219350018e-12 615 | 10 616 | -449.24994382999301 617 | 20 618 | -35.303571528584044 619 | 30 620 | 2.0755619445367302e-12 621 | 10 622 | -447.79261069450661 623 | 20 624 | -36.755224278195385 625 | 30 626 | 2.0755619445367302e-12 627 | 10 628 | -446.89400911462849 629 | 20 630 | -37.414085093560402 631 | 30 632 | 1.57818202950466e-12 633 | 10 634 | -444.68035195649799 635 | 20 636 | -38.317889368169702 637 | 30 638 | 1.57818202950466e-12 639 | 10 640 | -443.53063374148883 641 | 20 642 | -38.540179269282433 643 | 30 644 | 0 645 | 10 646 | -442.38415320754109 647 | 20 648 | -38.540179269286426 649 | 30 650 | 0 651 | 0 652 | SPLINE 653 | 5 654 | 104 655 | 100 656 | AcDbEntity 657 | 8 658 | 0 659 | 100 660 | AcDbSpline 661 | 70 662 | 0 663 | 71 664 | 3 665 | 72 666 | 10 667 | 73 668 | 6 669 | 74 670 | 0 671 | 42 672 | 0.000000001 673 | 43 674 | 0.0000000001 675 | 44 676 | 0.0000000001 677 | 40 678 | -1.4879275719776937 679 | 40 680 | -1.4879275719776937 681 | 40 682 | -1.4879275719776937 683 | 40 684 | -1.4879275719776937 685 | 40 686 | -0.74396378598967794 687 | 40 688 | -0.74396378598967794 689 | 40 690 | -0 691 | 40 692 | -0 693 | 40 694 | -0 695 | 40 696 | -0 697 | 10 698 | -450.75692579582523 699 | 20 700 | -14.792036220387875 701 | 30 702 | 0 703 | 10 704 | -450.92934045344015 705 | 20 706 | -17.265914645487385 707 | 30 708 | 0 709 | 10 710 | -451.01562800369771 711 | 20 712 | -19.745090176925711 713 | 30 714 | -5.5511151231257827e-15 715 | 10 716 | -451.01562914717709 717 | 20 718 | -24.704848746195243 719 | 30 720 | -5.5511151231257827e-15 721 | 10 722 | -450.92934274007314 723 | 20 724 | -27.184024317428381 725 | 30 726 | 0 727 | 10 728 | -450.75692922317137 729 | 20 730 | -29.657902822015316 731 | 30 732 | 0 733 | 0 734 | SPLINE 735 | 5 736 | 105 737 | 100 738 | AcDbEntity 739 | 8 740 | 0 741 | 100 742 | AcDbSpline 743 | 70 744 | 0 745 | 71 746 | 3 747 | 72 748 | 16 749 | 73 750 | 12 751 | 74 752 | 0 753 | 42 754 | 0.000000001 755 | 43 756 | 0.0000000001 757 | 44 758 | 0.0000000001 759 | 40 760 | -1.6651804886733699 761 | 40 762 | -1.6651804886733699 763 | 40 764 | -1.6651804886733699 765 | 40 766 | -1.6651804886733699 767 | 40 768 | -1.47798118771937 769 | 40 770 | -1.47798118771937 771 | 40 772 | -1.2918041421443962 773 | 40 774 | -1.2918041421443962 775 | 40 776 | -0.99911507294167412 777 | 40 778 | -0.99911507294167412 779 | 40 780 | -0.6471249597238401 781 | 40 782 | -0.6471249597238401 783 | 40 784 | -0 785 | 40 786 | -0 787 | 40 788 | -0 789 | 40 790 | -0 791 | 10 792 | -442.38415320754098 793 | 20 794 | -5.909820645960747 795 | 30 796 | 0 797 | 10 798 | -443.04160107359871 799 | 20 800 | -5.9098206459629266 801 | 30 802 | 0 803 | 10 804 | -443.69968131827829 805 | 20 806 | -5.9829261640409435 807 | 30 808 | -1.7474910407599964e-12 809 | 10 810 | -444.97914413062279 811 | 20 812 | -6.2697166779704547 813 | 30 814 | -1.7474910407599964e-12 815 | 10 816 | -445.60195864454528 817 | 20 818 | -6.482912268503024 819 | 30 820 | -1.9528823003156504e-12 821 | 10 822 | -447.1192944370448 823 | 20 824 | -7.207407464198889 825 | 30 826 | -1.9528823003156504e-12 827 | 10 828 | -447.96220996155705 829 | 20 830 | -7.8179831415031886 831 | 30 832 | -1.4155343563970746e-12 833 | 10 834 | -449.4998949713796 835 | 20 836 | -9.4669897698534715 837 | 30 838 | -1.4155343563970746e-12 839 | 10 840 | -449.93525286933988 841 | 20 842 | -10.355710520296936 843 | 30 844 | -3.5343949988941858e-12 845 | 10 846 | -450.61772978642057 847 | 20 848 | -12.131149763239645 849 | 30 850 | -3.5343949988941858e-12 851 | 10 852 | -450.60695367290032 853 | 20 854 | -12.640172774422521 855 | 30 856 | -5.5511151231257827e-16 857 | 10 858 | -450.7569257958254 859 | 20 860 | -14.792036220391211 861 | 30 862 | -5.5511151231257827e-16 863 | 0 864 | LINE 865 | 5 866 | 106 867 | 100 868 | AcDbEntity 869 | 8 870 | 0 871 | 100 872 | AcDbLine 873 | 10 874 | -442.38415320754098 875 | 20 876 | -5.909820645960747 877 | 30 878 | 0 879 | 11 880 | -415.94198224043276 881 | 21 882 | -5.9098206459685958 883 | 31 884 | 0 885 | 0 886 | SPLINE 887 | 5 888 | 107 889 | 100 890 | AcDbEntity 891 | 8 892 | 0 893 | 100 894 | AcDbSpline 895 | 70 896 | 0 897 | 71 898 | 3 899 | 72 900 | 14 901 | 73 902 | 10 903 | 74 904 | 0 905 | 42 906 | 0.000000001 907 | 43 908 | 0.0000000001 909 | 44 910 | 0.0000000001 911 | 40 912 | -1.8397434411567177 913 | 40 914 | -1.8397434411567177 915 | 40 916 | -1.8397434411567177 917 | 40 918 | -1.8397434411567177 919 | 40 920 | -1.1617660405579093 921 | 40 922 | -1.1617660405579093 923 | 40 924 | -0.71769847696999212 925 | 40 926 | -0.71769847696999212 927 | 40 928 | -0.34394416016052037 929 | 40 930 | -0.34394416016052037 931 | 40 932 | -0 933 | 40 934 | -0 935 | 40 936 | -0 937 | 40 938 | -0 939 | 10 940 | -407.56872167864026 941 | 20 942 | -14.799049612646655 943 | 30 944 | 0 945 | 10 946 | -407.72147464138084 947 | 20 948 | -12.607270929491586 949 | 30 950 | 0 951 | 10 952 | -407.70419794769799 953 | 20 954 | -12.056349814123653 955 | 30 956 | 5.8097970878634442e-12 957 | 10 958 | -408.55298007742084 959 | 20 960 | -10.000433421030007 961 | 30 962 | 5.8097970878634442e-12 963 | 10 964 | -409.07619161812841 965 | 20 966 | -9.1464283864709159 967 | 30 968 | 6.2927441035753873e-12 969 | 10 970 | -410.53352475369275 971 | 20 972 | -7.6947756368590001 973 | 30 974 | 6.2927441035753873e-12 975 | 10 976 | -411.43212633360969 977 | 20 978 | -7.0359148215389533 979 | 30 980 | 4.556910404573955e-12 981 | 10 982 | -413.64578349163588 983 | 20 984 | -6.1321105470408739 985 | 30 986 | 4.556910404573955e-12 987 | 10 988 | -414.79550170656438 989 | 20 990 | -5.9098206459580469 991 | 30 992 | 0 993 | 10 994 | -415.94198224043276 995 | 20 996 | -5.9098206459685958 997 | 30 998 | 0 999 | 0 1000 | LWPOLYLINE 1001 | 5 1002 | 108 1003 | 100 1004 | AcDbEntity 1005 | 8 1006 | 0 1007 | 100 1008 | AcDbPolyline 1009 | 90 1010 | 4 1011 | 70 1012 | 1 1013 | 43 1014 | 0.0 1015 | 10 1016 | -13.000000000000004 1017 | 20 1018 | -34.725000000000001 1019 | 42 1020 | 0.99999999999999989 1021 | 10 1022 | -13.000000000000004 1023 | 20 1024 | -41.475000000000009 1025 | 10 1026 | -6.9999999999999964 1027 | 20 1028 | -41.475000000000009 1029 | 42 1030 | 0.99999999999999989 1031 | 10 1032 | -6.9999999999999964 1033 | 20 1034 | -34.725000000000001 1035 | 0 1036 | LWPOLYLINE 1037 | 5 1038 | 109 1039 | 100 1040 | AcDbEntity 1041 | 8 1042 | 0 1043 | 100 1044 | AcDbPolyline 1045 | 90 1046 | 4 1047 | 70 1048 | 1 1049 | 43 1050 | 0.0 1051 | 10 1052 | -13.000000000000004 1053 | 20 1054 | -2.9750000000000023 1055 | 42 1056 | 0.99999999999999989 1057 | 10 1058 | -13.000000000000004 1059 | 20 1060 | -9.7250000000000032 1061 | 10 1062 | -6.9999999999999964 1063 | 20 1064 | -9.7250000000000032 1065 | 42 1066 | 0.99999999999999989 1067 | 10 1068 | -6.9999999999999964 1069 | 20 1070 | -2.9750000000000028 1071 | 0 1072 | LWPOLYLINE 1073 | 5 1074 | 110 1075 | 100 1076 | AcDbEntity 1077 | 8 1078 | 0 1079 | 100 1080 | AcDbPolyline 1081 | 90 1082 | 8 1083 | 70 1084 | 1 1085 | 43 1086 | 0.0 1087 | 10 1088 | -3.0000000000000036 1089 | 20 1090 | 0 1091 | 10 1092 | -479.60000000000002 1093 | 20 1094 | 0 1095 | 42 1096 | 0.41421356237309503 1097 | 10 1098 | -482.59999999999997 1099 | 20 1100 | -3.0000000000000004 1101 | 10 1102 | -482.59999999999997 1103 | 20 1104 | -41.450000000000003 1105 | 42 1106 | 0.41421356237309503 1107 | 10 1108 | -479.60000000000002 1109 | 20 1110 | -44.450000000000003 1111 | 10 1112 | -3.0000000000000426 1113 | 20 1114 | -44.450000000000003 1115 | 42 1116 | 0.41421356237309781 1117 | 10 1118 | -1.3322676295501878e-14 1119 | 20 1120 | -41.450000000000003 1121 | 10 1122 | 0 1123 | 20 1124 | -3.0000000000000027 1125 | 42 1126 | 0.41421356237309537 1127 | 0 1128 | LWPOLYLINE 1129 | 5 1130 | 111 1131 | 100 1132 | AcDbEntity 1133 | 8 1134 | 0 1135 | 100 1136 | AcDbPolyline 1137 | 90 1138 | 4 1139 | 70 1140 | 1 1141 | 43 1142 | 0.0 1143 | 10 1144 | -475.59999999999997 1145 | 20 1146 | -2.9749999999999992 1147 | 10 1148 | -469.59999999999991 1149 | 20 1150 | -2.9749999999999952 1151 | 42 1152 | -0.99999999999999989 1153 | 10 1154 | -469.59999999999991 1155 | 20 1156 | -9.7249999999999996 1157 | 10 1158 | -475.59999999999997 1159 | 20 1160 | -9.7249999999999979 1161 | 42 1162 | -0.99999999999999989 1163 | 0 1164 | LWPOLYLINE 1165 | 5 1166 | 112 1167 | 100 1168 | AcDbEntity 1169 | 8 1170 | 0 1171 | 100 1172 | AcDbPolyline 1173 | 90 1174 | 4 1175 | 70 1176 | 1 1177 | 43 1178 | 0.0 1179 | 10 1180 | -475.59999999999997 1181 | 20 1182 | -34.725000000000001 1183 | 10 1184 | -469.59999999999991 1185 | 20 1186 | -34.725000000000001 1187 | 42 1188 | -0.99999999999999989 1189 | 10 1190 | -469.59999999999991 1191 | 20 1192 | -41.475000000000001 1193 | 10 1194 | -475.59999999999997 1195 | 20 1196 | -41.475000000000001 1197 | 42 1198 | -0.99999999999999989 1199 | 0 1200 | CIRCLE 1201 | 5 1202 | 113 1203 | 100 1204 | AcDbEntity 1205 | 8 1206 | 0 1207 | 100 1208 | AcDbCircle 1209 | 10 1210 | -401.41150139701881 1211 | 20 1212 | -22.225000000000001 1213 | 30 1214 | 0 1215 | 40 1216 | 1.7499999999999716 1217 | 210 1218 | 0 1219 | 220 1220 | 0 1221 | 230 1222 | 1 1223 | 0 1224 | CIRCLE 1225 | 5 1226 | 114 1227 | 100 1228 | AcDbEntity 1229 | 8 1230 | 0 1231 | 100 1232 | AcDbCircle 1233 | 10 1234 | -456.91449313910533 1235 | 20 1236 | -22.225000000000001 1237 | 30 1238 | 0 1239 | 40 1240 | 1.7499999999999716 1241 | 210 1242 | 0 1243 | 220 1244 | 0 1245 | 230 1246 | 1 1247 | 0 1248 | ENDSEC 1249 | 0 1250 | SECTION 1251 | 2 1252 | OBJECTS 1253 | 0 1254 | DICTIONARY 1255 | 5 1256 | C 1257 | 100 1258 | AcDbDictionary 1259 | 3 1260 | ACAD_GROUP 1261 | 350 1262 | D 1263 | 3 1264 | ACAD_MLINESTYLE 1265 | 350 1266 | 17 1267 | 0 1268 | DICTIONARY 1269 | 5 1270 | D 1271 | 100 1272 | AcDbDictionary 1273 | 0 1274 | DICTIONARY 1275 | 5 1276 | 1A 1277 | 330 1278 | C 1279 | 100 1280 | AcDbDictionary 1281 | 0 1282 | DICTIONARY 1283 | 5 1284 | 17 1285 | 100 1286 | AcDbDictionary 1287 | 0 1288 | ENDSEC 1289 | 0 1290 | EOF 1291 | -------------------------------------------------------------------------------- /hybrid/JetKVM 1U 2-Module Short.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | SECTION 3 | 2 4 | HEADER 5 | 9 6 | $INSUNITS 7 | 70 8 | 4 9 | 9 10 | $ACADVER 11 | 1 12 | AC1014 13 | 9 14 | $HANDSEED 15 | 5 16 | FFFF 17 | 0 18 | ENDSEC 19 | 0 20 | SECTION 21 | 2 22 | TABLES 23 | 0 24 | TABLE 25 | 2 26 | VPORT 27 | 5 28 | 8 29 | 100 30 | AcDbSymbolTable 31 | 0 32 | ENDTAB 33 | 0 34 | TABLE 35 | 2 36 | LTYPE 37 | 5 38 | 5 39 | 100 40 | AcDbSymbolTable 41 | 0 42 | LTYPE 43 | 5 44 | 14 45 | 100 46 | AcDbSymbolTableRecord 47 | 100 48 | AcDbLinetypeTableRecord 49 | 2 50 | BYBLOCK 51 | 70 52 | 0 53 | 0 54 | LTYPE 55 | 5 56 | 15 57 | 100 58 | AcDbSymbolTableRecord 59 | 100 60 | AcDbLinetypeTableRecord 61 | 2 62 | BYLAYER 63 | 70 64 | 0 65 | 0 66 | LTYPE 67 | 5 68 | 16 69 | 100 70 | AcDbSymbolTableRecord 71 | 100 72 | AcDbLinetypeTableRecord 73 | 2 74 | DASHED 75 | 70 76 | 0 77 | 3 78 | Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ 79 | 72 80 | 65 81 | 73 82 | 2 83 | 40 84 | 0.75 85 | 49 86 | 0.5 87 | 74 88 | 0 89 | 49 90 | -0.25 91 | 74 92 | 0 93 | 0 94 | ENDTAB 95 | 0 96 | TABLE 97 | 2 98 | LAYER 99 | 5 100 | 2 101 | 100 102 | AcDbSymbolTable 103 | 70 104 | 3 105 | 0 106 | LAYER 107 | 5 108 | 50 109 | 100 110 | AcDbSymbolTableRecord 111 | 100 112 | AcDbLayerTableRecord 113 | 2 114 | 1 115 | 70 116 | 0 117 | 62 118 | 7 119 | 6 120 | DASHED 121 | 0 122 | LAYER 123 | 5 124 | 51 125 | 100 126 | AcDbSymbolTableRecord 127 | 100 128 | AcDbLayerTableRecord 129 | 2 130 | 0 131 | 70 132 | 0 133 | 62 134 | 7 135 | 6 136 | CONTINUOUS 137 | 0 138 | ENDTAB 139 | 0 140 | TABLE 141 | 2 142 | STYLE 143 | 5 144 | 3 145 | 100 146 | AcDbSymbolTable 147 | 70 148 | 1 149 | 0 150 | STYLE 151 | 5 152 | 11 153 | 100 154 | AcDbSymbolTableRecord 155 | 100 156 | AcDbTextStyleTableRecord 157 | 2 158 | STANDARD 159 | 70 160 | 0 161 | 0 162 | ENDTAB 163 | 0 164 | TABLE 165 | 2 166 | VIEW 167 | 5 168 | 6 169 | 100 170 | AcDbSymbolTable 171 | 70 172 | 0 173 | 0 174 | ENDTAB 175 | 0 176 | TABLE 177 | 2 178 | UCS 179 | 5 180 | 7 181 | 100 182 | AcDbSymbolTable 183 | 70 184 | 0 185 | 0 186 | ENDTAB 187 | 0 188 | TABLE 189 | 2 190 | APPID 191 | 5 192 | 9 193 | 100 194 | AcDbSymbolTable 195 | 70 196 | 2 197 | 0 198 | APPID 199 | 5 200 | 12 201 | 100 202 | AcDbSymbolTableRecord 203 | 100 204 | AcDbRegAppTableRecord 205 | 2 206 | ACAD 207 | 70 208 | 0 209 | 0 210 | ENDTAB 211 | 0 212 | TABLE 213 | 2 214 | DIMSTYLE 215 | 5 216 | A 217 | 100 218 | AcDbSymbolTable 219 | 70 220 | 1 221 | 0 222 | ENDTAB 223 | 0 224 | TABLE 225 | 2 226 | BLOCK_RECORD 227 | 5 228 | 1 229 | 100 230 | AcDbSymbolTable 231 | 70 232 | 1 233 | 0 234 | BLOCK_RECORD 235 | 5 236 | 1F 237 | 100 238 | AcDbSymbolTableRecord 239 | 100 240 | AcDbBlockTableRecord 241 | 2 242 | *MODEL_SPACE 243 | 0 244 | BLOCK_RECORD 245 | 5 246 | 1B 247 | 100 248 | AcDbSymbolTableRecord 249 | 100 250 | AcDbBlockTableRecord 251 | 2 252 | *PAPER_SPACE 253 | 0 254 | ENDTAB 255 | 0 256 | ENDSEC 257 | 0 258 | SECTION 259 | 2 260 | BLOCKS 261 | 0 262 | BLOCK 263 | 5 264 | 20 265 | 100 266 | AcDbEntity 267 | 100 268 | AcDbBlockBegin 269 | 2 270 | *MODEL_SPACE 271 | 0 272 | ENDBLK 273 | 5 274 | 21 275 | 100 276 | AcDbEntity 277 | 100 278 | AcDbBlockEnd 279 | 0 280 | BLOCK 281 | 5 282 | 1C 283 | 100 284 | AcDbEntity 285 | 100 286 | AcDbBlockBegin 287 | 2 288 | *PAPER_SPACE 289 | 0 290 | ENDBLK 291 | 5 292 | 1D 293 | 100 294 | AcDbEntity 295 | 100 296 | AcDbBlockEnd 297 | 0 298 | ENDSEC 299 | 0 300 | SECTION 301 | 2 302 | ENTITIES 303 | 0 304 | LWPOLYLINE 305 | 5 306 | 100 307 | 100 308 | AcDbEntity 309 | 8 310 | 0 311 | 100 312 | AcDbPolyline 313 | 90 314 | 8 315 | 70 316 | 1 317 | 43 318 | 0.0 319 | 10 320 | -323.2655013970188 321 | 20 322 | -44.45000000000001 323 | 42 324 | 0.41421356237309503 325 | 10 326 | -320.26550139701885 327 | 20 328 | -41.450000000000017 329 | 10 330 | -320.26550139701885 331 | 20 332 | -2.9999999999999982 333 | 42 334 | 0.41421356237309503 335 | 10 336 | -323.2655013970188 337 | 20 338 | 2.2204460492503131e-15 339 | 10 340 | -479.60000000000002 341 | 20 342 | 0 343 | 42 344 | 0.41421356237309503 345 | 10 346 | -482.59999999999997 347 | 20 348 | -3.0000000000000004 349 | 10 350 | -482.59999999999997 351 | 20 352 | -41.450000000000003 353 | 42 354 | 0.41421356237309503 355 | 10 356 | -479.60000000000002 357 | 20 358 | -44.450000000000003 359 | 0 360 | LWPOLYLINE 361 | 5 362 | 101 363 | 100 364 | AcDbEntity 365 | 8 366 | 0 367 | 100 368 | AcDbPolyline 369 | 90 370 | 4 371 | 70 372 | 1 373 | 43 374 | 0.0 375 | 10 376 | -475.59999999999997 377 | 20 378 | -34.725000000000001 379 | 10 380 | -469.59999999999991 381 | 20 382 | -34.725000000000001 383 | 42 384 | -0.99999999999999989 385 | 10 386 | -469.59999999999991 387 | 20 388 | -41.475000000000001 389 | 10 390 | -475.59999999999997 391 | 20 392 | -41.475000000000001 393 | 42 394 | -0.99999999999999989 395 | 0 396 | LWPOLYLINE 397 | 5 398 | 102 399 | 100 400 | AcDbEntity 401 | 8 402 | 0 403 | 100 404 | AcDbPolyline 405 | 90 406 | 4 407 | 70 408 | 1 409 | 43 410 | 0.0 411 | 10 412 | -475.59999999999997 413 | 20 414 | -2.9749999999999992 415 | 10 416 | -469.59999999999991 417 | 20 418 | -2.9749999999999952 419 | 42 420 | -0.99999999999999989 421 | 10 422 | -469.59999999999991 423 | 20 424 | -9.7249999999999996 425 | 10 426 | -475.59999999999997 427 | 20 428 | -9.7249999999999979 429 | 42 430 | -0.99999999999999989 431 | 0 432 | SPLINE 433 | 5 434 | 103 435 | 100 436 | AcDbEntity 437 | 8 438 | 0 439 | 100 440 | AcDbSpline 441 | 70 442 | 0 443 | 71 444 | 3 445 | 72 446 | 10 447 | 73 448 | 6 449 | 74 450 | 0 451 | 42 452 | 0.000000001 453 | 43 454 | 0.0000000001 455 | 44 456 | 0.0000000001 457 | 40 458 | -1.4865451888712209 459 | 40 460 | -1.4865451888712209 461 | 40 462 | -1.4865451888712209 463 | 40 464 | -1.4865451888712209 465 | 40 466 | -0.74327259443559057 467 | 40 468 | -0.74327259443559057 469 | 40 470 | -0 471 | 40 472 | -0 473 | 40 474 | -0 475 | 40 476 | -0 477 | 10 478 | -407.56872510277736 479 | 20 480 | -29.651011175610307 481 | 30 482 | 0 483 | 10 484 | -407.39647062978167 485 | 20 486 | -27.179431147173617 487 | 30 488 | 0 489 | 10 490 | -407.31026487637507 491 | 20 492 | -24.70260576850189 493 | 30 494 | 6.1117777505614868e-13 495 | 10 496 | -407.31026373395935 497 | 20 498 | -19.747455138931286 499 | 30 500 | 6.1117777505614868e-13 501 | 10 502 | -407.39646834529594 503 | 20 504 | -17.270629720509717 505 | 30 506 | 0 507 | 10 508 | -407.56872167864037 509 | 20 510 | -14.799049612646487 511 | 30 512 | 0 513 | 0 514 | SPLINE 515 | 5 516 | 104 517 | 100 518 | AcDbEntity 519 | 8 520 | 0 521 | 100 522 | AcDbSpline 523 | 70 524 | 0 525 | 71 526 | 3 527 | 72 528 | 16 529 | 73 530 | 12 531 | 74 532 | 0 533 | 42 534 | 0.000000001 535 | 43 536 | 0.0000000001 537 | 44 538 | 0.0000000001 539 | 40 540 | -1.6689594247840336 541 | 40 542 | -1.6689594247840336 543 | 40 544 | -1.6689594247840336 545 | 40 546 | -1.6689594247840336 547 | 40 548 | -1.4811597547325548 549 | 40 550 | -1.4811597547325548 551 | 40 552 | -1.2943866769466028 553 | 40 554 | -1.2943866769466028 555 | 40 556 | -1.0010301285099183 557 | 40 558 | -1.0010301285099183 559 | 40 560 | -0.6482154440596879 561 | 40 562 | -0.6482154440596879 563 | 40 564 | -0 565 | 40 566 | -0 567 | 40 568 | -0 569 | 40 570 | -0 571 | 10 572 | -415.94198224042907 573 | 20 574 | -38.540179269286718 575 | 30 576 | 0 577 | 10 578 | -415.28404586154119 579 | 20 580 | -38.54017926928455 581 | 30 582 | 0 583 | 10 584 | -414.6254755542866 585 | 20 586 | -38.466965051103557 587 | 30 588 | 1.9412249585570862e-12 589 | 10 590 | -413.34511308128708 591 | 20 592 | -38.179751944007556 593 | 30 594 | 1.9412249585570862e-12 595 | 10 596 | -412.72188633468591 597 | 20 598 | -37.966243707900347 599 | 30 600 | 2.053357484044227e-12 601 | 10 602 | -411.20453472690497 603 | 20 604 | -37.241097608108234 605 | 30 606 | 2.053357484044227e-12 607 | 10 608 | -410.36186722060216 609 | 20 610 | -36.630298620357024 611 | 30 612 | 1.7558177134446851e-12 613 | 10 614 | -408.82483326873199 615 | 20 616 | -34.980911459881881 617 | 30 618 | 1.7558177134446851e-12 619 | 10 620 | -408.38979470040113 621 | 20 622 | -34.092069900011253 623 | 30 624 | 4.0989434069160779e-12 625 | 10 626 | -407.70825735982203 627 | 20 628 | -32.317339446928088 629 | 30 630 | 4.0989434069160779e-12 631 | 10 632 | -407.7189499469867 633 | 20 634 | -31.806500773445588 635 | 30 636 | 0 637 | 10 638 | -407.56872510277736 639 | 20 640 | -29.651011175610165 641 | 30 642 | 0 643 | 0 644 | LINE 645 | 5 646 | 105 647 | 100 648 | AcDbEntity 649 | 8 650 | 0 651 | 100 652 | AcDbLine 653 | 10 654 | -415.94198224042907 655 | 20 656 | -38.540179269286718 657 | 30 658 | 0 659 | 11 660 | -442.38415320754109 661 | 21 662 | -38.540179269286426 663 | 31 664 | 0 665 | 0 666 | SPLINE 667 | 5 668 | 106 669 | 100 670 | AcDbEntity 671 | 8 672 | 0 673 | 100 674 | AcDbSpline 675 | 70 676 | 0 677 | 71 678 | 3 679 | 72 680 | 14 681 | 73 682 | 10 683 | 74 684 | 0 685 | 42 686 | 0.000000001 687 | 43 688 | 0.0000000001 689 | 44 690 | 0.0000000001 691 | 40 692 | -1.8394274188260678 693 | 40 694 | -1.8394274188260678 695 | 40 696 | -1.8394274188260678 697 | 40 698 | -1.8394274188260678 699 | 40 700 | -1.1617660406758126 701 | 40 702 | -1.1617660406758126 703 | 40 704 | -0.71769847701160239 705 | 40 706 | -0.71769847701160239 707 | 40 708 | -0.34394416018432361 709 | 40 710 | -0.34394416018432361 711 | 40 712 | -0 713 | 40 714 | -0 715 | 40 716 | -0 717 | 40 718 | -0 719 | 10 720 | -450.7569292231716 721 | 20 722 | -29.657902822013298 723 | 30 724 | 0 725 | 10 726 | -450.60460229069258 727 | 20 728 | -31.843568602175971 729 | 30 730 | 0 731 | 10 732 | -450.62169844185792 733 | 20 734 | -32.394229147283667 735 | 30 736 | 2.2287727219350018e-12 737 | 10 738 | -449.77315537066204 739 | 20 740 | -34.449566494004692 741 | 30 742 | 2.2287727219350018e-12 743 | 10 744 | -449.24994382999301 745 | 20 746 | -35.303571528584044 747 | 30 748 | 2.0755619445367302e-12 749 | 10 750 | -447.79261069450661 751 | 20 752 | -36.755224278195385 753 | 30 754 | 2.0755619445367302e-12 755 | 10 756 | -446.89400911462849 757 | 20 758 | -37.414085093560402 759 | 30 760 | 1.57818202950466e-12 761 | 10 762 | -444.68035195649799 763 | 20 764 | -38.317889368169702 765 | 30 766 | 1.57818202950466e-12 767 | 10 768 | -443.53063374148883 769 | 20 770 | -38.540179269282433 771 | 30 772 | 0 773 | 10 774 | -442.38415320754109 775 | 20 776 | -38.540179269286426 777 | 30 778 | 0 779 | 0 780 | SPLINE 781 | 5 782 | 107 783 | 100 784 | AcDbEntity 785 | 8 786 | 0 787 | 100 788 | AcDbSpline 789 | 70 790 | 0 791 | 71 792 | 3 793 | 72 794 | 10 795 | 73 796 | 6 797 | 74 798 | 0 799 | 42 800 | 0.000000001 801 | 43 802 | 0.0000000001 803 | 44 804 | 0.0000000001 805 | 40 806 | -1.4879275719776937 807 | 40 808 | -1.4879275719776937 809 | 40 810 | -1.4879275719776937 811 | 40 812 | -1.4879275719776937 813 | 40 814 | -0.74396378598967794 815 | 40 816 | -0.74396378598967794 817 | 40 818 | -0 819 | 40 820 | -0 821 | 40 822 | -0 823 | 40 824 | -0 825 | 10 826 | -450.75692579582523 827 | 20 828 | -14.792036220387875 829 | 30 830 | 0 831 | 10 832 | -450.92934045344015 833 | 20 834 | -17.265914645487385 835 | 30 836 | 0 837 | 10 838 | -451.01562800369771 839 | 20 840 | -19.745090176925711 841 | 30 842 | -5.5511151231257827e-15 843 | 10 844 | -451.01562914717709 845 | 20 846 | -24.704848746195243 847 | 30 848 | -5.5511151231257827e-15 849 | 10 850 | -450.92934274007314 851 | 20 852 | -27.184024317428381 853 | 30 854 | 0 855 | 10 856 | -450.75692922317137 857 | 20 858 | -29.657902822015316 859 | 30 860 | 0 861 | 0 862 | SPLINE 863 | 5 864 | 108 865 | 100 866 | AcDbEntity 867 | 8 868 | 0 869 | 100 870 | AcDbSpline 871 | 70 872 | 0 873 | 71 874 | 3 875 | 72 876 | 16 877 | 73 878 | 12 879 | 74 880 | 0 881 | 42 882 | 0.000000001 883 | 43 884 | 0.0000000001 885 | 44 886 | 0.0000000001 887 | 40 888 | -1.6651804886733699 889 | 40 890 | -1.6651804886733699 891 | 40 892 | -1.6651804886733699 893 | 40 894 | -1.6651804886733699 895 | 40 896 | -1.47798118771937 897 | 40 898 | -1.47798118771937 899 | 40 900 | -1.2918041421443962 901 | 40 902 | -1.2918041421443962 903 | 40 904 | -0.99911507294167412 905 | 40 906 | -0.99911507294167412 907 | 40 908 | -0.6471249597238401 909 | 40 910 | -0.6471249597238401 911 | 40 912 | -0 913 | 40 914 | -0 915 | 40 916 | -0 917 | 40 918 | -0 919 | 10 920 | -442.38415320754098 921 | 20 922 | -5.909820645960747 923 | 30 924 | 0 925 | 10 926 | -443.04160107359871 927 | 20 928 | -5.9098206459629266 929 | 30 930 | 0 931 | 10 932 | -443.69968131827829 933 | 20 934 | -5.9829261640409435 935 | 30 936 | -1.7474910407599964e-12 937 | 10 938 | -444.97914413062279 939 | 20 940 | -6.2697166779704547 941 | 30 942 | -1.7474910407599964e-12 943 | 10 944 | -445.60195864454528 945 | 20 946 | -6.482912268503024 947 | 30 948 | -1.9528823003156504e-12 949 | 10 950 | -447.1192944370448 951 | 20 952 | -7.207407464198889 953 | 30 954 | -1.9528823003156504e-12 955 | 10 956 | -447.96220996155705 957 | 20 958 | -7.8179831415031886 959 | 30 960 | -1.4155343563970746e-12 961 | 10 962 | -449.4998949713796 963 | 20 964 | -9.4669897698534715 965 | 30 966 | -1.4155343563970746e-12 967 | 10 968 | -449.93525286933988 969 | 20 970 | -10.355710520296936 971 | 30 972 | -3.5343949988941858e-12 973 | 10 974 | -450.61772978642057 975 | 20 976 | -12.131149763239645 977 | 30 978 | -3.5343949988941858e-12 979 | 10 980 | -450.60695367290032 981 | 20 982 | -12.640172774422521 983 | 30 984 | -5.5511151231257827e-16 985 | 10 986 | -450.7569257958254 987 | 20 988 | -14.792036220391211 989 | 30 990 | -5.5511151231257827e-16 991 | 0 992 | LINE 993 | 5 994 | 109 995 | 100 996 | AcDbEntity 997 | 8 998 | 0 999 | 100 1000 | AcDbLine 1001 | 10 1002 | -442.38415320754098 1003 | 20 1004 | -5.909820645960747 1005 | 30 1006 | 0 1007 | 11 1008 | -415.94198224043276 1009 | 21 1010 | -5.9098206459685958 1011 | 31 1012 | 0 1013 | 0 1014 | SPLINE 1015 | 5 1016 | 110 1017 | 100 1018 | AcDbEntity 1019 | 8 1020 | 0 1021 | 100 1022 | AcDbSpline 1023 | 70 1024 | 0 1025 | 71 1026 | 3 1027 | 72 1028 | 14 1029 | 73 1030 | 10 1031 | 74 1032 | 0 1033 | 42 1034 | 0.000000001 1035 | 43 1036 | 0.0000000001 1037 | 44 1038 | 0.0000000001 1039 | 40 1040 | -1.8397434411567177 1041 | 40 1042 | -1.8397434411567177 1043 | 40 1044 | -1.8397434411567177 1045 | 40 1046 | -1.8397434411567177 1047 | 40 1048 | -1.1617660405579093 1049 | 40 1050 | -1.1617660405579093 1051 | 40 1052 | -0.71769847696999212 1053 | 40 1054 | -0.71769847696999212 1055 | 40 1056 | -0.34394416016052037 1057 | 40 1058 | -0.34394416016052037 1059 | 40 1060 | -0 1061 | 40 1062 | -0 1063 | 40 1064 | -0 1065 | 40 1066 | -0 1067 | 10 1068 | -407.56872167864026 1069 | 20 1070 | -14.799049612646655 1071 | 30 1072 | 0 1073 | 10 1074 | -407.72147464138084 1075 | 20 1076 | -12.607270929491586 1077 | 30 1078 | 0 1079 | 10 1080 | -407.70419794769799 1081 | 20 1082 | -12.056349814123653 1083 | 30 1084 | 5.8097970878634442e-12 1085 | 10 1086 | -408.55298007742084 1087 | 20 1088 | -10.000433421030007 1089 | 30 1090 | 5.8097970878634442e-12 1091 | 10 1092 | -409.07619161812841 1093 | 20 1094 | -9.1464283864709159 1095 | 30 1096 | 6.2927441035753873e-12 1097 | 10 1098 | -410.53352475369275 1099 | 20 1100 | -7.6947756368590001 1101 | 30 1102 | 6.2927441035753873e-12 1103 | 10 1104 | -411.43212633360969 1105 | 20 1106 | -7.0359148215389533 1107 | 30 1108 | 4.556910404573955e-12 1109 | 10 1110 | -413.64578349163588 1111 | 20 1112 | -6.1321105470408739 1113 | 30 1114 | 4.556910404573955e-12 1115 | 10 1116 | -414.79550170656438 1117 | 20 1118 | -5.9098206459580469 1119 | 30 1120 | 0 1121 | 10 1122 | -415.94198224043276 1123 | 20 1124 | -5.9098206459685958 1125 | 30 1126 | 0 1127 | 0 1128 | SPLINE 1129 | 5 1130 | 111 1131 | 100 1132 | AcDbEntity 1133 | 8 1134 | 0 1135 | 100 1136 | AcDbSpline 1137 | 70 1138 | 0 1139 | 71 1140 | 3 1141 | 72 1142 | 10 1143 | 73 1144 | 6 1145 | 74 1146 | 0 1147 | 42 1148 | 0.000000001 1149 | 43 1150 | 0.0000000001 1151 | 44 1152 | 0.0000000001 1153 | 40 1154 | -1.486545188871373 1155 | 40 1156 | -1.486545188871373 1157 | 40 1158 | -1.486545188871373 1159 | 40 1160 | -1.486545188871373 1161 | 40 1162 | -0.74327259443566673 1163 | 40 1164 | -0.74327259443566673 1165 | 40 1166 | -0 1167 | 40 1168 | -0 1169 | 40 1170 | -0 1171 | 40 1172 | -0 1173 | 10 1174 | -332.42372510277738 1175 | 20 1176 | -29.651011175610307 1177 | 30 1178 | 0 1179 | 10 1180 | -332.25147062978169 1181 | 20 1182 | -27.179431147173368 1183 | 30 1184 | 0 1185 | 10 1186 | -332.1652648763752 1187 | 20 1188 | -24.702605768502146 1189 | 30 1190 | 6.106226635438361e-13 1191 | 10 1192 | -332.16526373395948 1193 | 20 1194 | -19.747455138931034 1195 | 30 1196 | 6.106226635438361e-13 1197 | 10 1198 | -332.25146834529596 1199 | 20 1200 | -17.270629720509969 1201 | 30 1202 | 0 1203 | 10 1204 | -332.42372167864039 1205 | 20 1206 | -14.799049612646487 1207 | 30 1208 | 0 1209 | 0 1210 | SPLINE 1211 | 5 1212 | 112 1213 | 100 1214 | AcDbEntity 1215 | 8 1216 | 0 1217 | 100 1218 | AcDbSpline 1219 | 70 1220 | 0 1221 | 71 1222 | 3 1223 | 72 1224 | 16 1225 | 73 1226 | 12 1227 | 74 1228 | 0 1229 | 42 1230 | 0.000000001 1231 | 43 1232 | 0.0000000001 1233 | 44 1234 | 0.0000000001 1235 | 40 1236 | -1.6725006152676123 1237 | 40 1238 | -1.6725006152676123 1239 | 40 1240 | -1.6725006152676123 1241 | 40 1242 | -1.6725006152676123 1243 | 40 1244 | -1.4842924936423174 1245 | 40 1246 | -1.4842924936423174 1247 | 40 1248 | -1.2971131970511602 1249 | 40 1250 | -1.2971131970511602 1251 | 40 1252 | -1.0031186179730116 1253 | 40 1254 | -1.0031186179730116 1255 | 40 1256 | -0.64953658546136583 1257 | 40 1258 | -0.64953658546136583 1259 | 40 1260 | -0 1261 | 40 1262 | -0 1263 | 40 1264 | -0 1265 | 40 1266 | -0 1267 | 10 1268 | -340.79698224042909 1269 | 20 1270 | -38.540179269286718 1271 | 30 1272 | 0 1273 | 10 1274 | -340.13904586154081 1275 | 20 1276 | -38.54017926928455 1277 | 30 1278 | 0 1279 | 10 1280 | -339.48047555428593 1281 | 20 1282 | -38.466965051103436 1283 | 30 1284 | 1.9378942894832107e-12 1285 | 10 1286 | -338.2001130812863 1287 | 20 1288 | -38.179751944007322 1289 | 30 1290 | 1.9378942894832107e-12 1291 | 10 1292 | -337.5768863346849 1293 | 20 1294 | -37.966243707899984 1295 | 30 1296 | 2.0505819264826641e-12 1297 | 10 1298 | -336.05953472690317 1299 | 20 1300 | -37.241097608107253 1301 | 30 1302 | 2.0505819264826641e-12 1303 | 10 1304 | -335.21686722060065 1305 | 20 1306 | -36.630298620355795 1307 | 30 1308 | 1.7535972673954348e-12 1309 | 10 1310 | -333.67983326873656 1311 | 20 1312 | -34.9809114598864 1313 | 30 1314 | 1.7535972673954348e-12 1315 | 10 1316 | -333.24479470040473 1317 | 20 1318 | -34.092069900020363 1319 | 30 1320 | 4.0994985184283905e-12 1321 | 10 1322 | -332.56331760757655 1323 | 20 1324 | -32.31749633271874 1325 | 30 1326 | 4.0994985184283905e-12 1327 | 10 1328 | -332.57425612337153 1329 | 20 1330 | -31.810893921703137 1331 | 30 1332 | 0 1333 | 10 1334 | -332.42372510277738 1335 | 20 1336 | -29.651011175610165 1337 | 30 1338 | 0 1339 | 0 1340 | LINE 1341 | 5 1342 | 113 1343 | 100 1344 | AcDbEntity 1345 | 8 1346 | 0 1347 | 100 1348 | AcDbLine 1349 | 10 1350 | -340.79698224042909 1351 | 20 1352 | -38.540179269286718 1353 | 30 1354 | 0 1355 | 11 1356 | -367.23915320754111 1357 | 21 1358 | -38.540179269286426 1359 | 31 1360 | 0 1361 | 0 1362 | SPLINE 1363 | 5 1364 | 114 1365 | 100 1366 | AcDbEntity 1367 | 8 1368 | 0 1369 | 100 1370 | AcDbSpline 1371 | 70 1372 | 0 1373 | 71 1374 | 3 1375 | 72 1376 | 14 1377 | 73 1378 | 10 1379 | 74 1380 | 0 1381 | 42 1382 | 0.000000001 1383 | 43 1384 | 0.0000000001 1385 | 44 1386 | 0.0000000001 1387 | 40 1388 | -1.8395196035926711 1389 | 40 1390 | -1.8395196035926711 1391 | 40 1392 | -1.8395196035926711 1393 | 40 1394 | -1.8395196035926711 1395 | 40 1396 | -1.1617660406895114 1397 | 40 1398 | -1.1617660406895114 1399 | 40 1400 | -0.71769847701500589 1401 | 40 1402 | -0.71769847701500589 1403 | 40 1404 | -0.34394416018434765 1405 | 40 1406 | -0.34394416018434765 1407 | 40 1408 | -0 1409 | 40 1410 | -0 1411 | 40 1412 | -0 1413 | 40 1414 | -0 1415 | 10 1416 | -375.61192922317161 1417 | 20 1418 | -29.657902822013298 1419 | 30 1420 | 5.5511151231257827e-16 1421 | 10 1422 | -375.45979022810116 1423 | 20 1424 | -31.84087197882814 1425 | 30 1426 | 5.5511151231257827e-16 1427 | 10 1428 | -375.47676817592361 1429 | 20 1430 | -32.394060237732162 1431 | 30 1432 | 2.2276624989103766e-12 1433 | 10 1434 | -374.62815537066251 1435 | 20 1436 | -34.449566494003996 1437 | 30 1438 | 2.2276624989103766e-12 1439 | 10 1440 | -374.10494382999366 1441 | 20 1442 | -35.303571528583547 1443 | 30 1444 | 2.0755619445367302e-12 1445 | 10 1446 | -372.64761069451515 1447 | 20 1448 | -36.75522427818683 1449 | 30 1450 | 2.0755619445367302e-12 1451 | 10 1452 | -371.74900911463885 1453 | 20 1454 | -37.41408509355621 1455 | 30 1456 | 1.57818202950466e-12 1457 | 10 1458 | -369.535351956498 1459 | 20 1460 | -38.317889368169674 1461 | 30 1462 | 1.57818202950466e-12 1463 | 10 1464 | -368.3856337414889 1465 | 20 1466 | -38.540179269282433 1467 | 30 1468 | 0 1469 | 10 1470 | -367.23915320754111 1471 | 20 1472 | -38.540179269286426 1473 | 30 1474 | 0 1475 | 0 1476 | SPLINE 1477 | 5 1478 | 115 1479 | 100 1480 | AcDbEntity 1481 | 8 1482 | 0 1483 | 100 1484 | AcDbSpline 1485 | 70 1486 | 0 1487 | 71 1488 | 3 1489 | 72 1490 | 10 1491 | 73 1492 | 6 1493 | 74 1494 | 0 1495 | 42 1496 | 0.000000001 1497 | 43 1498 | 0.0000000001 1499 | 44 1500 | 0.0000000001 1501 | 40 1502 | -1.4879275719776937 1503 | 40 1504 | -1.4879275719776937 1505 | 40 1506 | -1.4879275719776937 1507 | 40 1508 | -1.4879275719776937 1509 | 40 1510 | -0.74396378598967794 1511 | 40 1512 | -0.74396378598967794 1513 | 40 1514 | -0 1515 | 40 1516 | -0 1517 | 40 1518 | -0 1519 | 40 1520 | -0 1521 | 10 1522 | -375.61192579582524 1523 | 20 1524 | -14.792036220387875 1525 | 30 1526 | 0 1527 | 10 1528 | -375.78434045344017 1529 | 20 1530 | -17.265914645487385 1531 | 30 1532 | 0 1533 | 10 1534 | -375.87062800369773 1535 | 20 1536 | -19.745090176925711 1537 | 30 1538 | -5.5511151231257827e-15 1539 | 10 1540 | -375.87062914717711 1541 | 20 1542 | -24.704848746195243 1543 | 30 1544 | -5.5511151231257827e-15 1545 | 10 1546 | -375.78434274007316 1547 | 20 1548 | -27.184024317428381 1549 | 30 1550 | 0 1551 | 10 1552 | -375.61192922317139 1553 | 20 1554 | -29.657902822015316 1555 | 30 1556 | 0 1557 | 0 1558 | SPLINE 1559 | 5 1560 | 116 1561 | 100 1562 | AcDbEntity 1563 | 8 1564 | 0 1565 | 100 1566 | AcDbSpline 1567 | 70 1568 | 0 1569 | 71 1570 | 3 1571 | 72 1572 | 16 1573 | 73 1574 | 12 1575 | 74 1576 | 0 1577 | 42 1578 | 0.000000001 1579 | 43 1580 | 0.0000000001 1581 | 44 1582 | 0.0000000001 1583 | 40 1584 | -1.6660709674385417 1585 | 40 1586 | -1.6660709674385417 1587 | 40 1588 | -1.6660709674385417 1589 | 40 1590 | -1.6660709674385417 1591 | 40 1592 | -1.4787689128856385 1593 | 40 1594 | -1.4787689128856385 1595 | 40 1596 | -1.2924896748272459 1597 | 40 1598 | -1.2924896748272459 1599 | 40 1600 | -0.99963994874637208 1601 | 40 1602 | -0.99963994874637208 1603 | 40 1604 | -0.64745662834028561 1605 | 40 1606 | -0.64745662834028561 1607 | 40 1608 | -0 1609 | 40 1610 | -0 1611 | 40 1612 | -0 1613 | 40 1614 | -0 1615 | 10 1616 | -367.23915320754099 1617 | 20 1618 | -5.909820645960747 1619 | 30 1620 | 0 1621 | 10 1622 | -367.89660107359794 1623 | 20 1624 | -5.9098206459629266 1625 | 30 1626 | 0 1627 | 10 1628 | -368.55468131827672 1629 | 20 1630 | -5.9829261640407383 1631 | 30 1632 | -1.7463808177353712e-12 1633 | 10 1634 | -369.83414413061979 1635 | 20 1636 | -6.2697166779696021 1637 | 30 1638 | -1.7463808177353712e-12 1639 | 10 1640 | -370.4569586445416 1641 | 20 1642 | -6.4829122685016705 1643 | 30 1644 | -1.9528823003156504e-12 1645 | 10 1646 | -371.9742944370409 1647 | 20 1648 | -7.2074074641964305 1649 | 30 1650 | -1.9528823003156504e-12 1651 | 10 1652 | -372.81720996155434 1653 | 20 1654 | -7.8179831415007683 1655 | 30 1656 | -1.4160894679093872e-12 1657 | 10 1658 | -374.35489497137382 1659 | 20 1660 | -9.4669897698463181 1661 | 30 1662 | -1.4160894679093872e-12 1663 | 10 1664 | -374.79025286933575 1665 | 20 1666 | -10.355710520286214 1667 | 30 1668 | -3.5349501104064984e-12 1669 | 10 1670 | -375.47271371692347 1671 | 20 1672 | -12.131107959019092 1673 | 30 1674 | -3.5349501104064984e-12 1675 | 10 1676 | -375.46187680823027 1677 | 20 1678 | -12.639069887628903 1679 | 30 1680 | 0 1681 | 10 1682 | -375.61192579582541 1683 | 20 1684 | -14.792036220391218 1685 | 30 1686 | 0 1687 | 0 1688 | LINE 1689 | 5 1690 | 117 1691 | 100 1692 | AcDbEntity 1693 | 8 1694 | 0 1695 | 100 1696 | AcDbLine 1697 | 10 1698 | -367.23915320754099 1699 | 20 1700 | -5.909820645960747 1701 | 30 1702 | 0 1703 | 11 1704 | -340.79698224043278 1705 | 21 1706 | -5.9098206459685958 1707 | 31 1708 | 0 1709 | 0 1710 | SPLINE 1711 | 5 1712 | 118 1713 | 100 1714 | AcDbEntity 1715 | 8 1716 | 0 1717 | 100 1718 | AcDbSpline 1719 | 70 1720 | 0 1721 | 71 1722 | 3 1723 | 72 1724 | 14 1725 | 73 1726 | 10 1727 | 74 1728 | 0 1729 | 42 1730 | 0.000000001 1731 | 43 1732 | 0.0000000001 1733 | 44 1734 | 0.0000000001 1735 | 40 1736 | -1.8397885126187163 1737 | 40 1738 | -1.8397885126187163 1739 | 40 1740 | -1.8397885126187163 1741 | 40 1742 | -1.8397885126187163 1743 | 40 1744 | -1.1617660405567607 1745 | 40 1746 | -1.1617660405567607 1747 | 40 1748 | -0.71769847697116895 1749 | 40 1750 | -0.71769847697116895 1751 | 40 1752 | -0.34394416016052037 1753 | 40 1754 | -0.34394416016052037 1755 | 40 1756 | -0 1757 | 40 1758 | -0 1759 | 40 1760 | -0 1761 | 40 1762 | -0 1763 | 10 1764 | -332.42372167864028 1765 | 20 1766 | -14.799049612646655 1767 | 30 1768 | 0 1769 | 10 1770 | -332.57638057445484 1771 | 20 1772 | -12.608620650502944 1773 | 30 1774 | 0 1775 | 10 1776 | -332.5591638529279 1777 | 20 1778 | -12.056432398328401 1779 | 30 1780 | 5.8092419763511316e-12 1781 | 10 1782 | -333.40798007742626 1783 | 20 1784 | -10.000433421016886 1785 | 30 1786 | 5.8092419763511316e-12 1787 | 10 1788 | -333.9311916181382 1789 | 20 1790 | -9.1464283864612845 1791 | 30 1792 | 6.2921889920630747e-12 1793 | 10 1794 | -335.38852475368958 1795 | 20 1796 | -7.694775636862131 1797 | 30 1798 | 6.2921889920630747e-12 1799 | 10 1800 | -336.28712633360607 1801 | 20 1802 | -7.0359148215404357 1803 | 30 1804 | 4.556910404573955e-12 1805 | 10 1806 | -338.5007834916359 1807 | 20 1808 | -6.1321105470408739 1809 | 30 1810 | 4.556910404573955e-12 1811 | 10 1812 | -339.6505017065644 1813 | 20 1814 | -5.9098206459580469 1815 | 30 1816 | 0 1817 | 10 1818 | -340.79698224043278 1819 | 20 1820 | -5.9098206459685958 1821 | 30 1822 | 0 1823 | 0 1824 | CIRCLE 1825 | 5 1826 | 119 1827 | 100 1828 | AcDbEntity 1829 | 8 1830 | 0 1831 | 100 1832 | AcDbCircle 1833 | 10 1834 | -456.91449313910533 1835 | 20 1836 | -22.225000000000001 1837 | 30 1838 | 0 1839 | 40 1840 | 1.7499999999999716 1841 | 210 1842 | 0 1843 | 220 1844 | 0 1845 | 230 1846 | 1 1847 | 0 1848 | CIRCLE 1849 | 5 1850 | 120 1851 | 100 1852 | AcDbEntity 1853 | 8 1854 | 0 1855 | 100 1856 | AcDbCircle 1857 | 10 1858 | -401.41150139701881 1859 | 20 1860 | -22.225000000000001 1861 | 30 1862 | 0 1863 | 40 1864 | 1.7499999999999716 1865 | 210 1866 | 0 1867 | 220 1868 | 0 1869 | 230 1870 | 1 1871 | 0 1872 | CIRCLE 1873 | 5 1874 | 121 1875 | 100 1876 | AcDbEntity 1877 | 8 1878 | 0 1879 | 100 1880 | AcDbCircle 1881 | 10 1882 | -381.76949313910535 1883 | 20 1884 | -22.225000000000001 1885 | 30 1886 | 0 1887 | 40 1888 | 1.7499999999999716 1889 | 210 1890 | 0 1891 | 220 1892 | 0 1893 | 230 1894 | 1 1895 | 0 1896 | CIRCLE 1897 | 5 1898 | 122 1899 | 100 1900 | AcDbEntity 1901 | 8 1902 | 0 1903 | 100 1904 | AcDbCircle 1905 | 10 1906 | -326.26650139701883 1907 | 20 1908 | -22.225000000000001 1909 | 30 1910 | 0 1911 | 40 1912 | 1.7499999999999716 1913 | 210 1914 | 0 1915 | 220 1916 | 0 1917 | 230 1918 | 1 1919 | 0 1920 | ENDSEC 1921 | 0 1922 | SECTION 1923 | 2 1924 | OBJECTS 1925 | 0 1926 | DICTIONARY 1927 | 5 1928 | C 1929 | 100 1930 | AcDbDictionary 1931 | 3 1932 | ACAD_GROUP 1933 | 350 1934 | D 1935 | 3 1936 | ACAD_MLINESTYLE 1937 | 350 1938 | 17 1939 | 0 1940 | DICTIONARY 1941 | 5 1942 | D 1943 | 100 1944 | AcDbDictionary 1945 | 0 1946 | DICTIONARY 1947 | 5 1948 | 1A 1949 | 330 1950 | C 1951 | 100 1952 | AcDbDictionary 1953 | 0 1954 | DICTIONARY 1955 | 5 1956 | 17 1957 | 100 1958 | AcDbDictionary 1959 | 0 1960 | ENDSEC 1961 | 0 1962 | EOF 1963 | -------------------------------------------------------------------------------- /hybrid/JetKVM 1U 2-Module.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | SECTION 3 | 2 4 | HEADER 5 | 9 6 | $INSUNITS 7 | 70 8 | 4 9 | 9 10 | $ACADVER 11 | 1 12 | AC1014 13 | 9 14 | $HANDSEED 15 | 5 16 | FFFF 17 | 0 18 | ENDSEC 19 | 0 20 | SECTION 21 | 2 22 | TABLES 23 | 0 24 | TABLE 25 | 2 26 | VPORT 27 | 5 28 | 8 29 | 100 30 | AcDbSymbolTable 31 | 0 32 | ENDTAB 33 | 0 34 | TABLE 35 | 2 36 | LTYPE 37 | 5 38 | 5 39 | 100 40 | AcDbSymbolTable 41 | 0 42 | LTYPE 43 | 5 44 | 14 45 | 100 46 | AcDbSymbolTableRecord 47 | 100 48 | AcDbLinetypeTableRecord 49 | 2 50 | BYBLOCK 51 | 70 52 | 0 53 | 0 54 | LTYPE 55 | 5 56 | 15 57 | 100 58 | AcDbSymbolTableRecord 59 | 100 60 | AcDbLinetypeTableRecord 61 | 2 62 | BYLAYER 63 | 70 64 | 0 65 | 0 66 | LTYPE 67 | 5 68 | 16 69 | 100 70 | AcDbSymbolTableRecord 71 | 100 72 | AcDbLinetypeTableRecord 73 | 2 74 | DASHED 75 | 70 76 | 0 77 | 3 78 | Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ 79 | 72 80 | 65 81 | 73 82 | 2 83 | 40 84 | 0.75 85 | 49 86 | 0.5 87 | 74 88 | 0 89 | 49 90 | -0.25 91 | 74 92 | 0 93 | 0 94 | ENDTAB 95 | 0 96 | TABLE 97 | 2 98 | LAYER 99 | 5 100 | 2 101 | 100 102 | AcDbSymbolTable 103 | 70 104 | 3 105 | 0 106 | LAYER 107 | 5 108 | 50 109 | 100 110 | AcDbSymbolTableRecord 111 | 100 112 | AcDbLayerTableRecord 113 | 2 114 | 1 115 | 70 116 | 0 117 | 62 118 | 7 119 | 6 120 | DASHED 121 | 0 122 | LAYER 123 | 5 124 | 51 125 | 100 126 | AcDbSymbolTableRecord 127 | 100 128 | AcDbLayerTableRecord 129 | 2 130 | 0 131 | 70 132 | 0 133 | 62 134 | 7 135 | 6 136 | CONTINUOUS 137 | 0 138 | ENDTAB 139 | 0 140 | TABLE 141 | 2 142 | STYLE 143 | 5 144 | 3 145 | 100 146 | AcDbSymbolTable 147 | 70 148 | 1 149 | 0 150 | STYLE 151 | 5 152 | 11 153 | 100 154 | AcDbSymbolTableRecord 155 | 100 156 | AcDbTextStyleTableRecord 157 | 2 158 | STANDARD 159 | 70 160 | 0 161 | 0 162 | ENDTAB 163 | 0 164 | TABLE 165 | 2 166 | VIEW 167 | 5 168 | 6 169 | 100 170 | AcDbSymbolTable 171 | 70 172 | 0 173 | 0 174 | ENDTAB 175 | 0 176 | TABLE 177 | 2 178 | UCS 179 | 5 180 | 7 181 | 100 182 | AcDbSymbolTable 183 | 70 184 | 0 185 | 0 186 | ENDTAB 187 | 0 188 | TABLE 189 | 2 190 | APPID 191 | 5 192 | 9 193 | 100 194 | AcDbSymbolTable 195 | 70 196 | 2 197 | 0 198 | APPID 199 | 5 200 | 12 201 | 100 202 | AcDbSymbolTableRecord 203 | 100 204 | AcDbRegAppTableRecord 205 | 2 206 | ACAD 207 | 70 208 | 0 209 | 0 210 | ENDTAB 211 | 0 212 | TABLE 213 | 2 214 | DIMSTYLE 215 | 5 216 | A 217 | 100 218 | AcDbSymbolTable 219 | 70 220 | 1 221 | 0 222 | ENDTAB 223 | 0 224 | TABLE 225 | 2 226 | BLOCK_RECORD 227 | 5 228 | 1 229 | 100 230 | AcDbSymbolTable 231 | 70 232 | 1 233 | 0 234 | BLOCK_RECORD 235 | 5 236 | 1F 237 | 100 238 | AcDbSymbolTableRecord 239 | 100 240 | AcDbBlockTableRecord 241 | 2 242 | *MODEL_SPACE 243 | 0 244 | BLOCK_RECORD 245 | 5 246 | 1B 247 | 100 248 | AcDbSymbolTableRecord 249 | 100 250 | AcDbBlockTableRecord 251 | 2 252 | *PAPER_SPACE 253 | 0 254 | ENDTAB 255 | 0 256 | ENDSEC 257 | 0 258 | SECTION 259 | 2 260 | BLOCKS 261 | 0 262 | BLOCK 263 | 5 264 | 20 265 | 100 266 | AcDbEntity 267 | 100 268 | AcDbBlockBegin 269 | 2 270 | *MODEL_SPACE 271 | 0 272 | ENDBLK 273 | 5 274 | 21 275 | 100 276 | AcDbEntity 277 | 100 278 | AcDbBlockEnd 279 | 0 280 | BLOCK 281 | 5 282 | 1C 283 | 100 284 | AcDbEntity 285 | 100 286 | AcDbBlockBegin 287 | 2 288 | *PAPER_SPACE 289 | 0 290 | ENDBLK 291 | 5 292 | 1D 293 | 100 294 | AcDbEntity 295 | 100 296 | AcDbBlockEnd 297 | 0 298 | ENDSEC 299 | 0 300 | SECTION 301 | 2 302 | ENTITIES 303 | 0 304 | SPLINE 305 | 5 306 | 100 307 | 100 308 | AcDbEntity 309 | 8 310 | 0 311 | 100 312 | AcDbSpline 313 | 70 314 | 0 315 | 71 316 | 3 317 | 72 318 | 10 319 | 73 320 | 6 321 | 74 322 | 0 323 | 42 324 | 0.000000001 325 | 43 326 | 0.0000000001 327 | 44 328 | 0.0000000001 329 | 40 330 | -1.486545188871373 331 | 40 332 | -1.486545188871373 333 | 40 334 | -1.486545188871373 335 | 40 336 | -1.486545188871373 337 | 40 338 | -0.74327259443566673 339 | 40 340 | -0.74327259443566673 341 | 40 342 | -0 343 | 40 344 | -0 345 | 40 346 | -0 347 | 40 348 | -0 349 | 10 350 | -332.42372510277738 351 | 20 352 | -29.651011175610307 353 | 30 354 | 0 355 | 10 356 | -332.25147062978169 357 | 20 358 | -27.179431147173368 359 | 30 360 | 0 361 | 10 362 | -332.1652648763752 363 | 20 364 | -24.702605768502146 365 | 30 366 | 6.106226635438361e-13 367 | 10 368 | -332.16526373395948 369 | 20 370 | -19.747455138931034 371 | 30 372 | 6.106226635438361e-13 373 | 10 374 | -332.25146834529596 375 | 20 376 | -17.270629720509969 377 | 30 378 | 0 379 | 10 380 | -332.42372167864039 381 | 20 382 | -14.799049612646487 383 | 30 384 | 0 385 | 0 386 | SPLINE 387 | 5 388 | 101 389 | 100 390 | AcDbEntity 391 | 8 392 | 0 393 | 100 394 | AcDbSpline 395 | 70 396 | 0 397 | 71 398 | 3 399 | 72 400 | 16 401 | 73 402 | 12 403 | 74 404 | 0 405 | 42 406 | 0.000000001 407 | 43 408 | 0.0000000001 409 | 44 410 | 0.0000000001 411 | 40 412 | -1.6725006152676123 413 | 40 414 | -1.6725006152676123 415 | 40 416 | -1.6725006152676123 417 | 40 418 | -1.6725006152676123 419 | 40 420 | -1.4842924936423174 421 | 40 422 | -1.4842924936423174 423 | 40 424 | -1.2971131970511602 425 | 40 426 | -1.2971131970511602 427 | 40 428 | -1.0031186179730116 429 | 40 430 | -1.0031186179730116 431 | 40 432 | -0.64953658546136583 433 | 40 434 | -0.64953658546136583 435 | 40 436 | -0 437 | 40 438 | -0 439 | 40 440 | -0 441 | 40 442 | -0 443 | 10 444 | -340.79698224042909 445 | 20 446 | -38.540179269286718 447 | 30 448 | 0 449 | 10 450 | -340.13904586154081 451 | 20 452 | -38.54017926928455 453 | 30 454 | 0 455 | 10 456 | -339.48047555428593 457 | 20 458 | -38.466965051103436 459 | 30 460 | 1.9378942894832107e-12 461 | 10 462 | -338.2001130812863 463 | 20 464 | -38.179751944007322 465 | 30 466 | 1.9378942894832107e-12 467 | 10 468 | -337.5768863346849 469 | 20 470 | -37.966243707899984 471 | 30 472 | 2.0505819264826641e-12 473 | 10 474 | -336.05953472690317 475 | 20 476 | -37.241097608107253 477 | 30 478 | 2.0505819264826641e-12 479 | 10 480 | -335.21686722060065 481 | 20 482 | -36.630298620355795 483 | 30 484 | 1.7535972673954348e-12 485 | 10 486 | -333.67983326873656 487 | 20 488 | -34.9809114598864 489 | 30 490 | 1.7535972673954348e-12 491 | 10 492 | -333.24479470040473 493 | 20 494 | -34.092069900020363 495 | 30 496 | 4.0994985184283905e-12 497 | 10 498 | -332.56331760757655 499 | 20 500 | -32.31749633271874 501 | 30 502 | 4.0994985184283905e-12 503 | 10 504 | -332.57425612337153 505 | 20 506 | -31.810893921703137 507 | 30 508 | 0 509 | 10 510 | -332.42372510277738 511 | 20 512 | -29.651011175610165 513 | 30 514 | 0 515 | 0 516 | LINE 517 | 5 518 | 102 519 | 100 520 | AcDbEntity 521 | 8 522 | 0 523 | 100 524 | AcDbLine 525 | 10 526 | -340.79698224042909 527 | 20 528 | -38.540179269286718 529 | 30 530 | 0 531 | 11 532 | -367.23915320754111 533 | 21 534 | -38.540179269286426 535 | 31 536 | 0 537 | 0 538 | SPLINE 539 | 5 540 | 103 541 | 100 542 | AcDbEntity 543 | 8 544 | 0 545 | 100 546 | AcDbSpline 547 | 70 548 | 0 549 | 71 550 | 3 551 | 72 552 | 14 553 | 73 554 | 10 555 | 74 556 | 0 557 | 42 558 | 0.000000001 559 | 43 560 | 0.0000000001 561 | 44 562 | 0.0000000001 563 | 40 564 | -1.8395196035926711 565 | 40 566 | -1.8395196035926711 567 | 40 568 | -1.8395196035926711 569 | 40 570 | -1.8395196035926711 571 | 40 572 | -1.1617660406895114 573 | 40 574 | -1.1617660406895114 575 | 40 576 | -0.71769847701500589 577 | 40 578 | -0.71769847701500589 579 | 40 580 | -0.34394416018434765 581 | 40 582 | -0.34394416018434765 583 | 40 584 | -0 585 | 40 586 | -0 587 | 40 588 | -0 589 | 40 590 | -0 591 | 10 592 | -375.61192922317161 593 | 20 594 | -29.657902822013298 595 | 30 596 | 5.5511151231257827e-16 597 | 10 598 | -375.45979022810116 599 | 20 600 | -31.84087197882814 601 | 30 602 | 5.5511151231257827e-16 603 | 10 604 | -375.47676817592361 605 | 20 606 | -32.394060237732162 607 | 30 608 | 2.2276624989103766e-12 609 | 10 610 | -374.62815537066251 611 | 20 612 | -34.449566494003996 613 | 30 614 | 2.2276624989103766e-12 615 | 10 616 | -374.10494382999366 617 | 20 618 | -35.303571528583547 619 | 30 620 | 2.0755619445367302e-12 621 | 10 622 | -372.64761069451515 623 | 20 624 | -36.75522427818683 625 | 30 626 | 2.0755619445367302e-12 627 | 10 628 | -371.74900911463885 629 | 20 630 | -37.41408509355621 631 | 30 632 | 1.57818202950466e-12 633 | 10 634 | -369.535351956498 635 | 20 636 | -38.317889368169674 637 | 30 638 | 1.57818202950466e-12 639 | 10 640 | -368.3856337414889 641 | 20 642 | -38.540179269282433 643 | 30 644 | 0 645 | 10 646 | -367.23915320754111 647 | 20 648 | -38.540179269286426 649 | 30 650 | 0 651 | 0 652 | SPLINE 653 | 5 654 | 104 655 | 100 656 | AcDbEntity 657 | 8 658 | 0 659 | 100 660 | AcDbSpline 661 | 70 662 | 0 663 | 71 664 | 3 665 | 72 666 | 10 667 | 73 668 | 6 669 | 74 670 | 0 671 | 42 672 | 0.000000001 673 | 43 674 | 0.0000000001 675 | 44 676 | 0.0000000001 677 | 40 678 | -1.4879275719776937 679 | 40 680 | -1.4879275719776937 681 | 40 682 | -1.4879275719776937 683 | 40 684 | -1.4879275719776937 685 | 40 686 | -0.74396378598967794 687 | 40 688 | -0.74396378598967794 689 | 40 690 | -0 691 | 40 692 | -0 693 | 40 694 | -0 695 | 40 696 | -0 697 | 10 698 | -375.61192579582524 699 | 20 700 | -14.792036220387875 701 | 30 702 | 0 703 | 10 704 | -375.78434045344017 705 | 20 706 | -17.265914645487385 707 | 30 708 | 0 709 | 10 710 | -375.87062800369773 711 | 20 712 | -19.745090176925711 713 | 30 714 | -5.5511151231257827e-15 715 | 10 716 | -375.87062914717711 717 | 20 718 | -24.704848746195243 719 | 30 720 | -5.5511151231257827e-15 721 | 10 722 | -375.78434274007316 723 | 20 724 | -27.184024317428381 725 | 30 726 | 0 727 | 10 728 | -375.61192922317139 729 | 20 730 | -29.657902822015316 731 | 30 732 | 0 733 | 0 734 | SPLINE 735 | 5 736 | 105 737 | 100 738 | AcDbEntity 739 | 8 740 | 0 741 | 100 742 | AcDbSpline 743 | 70 744 | 0 745 | 71 746 | 3 747 | 72 748 | 16 749 | 73 750 | 12 751 | 74 752 | 0 753 | 42 754 | 0.000000001 755 | 43 756 | 0.0000000001 757 | 44 758 | 0.0000000001 759 | 40 760 | -1.6660709674385417 761 | 40 762 | -1.6660709674385417 763 | 40 764 | -1.6660709674385417 765 | 40 766 | -1.6660709674385417 767 | 40 768 | -1.4787689128856385 769 | 40 770 | -1.4787689128856385 771 | 40 772 | -1.2924896748272459 773 | 40 774 | -1.2924896748272459 775 | 40 776 | -0.99963994874637208 777 | 40 778 | -0.99963994874637208 779 | 40 780 | -0.64745662834028561 781 | 40 782 | -0.64745662834028561 783 | 40 784 | -0 785 | 40 786 | -0 787 | 40 788 | -0 789 | 40 790 | -0 791 | 10 792 | -367.23915320754099 793 | 20 794 | -5.909820645960747 795 | 30 796 | 0 797 | 10 798 | -367.89660107359794 799 | 20 800 | -5.9098206459629266 801 | 30 802 | 0 803 | 10 804 | -368.55468131827672 805 | 20 806 | -5.9829261640407383 807 | 30 808 | -1.7463808177353712e-12 809 | 10 810 | -369.83414413061979 811 | 20 812 | -6.2697166779696021 813 | 30 814 | -1.7463808177353712e-12 815 | 10 816 | -370.4569586445416 817 | 20 818 | -6.4829122685016705 819 | 30 820 | -1.9528823003156504e-12 821 | 10 822 | -371.9742944370409 823 | 20 824 | -7.2074074641964305 825 | 30 826 | -1.9528823003156504e-12 827 | 10 828 | -372.81720996155434 829 | 20 830 | -7.8179831415007683 831 | 30 832 | -1.4160894679093872e-12 833 | 10 834 | -374.35489497137382 835 | 20 836 | -9.4669897698463181 837 | 30 838 | -1.4160894679093872e-12 839 | 10 840 | -374.79025286933575 841 | 20 842 | -10.355710520286214 843 | 30 844 | -3.5349501104064984e-12 845 | 10 846 | -375.47271371692347 847 | 20 848 | -12.131107959019092 849 | 30 850 | -3.5349501104064984e-12 851 | 10 852 | -375.46187680823027 853 | 20 854 | -12.639069887628903 855 | 30 856 | 0 857 | 10 858 | -375.61192579582541 859 | 20 860 | -14.792036220391218 861 | 30 862 | 0 863 | 0 864 | LINE 865 | 5 866 | 106 867 | 100 868 | AcDbEntity 869 | 8 870 | 0 871 | 100 872 | AcDbLine 873 | 10 874 | -367.23915320754099 875 | 20 876 | -5.909820645960747 877 | 30 878 | 0 879 | 11 880 | -340.79698224043278 881 | 21 882 | -5.9098206459685958 883 | 31 884 | 0 885 | 0 886 | SPLINE 887 | 5 888 | 107 889 | 100 890 | AcDbEntity 891 | 8 892 | 0 893 | 100 894 | AcDbSpline 895 | 70 896 | 0 897 | 71 898 | 3 899 | 72 900 | 14 901 | 73 902 | 10 903 | 74 904 | 0 905 | 42 906 | 0.000000001 907 | 43 908 | 0.0000000001 909 | 44 910 | 0.0000000001 911 | 40 912 | -1.8397885126187163 913 | 40 914 | -1.8397885126187163 915 | 40 916 | -1.8397885126187163 917 | 40 918 | -1.8397885126187163 919 | 40 920 | -1.1617660405567607 921 | 40 922 | -1.1617660405567607 923 | 40 924 | -0.71769847697116895 925 | 40 926 | -0.71769847697116895 927 | 40 928 | -0.34394416016052037 929 | 40 930 | -0.34394416016052037 931 | 40 932 | -0 933 | 40 934 | -0 935 | 40 936 | -0 937 | 40 938 | -0 939 | 10 940 | -332.42372167864028 941 | 20 942 | -14.799049612646655 943 | 30 944 | 0 945 | 10 946 | -332.57638057445484 947 | 20 948 | -12.608620650502944 949 | 30 950 | 0 951 | 10 952 | -332.5591638529279 953 | 20 954 | -12.056432398328401 955 | 30 956 | 5.8092419763511316e-12 957 | 10 958 | -333.40798007742626 959 | 20 960 | -10.000433421016886 961 | 30 962 | 5.8092419763511316e-12 963 | 10 964 | -333.9311916181382 965 | 20 966 | -9.1464283864612845 967 | 30 968 | 6.2921889920630747e-12 969 | 10 970 | -335.38852475368958 971 | 20 972 | -7.694775636862131 973 | 30 974 | 6.2921889920630747e-12 975 | 10 976 | -336.28712633360607 977 | 20 978 | -7.0359148215404357 979 | 30 980 | 4.556910404573955e-12 981 | 10 982 | -338.5007834916359 983 | 20 984 | -6.1321105470408739 985 | 30 986 | 4.556910404573955e-12 987 | 10 988 | -339.6505017065644 989 | 20 990 | -5.9098206459580469 991 | 30 992 | 0 993 | 10 994 | -340.79698224043278 995 | 20 996 | -5.9098206459685958 997 | 30 998 | 0 999 | 0 1000 | SPLINE 1001 | 5 1002 | 108 1003 | 100 1004 | AcDbEntity 1005 | 8 1006 | 0 1007 | 100 1008 | AcDbSpline 1009 | 70 1010 | 0 1011 | 71 1012 | 3 1013 | 72 1014 | 10 1015 | 73 1016 | 6 1017 | 74 1018 | 0 1019 | 42 1020 | 0.000000001 1021 | 43 1022 | 0.0000000001 1023 | 44 1024 | 0.0000000001 1025 | 40 1026 | -1.4865451888712209 1027 | 40 1028 | -1.4865451888712209 1029 | 40 1030 | -1.4865451888712209 1031 | 40 1032 | -1.4865451888712209 1033 | 40 1034 | -0.74327259443559057 1035 | 40 1036 | -0.74327259443559057 1037 | 40 1038 | -0 1039 | 40 1040 | -0 1041 | 40 1042 | -0 1043 | 40 1044 | -0 1045 | 10 1046 | -407.56872510277736 1047 | 20 1048 | -29.651011175610307 1049 | 30 1050 | 0 1051 | 10 1052 | -407.39647062978167 1053 | 20 1054 | -27.179431147173617 1055 | 30 1056 | 0 1057 | 10 1058 | -407.31026487637507 1059 | 20 1060 | -24.70260576850189 1061 | 30 1062 | 6.1117777505614868e-13 1063 | 10 1064 | -407.31026373395935 1065 | 20 1066 | -19.747455138931286 1067 | 30 1068 | 6.1117777505614868e-13 1069 | 10 1070 | -407.39646834529594 1071 | 20 1072 | -17.270629720509717 1073 | 30 1074 | 0 1075 | 10 1076 | -407.56872167864037 1077 | 20 1078 | -14.799049612646487 1079 | 30 1080 | 0 1081 | 0 1082 | SPLINE 1083 | 5 1084 | 109 1085 | 100 1086 | AcDbEntity 1087 | 8 1088 | 0 1089 | 100 1090 | AcDbSpline 1091 | 70 1092 | 0 1093 | 71 1094 | 3 1095 | 72 1096 | 16 1097 | 73 1098 | 12 1099 | 74 1100 | 0 1101 | 42 1102 | 0.000000001 1103 | 43 1104 | 0.0000000001 1105 | 44 1106 | 0.0000000001 1107 | 40 1108 | -1.6689594247840336 1109 | 40 1110 | -1.6689594247840336 1111 | 40 1112 | -1.6689594247840336 1113 | 40 1114 | -1.6689594247840336 1115 | 40 1116 | -1.4811597547325548 1117 | 40 1118 | -1.4811597547325548 1119 | 40 1120 | -1.2943866769466028 1121 | 40 1122 | -1.2943866769466028 1123 | 40 1124 | -1.0010301285099183 1125 | 40 1126 | -1.0010301285099183 1127 | 40 1128 | -0.6482154440596879 1129 | 40 1130 | -0.6482154440596879 1131 | 40 1132 | -0 1133 | 40 1134 | -0 1135 | 40 1136 | -0 1137 | 40 1138 | -0 1139 | 10 1140 | -415.94198224042907 1141 | 20 1142 | -38.540179269286718 1143 | 30 1144 | 0 1145 | 10 1146 | -415.28404586154119 1147 | 20 1148 | -38.54017926928455 1149 | 30 1150 | 0 1151 | 10 1152 | -414.6254755542866 1153 | 20 1154 | -38.466965051103557 1155 | 30 1156 | 1.9412249585570862e-12 1157 | 10 1158 | -413.34511308128708 1159 | 20 1160 | -38.179751944007556 1161 | 30 1162 | 1.9412249585570862e-12 1163 | 10 1164 | -412.72188633468591 1165 | 20 1166 | -37.966243707900347 1167 | 30 1168 | 2.053357484044227e-12 1169 | 10 1170 | -411.20453472690497 1171 | 20 1172 | -37.241097608108234 1173 | 30 1174 | 2.053357484044227e-12 1175 | 10 1176 | -410.36186722060216 1177 | 20 1178 | -36.630298620357024 1179 | 30 1180 | 1.7558177134446851e-12 1181 | 10 1182 | -408.82483326873199 1183 | 20 1184 | -34.980911459881881 1185 | 30 1186 | 1.7558177134446851e-12 1187 | 10 1188 | -408.38979470040113 1189 | 20 1190 | -34.092069900011253 1191 | 30 1192 | 4.0989434069160779e-12 1193 | 10 1194 | -407.70825735982203 1195 | 20 1196 | -32.317339446928088 1197 | 30 1198 | 4.0989434069160779e-12 1199 | 10 1200 | -407.7189499469867 1201 | 20 1202 | -31.806500773445588 1203 | 30 1204 | 0 1205 | 10 1206 | -407.56872510277736 1207 | 20 1208 | -29.651011175610165 1209 | 30 1210 | 0 1211 | 0 1212 | LINE 1213 | 5 1214 | 110 1215 | 100 1216 | AcDbEntity 1217 | 8 1218 | 0 1219 | 100 1220 | AcDbLine 1221 | 10 1222 | -415.94198224042907 1223 | 20 1224 | -38.540179269286718 1225 | 30 1226 | 0 1227 | 11 1228 | -442.38415320754109 1229 | 21 1230 | -38.540179269286426 1231 | 31 1232 | 0 1233 | 0 1234 | SPLINE 1235 | 5 1236 | 111 1237 | 100 1238 | AcDbEntity 1239 | 8 1240 | 0 1241 | 100 1242 | AcDbSpline 1243 | 70 1244 | 0 1245 | 71 1246 | 3 1247 | 72 1248 | 14 1249 | 73 1250 | 10 1251 | 74 1252 | 0 1253 | 42 1254 | 0.000000001 1255 | 43 1256 | 0.0000000001 1257 | 44 1258 | 0.0000000001 1259 | 40 1260 | -1.8394274188260678 1261 | 40 1262 | -1.8394274188260678 1263 | 40 1264 | -1.8394274188260678 1265 | 40 1266 | -1.8394274188260678 1267 | 40 1268 | -1.1617660406758126 1269 | 40 1270 | -1.1617660406758126 1271 | 40 1272 | -0.71769847701160239 1273 | 40 1274 | -0.71769847701160239 1275 | 40 1276 | -0.34394416018432361 1277 | 40 1278 | -0.34394416018432361 1279 | 40 1280 | -0 1281 | 40 1282 | -0 1283 | 40 1284 | -0 1285 | 40 1286 | -0 1287 | 10 1288 | -450.7569292231716 1289 | 20 1290 | -29.657902822013298 1291 | 30 1292 | 0 1293 | 10 1294 | -450.60460229069258 1295 | 20 1296 | -31.843568602175971 1297 | 30 1298 | 0 1299 | 10 1300 | -450.62169844185792 1301 | 20 1302 | -32.394229147283667 1303 | 30 1304 | 2.2287727219350018e-12 1305 | 10 1306 | -449.77315537066204 1307 | 20 1308 | -34.449566494004692 1309 | 30 1310 | 2.2287727219350018e-12 1311 | 10 1312 | -449.24994382999301 1313 | 20 1314 | -35.303571528584044 1315 | 30 1316 | 2.0755619445367302e-12 1317 | 10 1318 | -447.79261069450661 1319 | 20 1320 | -36.755224278195385 1321 | 30 1322 | 2.0755619445367302e-12 1323 | 10 1324 | -446.89400911462849 1325 | 20 1326 | -37.414085093560402 1327 | 30 1328 | 1.57818202950466e-12 1329 | 10 1330 | -444.68035195649799 1331 | 20 1332 | -38.317889368169702 1333 | 30 1334 | 1.57818202950466e-12 1335 | 10 1336 | -443.53063374148883 1337 | 20 1338 | -38.540179269282433 1339 | 30 1340 | 0 1341 | 10 1342 | -442.38415320754109 1343 | 20 1344 | -38.540179269286426 1345 | 30 1346 | 0 1347 | 0 1348 | SPLINE 1349 | 5 1350 | 112 1351 | 100 1352 | AcDbEntity 1353 | 8 1354 | 0 1355 | 100 1356 | AcDbSpline 1357 | 70 1358 | 0 1359 | 71 1360 | 3 1361 | 72 1362 | 10 1363 | 73 1364 | 6 1365 | 74 1366 | 0 1367 | 42 1368 | 0.000000001 1369 | 43 1370 | 0.0000000001 1371 | 44 1372 | 0.0000000001 1373 | 40 1374 | -1.4879275719776937 1375 | 40 1376 | -1.4879275719776937 1377 | 40 1378 | -1.4879275719776937 1379 | 40 1380 | -1.4879275719776937 1381 | 40 1382 | -0.74396378598967794 1383 | 40 1384 | -0.74396378598967794 1385 | 40 1386 | -0 1387 | 40 1388 | -0 1389 | 40 1390 | -0 1391 | 40 1392 | -0 1393 | 10 1394 | -450.75692579582523 1395 | 20 1396 | -14.792036220387875 1397 | 30 1398 | 0 1399 | 10 1400 | -450.92934045344015 1401 | 20 1402 | -17.265914645487385 1403 | 30 1404 | 0 1405 | 10 1406 | -451.01562800369771 1407 | 20 1408 | -19.745090176925711 1409 | 30 1410 | -5.5511151231257827e-15 1411 | 10 1412 | -451.01562914717709 1413 | 20 1414 | -24.704848746195243 1415 | 30 1416 | -5.5511151231257827e-15 1417 | 10 1418 | -450.92934274007314 1419 | 20 1420 | -27.184024317428381 1421 | 30 1422 | 0 1423 | 10 1424 | -450.75692922317137 1425 | 20 1426 | -29.657902822015316 1427 | 30 1428 | 0 1429 | 0 1430 | SPLINE 1431 | 5 1432 | 113 1433 | 100 1434 | AcDbEntity 1435 | 8 1436 | 0 1437 | 100 1438 | AcDbSpline 1439 | 70 1440 | 0 1441 | 71 1442 | 3 1443 | 72 1444 | 16 1445 | 73 1446 | 12 1447 | 74 1448 | 0 1449 | 42 1450 | 0.000000001 1451 | 43 1452 | 0.0000000001 1453 | 44 1454 | 0.0000000001 1455 | 40 1456 | -1.6651804886733699 1457 | 40 1458 | -1.6651804886733699 1459 | 40 1460 | -1.6651804886733699 1461 | 40 1462 | -1.6651804886733699 1463 | 40 1464 | -1.47798118771937 1465 | 40 1466 | -1.47798118771937 1467 | 40 1468 | -1.2918041421443962 1469 | 40 1470 | -1.2918041421443962 1471 | 40 1472 | -0.99911507294167412 1473 | 40 1474 | -0.99911507294167412 1475 | 40 1476 | -0.6471249597238401 1477 | 40 1478 | -0.6471249597238401 1479 | 40 1480 | -0 1481 | 40 1482 | -0 1483 | 40 1484 | -0 1485 | 40 1486 | -0 1487 | 10 1488 | -442.38415320754098 1489 | 20 1490 | -5.909820645960747 1491 | 30 1492 | 0 1493 | 10 1494 | -443.04160107359871 1495 | 20 1496 | -5.9098206459629266 1497 | 30 1498 | 0 1499 | 10 1500 | -443.69968131827829 1501 | 20 1502 | -5.9829261640409435 1503 | 30 1504 | -1.7474910407599964e-12 1505 | 10 1506 | -444.97914413062279 1507 | 20 1508 | -6.2697166779704547 1509 | 30 1510 | -1.7474910407599964e-12 1511 | 10 1512 | -445.60195864454528 1513 | 20 1514 | -6.482912268503024 1515 | 30 1516 | -1.9528823003156504e-12 1517 | 10 1518 | -447.1192944370448 1519 | 20 1520 | -7.207407464198889 1521 | 30 1522 | -1.9528823003156504e-12 1523 | 10 1524 | -447.96220996155705 1525 | 20 1526 | -7.8179831415031886 1527 | 30 1528 | -1.4155343563970746e-12 1529 | 10 1530 | -449.4998949713796 1531 | 20 1532 | -9.4669897698534715 1533 | 30 1534 | -1.4155343563970746e-12 1535 | 10 1536 | -449.93525286933988 1537 | 20 1538 | -10.355710520296936 1539 | 30 1540 | -3.5343949988941858e-12 1541 | 10 1542 | -450.61772978642057 1543 | 20 1544 | -12.131149763239645 1545 | 30 1546 | -3.5343949988941858e-12 1547 | 10 1548 | -450.60695367290032 1549 | 20 1550 | -12.640172774422521 1551 | 30 1552 | -5.5511151231257827e-16 1553 | 10 1554 | -450.7569257958254 1555 | 20 1556 | -14.792036220391211 1557 | 30 1558 | -5.5511151231257827e-16 1559 | 0 1560 | LINE 1561 | 5 1562 | 114 1563 | 100 1564 | AcDbEntity 1565 | 8 1566 | 0 1567 | 100 1568 | AcDbLine 1569 | 10 1570 | -442.38415320754098 1571 | 20 1572 | -5.909820645960747 1573 | 30 1574 | 0 1575 | 11 1576 | -415.94198224043276 1577 | 21 1578 | -5.9098206459685958 1579 | 31 1580 | 0 1581 | 0 1582 | SPLINE 1583 | 5 1584 | 115 1585 | 100 1586 | AcDbEntity 1587 | 8 1588 | 0 1589 | 100 1590 | AcDbSpline 1591 | 70 1592 | 0 1593 | 71 1594 | 3 1595 | 72 1596 | 14 1597 | 73 1598 | 10 1599 | 74 1600 | 0 1601 | 42 1602 | 0.000000001 1603 | 43 1604 | 0.0000000001 1605 | 44 1606 | 0.0000000001 1607 | 40 1608 | -1.8397434411567177 1609 | 40 1610 | -1.8397434411567177 1611 | 40 1612 | -1.8397434411567177 1613 | 40 1614 | -1.8397434411567177 1615 | 40 1616 | -1.1617660405579093 1617 | 40 1618 | -1.1617660405579093 1619 | 40 1620 | -0.71769847696999212 1621 | 40 1622 | -0.71769847696999212 1623 | 40 1624 | -0.34394416016052037 1625 | 40 1626 | -0.34394416016052037 1627 | 40 1628 | -0 1629 | 40 1630 | -0 1631 | 40 1632 | -0 1633 | 40 1634 | -0 1635 | 10 1636 | -407.56872167864026 1637 | 20 1638 | -14.799049612646655 1639 | 30 1640 | 0 1641 | 10 1642 | -407.72147464138084 1643 | 20 1644 | -12.607270929491586 1645 | 30 1646 | 0 1647 | 10 1648 | -407.70419794769799 1649 | 20 1650 | -12.056349814123653 1651 | 30 1652 | 5.8097970878634442e-12 1653 | 10 1654 | -408.55298007742084 1655 | 20 1656 | -10.000433421030007 1657 | 30 1658 | 5.8097970878634442e-12 1659 | 10 1660 | -409.07619161812841 1661 | 20 1662 | -9.1464283864709159 1663 | 30 1664 | 6.2927441035753873e-12 1665 | 10 1666 | -410.53352475369275 1667 | 20 1668 | -7.6947756368590001 1669 | 30 1670 | 6.2927441035753873e-12 1671 | 10 1672 | -411.43212633360969 1673 | 20 1674 | -7.0359148215389533 1675 | 30 1676 | 4.556910404573955e-12 1677 | 10 1678 | -413.64578349163588 1679 | 20 1680 | -6.1321105470408739 1681 | 30 1682 | 4.556910404573955e-12 1683 | 10 1684 | -414.79550170656438 1685 | 20 1686 | -5.9098206459580469 1687 | 30 1688 | 0 1689 | 10 1690 | -415.94198224043276 1691 | 20 1692 | -5.9098206459685958 1693 | 30 1694 | 0 1695 | 0 1696 | LWPOLYLINE 1697 | 5 1698 | 116 1699 | 100 1700 | AcDbEntity 1701 | 8 1702 | 0 1703 | 100 1704 | AcDbPolyline 1705 | 90 1706 | 4 1707 | 70 1708 | 1 1709 | 43 1710 | 0.0 1711 | 10 1712 | -13.000000000000004 1713 | 20 1714 | -34.725000000000001 1715 | 42 1716 | 0.99999999999999989 1717 | 10 1718 | -13.000000000000004 1719 | 20 1720 | -41.475000000000009 1721 | 10 1722 | -6.9999999999999964 1723 | 20 1724 | -41.475000000000009 1725 | 42 1726 | 0.99999999999999989 1727 | 10 1728 | -6.9999999999999964 1729 | 20 1730 | -34.725000000000001 1731 | 0 1732 | LWPOLYLINE 1733 | 5 1734 | 117 1735 | 100 1736 | AcDbEntity 1737 | 8 1738 | 0 1739 | 100 1740 | AcDbPolyline 1741 | 90 1742 | 4 1743 | 70 1744 | 1 1745 | 43 1746 | 0.0 1747 | 10 1748 | -13.000000000000004 1749 | 20 1750 | -2.9750000000000023 1751 | 42 1752 | 0.99999999999999989 1753 | 10 1754 | -13.000000000000004 1755 | 20 1756 | -9.7250000000000032 1757 | 10 1758 | -6.9999999999999964 1759 | 20 1760 | -9.7250000000000032 1761 | 42 1762 | 0.99999999999999989 1763 | 10 1764 | -6.9999999999999964 1765 | 20 1766 | -2.9750000000000028 1767 | 0 1768 | LWPOLYLINE 1769 | 5 1770 | 118 1771 | 100 1772 | AcDbEntity 1773 | 8 1774 | 0 1775 | 100 1776 | AcDbPolyline 1777 | 90 1778 | 8 1779 | 70 1780 | 1 1781 | 43 1782 | 0.0 1783 | 10 1784 | -3.0000000000000036 1785 | 20 1786 | 0 1787 | 10 1788 | -479.60000000000002 1789 | 20 1790 | 0 1791 | 42 1792 | 0.41421356237309503 1793 | 10 1794 | -482.59999999999997 1795 | 20 1796 | -3.0000000000000004 1797 | 10 1798 | -482.59999999999997 1799 | 20 1800 | -41.450000000000003 1801 | 42 1802 | 0.41421356237309503 1803 | 10 1804 | -479.60000000000002 1805 | 20 1806 | -44.450000000000003 1807 | 10 1808 | -3.0000000000000426 1809 | 20 1810 | -44.450000000000003 1811 | 42 1812 | 0.41421356237309781 1813 | 10 1814 | -1.3322676295501878e-14 1815 | 20 1816 | -41.450000000000003 1817 | 10 1818 | 0 1819 | 20 1820 | -3.0000000000000027 1821 | 42 1822 | 0.41421356237309537 1823 | 0 1824 | LWPOLYLINE 1825 | 5 1826 | 119 1827 | 100 1828 | AcDbEntity 1829 | 8 1830 | 0 1831 | 100 1832 | AcDbPolyline 1833 | 90 1834 | 4 1835 | 70 1836 | 1 1837 | 43 1838 | 0.0 1839 | 10 1840 | -475.59999999999997 1841 | 20 1842 | -2.9749999999999992 1843 | 10 1844 | -469.59999999999991 1845 | 20 1846 | -2.9749999999999952 1847 | 42 1848 | -0.99999999999999989 1849 | 10 1850 | -469.59999999999991 1851 | 20 1852 | -9.7249999999999996 1853 | 10 1854 | -475.59999999999997 1855 | 20 1856 | -9.7249999999999979 1857 | 42 1858 | -0.99999999999999989 1859 | 0 1860 | LWPOLYLINE 1861 | 5 1862 | 120 1863 | 100 1864 | AcDbEntity 1865 | 8 1866 | 0 1867 | 100 1868 | AcDbPolyline 1869 | 90 1870 | 4 1871 | 70 1872 | 1 1873 | 43 1874 | 0.0 1875 | 10 1876 | -475.59999999999997 1877 | 20 1878 | -34.725000000000001 1879 | 10 1880 | -469.59999999999991 1881 | 20 1882 | -34.725000000000001 1883 | 42 1884 | -0.99999999999999989 1885 | 10 1886 | -469.59999999999991 1887 | 20 1888 | -41.475000000000001 1889 | 10 1890 | -475.59999999999997 1891 | 20 1892 | -41.475000000000001 1893 | 42 1894 | -0.99999999999999989 1895 | 0 1896 | CIRCLE 1897 | 5 1898 | 121 1899 | 100 1900 | AcDbEntity 1901 | 8 1902 | 0 1903 | 100 1904 | AcDbCircle 1905 | 10 1906 | -326.26650139701883 1907 | 20 1908 | -22.225000000000001 1909 | 30 1910 | 0 1911 | 40 1912 | 1.7499999999999716 1913 | 210 1914 | 0 1915 | 220 1916 | 0 1917 | 230 1918 | 1 1919 | 0 1920 | CIRCLE 1921 | 5 1922 | 122 1923 | 100 1924 | AcDbEntity 1925 | 8 1926 | 0 1927 | 100 1928 | AcDbCircle 1929 | 10 1930 | -381.76949313910535 1931 | 20 1932 | -22.225000000000001 1933 | 30 1934 | 0 1935 | 40 1936 | 1.7499999999999716 1937 | 210 1938 | 0 1939 | 220 1940 | 0 1941 | 230 1942 | 1 1943 | 0 1944 | CIRCLE 1945 | 5 1946 | 123 1947 | 100 1948 | AcDbEntity 1949 | 8 1950 | 0 1951 | 100 1952 | AcDbCircle 1953 | 10 1954 | -401.41150139701881 1955 | 20 1956 | -22.225000000000001 1957 | 30 1958 | 0 1959 | 40 1960 | 1.7499999999999716 1961 | 210 1962 | 0 1963 | 220 1964 | 0 1965 | 230 1966 | 1 1967 | 0 1968 | CIRCLE 1969 | 5 1970 | 124 1971 | 100 1972 | AcDbEntity 1973 | 8 1974 | 0 1975 | 100 1976 | AcDbCircle 1977 | 10 1978 | -456.91449313910533 1979 | 20 1980 | -22.225000000000001 1981 | 30 1982 | 0 1983 | 40 1984 | 1.7499999999999716 1985 | 210 1986 | 0 1987 | 220 1988 | 0 1989 | 230 1990 | 1 1991 | 0 1992 | ENDSEC 1993 | 0 1994 | SECTION 1995 | 2 1996 | OBJECTS 1997 | 0 1998 | DICTIONARY 1999 | 5 2000 | C 2001 | 100 2002 | AcDbDictionary 2003 | 3 2004 | ACAD_GROUP 2005 | 350 2006 | D 2007 | 3 2008 | ACAD_MLINESTYLE 2009 | 350 2010 | 17 2011 | 0 2012 | DICTIONARY 2013 | 5 2014 | D 2015 | 100 2016 | AcDbDictionary 2017 | 0 2018 | DICTIONARY 2019 | 5 2020 | 1A 2021 | 330 2022 | C 2023 | 100 2024 | AcDbDictionary 2025 | 0 2026 | DICTIONARY 2027 | 5 2028 | 17 2029 | 100 2030 | AcDbDictionary 2031 | 0 2032 | ENDSEC 2033 | 0 2034 | EOF 2035 | -------------------------------------------------------------------------------- /hybrid/JetKVM 1U 3-Module.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | SECTION 3 | 2 4 | HEADER 5 | 9 6 | $INSUNITS 7 | 70 8 | 4 9 | 9 10 | $ACADVER 11 | 1 12 | AC1014 13 | 9 14 | $HANDSEED 15 | 5 16 | FFFF 17 | 0 18 | ENDSEC 19 | 0 20 | SECTION 21 | 2 22 | TABLES 23 | 0 24 | TABLE 25 | 2 26 | VPORT 27 | 5 28 | 8 29 | 100 30 | AcDbSymbolTable 31 | 0 32 | ENDTAB 33 | 0 34 | TABLE 35 | 2 36 | LTYPE 37 | 5 38 | 5 39 | 100 40 | AcDbSymbolTable 41 | 0 42 | LTYPE 43 | 5 44 | 14 45 | 100 46 | AcDbSymbolTableRecord 47 | 100 48 | AcDbLinetypeTableRecord 49 | 2 50 | BYBLOCK 51 | 70 52 | 0 53 | 0 54 | LTYPE 55 | 5 56 | 15 57 | 100 58 | AcDbSymbolTableRecord 59 | 100 60 | AcDbLinetypeTableRecord 61 | 2 62 | BYLAYER 63 | 70 64 | 0 65 | 0 66 | LTYPE 67 | 5 68 | 16 69 | 100 70 | AcDbSymbolTableRecord 71 | 100 72 | AcDbLinetypeTableRecord 73 | 2 74 | DASHED 75 | 70 76 | 0 77 | 3 78 | Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ 79 | 72 80 | 65 81 | 73 82 | 2 83 | 40 84 | 0.75 85 | 49 86 | 0.5 87 | 74 88 | 0 89 | 49 90 | -0.25 91 | 74 92 | 0 93 | 0 94 | ENDTAB 95 | 0 96 | TABLE 97 | 2 98 | LAYER 99 | 5 100 | 2 101 | 100 102 | AcDbSymbolTable 103 | 70 104 | 3 105 | 0 106 | LAYER 107 | 5 108 | 50 109 | 100 110 | AcDbSymbolTableRecord 111 | 100 112 | AcDbLayerTableRecord 113 | 2 114 | 1 115 | 70 116 | 0 117 | 62 118 | 7 119 | 6 120 | DASHED 121 | 0 122 | LAYER 123 | 5 124 | 51 125 | 100 126 | AcDbSymbolTableRecord 127 | 100 128 | AcDbLayerTableRecord 129 | 2 130 | 0 131 | 70 132 | 0 133 | 62 134 | 7 135 | 6 136 | CONTINUOUS 137 | 0 138 | ENDTAB 139 | 0 140 | TABLE 141 | 2 142 | STYLE 143 | 5 144 | 3 145 | 100 146 | AcDbSymbolTable 147 | 70 148 | 1 149 | 0 150 | STYLE 151 | 5 152 | 11 153 | 100 154 | AcDbSymbolTableRecord 155 | 100 156 | AcDbTextStyleTableRecord 157 | 2 158 | STANDARD 159 | 70 160 | 0 161 | 0 162 | ENDTAB 163 | 0 164 | TABLE 165 | 2 166 | VIEW 167 | 5 168 | 6 169 | 100 170 | AcDbSymbolTable 171 | 70 172 | 0 173 | 0 174 | ENDTAB 175 | 0 176 | TABLE 177 | 2 178 | UCS 179 | 5 180 | 7 181 | 100 182 | AcDbSymbolTable 183 | 70 184 | 0 185 | 0 186 | ENDTAB 187 | 0 188 | TABLE 189 | 2 190 | APPID 191 | 5 192 | 9 193 | 100 194 | AcDbSymbolTable 195 | 70 196 | 2 197 | 0 198 | APPID 199 | 5 200 | 12 201 | 100 202 | AcDbSymbolTableRecord 203 | 100 204 | AcDbRegAppTableRecord 205 | 2 206 | ACAD 207 | 70 208 | 0 209 | 0 210 | ENDTAB 211 | 0 212 | TABLE 213 | 2 214 | DIMSTYLE 215 | 5 216 | A 217 | 100 218 | AcDbSymbolTable 219 | 70 220 | 1 221 | 0 222 | ENDTAB 223 | 0 224 | TABLE 225 | 2 226 | BLOCK_RECORD 227 | 5 228 | 1 229 | 100 230 | AcDbSymbolTable 231 | 70 232 | 1 233 | 0 234 | BLOCK_RECORD 235 | 5 236 | 1F 237 | 100 238 | AcDbSymbolTableRecord 239 | 100 240 | AcDbBlockTableRecord 241 | 2 242 | *MODEL_SPACE 243 | 0 244 | BLOCK_RECORD 245 | 5 246 | 1B 247 | 100 248 | AcDbSymbolTableRecord 249 | 100 250 | AcDbBlockTableRecord 251 | 2 252 | *PAPER_SPACE 253 | 0 254 | ENDTAB 255 | 0 256 | ENDSEC 257 | 0 258 | SECTION 259 | 2 260 | BLOCKS 261 | 0 262 | BLOCK 263 | 5 264 | 20 265 | 100 266 | AcDbEntity 267 | 100 268 | AcDbBlockBegin 269 | 2 270 | *MODEL_SPACE 271 | 0 272 | ENDBLK 273 | 5 274 | 21 275 | 100 276 | AcDbEntity 277 | 100 278 | AcDbBlockEnd 279 | 0 280 | BLOCK 281 | 5 282 | 1C 283 | 100 284 | AcDbEntity 285 | 100 286 | AcDbBlockBegin 287 | 2 288 | *PAPER_SPACE 289 | 0 290 | ENDBLK 291 | 5 292 | 1D 293 | 100 294 | AcDbEntity 295 | 100 296 | AcDbBlockEnd 297 | 0 298 | ENDSEC 299 | 0 300 | SECTION 301 | 2 302 | ENTITIES 303 | 0 304 | SPLINE 305 | 5 306 | 100 307 | 100 308 | AcDbEntity 309 | 8 310 | 0 311 | 100 312 | AcDbSpline 313 | 70 314 | 0 315 | 71 316 | 3 317 | 72 318 | 10 319 | 73 320 | 6 321 | 74 322 | 0 323 | 42 324 | 0.000000001 325 | 43 326 | 0.0000000001 327 | 44 328 | 0.0000000001 329 | 40 330 | -1.4865451888712966 331 | 40 332 | -1.4865451888712966 333 | 40 334 | -1.4865451888712966 335 | 40 336 | -1.4865451888712966 337 | 40 338 | -0.74327259443562854 339 | 40 340 | -0.74327259443562854 341 | 40 342 | -0 343 | 40 344 | -0 345 | 40 346 | -0 347 | 40 348 | -0 349 | 10 350 | -257.27872510277734 351 | 20 352 | -29.651011175610307 353 | 30 354 | 0 355 | 10 356 | -257.1064706297816 357 | 20 358 | -27.179431147173496 359 | 30 360 | 0 361 | 10 362 | -257.02026487637511 363 | 20 364 | -24.702605768502018 365 | 30 366 | 6.106226635438361e-13 367 | 10 368 | -257.02026373395938 369 | 20 370 | -19.747455138931159 371 | 30 372 | 6.106226635438361e-13 373 | 10 374 | -257.10646834529592 375 | 20 376 | -17.270629720509842 377 | 30 378 | 0 379 | 10 380 | -257.27872167864035 381 | 20 382 | -14.799049612646487 383 | 30 384 | 0 385 | 0 386 | SPLINE 387 | 5 388 | 101 389 | 100 390 | AcDbEntity 391 | 8 392 | 0 393 | 100 394 | AcDbSpline 395 | 70 396 | 0 397 | 71 398 | 3 399 | 72 400 | 16 401 | 73 402 | 12 403 | 74 404 | 0 405 | 42 406 | 0.000000001 407 | 43 408 | 0.0000000001 409 | 44 410 | 0.0000000001 411 | 40 412 | -1.6725006152583024 413 | 40 414 | -1.6725006152583024 415 | 40 416 | -1.6725006152583024 417 | 40 418 | -1.6725006152583024 419 | 40 420 | -1.4842924936349371 421 | 40 422 | -1.4842924936349371 423 | 40 424 | -1.2971131970458172 425 | 40 426 | -1.2971131970458172 427 | 40 428 | -1.0031186179704743 429 | 40 430 | -1.0031186179704743 431 | 40 432 | -0.64953658546087523 433 | 40 434 | -0.64953658546087523 435 | 40 436 | -0 437 | 40 438 | -0 439 | 40 440 | -0 441 | 40 442 | -0 443 | 10 444 | -265.65198224042899 445 | 20 446 | -38.540179269286718 447 | 30 448 | 0 449 | 10 450 | -264.99404586154157 451 | 20 452 | -38.54017926928455 453 | 30 454 | 0 455 | 10 456 | -264.33547555428748 457 | 20 458 | -38.466965051103699 459 | 30 460 | 1.9384494009955233e-12 461 | 10 462 | -263.05511308128848 463 | 20 464 | -38.179751944007954 465 | 30 466 | 1.9384494009955233e-12 467 | 10 468 | -262.43188633468765 469 | 20 470 | -37.966243707901 471 | 30 472 | 2.0511370379949767e-12 473 | 10 474 | -260.9145347269058 475 | 20 476 | -37.241097608109037 477 | 30 478 | 2.0511370379949767e-12 479 | 10 480 | -260.07186722060317 481 | 20 482 | -36.630298620357905 483 | 30 484 | 1.7535972673954348e-12 485 | 10 486 | -258.53483326873504 487 | 20 488 | -34.980911459885618 489 | 30 490 | 1.7535972673954348e-12 491 | 10 492 | -258.09979470040327 493 | 20 494 | -34.092069900016909 495 | 30 496 | 4.0994985184283905e-12 497 | 10 498 | -257.41831760757719 499 | 20 500 | -32.317496332720509 501 | 30 502 | 4.0994985184283905e-12 503 | 10 504 | -257.42925612337137 505 | 20 506 | -31.810893921701506 507 | 30 508 | 0 509 | 10 510 | -257.27872510277734 511 | 20 512 | -29.651011175610165 513 | 30 514 | 0 515 | 0 516 | LINE 517 | 5 518 | 102 519 | 100 520 | AcDbEntity 521 | 8 522 | 0 523 | 100 524 | AcDbLine 525 | 10 526 | -265.65198224042899 527 | 20 528 | -38.540179269286718 529 | 30 530 | 0 531 | 11 532 | -292.09415320754101 533 | 21 534 | -38.540179269286426 535 | 31 536 | 0 537 | 0 538 | SPLINE 539 | 5 540 | 103 541 | 100 542 | AcDbEntity 543 | 8 544 | 0 545 | 100 546 | AcDbSpline 547 | 70 548 | 0 549 | 71 550 | 3 551 | 72 552 | 14 553 | 73 554 | 10 555 | 74 556 | 0 557 | 42 558 | 0.000000001 559 | 43 560 | 0.0000000001 561 | 44 562 | 0.0000000001 563 | 40 564 | -1.8394737178675138 565 | 40 566 | -1.8394737178675138 567 | 40 568 | -1.8394737178675138 569 | 40 570 | -1.8394737178675138 571 | 40 572 | -1.1617660406833195 573 | 40 574 | -1.1617660406833195 575 | 40 576 | -0.71769847701260392 577 | 40 578 | -0.71769847701260392 579 | 40 580 | -0.3439441601843311 581 | 40 582 | -0.3439441601843311 583 | 40 584 | -0 585 | 40 586 | -0 587 | 40 588 | -0 589 | 40 590 | -0 591 | 10 592 | -300.46692922317158 593 | 20 594 | -29.657902822013298 595 | 30 596 | 5.5511151231257827e-16 597 | 10 598 | -300.31469635764353 599 | 20 600 | -31.842218880807231 601 | 30 602 | 5.5511151231257827e-16 603 | 10 604 | -300.33173346521227 605 | 20 606 | -32.394144313866036 607 | 30 608 | 2.2321033910088772e-12 609 | 10 610 | -299.483155370666 611 | 20 612 | -34.44956649399515 613 | 30 614 | 2.2321033910088772e-12 615 | 10 616 | -298.95994382999993 617 | 20 618 | -35.303571528577017 619 | 30 620 | 2.0750068330244176e-12 621 | 10 622 | -297.50261069450926 623 | 20 624 | -36.755224278192749 625 | 30 626 | 2.0750068330244176e-12 627 | 10 628 | -296.60400911463148 629 | 20 630 | -37.414085093559166 631 | 30 632 | 1.57818202950466e-12 633 | 10 634 | -294.39035195649797 635 | 20 636 | -38.317889368169688 637 | 30 638 | 1.57818202950466e-12 639 | 10 640 | -293.24063374148881 641 | 20 642 | -38.540179269282433 643 | 30 644 | 0 645 | 10 646 | -292.09415320754101 647 | 20 648 | -38.540179269286426 649 | 30 650 | 0 651 | 0 652 | SPLINE 653 | 5 654 | 104 655 | 100 656 | AcDbEntity 657 | 8 658 | 0 659 | 100 660 | AcDbSpline 661 | 70 662 | 0 663 | 71 664 | 3 665 | 72 666 | 10 667 | 73 668 | 6 669 | 74 670 | 0 671 | 42 672 | 0.000000001 673 | 43 674 | 0.0000000001 675 | 44 676 | 0.0000000001 677 | 40 678 | -1.4879275719789149 679 | 40 680 | -1.4879275719789149 681 | 40 682 | -1.4879275719789149 683 | 40 684 | -1.4879275719789149 685 | 40 686 | -0.74396378598921697 687 | 40 688 | -0.74396378598921697 689 | 40 690 | -0 691 | 40 692 | -0 693 | 40 694 | -0 695 | 40 696 | -0 697 | 10 698 | -300.4669257958252 699 | 20 700 | -14.792036220387875 701 | 30 702 | 0 703 | 10 704 | -300.63934045343922 705 | 20 706 | -17.265914645474666 707 | 30 708 | 0 709 | 10 710 | -300.72562800369786 711 | 20 712 | -19.745090176915497 713 | 30 714 | -5.5511151231257827e-15 715 | 10 716 | -300.72562914717696 717 | 20 718 | -24.704848746198312 719 | 30 720 | -5.5511151231257827e-15 721 | 10 722 | -300.639342740073 723 | 20 724 | -27.184024317429913 725 | 30 726 | 0 727 | 10 728 | -300.46692922317135 729 | 20 730 | -29.657902822015316 731 | 30 732 | 0 733 | 0 734 | SPLINE 735 | 5 736 | 105 737 | 100 738 | AcDbEntity 739 | 8 740 | 0 741 | 100 742 | AcDbSpline 743 | 70 744 | 0 745 | 71 746 | 3 747 | 72 748 | 16 749 | 73 750 | 12 751 | 74 752 | 0 753 | 42 754 | 0.000000001 755 | 43 756 | 0.0000000001 757 | 44 758 | 0.0000000001 759 | 40 760 | -1.6651804887019508 761 | 40 762 | -1.6651804887019508 763 | 40 764 | -1.6651804887019508 765 | 40 766 | -1.6651804887019508 767 | 40 768 | -1.4779811877420475 769 | 40 770 | -1.4779811877420475 771 | 40 772 | -1.2918041421613342 773 | 40 774 | -1.2918041421613342 775 | 40 776 | -0.99911507294952173 777 | 40 778 | -0.99911507294952173 779 | 40 780 | -0.64712495972418194 781 | 40 782 | -0.64712495972418194 783 | 40 784 | -0 785 | 40 786 | -0 787 | 40 788 | -0 789 | 40 790 | -0 791 | 10 792 | -292.09415320754096 793 | 20 794 | -5.909820645960747 795 | 30 796 | 0 797 | 10 798 | -292.75160107359858 799 | 20 800 | -5.9098206459629266 801 | 30 802 | 0 803 | 10 804 | -293.4096813182781 805 | 20 806 | -5.9829261640409017 807 | 30 808 | -1.7474910407599964e-12 809 | 10 810 | -294.68914413062231 811 | 20 812 | -6.2697166779703775 813 | 30 814 | -1.7474910407599964e-12 815 | 10 816 | -295.31195864454509 817 | 20 818 | -6.4829122685029308 819 | 30 820 | -1.9534374118279629e-12 821 | 10 822 | -296.82929443704518 823 | 20 824 | -7.2074074641990551 825 | 30 826 | -1.9534374118279629e-12 827 | 10 828 | -297.67220996155777 829 | 20 830 | -7.8179831415036913 831 | 30 832 | -1.4171996909340123e-12 833 | 10 834 | -299.20989497137282 835 | 20 836 | -9.466989769846224 837 | 30 838 | -1.4171996909340123e-12 839 | 10 840 | -299.64525286933451 841 | 20 842 | -10.355710520283273 843 | 30 844 | -3.5343949988941858e-12 845 | 10 846 | -300.32772978642083 847 | 20 848 | -12.131149763240455 849 | 30 850 | -3.5343949988941858e-12 851 | 10 852 | -300.31695367290018 853 | 20 854 | -12.640172774421391 855 | 30 856 | 0 857 | 10 858 | -300.46692579582532 859 | 20 860 | -14.792036220391218 861 | 30 862 | 0 863 | 0 864 | LINE 865 | 5 866 | 106 867 | 100 868 | AcDbEntity 869 | 8 870 | 0 871 | 100 872 | AcDbLine 873 | 10 874 | -292.09415320754096 875 | 20 876 | -5.909820645960747 877 | 30 878 | 0 879 | 11 880 | -265.65198224043274 881 | 21 882 | -5.9098206459685958 883 | 31 884 | 0 885 | 0 886 | SPLINE 887 | 5 888 | 107 889 | 100 890 | AcDbEntity 891 | 8 892 | 0 893 | 100 894 | AcDbSpline 895 | 70 896 | 0 897 | 71 898 | 3 899 | 72 900 | 14 901 | 73 902 | 10 903 | 74 904 | 0 905 | 42 906 | 0.000000001 907 | 43 908 | 0.0000000001 909 | 44 910 | 0.0000000001 911 | 40 912 | -1.8396979573099768 913 | 40 914 | -1.8396979573099768 915 | 40 916 | -1.8396979573099768 917 | 40 918 | -1.8396979573099768 919 | 40 920 | -1.1617660405668289 921 | 40 922 | -1.1617660405668289 923 | 40 924 | -0.71769847697265732 925 | 40 926 | -0.71769847697265732 927 | 40 928 | -0.34394416016053114 929 | 40 930 | -0.34394416016053114 931 | 40 932 | -0 933 | 40 934 | -0 935 | 40 936 | -0 937 | 40 938 | -0 939 | 10 940 | -257.2787216786403 941 | 20 942 | -14.799049612646655 943 | 30 944 | 5.5511151231257827e-16 945 | 10 946 | -257.43156890595463 947 | 20 948 | -12.605918372527352 949 | 30 950 | 5.5511151231257827e-16 951 | 10 952 | -257.41423235442039 953 | 20 954 | -12.056266474309698 955 | 30 956 | 5.8114624224003819e-12 957 | 10 958 | -258.26298007742253 959 | 20 960 | -10.0004334210261 961 | 30 962 | 5.8114624224003819e-12 963 | 10 964 | -258.78619161813117 965 | 20 966 | -9.1464283864681075 967 | 30 968 | 6.2916338805507621e-12 969 | 10 970 | -260.24352475368568 971 | 20 972 | -7.6947756368659634 973 | 30 974 | 6.2916338805507621e-12 975 | 10 976 | -261.1421263336012 977 | 20 978 | -7.0359148215423506 979 | 30 980 | 4.556910404573955e-12 981 | 10 982 | -263.35578349163575 983 | 20 984 | -6.1321105470408765 985 | 30 986 | 4.556910404573955e-12 987 | 10 988 | -264.50550170656436 989 | 20 990 | -5.9098206459580469 991 | 30 992 | 0 993 | 10 994 | -265.6519822404328 995 | 20 996 | -5.9098206459685958 997 | 30 998 | 0 999 | 0 1000 | SPLINE 1001 | 5 1002 | 108 1003 | 100 1004 | AcDbEntity 1005 | 8 1006 | 0 1007 | 100 1008 | AcDbSpline 1009 | 70 1010 | 0 1011 | 71 1012 | 3 1013 | 72 1014 | 10 1015 | 73 1016 | 6 1017 | 74 1018 | 0 1019 | 42 1020 | 0.000000001 1021 | 43 1022 | 0.0000000001 1023 | 44 1024 | 0.0000000001 1025 | 40 1026 | -1.486545188871373 1027 | 40 1028 | -1.486545188871373 1029 | 40 1030 | -1.486545188871373 1031 | 40 1032 | -1.486545188871373 1033 | 40 1034 | -0.74327259443566673 1035 | 40 1036 | -0.74327259443566673 1037 | 40 1038 | -0 1039 | 40 1040 | -0 1041 | 40 1042 | -0 1043 | 40 1044 | -0 1045 | 10 1046 | -332.42372510277738 1047 | 20 1048 | -29.651011175610307 1049 | 30 1050 | 0 1051 | 10 1052 | -332.25147062978169 1053 | 20 1054 | -27.179431147173368 1055 | 30 1056 | 0 1057 | 10 1058 | -332.1652648763752 1059 | 20 1060 | -24.702605768502146 1061 | 30 1062 | 6.106226635438361e-13 1063 | 10 1064 | -332.16526373395948 1065 | 20 1066 | -19.747455138931034 1067 | 30 1068 | 6.106226635438361e-13 1069 | 10 1070 | -332.25146834529596 1071 | 20 1072 | -17.270629720509969 1073 | 30 1074 | 0 1075 | 10 1076 | -332.42372167864039 1077 | 20 1078 | -14.799049612646487 1079 | 30 1080 | 0 1081 | 0 1082 | SPLINE 1083 | 5 1084 | 109 1085 | 100 1086 | AcDbEntity 1087 | 8 1088 | 0 1089 | 100 1090 | AcDbSpline 1091 | 70 1092 | 0 1093 | 71 1094 | 3 1095 | 72 1096 | 16 1097 | 73 1098 | 12 1099 | 74 1100 | 0 1101 | 42 1102 | 0.000000001 1103 | 43 1104 | 0.0000000001 1105 | 44 1106 | 0.0000000001 1107 | 40 1108 | -1.6725006152676123 1109 | 40 1110 | -1.6725006152676123 1111 | 40 1112 | -1.6725006152676123 1113 | 40 1114 | -1.6725006152676123 1115 | 40 1116 | -1.4842924936423174 1117 | 40 1118 | -1.4842924936423174 1119 | 40 1120 | -1.2971131970511602 1121 | 40 1122 | -1.2971131970511602 1123 | 40 1124 | -1.0031186179730116 1125 | 40 1126 | -1.0031186179730116 1127 | 40 1128 | -0.64953658546136583 1129 | 40 1130 | -0.64953658546136583 1131 | 40 1132 | -0 1133 | 40 1134 | -0 1135 | 40 1136 | -0 1137 | 40 1138 | -0 1139 | 10 1140 | -340.79698224042909 1141 | 20 1142 | -38.540179269286718 1143 | 30 1144 | 0 1145 | 10 1146 | -340.13904586154081 1147 | 20 1148 | -38.54017926928455 1149 | 30 1150 | 0 1151 | 10 1152 | -339.48047555428593 1153 | 20 1154 | -38.466965051103436 1155 | 30 1156 | 1.9378942894832107e-12 1157 | 10 1158 | -338.2001130812863 1159 | 20 1160 | -38.179751944007322 1161 | 30 1162 | 1.9378942894832107e-12 1163 | 10 1164 | -337.5768863346849 1165 | 20 1166 | -37.966243707899984 1167 | 30 1168 | 2.0505819264826641e-12 1169 | 10 1170 | -336.05953472690317 1171 | 20 1172 | -37.241097608107253 1173 | 30 1174 | 2.0505819264826641e-12 1175 | 10 1176 | -335.21686722060065 1177 | 20 1178 | -36.630298620355795 1179 | 30 1180 | 1.7535972673954348e-12 1181 | 10 1182 | -333.67983326873656 1183 | 20 1184 | -34.9809114598864 1185 | 30 1186 | 1.7535972673954348e-12 1187 | 10 1188 | -333.24479470040473 1189 | 20 1190 | -34.092069900020363 1191 | 30 1192 | 4.0994985184283905e-12 1193 | 10 1194 | -332.56331760757655 1195 | 20 1196 | -32.31749633271874 1197 | 30 1198 | 4.0994985184283905e-12 1199 | 10 1200 | -332.57425612337153 1201 | 20 1202 | -31.810893921703137 1203 | 30 1204 | 0 1205 | 10 1206 | -332.42372510277738 1207 | 20 1208 | -29.651011175610165 1209 | 30 1210 | 0 1211 | 0 1212 | LINE 1213 | 5 1214 | 110 1215 | 100 1216 | AcDbEntity 1217 | 8 1218 | 0 1219 | 100 1220 | AcDbLine 1221 | 10 1222 | -340.79698224042909 1223 | 20 1224 | -38.540179269286718 1225 | 30 1226 | 0 1227 | 11 1228 | -367.23915320754111 1229 | 21 1230 | -38.540179269286426 1231 | 31 1232 | 0 1233 | 0 1234 | SPLINE 1235 | 5 1236 | 111 1237 | 100 1238 | AcDbEntity 1239 | 8 1240 | 0 1241 | 100 1242 | AcDbSpline 1243 | 70 1244 | 0 1245 | 71 1246 | 3 1247 | 72 1248 | 14 1249 | 73 1250 | 10 1251 | 74 1252 | 0 1253 | 42 1254 | 0.000000001 1255 | 43 1256 | 0.0000000001 1257 | 44 1258 | 0.0000000001 1259 | 40 1260 | -1.8395196035926711 1261 | 40 1262 | -1.8395196035926711 1263 | 40 1264 | -1.8395196035926711 1265 | 40 1266 | -1.8395196035926711 1267 | 40 1268 | -1.1617660406895114 1269 | 40 1270 | -1.1617660406895114 1271 | 40 1272 | -0.71769847701500589 1273 | 40 1274 | -0.71769847701500589 1275 | 40 1276 | -0.34394416018434765 1277 | 40 1278 | -0.34394416018434765 1279 | 40 1280 | -0 1281 | 40 1282 | -0 1283 | 40 1284 | -0 1285 | 40 1286 | -0 1287 | 10 1288 | -375.61192922317161 1289 | 20 1290 | -29.657902822013298 1291 | 30 1292 | 5.5511151231257827e-16 1293 | 10 1294 | -375.45979022810116 1295 | 20 1296 | -31.84087197882814 1297 | 30 1298 | 5.5511151231257827e-16 1299 | 10 1300 | -375.47676817592361 1301 | 20 1302 | -32.394060237732162 1303 | 30 1304 | 2.2276624989103766e-12 1305 | 10 1306 | -374.62815537066251 1307 | 20 1308 | -34.449566494003996 1309 | 30 1310 | 2.2276624989103766e-12 1311 | 10 1312 | -374.10494382999366 1313 | 20 1314 | -35.303571528583547 1315 | 30 1316 | 2.0755619445367302e-12 1317 | 10 1318 | -372.64761069451515 1319 | 20 1320 | -36.75522427818683 1321 | 30 1322 | 2.0755619445367302e-12 1323 | 10 1324 | -371.74900911463885 1325 | 20 1326 | -37.41408509355621 1327 | 30 1328 | 1.57818202950466e-12 1329 | 10 1330 | -369.535351956498 1331 | 20 1332 | -38.317889368169674 1333 | 30 1334 | 1.57818202950466e-12 1335 | 10 1336 | -368.3856337414889 1337 | 20 1338 | -38.540179269282433 1339 | 30 1340 | 0 1341 | 10 1342 | -367.23915320754111 1343 | 20 1344 | -38.540179269286426 1345 | 30 1346 | 0 1347 | 0 1348 | SPLINE 1349 | 5 1350 | 112 1351 | 100 1352 | AcDbEntity 1353 | 8 1354 | 0 1355 | 100 1356 | AcDbSpline 1357 | 70 1358 | 0 1359 | 71 1360 | 3 1361 | 72 1362 | 10 1363 | 73 1364 | 6 1365 | 74 1366 | 0 1367 | 42 1368 | 0.000000001 1369 | 43 1370 | 0.0000000001 1371 | 44 1372 | 0.0000000001 1373 | 40 1374 | -1.4879275719776937 1375 | 40 1376 | -1.4879275719776937 1377 | 40 1378 | -1.4879275719776937 1379 | 40 1380 | -1.4879275719776937 1381 | 40 1382 | -0.74396378598967794 1383 | 40 1384 | -0.74396378598967794 1385 | 40 1386 | -0 1387 | 40 1388 | -0 1389 | 40 1390 | -0 1391 | 40 1392 | -0 1393 | 10 1394 | -375.61192579582524 1395 | 20 1396 | -14.792036220387875 1397 | 30 1398 | 0 1399 | 10 1400 | -375.78434045344017 1401 | 20 1402 | -17.265914645487385 1403 | 30 1404 | 0 1405 | 10 1406 | -375.87062800369773 1407 | 20 1408 | -19.745090176925711 1409 | 30 1410 | -5.5511151231257827e-15 1411 | 10 1412 | -375.87062914717711 1413 | 20 1414 | -24.704848746195243 1415 | 30 1416 | -5.5511151231257827e-15 1417 | 10 1418 | -375.78434274007316 1419 | 20 1420 | -27.184024317428381 1421 | 30 1422 | 0 1423 | 10 1424 | -375.61192922317139 1425 | 20 1426 | -29.657902822015316 1427 | 30 1428 | 0 1429 | 0 1430 | SPLINE 1431 | 5 1432 | 113 1433 | 100 1434 | AcDbEntity 1435 | 8 1436 | 0 1437 | 100 1438 | AcDbSpline 1439 | 70 1440 | 0 1441 | 71 1442 | 3 1443 | 72 1444 | 16 1445 | 73 1446 | 12 1447 | 74 1448 | 0 1449 | 42 1450 | 0.000000001 1451 | 43 1452 | 0.0000000001 1453 | 44 1454 | 0.0000000001 1455 | 40 1456 | -1.6660709674385417 1457 | 40 1458 | -1.6660709674385417 1459 | 40 1460 | -1.6660709674385417 1461 | 40 1462 | -1.6660709674385417 1463 | 40 1464 | -1.4787689128856385 1465 | 40 1466 | -1.4787689128856385 1467 | 40 1468 | -1.2924896748272459 1469 | 40 1470 | -1.2924896748272459 1471 | 40 1472 | -0.99963994874637208 1473 | 40 1474 | -0.99963994874637208 1475 | 40 1476 | -0.64745662834028561 1477 | 40 1478 | -0.64745662834028561 1479 | 40 1480 | -0 1481 | 40 1482 | -0 1483 | 40 1484 | -0 1485 | 40 1486 | -0 1487 | 10 1488 | -367.23915320754099 1489 | 20 1490 | -5.909820645960747 1491 | 30 1492 | 0 1493 | 10 1494 | -367.89660107359794 1495 | 20 1496 | -5.9098206459629266 1497 | 30 1498 | 0 1499 | 10 1500 | -368.55468131827672 1501 | 20 1502 | -5.9829261640407383 1503 | 30 1504 | -1.7463808177353712e-12 1505 | 10 1506 | -369.83414413061979 1507 | 20 1508 | -6.2697166779696021 1509 | 30 1510 | -1.7463808177353712e-12 1511 | 10 1512 | -370.4569586445416 1513 | 20 1514 | -6.4829122685016705 1515 | 30 1516 | -1.9528823003156504e-12 1517 | 10 1518 | -371.9742944370409 1519 | 20 1520 | -7.2074074641964305 1521 | 30 1522 | -1.9528823003156504e-12 1523 | 10 1524 | -372.81720996155434 1525 | 20 1526 | -7.8179831415007683 1527 | 30 1528 | -1.4160894679093872e-12 1529 | 10 1530 | -374.35489497137382 1531 | 20 1532 | -9.4669897698463181 1533 | 30 1534 | -1.4160894679093872e-12 1535 | 10 1536 | -374.79025286933575 1537 | 20 1538 | -10.355710520286214 1539 | 30 1540 | -3.5349501104064984e-12 1541 | 10 1542 | -375.47271371692347 1543 | 20 1544 | -12.131107959019092 1545 | 30 1546 | -3.5349501104064984e-12 1547 | 10 1548 | -375.46187680823027 1549 | 20 1550 | -12.639069887628903 1551 | 30 1552 | 0 1553 | 10 1554 | -375.61192579582541 1555 | 20 1556 | -14.792036220391218 1557 | 30 1558 | 0 1559 | 0 1560 | LINE 1561 | 5 1562 | 114 1563 | 100 1564 | AcDbEntity 1565 | 8 1566 | 0 1567 | 100 1568 | AcDbLine 1569 | 10 1570 | -367.23915320754099 1571 | 20 1572 | -5.909820645960747 1573 | 30 1574 | 0 1575 | 11 1576 | -340.79698224043278 1577 | 21 1578 | -5.9098206459685958 1579 | 31 1580 | 0 1581 | 0 1582 | SPLINE 1583 | 5 1584 | 115 1585 | 100 1586 | AcDbEntity 1587 | 8 1588 | 0 1589 | 100 1590 | AcDbSpline 1591 | 70 1592 | 0 1593 | 71 1594 | 3 1595 | 72 1596 | 14 1597 | 73 1598 | 10 1599 | 74 1600 | 0 1601 | 42 1602 | 0.000000001 1603 | 43 1604 | 0.0000000001 1605 | 44 1606 | 0.0000000001 1607 | 40 1608 | -1.8397885126187163 1609 | 40 1610 | -1.8397885126187163 1611 | 40 1612 | -1.8397885126187163 1613 | 40 1614 | -1.8397885126187163 1615 | 40 1616 | -1.1617660405567607 1617 | 40 1618 | -1.1617660405567607 1619 | 40 1620 | -0.71769847697116895 1621 | 40 1622 | -0.71769847697116895 1623 | 40 1624 | -0.34394416016052037 1625 | 40 1626 | -0.34394416016052037 1627 | 40 1628 | -0 1629 | 40 1630 | -0 1631 | 40 1632 | -0 1633 | 40 1634 | -0 1635 | 10 1636 | -332.42372167864028 1637 | 20 1638 | -14.799049612646655 1639 | 30 1640 | 0 1641 | 10 1642 | -332.57638057445484 1643 | 20 1644 | -12.608620650502944 1645 | 30 1646 | 0 1647 | 10 1648 | -332.5591638529279 1649 | 20 1650 | -12.056432398328401 1651 | 30 1652 | 5.8092419763511316e-12 1653 | 10 1654 | -333.40798007742626 1655 | 20 1656 | -10.000433421016886 1657 | 30 1658 | 5.8092419763511316e-12 1659 | 10 1660 | -333.9311916181382 1661 | 20 1662 | -9.1464283864612845 1663 | 30 1664 | 6.2921889920630747e-12 1665 | 10 1666 | -335.38852475368958 1667 | 20 1668 | -7.694775636862131 1669 | 30 1670 | 6.2921889920630747e-12 1671 | 10 1672 | -336.28712633360607 1673 | 20 1674 | -7.0359148215404357 1675 | 30 1676 | 4.556910404573955e-12 1677 | 10 1678 | -338.5007834916359 1679 | 20 1680 | -6.1321105470408739 1681 | 30 1682 | 4.556910404573955e-12 1683 | 10 1684 | -339.6505017065644 1685 | 20 1686 | -5.9098206459580469 1687 | 30 1688 | 0 1689 | 10 1690 | -340.79698224043278 1691 | 20 1692 | -5.9098206459685958 1693 | 30 1694 | 0 1695 | 0 1696 | SPLINE 1697 | 5 1698 | 116 1699 | 100 1700 | AcDbEntity 1701 | 8 1702 | 0 1703 | 100 1704 | AcDbSpline 1705 | 70 1706 | 0 1707 | 71 1708 | 3 1709 | 72 1710 | 10 1711 | 73 1712 | 6 1713 | 74 1714 | 0 1715 | 42 1716 | 0.000000001 1717 | 43 1718 | 0.0000000001 1719 | 44 1720 | 0.0000000001 1721 | 40 1722 | -1.4865451888712209 1723 | 40 1724 | -1.4865451888712209 1725 | 40 1726 | -1.4865451888712209 1727 | 40 1728 | -1.4865451888712209 1729 | 40 1730 | -0.74327259443559057 1731 | 40 1732 | -0.74327259443559057 1733 | 40 1734 | -0 1735 | 40 1736 | -0 1737 | 40 1738 | -0 1739 | 40 1740 | -0 1741 | 10 1742 | -407.56872510277736 1743 | 20 1744 | -29.651011175610307 1745 | 30 1746 | 0 1747 | 10 1748 | -407.39647062978167 1749 | 20 1750 | -27.179431147173617 1751 | 30 1752 | 0 1753 | 10 1754 | -407.31026487637507 1755 | 20 1756 | -24.70260576850189 1757 | 30 1758 | 6.1117777505614868e-13 1759 | 10 1760 | -407.31026373395935 1761 | 20 1762 | -19.747455138931286 1763 | 30 1764 | 6.1117777505614868e-13 1765 | 10 1766 | -407.39646834529594 1767 | 20 1768 | -17.270629720509717 1769 | 30 1770 | 0 1771 | 10 1772 | -407.56872167864037 1773 | 20 1774 | -14.799049612646487 1775 | 30 1776 | 0 1777 | 0 1778 | SPLINE 1779 | 5 1780 | 117 1781 | 100 1782 | AcDbEntity 1783 | 8 1784 | 0 1785 | 100 1786 | AcDbSpline 1787 | 70 1788 | 0 1789 | 71 1790 | 3 1791 | 72 1792 | 16 1793 | 73 1794 | 12 1795 | 74 1796 | 0 1797 | 42 1798 | 0.000000001 1799 | 43 1800 | 0.0000000001 1801 | 44 1802 | 0.0000000001 1803 | 40 1804 | -1.6689594247840336 1805 | 40 1806 | -1.6689594247840336 1807 | 40 1808 | -1.6689594247840336 1809 | 40 1810 | -1.6689594247840336 1811 | 40 1812 | -1.4811597547325548 1813 | 40 1814 | -1.4811597547325548 1815 | 40 1816 | -1.2943866769466028 1817 | 40 1818 | -1.2943866769466028 1819 | 40 1820 | -1.0010301285099183 1821 | 40 1822 | -1.0010301285099183 1823 | 40 1824 | -0.6482154440596879 1825 | 40 1826 | -0.6482154440596879 1827 | 40 1828 | -0 1829 | 40 1830 | -0 1831 | 40 1832 | -0 1833 | 40 1834 | -0 1835 | 10 1836 | -415.94198224042907 1837 | 20 1838 | -38.540179269286718 1839 | 30 1840 | 0 1841 | 10 1842 | -415.28404586154119 1843 | 20 1844 | -38.54017926928455 1845 | 30 1846 | 0 1847 | 10 1848 | -414.6254755542866 1849 | 20 1850 | -38.466965051103557 1851 | 30 1852 | 1.9412249585570862e-12 1853 | 10 1854 | -413.34511308128708 1855 | 20 1856 | -38.179751944007556 1857 | 30 1858 | 1.9412249585570862e-12 1859 | 10 1860 | -412.72188633468591 1861 | 20 1862 | -37.966243707900347 1863 | 30 1864 | 2.053357484044227e-12 1865 | 10 1866 | -411.20453472690497 1867 | 20 1868 | -37.241097608108234 1869 | 30 1870 | 2.053357484044227e-12 1871 | 10 1872 | -410.36186722060216 1873 | 20 1874 | -36.630298620357024 1875 | 30 1876 | 1.7558177134446851e-12 1877 | 10 1878 | -408.82483326873199 1879 | 20 1880 | -34.980911459881881 1881 | 30 1882 | 1.7558177134446851e-12 1883 | 10 1884 | -408.38979470040113 1885 | 20 1886 | -34.092069900011253 1887 | 30 1888 | 4.0989434069160779e-12 1889 | 10 1890 | -407.70825735982203 1891 | 20 1892 | -32.317339446928088 1893 | 30 1894 | 4.0989434069160779e-12 1895 | 10 1896 | -407.7189499469867 1897 | 20 1898 | -31.806500773445588 1899 | 30 1900 | 0 1901 | 10 1902 | -407.56872510277736 1903 | 20 1904 | -29.651011175610165 1905 | 30 1906 | 0 1907 | 0 1908 | LINE 1909 | 5 1910 | 118 1911 | 100 1912 | AcDbEntity 1913 | 8 1914 | 0 1915 | 100 1916 | AcDbLine 1917 | 10 1918 | -415.94198224042907 1919 | 20 1920 | -38.540179269286718 1921 | 30 1922 | 0 1923 | 11 1924 | -442.38415320754109 1925 | 21 1926 | -38.540179269286426 1927 | 31 1928 | 0 1929 | 0 1930 | SPLINE 1931 | 5 1932 | 119 1933 | 100 1934 | AcDbEntity 1935 | 8 1936 | 0 1937 | 100 1938 | AcDbSpline 1939 | 70 1940 | 0 1941 | 71 1942 | 3 1943 | 72 1944 | 14 1945 | 73 1946 | 10 1947 | 74 1948 | 0 1949 | 42 1950 | 0.000000001 1951 | 43 1952 | 0.0000000001 1953 | 44 1954 | 0.0000000001 1955 | 40 1956 | -1.8394274188260678 1957 | 40 1958 | -1.8394274188260678 1959 | 40 1960 | -1.8394274188260678 1961 | 40 1962 | -1.8394274188260678 1963 | 40 1964 | -1.1617660406758126 1965 | 40 1966 | -1.1617660406758126 1967 | 40 1968 | -0.71769847701160239 1969 | 40 1970 | -0.71769847701160239 1971 | 40 1972 | -0.34394416018432361 1973 | 40 1974 | -0.34394416018432361 1975 | 40 1976 | -0 1977 | 40 1978 | -0 1979 | 40 1980 | -0 1981 | 40 1982 | -0 1983 | 10 1984 | -450.7569292231716 1985 | 20 1986 | -29.657902822013298 1987 | 30 1988 | 0 1989 | 10 1990 | -450.60460229069258 1991 | 20 1992 | -31.843568602175971 1993 | 30 1994 | 0 1995 | 10 1996 | -450.62169844185792 1997 | 20 1998 | -32.394229147283667 1999 | 30 2000 | 2.2287727219350018e-12 2001 | 10 2002 | -449.77315537066204 2003 | 20 2004 | -34.449566494004692 2005 | 30 2006 | 2.2287727219350018e-12 2007 | 10 2008 | -449.24994382999301 2009 | 20 2010 | -35.303571528584044 2011 | 30 2012 | 2.0755619445367302e-12 2013 | 10 2014 | -447.79261069450661 2015 | 20 2016 | -36.755224278195385 2017 | 30 2018 | 2.0755619445367302e-12 2019 | 10 2020 | -446.89400911462849 2021 | 20 2022 | -37.414085093560402 2023 | 30 2024 | 1.57818202950466e-12 2025 | 10 2026 | -444.68035195649799 2027 | 20 2028 | -38.317889368169702 2029 | 30 2030 | 1.57818202950466e-12 2031 | 10 2032 | -443.53063374148883 2033 | 20 2034 | -38.540179269282433 2035 | 30 2036 | 0 2037 | 10 2038 | -442.38415320754109 2039 | 20 2040 | -38.540179269286426 2041 | 30 2042 | 0 2043 | 0 2044 | SPLINE 2045 | 5 2046 | 120 2047 | 100 2048 | AcDbEntity 2049 | 8 2050 | 0 2051 | 100 2052 | AcDbSpline 2053 | 70 2054 | 0 2055 | 71 2056 | 3 2057 | 72 2058 | 10 2059 | 73 2060 | 6 2061 | 74 2062 | 0 2063 | 42 2064 | 0.000000001 2065 | 43 2066 | 0.0000000001 2067 | 44 2068 | 0.0000000001 2069 | 40 2070 | -1.4879275719776937 2071 | 40 2072 | -1.4879275719776937 2073 | 40 2074 | -1.4879275719776937 2075 | 40 2076 | -1.4879275719776937 2077 | 40 2078 | -0.74396378598967794 2079 | 40 2080 | -0.74396378598967794 2081 | 40 2082 | -0 2083 | 40 2084 | -0 2085 | 40 2086 | -0 2087 | 40 2088 | -0 2089 | 10 2090 | -450.75692579582523 2091 | 20 2092 | -14.792036220387875 2093 | 30 2094 | 0 2095 | 10 2096 | -450.92934045344015 2097 | 20 2098 | -17.265914645487385 2099 | 30 2100 | 0 2101 | 10 2102 | -451.01562800369771 2103 | 20 2104 | -19.745090176925711 2105 | 30 2106 | -5.5511151231257827e-15 2107 | 10 2108 | -451.01562914717709 2109 | 20 2110 | -24.704848746195243 2111 | 30 2112 | -5.5511151231257827e-15 2113 | 10 2114 | -450.92934274007314 2115 | 20 2116 | -27.184024317428381 2117 | 30 2118 | 0 2119 | 10 2120 | -450.75692922317137 2121 | 20 2122 | -29.657902822015316 2123 | 30 2124 | 0 2125 | 0 2126 | SPLINE 2127 | 5 2128 | 121 2129 | 100 2130 | AcDbEntity 2131 | 8 2132 | 0 2133 | 100 2134 | AcDbSpline 2135 | 70 2136 | 0 2137 | 71 2138 | 3 2139 | 72 2140 | 16 2141 | 73 2142 | 12 2143 | 74 2144 | 0 2145 | 42 2146 | 0.000000001 2147 | 43 2148 | 0.0000000001 2149 | 44 2150 | 0.0000000001 2151 | 40 2152 | -1.6651804886733699 2153 | 40 2154 | -1.6651804886733699 2155 | 40 2156 | -1.6651804886733699 2157 | 40 2158 | -1.6651804886733699 2159 | 40 2160 | -1.47798118771937 2161 | 40 2162 | -1.47798118771937 2163 | 40 2164 | -1.2918041421443962 2165 | 40 2166 | -1.2918041421443962 2167 | 40 2168 | -0.99911507294167412 2169 | 40 2170 | -0.99911507294167412 2171 | 40 2172 | -0.6471249597238401 2173 | 40 2174 | -0.6471249597238401 2175 | 40 2176 | -0 2177 | 40 2178 | -0 2179 | 40 2180 | -0 2181 | 40 2182 | -0 2183 | 10 2184 | -442.38415320754098 2185 | 20 2186 | -5.909820645960747 2187 | 30 2188 | 0 2189 | 10 2190 | -443.04160107359871 2191 | 20 2192 | -5.9098206459629266 2193 | 30 2194 | 0 2195 | 10 2196 | -443.69968131827829 2197 | 20 2198 | -5.9829261640409435 2199 | 30 2200 | -1.7474910407599964e-12 2201 | 10 2202 | -444.97914413062279 2203 | 20 2204 | -6.2697166779704547 2205 | 30 2206 | -1.7474910407599964e-12 2207 | 10 2208 | -445.60195864454528 2209 | 20 2210 | -6.482912268503024 2211 | 30 2212 | -1.9528823003156504e-12 2213 | 10 2214 | -447.1192944370448 2215 | 20 2216 | -7.207407464198889 2217 | 30 2218 | -1.9528823003156504e-12 2219 | 10 2220 | -447.96220996155705 2221 | 20 2222 | -7.8179831415031886 2223 | 30 2224 | -1.4155343563970746e-12 2225 | 10 2226 | -449.4998949713796 2227 | 20 2228 | -9.4669897698534715 2229 | 30 2230 | -1.4155343563970746e-12 2231 | 10 2232 | -449.93525286933988 2233 | 20 2234 | -10.355710520296936 2235 | 30 2236 | -3.5343949988941858e-12 2237 | 10 2238 | -450.61772978642057 2239 | 20 2240 | -12.131149763239645 2241 | 30 2242 | -3.5343949988941858e-12 2243 | 10 2244 | -450.60695367290032 2245 | 20 2246 | -12.640172774422521 2247 | 30 2248 | -5.5511151231257827e-16 2249 | 10 2250 | -450.7569257958254 2251 | 20 2252 | -14.792036220391211 2253 | 30 2254 | -5.5511151231257827e-16 2255 | 0 2256 | LINE 2257 | 5 2258 | 122 2259 | 100 2260 | AcDbEntity 2261 | 8 2262 | 0 2263 | 100 2264 | AcDbLine 2265 | 10 2266 | -442.38415320754098 2267 | 20 2268 | -5.909820645960747 2269 | 30 2270 | 0 2271 | 11 2272 | -415.94198224043276 2273 | 21 2274 | -5.9098206459685958 2275 | 31 2276 | 0 2277 | 0 2278 | SPLINE 2279 | 5 2280 | 123 2281 | 100 2282 | AcDbEntity 2283 | 8 2284 | 0 2285 | 100 2286 | AcDbSpline 2287 | 70 2288 | 0 2289 | 71 2290 | 3 2291 | 72 2292 | 14 2293 | 73 2294 | 10 2295 | 74 2296 | 0 2297 | 42 2298 | 0.000000001 2299 | 43 2300 | 0.0000000001 2301 | 44 2302 | 0.0000000001 2303 | 40 2304 | -1.8397434411567177 2305 | 40 2306 | -1.8397434411567177 2307 | 40 2308 | -1.8397434411567177 2309 | 40 2310 | -1.8397434411567177 2311 | 40 2312 | -1.1617660405579093 2313 | 40 2314 | -1.1617660405579093 2315 | 40 2316 | -0.71769847696999212 2317 | 40 2318 | -0.71769847696999212 2319 | 40 2320 | -0.34394416016052037 2321 | 40 2322 | -0.34394416016052037 2323 | 40 2324 | -0 2325 | 40 2326 | -0 2327 | 40 2328 | -0 2329 | 40 2330 | -0 2331 | 10 2332 | -407.56872167864026 2333 | 20 2334 | -14.799049612646655 2335 | 30 2336 | 0 2337 | 10 2338 | -407.72147464138084 2339 | 20 2340 | -12.607270929491586 2341 | 30 2342 | 0 2343 | 10 2344 | -407.70419794769799 2345 | 20 2346 | -12.056349814123653 2347 | 30 2348 | 5.8097970878634442e-12 2349 | 10 2350 | -408.55298007742084 2351 | 20 2352 | -10.000433421030007 2353 | 30 2354 | 5.8097970878634442e-12 2355 | 10 2356 | -409.07619161812841 2357 | 20 2358 | -9.1464283864709159 2359 | 30 2360 | 6.2927441035753873e-12 2361 | 10 2362 | -410.53352475369275 2363 | 20 2364 | -7.6947756368590001 2365 | 30 2366 | 6.2927441035753873e-12 2367 | 10 2368 | -411.43212633360969 2369 | 20 2370 | -7.0359148215389533 2371 | 30 2372 | 4.556910404573955e-12 2373 | 10 2374 | -413.64578349163588 2375 | 20 2376 | -6.1321105470408739 2377 | 30 2378 | 4.556910404573955e-12 2379 | 10 2380 | -414.79550170656438 2381 | 20 2382 | -5.9098206459580469 2383 | 30 2384 | 0 2385 | 10 2386 | -415.94198224043276 2387 | 20 2388 | -5.9098206459685958 2389 | 30 2390 | 0 2391 | 0 2392 | LWPOLYLINE 2393 | 5 2394 | 124 2395 | 100 2396 | AcDbEntity 2397 | 8 2398 | 0 2399 | 100 2400 | AcDbPolyline 2401 | 90 2402 | 4 2403 | 70 2404 | 1 2405 | 43 2406 | 0.0 2407 | 10 2408 | -13.000000000000004 2409 | 20 2410 | -34.725000000000001 2411 | 42 2412 | 0.99999999999999989 2413 | 10 2414 | -13.000000000000004 2415 | 20 2416 | -41.475000000000009 2417 | 10 2418 | -6.9999999999999964 2419 | 20 2420 | -41.475000000000009 2421 | 42 2422 | 0.99999999999999989 2423 | 10 2424 | -6.9999999999999964 2425 | 20 2426 | -34.725000000000001 2427 | 0 2428 | LWPOLYLINE 2429 | 5 2430 | 125 2431 | 100 2432 | AcDbEntity 2433 | 8 2434 | 0 2435 | 100 2436 | AcDbPolyline 2437 | 90 2438 | 4 2439 | 70 2440 | 1 2441 | 43 2442 | 0.0 2443 | 10 2444 | -13.000000000000004 2445 | 20 2446 | -2.9750000000000023 2447 | 42 2448 | 0.99999999999999989 2449 | 10 2450 | -13.000000000000004 2451 | 20 2452 | -9.7250000000000032 2453 | 10 2454 | -6.9999999999999964 2455 | 20 2456 | -9.7250000000000032 2457 | 42 2458 | 0.99999999999999989 2459 | 10 2460 | -6.9999999999999964 2461 | 20 2462 | -2.9750000000000028 2463 | 0 2464 | LWPOLYLINE 2465 | 5 2466 | 126 2467 | 100 2468 | AcDbEntity 2469 | 8 2470 | 0 2471 | 100 2472 | AcDbPolyline 2473 | 90 2474 | 8 2475 | 70 2476 | 1 2477 | 43 2478 | 0.0 2479 | 10 2480 | -3.0000000000000036 2481 | 20 2482 | 0 2483 | 10 2484 | -479.60000000000002 2485 | 20 2486 | 0 2487 | 42 2488 | 0.41421356237309503 2489 | 10 2490 | -482.59999999999997 2491 | 20 2492 | -3.0000000000000004 2493 | 10 2494 | -482.59999999999997 2495 | 20 2496 | -41.450000000000003 2497 | 42 2498 | 0.41421356237309503 2499 | 10 2500 | -479.60000000000002 2501 | 20 2502 | -44.450000000000003 2503 | 10 2504 | -3.0000000000000426 2505 | 20 2506 | -44.450000000000003 2507 | 42 2508 | 0.41421356237309781 2509 | 10 2510 | -1.3322676295501878e-14 2511 | 20 2512 | -41.450000000000003 2513 | 10 2514 | 0 2515 | 20 2516 | -3.0000000000000027 2517 | 42 2518 | 0.41421356237309537 2519 | 0 2520 | LWPOLYLINE 2521 | 5 2522 | 127 2523 | 100 2524 | AcDbEntity 2525 | 8 2526 | 0 2527 | 100 2528 | AcDbPolyline 2529 | 90 2530 | 4 2531 | 70 2532 | 1 2533 | 43 2534 | 0.0 2535 | 10 2536 | -475.59999999999997 2537 | 20 2538 | -2.9749999999999992 2539 | 10 2540 | -469.59999999999991 2541 | 20 2542 | -2.9749999999999952 2543 | 42 2544 | -0.99999999999999989 2545 | 10 2546 | -469.59999999999991 2547 | 20 2548 | -9.7249999999999996 2549 | 10 2550 | -475.59999999999997 2551 | 20 2552 | -9.7249999999999979 2553 | 42 2554 | -0.99999999999999989 2555 | 0 2556 | LWPOLYLINE 2557 | 5 2558 | 128 2559 | 100 2560 | AcDbEntity 2561 | 8 2562 | 0 2563 | 100 2564 | AcDbPolyline 2565 | 90 2566 | 4 2567 | 70 2568 | 1 2569 | 43 2570 | 0.0 2571 | 10 2572 | -475.59999999999997 2573 | 20 2574 | -34.725000000000001 2575 | 10 2576 | -469.59999999999991 2577 | 20 2578 | -34.725000000000001 2579 | 42 2580 | -0.99999999999999989 2581 | 10 2582 | -469.59999999999991 2583 | 20 2584 | -41.475000000000001 2585 | 10 2586 | -475.59999999999997 2587 | 20 2588 | -41.475000000000001 2589 | 42 2590 | -0.99999999999999989 2591 | 0 2592 | CIRCLE 2593 | 5 2594 | 129 2595 | 100 2596 | AcDbEntity 2597 | 8 2598 | 0 2599 | 100 2600 | AcDbCircle 2601 | 10 2602 | -326.26650139701883 2603 | 20 2604 | -22.225000000000001 2605 | 30 2606 | 0 2607 | 40 2608 | 1.7499999999999716 2609 | 210 2610 | 0 2611 | 220 2612 | 0 2613 | 230 2614 | 1 2615 | 0 2616 | CIRCLE 2617 | 5 2618 | 130 2619 | 100 2620 | AcDbEntity 2621 | 8 2622 | 0 2623 | 100 2624 | AcDbCircle 2625 | 10 2626 | -251.12150139701873 2627 | 20 2628 | -22.225000000000001 2629 | 30 2630 | 0 2631 | 40 2632 | 1.7499999999999716 2633 | 210 2634 | 0 2635 | 220 2636 | 0 2637 | 230 2638 | 1 2639 | 0 2640 | CIRCLE 2641 | 5 2642 | 131 2643 | 100 2644 | AcDbEntity 2645 | 8 2646 | 0 2647 | 100 2648 | AcDbCircle 2649 | 10 2650 | -381.76949313910535 2651 | 20 2652 | -22.225000000000001 2653 | 30 2654 | 0 2655 | 40 2656 | 1.7499999999999716 2657 | 210 2658 | 0 2659 | 220 2660 | 0 2661 | 230 2662 | 1 2663 | 0 2664 | CIRCLE 2665 | 5 2666 | 132 2667 | 100 2668 | AcDbEntity 2669 | 8 2670 | 0 2671 | 100 2672 | AcDbCircle 2673 | 10 2674 | -306.62449313910531 2675 | 20 2676 | -22.225000000000001 2677 | 30 2678 | 0 2679 | 40 2680 | 1.7499999999999716 2681 | 210 2682 | 0 2683 | 220 2684 | 0 2685 | 230 2686 | 1 2687 | 0 2688 | CIRCLE 2689 | 5 2690 | 133 2691 | 100 2692 | AcDbEntity 2693 | 8 2694 | 0 2695 | 100 2696 | AcDbCircle 2697 | 10 2698 | -401.41150139701881 2699 | 20 2700 | -22.225000000000001 2701 | 30 2702 | 0 2703 | 40 2704 | 1.7499999999999716 2705 | 210 2706 | 0 2707 | 220 2708 | 0 2709 | 230 2710 | 1 2711 | 0 2712 | CIRCLE 2713 | 5 2714 | 134 2715 | 100 2716 | AcDbEntity 2717 | 8 2718 | 0 2719 | 100 2720 | AcDbCircle 2721 | 10 2722 | -456.91449313910533 2723 | 20 2724 | -22.225000000000001 2725 | 30 2726 | 0 2727 | 40 2728 | 1.7499999999999716 2729 | 210 2730 | 0 2731 | 220 2732 | 0 2733 | 230 2734 | 1 2735 | 0 2736 | ENDSEC 2737 | 0 2738 | SECTION 2739 | 2 2740 | OBJECTS 2741 | 0 2742 | DICTIONARY 2743 | 5 2744 | C 2745 | 100 2746 | AcDbDictionary 2747 | 3 2748 | ACAD_GROUP 2749 | 350 2750 | D 2751 | 3 2752 | ACAD_MLINESTYLE 2753 | 350 2754 | 17 2755 | 0 2756 | DICTIONARY 2757 | 5 2758 | D 2759 | 100 2760 | AcDbDictionary 2761 | 0 2762 | DICTIONARY 2763 | 5 2764 | 1A 2765 | 330 2766 | C 2767 | 100 2768 | AcDbDictionary 2769 | 0 2770 | DICTIONARY 2771 | 5 2772 | 17 2773 | 100 2774 | AcDbDictionary 2775 | 0 2776 | ENDSEC 2777 | 0 2778 | EOF 2779 | -------------------------------------------------------------------------------- /images/full3dprinted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprinted.png -------------------------------------------------------------------------------- /images/full3dprinted1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprinted1.png -------------------------------------------------------------------------------- /images/full3dprinted1shortright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprinted1shortright.png -------------------------------------------------------------------------------- /images/full3dprinted1shortrightsmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprinted1shortrightsmall.png -------------------------------------------------------------------------------- /images/full3dprinted2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprinted2.png -------------------------------------------------------------------------------- /images/full3dprinted2shortright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprinted2shortright.png -------------------------------------------------------------------------------- /images/full3dprintedassembled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprintedassembled.png -------------------------------------------------------------------------------- /images/full3dprintedbraceinstalled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprintedbraceinstalled.png -------------------------------------------------------------------------------- /images/full3dprintedfullwidthassembled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprintedfullwidthassembled.png -------------------------------------------------------------------------------- /images/full3dprintedfullwidthheatset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprintedfullwidthheatset.png -------------------------------------------------------------------------------- /images/full3dprintedrear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprintedrear.png -------------------------------------------------------------------------------- /images/full3dprintedsmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/full3dprintedsmall.png -------------------------------------------------------------------------------- /images/hybrid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybrid1.png -------------------------------------------------------------------------------- /images/hybrid1small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybrid1small.png -------------------------------------------------------------------------------- /images/hybrid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybrid2.png -------------------------------------------------------------------------------- /images/hybrid3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybrid3.png -------------------------------------------------------------------------------- /images/hybrid4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybrid4.png -------------------------------------------------------------------------------- /images/hybrid5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybrid5.png -------------------------------------------------------------------------------- /images/hybridaluminum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridaluminum.png -------------------------------------------------------------------------------- /images/hybridassembled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridassembled.png -------------------------------------------------------------------------------- /images/hybridpartialassembly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridpartialassembly.png -------------------------------------------------------------------------------- /images/hybridpartialassembly2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridpartialassembly2.png -------------------------------------------------------------------------------- /images/hybridparts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridparts.png -------------------------------------------------------------------------------- /images/hybridshort1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridshort1.png -------------------------------------------------------------------------------- /images/hybridshort1small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridshort1small.png -------------------------------------------------------------------------------- /images/hybridshort2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaredC01/LabStack-Rack/e4d850f6de9ed63742e32e1e7b1f06522d261dc6/images/hybridshort2.png --------------------------------------------------------------------------------