X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=lXtdqbiVN4qA4kgv3zIz4zwkLPXo2b0NraiiWqzhsbE=; b=DzxkgjBkOrjSZuX55xkFfwiAypv+NgW20TF3mrrXO1D5cGCxkpfHnB81RoeRuNPa0K BQySNr9HECY7SDLMu2+RhsWQQtnhClnu1i1fmexcFZVP52wBKvDYKWU3GgUIFgzjjgam MOlgPSWe6uBO0jiRZPYZAZMUh15pxDcgd3g4i5b1TnjtIl96zSjtSb3wWtMnyGvpkV6f Do4sVsHeBuZ1B4u75au+LIURYwv54FcJEtChpRvIaqng2wQMcLOtx/ytGmOZjC8buoxA wYDvFEj+PK/LcNwN3AGOIlLZStNmms5L0adtTZ+aTzZkL4g2Ptr8GHR8K6E8S1zCRj06 ffLg== MIME-Version: 1.0 X-Received: by 10.60.55.97 with SMTP id r1mr19539987oep.85.1368634784820; Wed, 15 May 2013 09:19:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 May 2013 20:19:44 +0400 Message-ID: Subject: [geda-user] Fwd: How use GetXY() action result? From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e0115f08a2d37cc04dcc41e40 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 --089e0115f08a2d37cc04dcc41e40 Content-Type: text/plain; charset=ISO-8859-1 I want duplicate object (e.g. pad) and move with delta. PasteBuffer(Clear) PasteBuffer(AddSelected) PasteBuffer(ToLayout, +4, +4, mm) But PasteBuffer(ToLayout,X,Y,units) worked with absolute coordinate. Therefore I need remember absolute coordinate of copied Object for computing new coordinate of duplicated object. In PCB manual I found GetXY() action, but I not understand how his use. --089e0115f08a2d37cc04dcc41e40 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I wa= nt duplicate object (e.g. pad) and move with delta.

PasteBuffer=
(Clear) PasteBuffer(AddSelected) PasteBuffer(ToLayout, +4, +4, mm)
But= PasteBuffer(ToLayout,X,Y,units) worked with absolute coordinate.
Therefore I need remember absolute coordinate of copied Object for co= mputing new coordinate of duplicated object.

In PCB manual I f= ound GetXY() action, but I not understand how his use.

--089e0115f08a2d37cc04dcc41e40--