GetModelStructure
Overloads
| Name | Description |
|---|---|
| GetModelStructure(string File, bool IncludeBody) | 모델의 스트럭처를 반환 |
GetModelStructure(string File, bool IncludeBody)
public List<ModelTreeNode> GetModelStructure(string File, bool IncludeBody)
모델의 스트럭처를 반환
Parameters
| Name | Type | Description |
|---|---|---|
| File | string | 파일 |
| IncludeBody | bool | Body 노드 포함 여부 |
Returns
| Type | Description |
|---|---|
| List<ModelTreeNode> | 모델 트리 노드 목록 |