ExportVIZWwithReview
Overloads
| Name | Description |
|---|---|
| ExportVIZWwithReview(bool singleFormat, string file) | VIZW 및 Review Data (Json 형식) 내보내기 |
| ExportVIZWwithReview(bool singleFormat, string file, bool selectedOnly) | VIZW 및 Review Data (Json 형식) 내보내기 |
| ExportVIZWwithReview(bool singleFormat, string file, List<Node> nodes) | VIZW 및 Review Data (Json 형식) 내보내기 |
| ExportVIZWwithReview(bool singleFormat, string file, List<int> index) | VIZW 및 Review Data (Json 형식) 내보내기 |
ExportVIZWwithReview(bool singleFormat, string file)
public bool ExportVIZWwithReview(bool singleFormat, string file)
VIZW 및 Review Data (Json 형식) 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| singleFormat | bool | VIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format) |
| file | string | 내보내기 파일 : C:\Temp\MODEL.vizw |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportVIZWwithReview(bool singleFormat, string file, bool selectedOnly)
public bool ExportVIZWwithReview(bool singleFormat, string file, bool selectedOnly)
VIZW 및 Review Data (Json 형식) 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| singleFormat | bool | VIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format) |
| file | string | 내보내기 파일 : C:\Temp\MODEL.vizw |
| selectedOnly | bool | 선택상태 모델만 내보내기 여부 : True(선택모델) / False(전체) |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportVIZWwithReview(bool singleFormat, string file, List<Node> nodes)
public bool ExportVIZWwithReview(bool singleFormat, string file, List<Node> nodes)
VIZW 및 Review Data (Json 형식) 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| singleFormat | bool | VIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format) |
| file | string | 내보내기 파일 : C:\Temp\MODEL.vizw |
| nodes | List<Node> | 내보내기 대상 노드 |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportVIZWwithReview(bool singleFormat, string file, List<int> index)
public bool ExportVIZWwithReview(bool singleFormat, string file, List<int> index)
VIZW 및 Review Data (Json 형식) 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| singleFormat | bool | VIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format) |
| file | string | 내보내기 파일 : C:\Temp\MODEL.vizw |
| index | List<int> | 내보내기 대상 노드 |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |