GetNodeKind
Overloads
| Name | Description |
|---|---|
| GetNodeKind(int index) | 인덱스에 해당하는 노드의 유형(Assembly, Part, Body)를 반환 |
GetNodeKind(int index)
public NodeKind GetNodeKind(int index)
인덱스에 해당하는 노드의 유형(Assembly, Part, Body)를 반환
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | 노드 인덱스 |
Returns
| Type | Description |
|---|---|
| NodeKind | 노드 유형(Assembly, Part, Body) |