# Box Mounts

The API for boxMounts is:

```
===================================================================
  *** Box Mounts ***
  Mounting tabs on the outside of the box
-------------------------------------------------------------------
  Default origin = yappCoordBox: box[0,0,0]

  Parameters:
   Required:
    p(0) = pos : position along the wall : [pos,offset] : vector for position and offset X.
                    Position is to center of mounting screw in leftmost position in slot
    p(1) = screwDiameter
    p(2) = width of opening in addition to screw diameter 
                    (0=Circular hole screwWidth = hole twice as wide as it is tall)
    p(3) = height
   Optional:
    p(4) = filletRadius : Default = 0/Auto(0 = auto size)
    n(a) = { yappLeft | yappRight | yappFront | yappBack } : one or more
    n(b) = { yappNoFillet }
    n(c) = { <yappBase>, yappLid }
    n(d) = { yappCenter } : shifts Position to be in the center of the opening instead of 
                            the left of the opening
    n(e) = { <yappGlobalOrigin>, yappLeftOrigin } : Only affects Back and Right Faces
```

To add boxMount you can use this code:

```
baseMounts   = 
[
    [15+(15/2), 3.5, 15, 3, yappRight]
   ,[shellLength-(15/2), 3.5, 15, 3, yappRight]
   ,[36, 5, shellLength, 7, yappLeft]
];
```

<div><figure><img src="https://832938294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcI46RW7gXIHinmkl2pBq%2Fuploads%2FMa8zxJQ5YGRyznQi9ZAC%2FYAPPpcbmountsLeft.png?alt=media&#x26;token=5000d43d-7a1c-47c4-a64d-df07f88293f5" alt=""><figcaption></figcaption></figure> <figure><img src="https://832938294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcI46RW7gXIHinmkl2pBq%2Fuploads%2FmYhslioocyN3k3yYr3Am%2FYAPPpcbmountsRight.png?alt=media&#x26;token=deac7d04-f5c6-4358-9b84-12091c14121c" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mrwheel-docs.gitbook.io/yappgenerator_en/box-mounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
