delorie.com/archives/browse.cgi   search  
Mail Archives: geda-help/2014/09/23/11:09:06

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:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=BSVJRyG7lwr1glWYw1N/Hik7OM7bf5XnM9sZD4KGNNM=;
b=cnO9I5M3HCRYwV6SrpOmhSLodWnxeSNUobr1qRJfqv07wnu3RRpOeESe9tcPYLXxca
D6lGRDi7bJ5AAMdii9aivqMt+KIDmw8K8F3lXN4IJ7fhPDKKrsI60tn5AlVDS8rCOLAA
EaNi8XB9sEz8JYMEtyizdSWAZj2i1yILZ/1rQC+tsvM+7X5q2yJkduS9i9kog5d1Ygvd
zztq9e9JCMOCiSsdfy0uEItf14HqWRsyH2C8Eb4Mgg4g0pfK9UpnPPvCHjRMW6v0rvG2
AykhMs/MnS4xAhidyt6BnOg1OgJPylSqPfgvrUptDnJQ+6cg4+nucwzkVR+UxbwH4vTK
9O7w==
MIME-Version: 1.0
X-Received: by 10.224.47.130 with SMTP id n2mr14194qaf.87.1411484929100; Tue,
23 Sep 2014 08:08:49 -0700 (PDT)
In-Reply-To: <54218822.4060506@ecosensory.com>
References: <CACEmZ2eiM9tDgNZM8BgeZ=U52dy0Q0QTLbBr7ryPOQ23D6UGPg AT mail DOT gmail DOT com>
<54218822 DOT 4060506 AT ecosensory DOT com>
Date: Tue, 23 Sep 2014 09:08:49 -0600
Message-ID: <CACEmZ2cdKdrLuzzikZV7rFydi_3ShAhucM+MydtRthyL014y3g@mail.gmail.com>
Subject: Re: [geda-help] Polygon cleared out of existence
From: Troy Johnson <troy DOT johnson AT gmail DOT com>
To: geda-help AT delorie DOT com
Reply-To: geda-help AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-help AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

--001a1134b004ce139d0503bcf172
Content-Type: text/plain; charset=UTF-8

Thanks John,

What ended up solving the problem for me was drawing a square somewhere
else on the board.  I then hovered over my newly drawn square, I pressed
the key S to make it fill in, then I moved the square where I wanted it to
be... Took me a long time to figure it out, not sure if there is a better
way, but at least it works for me that way.

On Tue, Sep 23, 2014 at 8:48 AM, John Griessen <john AT ecosensory DOT com> wrote:

> On 09/21/2014 11:25 PM, Troy Johnson wrote:
>
>> I've read where it talks about "New lines, arcs clear polygons checked in
>> the Settings", but these seems to be opposite of my
>> problem.  I've tried ClrFlag(Selected, Join) but that doesn't change
>> things.
>>
>
> You've got a lot drawn, so you are looking for a fix for that as well as
> new objects added to the layout.   Try reading to find the flag definition
> for
> "clear polygons" and change it in the .pcb file for each object that
> overlaps a polygon
> area.    It's hard to tell in the .pcb file what overlaps what though....
> This approach
> might help if changing ALL of the flags in the darawing is beneficial.
>
> Another way to operate on lots of objects at once is select them, then use
> an action
> command that affects selected set.  That's using the PCB GUI some, then an
> action command
> on the selected set.
>
> Gotta go now -- others may have more help, (more direct recent
> experience), for your problem.
>

--001a1134b004ce139d0503bcf172
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Thanks John,<br><br>What ended up solving the problem for =
me was drawing a square somewhere else on the board.=C2=A0 I then hovered o=
ver my newly drawn square, I pressed the key S to make it fill in, then I m=
oved the square where I wanted it to be... Took me a long time to figure it=
 out, not sure if there is a better way, but at least it works for me that =
way.<br></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On =
Tue, Sep 23, 2014 at 8:48 AM, John Griessen <span dir=3D"ltr">&lt;<a href=
=3D"mailto:john AT ecosensory DOT com" target=3D"_blank">john AT ecosensory DOT com</a>&g=
t;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0=
 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=3D"">On 09/2=
1/2014 11:25 PM, Troy Johnson wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
I&#39;ve read where it talks about &quot;New lines, arcs clear polygons che=
cked in the Settings&quot;, but these seems to be opposite of my<br>
problem.=C2=A0 I&#39;ve tried ClrFlag(Selected, Join) but that doesn&#39;t =
change things.<br>
</blockquote>
<br></span>
You&#39;ve got a lot drawn, so you are looking for a fix for that as well a=
s<br>
new objects added to the layout.=C2=A0 =C2=A0Try reading to find the flag d=
efinition for<br>
&quot;clear polygons&quot; and change it in the .pcb file for each object t=
hat overlaps a polygon<br>
area.=C2=A0 =C2=A0 It&#39;s hard to tell in the .pcb file what overlaps wha=
t though....=C2=A0 This approach<br>
might help if changing ALL of the flags in the darawing is beneficial.<br>
<br>
Another way to operate on lots of objects at once is select them, then use =
an action<br>
command that affects selected set.=C2=A0 That&#39;s using the PCB GUI some,=
 then an action command<br>
on the selected set.<br>
<br>
Gotta go now -- others may have more help, (more direct recent experience),=
 for your problem.<br>
</blockquote></div><br></div>

--001a1134b004ce139d0503bcf172--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019