> For the complete documentation index, see [llms.txt](https://d2m.doyoki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d2m.doyoki.com/week-02.md).

# Week 02

### <https://youtu.be/I8iuBPYgTvs>

### <https://www.youtube.com/channel/UCsTzX8hVekDwqYYqU0vLv7g>

## 수업 Survey 설문조사:

#### <https://goo.gl/forms/jfLT5STfIvSAr3yr2>

### 1. Drawing a Sketch, Design

![](/files/-LK4XxTcJOifY9igCKsj)

![](/files/-LK4Y-eO8n5EmDRG5_1a)

### 2. CAD (Computer-aided design)

![](/files/-LK4ZOAm5jfLC8VlZdFS)

[**https://www.autodesk.com/products/fusion-360/students-teachers-educators#**](https://www.autodesk.com/products/fusion-360/students-teachers-educators#)

[**http://f360ap.autodesk.com/courses/getting-started-in-fusion-360**](http://f360ap.autodesk.com/courses/getting-started-in-fusion-360)

#### <https://www.autodesk.co.kr/products/fusion-360/students-teachers-educators?mktvar004=687107&internalc=true>

### &#x20;3. CAM (Computer-aided manufacturing) :  g-code

![](/files/-LK4Z2NFwOWo-a52z4iO)

![](/files/-LK4YXStGGYdDsXDzskl)

### 4. Final: Assembly, Completion&#x20;

![](/files/-LK4ZcHIDGZv8mORQ3ka)

![](/files/-LK4Zfg7T2ARYJP05_AM)

### 5. 과연 위 순서대로 잘 될까?

### 5. Would this project go smoothly as the above?&#x20;

### NO!! 전혀!!

| **Design Sketch** |  <> | CAD |  <> | CAM |  <> | Manufacturing |
| :---------------: | :-: | :-: | :-: | :-: | :-: | :-----------: |
|      디자인 스케치      |     |  캐드 |     |  캠  |     |       제조      |

### &#x20;시간과 소재, 장비 비용이 무척 든다.&#x20;

### It takes Time, Material, Tool, Equipment.

{% embed url="<https://www.youtube.com/watch?v=AdcoVurVY30>" %}

####

#### <https://ocw.mit.edu/courses/mechanical-engineering/2-007-design-and-manufacturing-i-spring-2009/related-resources/drawing_and_sketching/#Dimensioning>

### A. Orthographic Drawing/Multi View Drawing 직교 도면    &#x20;

![](/files/-LM7iVl1a4-vezd5Dfww)

![](/files/-LM7mZA0_m-GixQgZZEl)

![](/files/-LM7mj-bNa5s_JZpNesm)

### 6 Standard View : Top, Bottom, Front, Back, Right Side, Left Side&#x20;

### B. Perspective Drawing&#x20;

![](/files/-LM7nDG4msGrPPCX-3jP)

![](/files/-LM7mJGh6ewtKU30oetJ)

### C. Isometric Drawing &#x20;

![](/files/-LM7npqZw9Zf9OwwOGgE)

![](/files/-LM7o3QgSNE6hulLLA23)

{% file src="/files/-LM839IgvzXn9fXqwHWJ" %}
Exercise
{% endfile %}

### Assignment : Think of an object you want to make. (No picture, just Think)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://d2m.doyoki.com/week-02.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
