SetCenter
Overloads
| Name | Description |
|---|---|
| SetCenter(int id, int subId, float x, float y, float z) | 단면(상자) Plane 중심점 설정 |
| SetCenter(int id, int subId, Vertex3D position) | 단면(상자) Plane 중심점 설정 |
SetCenter(int id, int subId, float x, float y, float z)
public void SetCenter(int id, int subId, float x, float y, float z)
단면(상자) Plane 중심점 설정
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subId | int | 단면 Plane 아이디(ID) : 단면(-1), 단면상자(0 ~ 5), 인박스단면(0 ~ 2) |
| x | float | 중심점 X |
| y | float | 중심점 Y |
| z | float | 중심점 Z |
SetCenter(int id, int subId, Vertex3D position)
public void SetCenter(int id, int subId, Vertex3D position)
단면(상자) Plane 중심점 설정
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subId | int | 단면 Plane 아이디(ID) : 단면(-1), 단면상자(0 ~ 5), 인박스단면(0 ~ 2) |
| position | Vertex3D | 중심점 |