GetBoundBoxVertex
Overloads
| Name | Description |
|---|---|
| GetBoundBoxVertex(List<int> index) | [바운드 박스] Vertex 좌표 반환 |
| GetBoundBoxVertex(List<Node> node) | [바운드 박스] Vertex 좌표 반환 |
GetBoundBoxVertex(List<int> index)
public BoundBoxParameter GetBoundBoxVertex(List<int> index)
[바운드 박스] Vertex 좌표 반환
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | 노드 인덱스 |
Returns
| Type | Description |
|---|---|
| BoundBoxParameter | BoundBox Parameter |
GetBoundBoxVertex(List<Node> node)
public BoundBoxParameter GetBoundBoxVertex(List<Node> node)
[바운드 박스] Vertex 좌표 반환
Parameters
| Name | Type | Description |
|---|---|---|
| node | List<Node> | 노드 |
Returns
| Type | Description |
|---|---|
| BoundBoxParameter | BoundBox Parameter |