Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 2800
- 그리디
- React #새파일생성
- 골드5
- 프로그래머스
- 실버1
- useHeaderHeight
- 괄호제거
- 딥러닝
- 머신러닝
- KeyboardAvoidingView
- 복잡도 측정
- 17089
- 수정렬하기4
- 이진탐색
- LV3
- 상담원 인원
- 그래프
- 3079
- 브루트포스
- 시간초과해결
- 자료구조
- 이분탐색
- 백준
- ReactNative
- 11831
- PYTHON
- TouchableWithoutFeedback
- 큐
- FlatList
Archives
- Today
- Total
지니 코딩일기
AutoCAD _05 Layers 본문
LAYERS
Layers는 base map(모든 정보를 포함한 지도)를 나타낼 때 사용
✔Advantages of Using Layers
- Keeps drawing organized
- Visualizes object types by colors
- Easier manipulation(selecting options) -> 하나하나 선택이 아니라, 한꺼번에 동시 선택 가능 (invert)
- Merge layers
✔Controlling Layers(layer)
- Status
- Visibility and Editable
- On/Off : 객체가 메모리에 남아있음 (안 보인다)
- Freeze/Unfreeze : 메모리가 해제됨 (안 보인다)
- Lock/Unlock : (선택 안 된다)
- Colors
- Plotting color
- Drawing과 print는 좀 다르다!
- Linetypes
- Layer 설정 쪽에서 linetypes 설정 가능
- Lineweights
- Layer 설정 쪽에서 lineweights 설정 가능
- 처음 만들면 default(0.25~0.3정도)
- Transparency
- 숫자 지정
*전부 properties로 각각 지정할 수 있지만, by layer로 하는 것이 편리하다.
- Plotting
✔Creating New Layers
✔Deleting Layers
처음 상태는 layer0
Layer를 생성하고 선택하면 해당 layer에서 그려진다
Layer에 물체가 있으면 blue
없으면 grey
Purge하면 필요 없는 layer 삭제됨
➰지난 floor plan 과제
- demensions / doors / windows / hatches / walls / outdoors 등으로 구분해서 layer 만들기
- 각각을 해당 layer에 지정해주기
➕
- 우리가 평소 보는 화면이 model space
- Layout
- Pspace
- => plot과 pspace는 이후에 더 구체적으로 배울거다. 지금은 model space에 집중하자
'Interior Design > 2D CAD' 카테고리의 다른 글
AutoCAD _04 평면도 그리기 (0) | 2021.04.09 |
---|---|
AutoCAD_ 03 도형 그리기2 (0) | 2021.03.26 |
AutoCAD _ 02 도형그리기1 (0) | 2021.03.19 |
self) 단축키 공부 (0) | 2021.03.04 |