AddCustomBoundBoxByPlane
Overloads
| Name | Description |
|---|---|
| AddCustomBoundBoxByPlane(List<int> index, Vector3D normal) | [사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가 |
| AddCustomBoundBoxByPlane(List<Node> node, Vector3D normal) | [사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가 |
AddCustomBoundBoxByPlane(List<int> index, Vector3D normal)
public int AddCustomBoundBoxByPlane(List<int> index, Vector3D normal)
[사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | 노드 인덱스 |
| normal | Vector3D | 면 방향(Normal) |
Returns
| Type | Description |
|---|---|
| int | 측정(리뷰) 아이디(ID) |
AddCustomBoundBoxByPlane(List<Node> node, Vector3D normal)
public int AddCustomBoundBoxByPlane(List<Node> node, Vector3D normal)
[사용자 정의] 특정 면의 방향에 맞는 BoundBox 측정 추가
Parameters
| Name | Type | Description |
|---|---|---|
| node | List<Node> | 노드 |
| normal | Vector3D | 면 방향(Normal) |
Returns
| Type | Description |
|---|---|
| int | 측정(리뷰) 아이디(ID) |