SetBoxSize
Overloads
| Name | Description |
|---|---|
| SetBoxSize(int id, Vertex3D center) | 단면상자 크기 변경 |
| SetBoxSize(int id, Vertex3D min, Vertex3D max) | 단면상자 크기 변경 |
| SetBoxSize(int id, BoundBox3D boundBox) | 단면상자 크기 변경 |
SetBoxSize(int id, Vertex3D center)
단면상자 크기 변경
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면상자 아이디(ID) |
| center | Vertex3D | 중심점 |
SetBoxSize(int id, Vertex3D min, Vertex3D max)
단면상자 크기 변경
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면상자 아이디(ID) |
| min | Vertex3D | 최소점 |
| max | Vertex3D | 최대점 |
SetBoxSize(int id, BoundBox3D boundBox)
단면상자 크기 변경
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면상자 아이디(ID) |
| boundBox | BoundBox3D | 단면상자 BoundBox |