YAPPgenerator_en
  • Yet Another Parametric Projectbox generator
  • What you need
  • Getting Started
  • Design Philosophy
  • Coordinate Systems
  • YAPPgenerator API
  • YAPP Box Settings
    • Multiple PCBs
  • Standoffs
    • pcbStands (advanced)
  • Connecting Base and Lid
    • Connecting Base and Lid (advanced)
  • Cutouts
    • n(h) - yappFromInside
    • p(6) - Cutout Depth
    • Placement of the project box
      • Cutouts in the Base Plane
      • Cutouts in the Lid Plane
      • Cutouts in the Front Plane
      • Cutouts in the Back Plane
      • Cutouts in the Left Plane
      • Cutouts in the Right Plane
    • Shapes
    • Optional Parameters
      • p(7) - Angle
      • n(a) = Polygon Definition
      • n(b)/n(c) - Mask Definition
      • n(d) - Coordinate System
      • n(e) - Position reference
      • n(f) - Alternate Origin
      • n(g) - PCB Selection
  • Box Mounts
    • boxMounts (advanced)
  • Snap Joins
  • Light Tubes
  • Push Buttons
    • Optional Parameters
  • Ridge Extension
  • Labels
  • Images
  • Hooks
  • Debugging
  • Advanced Options
    • Specify a PCB
    • Position reference
    • Polygon Definitions
    • Mask Definitions
  • Generating STL file from KiCad
  • License
Powered by GitBook
On this page
  1. Cutouts

Shapes

PreviousCutouts in the Right PlaneNextOptional Parameters

Last updated 1 year ago

There are six shapes for cutouts: yappRectangle, rectangles with rounded corners, circles , circles with flat sides, circles with a key and polygons.

  • yappRectangle

  • yappRoundedRect

  • yappCircle

  • yappCircleWithFlats

  • yappCircleWithKey

  • yappPolygon

  • yappRectangle

    • Uses the width and length parameters. radius is ignored

  • yappRoundedRect

    • Uses the width and length parameters to define the rectangle and radius for the corner radius.

  • yappCircle

    • Uses the radius parameter. Width and length are ignored.

  • yappCircleWithFlats

    • Uses the radius parameters and the width parameter for the distance between the flat sides.

  • yappCircleWithKey

    • Uses the radius parameters and the width parameter for the width of the key and the length as the depth of the key.

  • yappPolygon

    • Uses the width and length parameters to scale the polygon. The polygon should be defined with a base size of 1x1 (-0.5 to 0.5 in both X and Y). A yappPolygonDef is required.

5 basic shapes and polygon