GetCenter
Overloads
| Name | Description |
|---|---|
| GetCenter(int id, int subId) | 단면(상자) Plane 중심점 반환 |
GetCenter(int id, int subId)
public Vertex3D GetCenter(int id, int subId)
단면(상자) Plane 중심점 반환
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 단면 아이디(ID) |
| subId | int | 단면 Plane 아이디(ID) : 단면(-1), 단면상자(0 ~ 5), 인박스단면(0 ~ 2) |
Returns
| Type | Description |
|---|---|
| Vertex3D | Center Position |