X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Fbx7Pfw1WLGwLxNq8LyxXHgUzNtmykz/LWjLsinWeWE=; b=iQbjQplnJKu3xfFoB4BQDUvY00DtpHx8BHSqhTBtgmJ9kt99JDcNgqGy6oi6YCqmUP JF7tI5l3yaDO2ifyZ9eyJw+JPnIqY/jdMBu5vwvs1cal4MKIohLVAXS9+f2otb7FHlxO QYf9IE3hsm/+SOvPxZlVVXD2hiPSsGE3NSFxnCmlNlvI7bt0CPjbN98dl1s2V+WwW9iW JLFUQ6GExaakEX2NEaeuP4KQ0PNlvzyyD712A0I3qjKP0dqzI0LoVLDIo/9g7ni7lVuJ 3/DTGy8Od3lX0aG3z6Own3f+jJZgbsJT3Pn/B8AgXr3QcDaj0yb7t0rtSkL3Lz5PKaaZ dKtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Fbx7Pfw1WLGwLxNq8LyxXHgUzNtmykz/LWjLsinWeWE=; b=r3KkfbfIOTH30iCWrvM2R/OcdvAawY8z1vBl44Cf2mzhKAK0DBEnUL2Js+poa2HFlp mHxWcnfRqYfI8bgbanG0bf/O+hB6COipvaT4oJPfmnI2DjpskhXrwvIzpzd8gsjlAw4Q 5bH0Ux8ZHonmt98BOKyYdEyaj78WtM3rL4w62grxG3tsRy7vPa7+QtKoOeBbn4TJEGG3 9DGGOFhn+o1otpQvn4SHH5ClY+U2TF42+noRipEh/Cj9QoVx1eZBx0Wpgwz8MT9BYQgn jz9WYMlVlaWALoTRenniJCX+hfKWpm/P4PtLwK8vVRjE+nvI9XHeQBUnW9kXchnoFce/ NEwA== X-Gm-Message-State: AIVw112+Ij8LSsFv2BY6FyIUY1SlbxlTAVkO2UBP/ZfTVUdpE56DfyOu J4PjFby1LREnBgRVcdUZ9fk+0UjRpSAb X-Received: by 10.202.181.65 with SMTP id e62mr2661759oif.119.1500487221449; Wed, 19 Jul 2017 11:00:21 -0700 (PDT) MIME-Version: 1.0 From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Thu, 20 Jul 2017 03:30:21 +0930 Message-ID: Subject: [geda-user] [pcb-rnd] Using the new PolyHatch plugin to crosshatch polygons in layouts To: geda-user Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com During development of the Protel Autotrax/Easytrax import/export plugin, a method for exporting complex polygons to the Protel Autotrax/Easytrax format was needed, given its limited support for polygons other than solid rectangular fills. A PolyHatch() function was implemented in a separate plugin, which can now be used to convert any selected polygon on a layout with user defined cross hatching spacing, the option of vertical and/or horizontal cross hatching, and the option of clearance. This plugin is now included in svn head by default, and will be in the next release of pcb-rnd. It can be invoked with :PolyHatch(interactive) after selecting a polygon or polygons. For further details and screenshots, see: http://vk5hse.blogspot.com.au/2017/07/polyhatch-command-for-cross-hatching.html