Grasshopper
Grasshopper에서 Polyline을 특정 Plane에 그리는 방법
skyground21
2025. 3. 12. 19:25
반응형
Grasshopper에서 Polyline을 특정 Plane에 그리는 방법
🔹 방법 1: Plane 기반 Polyline 생성 (Standard 방법)
📌 컴포넌트 경로: Curve → Primitive → Polyline
✔ 실행 방법
- 기준 Plane 생성 (Vector → Plane → Construct Plane)
- Polyline의 점(Point) 생성 (Vector → Point → Construct Point)
- 점 좌표를 기준 Plane의 로컬 좌표계로 변환 (Transform → Affine → Orient)
- Polyline 생성
- Polyline 컴포넌트에서 Vertices에 변환된 좌표 입력
📌 컴포넌트 흐름
[Points] → [Orient] → [Polyline]
↑
[Target Plane]
반응형