X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=RLT+JrG1U7YqYeDAAkpE3vudnQlPCWeHUbBaMMsHsgg=; b=a7xTj0T0N4iBlKKIIDPIe93pHqIgQs2NOxkklNCqlxzVLfVXzlP8EbUX3wwf0SsjRA pU48hjIYrTydvpbLFvDKb9ITadjpvEVKn7xHdXV5Joa4TpNIHqPZ4jA6eFmvgNrQBo0V dG1607xdzN1nJ9SvcAaf4kHaMeEpVLGAdhrY/m+2klXv7VzPJ7ELLR+ZUr6cRgiIU6jx dckdxVuafT2R0wItE3WDwK0ahOIG6wLTLKPPrHhFxJNjyCEWA7m6rdLJcxNYxq6UswGn 3o8ssXn3K88Q8N1gCZXFh2pZA9ORbs0vNnIBjDxWU9BT6k64G0s3CJaxgS/cX4UIu/t0 m6GQ== MIME-Version: 1.0 X-Received: by 10.60.42.104 with SMTP id n8mr19884289oel.94.1368633528299; Wed, 15 May 2013 08:58:48 -0700 (PDT) Date: Wed, 15 May 2013 19:58:48 +0400 Message-ID: Subject: [geda-help] How use GetXY() action result? From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary=089e0149ca5c48554504dcc3d38c Reply-To: geda-help AT delorie DOT com --089e0149ca5c48554504dcc3d38c 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. --089e0149ca5c48554504dcc3d38c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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 co= mputing new coordinate of duplicated object.

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