TclCommand exteriors

Issue #311 resolved
Brian created an issue

Hi Guys,

TclCommand exteriors does not allow for Tool diameter.

Many Thanks

Comments (7)

  1. Marius Stanciu

    Hi,

    That’s because this command just pick something that exists. From a Geometry object that holds a collection of polygons it will create a new object made out of the exteriors of the polygons in the source object.
    Imagine a doughnut with a hole inside. Exteriors will get the outside circle of the doughnut(s).

  2. Brian reporter

    ok, using the GUI I can do this:

    • load the outline gerber and select it
    • click selected tab, tool dia: 3.0
    • click Ext Geo button

    can this process be replicated with a TclCommand?

  3. Marius Stanciu

    What you are looking for is the TclCommand Isolate. But for now it can do only full isolation (no exteriors only, no interiors only).

  4. Marius Stanciu

    Hi,

    isolate() can do now also the exteriors and interiors buffering by using the new parameter iso_type

  5. Log in to comment