# Parametric Modeling

{% embed url="<https://youtu.be/a8l1UKlP4us>" %}

## Assignment:

Design and create an invention using parametric modeling.

Your design should:

* Be parametric (add parameters first, make sure your design doesn't break when you change them) (3 points)
* Have at least three pieces that come together to function. (6 points)
* be 3D printable (no overhangs, flat base for printing) (2 points)
* have no piece greater than 200mm in a direction. (2 points)
* Include final renders (2 points)

You will be turning in 3 things for this project, **the fusion file**, the **printable STL files**, and **multiple angle renders of the finished design**.


---

# 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://gilmour.online/compsci/3d-modeling-and-fabrication/parametrics.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.
