// // // // Shape Edit Section of the // -==========----------------- // // HTM Card Printed Circuit Board Geometry File // ------------------------------------------------ // // // Area Fills on OTHER Layers // ---------------=======-------- // // // // Original Rev. 27-Mar-2018 // Current Rev. 27-Mar-2018 // // // Notes: // // - These are Area Fills because they are on OTHER Signal layer // in the Mentor design. // // - These fills are kept back at least 5 mm from the // top and bottom edges so that the area fills will not be // exposed when the top and bottom edges are milled to // allow this card to fit into the crate card guides. // // - These fills are kept back at least 1mm from the front // and back edges to comply with normal decorum. // // - As of 27-Mar-2018 there is 1 shape defined in this file: // // // Shield under the ATCA Isolated +12V Module // // // // Net: Shield_ATCA_12V_Module // // Fill Layer: Signal_1 <---- // // Location: Fill under the ATCA Isolated +12V Module // // Resolution: Medium // $$initial([ 136.7, 47.4 ], , @nosnap ); // Start in the NE corner $$terminal([ 76.3, 47.4 ] ); // Go West across the Top $$terminal([ 76.3, 8.6 ] ); // Go Down the West edge $$terminal([ 136.7, 8.6 ] ); // Go East Across the Bottom $$terminal([ 136.7, 47.4 ] ); // Go Up the rest of the east edge and home $$path( "SHAPE_EDIT", 0.0 ); // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // // Repete the above on design layer $$path( "DIELECTRIC", 0.0 ); // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // // // Net: Shield_ATCA_12V_Module // // Fill Layer: Signal_1 <---- // // Location: Fill under the ATCA Isolated +12V Module // // Resolution: Medium // $$initial([ 136.7, 47.4 ], , @nosnap ); // Start in the NE corner $$terminal([ 76.3, 47.4 ] ); // Go West across the Top $$terminal([ 76.3, 8.6 ] ); // Go Down the West edge $$terminal([ 136.7, 8.6 ] ); // Go East Across the Bottom $$terminal([ 136.7, 47.4 ] ); // Go Up the rest of the east edge and home $$path( "DIELECTRIC", 0.0 );