# OpenSCAD: Command Sheet and Intro

{% file src="/files/-MRa2-tSLOLZLPqkPNlG" %}
OpenSCAD Command Overview
{% endfile %}

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

## Assignment #1

Build a house shape using cube, translate and rotate commands.

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

## Assignment #2

Build a complex object with multiple, different primitives (a car would be a good object, for example, because you can use cylinders for wheels, cube for the body, etc).


---

# 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/archives/vanek-archives/archives-robotics-7/openscad-command-sheet-and-intro.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.
