# Bounding Box

## <img src="/files/bDOIoh6zAsf5AwDA2gFe" alt="" data-size="line"> BoundingBox  <a href="#profiles" id="profiles"></a>

The BoundingBox command creates a box that encloses all selected objects, or each object in selection.

#### Command options

-CoordinateSystem: Specifies the coordinate system that will be used for basing the bounding box.

* CPlane: Bases the object creation on construction plane coordinates.
* World: Bases the object creation on world coordinates.

-Cumulative (Yes/No): Specifies to create a bounding box for a collection of objects, or for each object in the collection.

<div align="left"><figure><img src="/files/rZOstKzkCvJfJPts9RlG" alt=""><figcaption><p>Yes (Default)</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/RS9DGb0HOW7n99PFPniV" alt=""><figcaption><p>No</p></figcaption></figure></div>

Yes (Default)No

-Output: For three-dimensional objects, specifies the result.

* Solid: Creates a polysurface box.
* Meshes: Creates a mesh box or plane.
* Curves: Creates six grouped rectangles.
* None: Reports the dimensions of the bounding box at the command line.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/mesh.htm).


---

# 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://docs.rhinoartisan.com/commands/solid/bounding-box.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.
