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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=086z/p+fskIog/Lgqh11c62pZC/5z2ZBnuM2tVqSvls=; b=Rst9cOZngxeK3q9DXdwpF6U7AgBsP8wtUAh+UXkMm106+8FbXk/LLcnmW5ZgLrrAjP iQxODeZnCCXFdIc965s9lPdtE0ShKm+opeJtyrhDv0NGdNewwxXqzr9Byn+D1qmNTYbc STzVxzymHs3Gfk8FZWkSQQ8GBkn7Zt6XPNGAu91G6s9r4ALXn2FhfLxKKehLujVM3SA4 pWsLRoWhcfwOGHrjpsWK5VYRk6UYqZ4YCwx/Wh6x/mB9qy5CDcvbxfq0GcYKSh5g6MzT HrwzHQlvoPbwnzCgLg89JIG8BFTcV2dOdGQFbO55Bl84Q6t5GMwnBPbYxhFmVXTskB3Q a/qA== X-Received: by 10.28.189.11 with SMTP id n11mr10799966wmf.3.1452088474605; Wed, 06 Jan 2016 05:54:34 -0800 (PST) Date: Wed, 6 Jan 2016 14:54:28 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] A fileformat library (blind/buried vias) Message-Id: <20160106145428.b829e7ebe8f7f93b6a644259@gmail.com> In-Reply-To: <42CFD5A8-B3C1-4BB2-8D5E-7FF582332FCF@noqsi.com> References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG> <20160105182120 DOT 3237F809D79B AT turkos DOT aspodata DOT se> <8E0210CD-0694-4717-A7B1-3224E39691DA AT sbcglobal DOT net> <20160106135339.80f8121dd33! cddd92c5acb8a AT gmail DOT com> <42CFD5A8-B3C1-4BB2-8D5E-7FF582332FCF AT noqsi DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > For this pcb non-user, one of the biggest sources of confusion that drives me away is that pcb does not really have layers at its foundation. > > I think of a printed circuit board as a stack of patterned layers of various materials: epoxy glass, constantan, copper, teflon, solder mask, etc. Plated holes are an exception to the general paradigm, but I think they’re the only one unless you’re into 3D printing. > > From that point of view, a simple buried via is a piece of copper with a hole in it on one layer, a plated hole in the insulating layer below it, and a piece of copper with a hole in it on the next layer down. ... I think of layout data as a bunch on drawing primitives drawn on different layers, everything else is just structure to make handling easier. Some data or drawing primitives are bunched together in something called a footprint so it could be manipulated all at once. If it where possible to bunch together the ordinary drawing primitives including drilled plated or not holes in something called a via it would be no problem to draw buried vias? Nicklas Karlsson