Append
Overloads
| Name | Description |
|---|---|
| Append(List<string> files) | 모델 추가 |
| Append(List<string> files, bool updateData) | 모델 추가 |
[Append(List<string> files, Dictionary2& appendedNodes, bool updateData)](#appendliststring-files-dictionary2&-appendednodes-bool-updatedata) | 모델 추가 |
| Append(string[] files) | 모델 추가 |
| Append(string[] files, bool updateData) | 모델 추가 |
[Append(string[] files, Dictionary2& appendedNodes, bool updateData)](#appendstring[]-files-dictionary2&-appendednodes-bool-updatedata) | 모델 추가 |
Append(List<string> files)
public bool Append(List<string> files)
모델 추가
Parameters
| Name | Type | Description |
|---|---|---|
| files | List<string> | 파일 경로 |
Returns
| Type | Description |
|---|---|
| bool | 결과 |
Append(List<string> files, bool updateData)
public bool Append(List<string> files, bool updateData)
모델 추가
Parameters
| Name | Type | Description |
|---|---|---|
| files | List<string> | 파일 경로 |
| updateData | bool | 데이터 갱신 |
Returns
| Type | Description |
|---|---|
| bool | 결과 |
Append(List<string> files, Dictionary`2& appendedNodes, bool updateData)
public bool Append(List<string> files, Dictionary`2& appendedNodes, bool updateData)
모델 추가
Parameters
| Name | Type | Description |
|---|---|---|
| files | List<string> | 파일 경로 |
| appendedNodes | [Dictionary](https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2[[system.string, mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089],[vizcore3d.net.data.node, vizcore3d..net, version=1.0.26.325, culture=neutral, publickeytoken=null]]&) | 추가된 노드 목록 |
| updateData | bool | 데이터 갱신 |
Returns
| Type | Description |
|---|---|
| bool | 결과 |
Append(string[] files)
public bool Append(string[] files)
모델 추가
Parameters
| Name | Type | Description |
|---|---|---|
| files | String[] | 파일 경로 |
Returns
| Type | Description |
|---|---|
| bool | 결과 |
Append(string[] files, bool updateData)
public bool Append(string[] files, bool updateData)
모델 추가
Parameters
| Name | Type | Description |
|---|---|---|
| files | String[] | 파일 경로 |
| updateData | bool | 데이터 갱신 |
Returns
| Type | Description |
|---|---|
| bool | 결과 |
Append(string[] files, Dictionary`2& appendedNodes, bool updateData)
public bool Append(string[] files, Dictionary`2& appendedNodes, bool updateData)
모델 추가
Parameters
| Name | Type | Description |
|---|---|---|
| files | String[] | 파일 경로 |
| appendedNodes | [Dictionary](https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2[[system.string, mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089],[vizcore3d.net.data.node, vizcore3d..net, version=1.0.26.325, culture=neutral, publickeytoken=null]]&) | 추가된 노드 목록 |
| updateData | bool | 데이터 갱신 |
Returns
| Type | Description |
|---|---|
| bool | 결과 |