# Solid Tools

## Create Menu

Last updated 3/24/2021

## Modify Menu

### Combine

Select the Target Body (body which has the action performed on it), then select all the tool bodies.&#x20;

**Join** - Joins bodies into one large body as long as they are touching.

**Cut** - Cuts tool bodies out of the target body (especially useful when combined with Offset Face because you can make perfectly contoured holes in objects, similar to a mold).

**Intersect** - Keeps only the intersection of the target body and the tool bodies (useful for making wing ribs because you can first Sweep the wing shape, then Rectangle Pattern a series of rectangular prisms down its length, and finally Intersect the sweep with the prisms to get the ribs).

"Keep tools" allows your tool bodies to remain, otherwise they get merged or deleted in the Combine tool.

### Split Body

Using a plane, face, or profile (mostly planes) it splits a body into two pieces along that plane. This is very useful for cutting large objects into smaller pieces, such as cutting an aileron from the wing.

## Construct Menu

Making planes and axes is a must have skill for any person doing CAD. Although this menu's tools are self-explanatory, people don't know when or how to use its tools in creative ways. This, however, cannot be taught through this documentation and only is learnt through practice. See [Smart CAD Tutorial (making a file)](broken://pages/-MW_azHGYWoJ6COBIr80) for a slight lesson on this.


---

# 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.tjuav.org/tjuav/software-1/mechanical/fusion360/basic-tools.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.
