ConvertToVIZ
Overloads
| Name | Description |
|---|---|
| ConvertToVIZ(string input, string output, bool edge, FileVersion ver, bool showFileInExplorer) | CAD 파일을 VIZ 파일 형식으로 변환. 모델과 동일한 이름의 ATT 파일이 있는 경우, 속성이 포함되어 변환됨. |
| ConvertToVIZ(string input, string mergeFilter, string output, bool showFileInExplorer) | CAD 파일에 형상(노드)병합 조건을 적용하여 VIZ 파일 형식으로 변환 |
ConvertToVIZ(string input, string output, bool edge, FileVersion ver, bool showFileInExplorer)
public bool ConvertToVIZ(string input, string output, bool edge, FileVersion ver, bool showFileInExplorer)
CAD 파일을 VIZ 파일 형식으로 변환. 모델과 동일한 이름의 ATT 파일이 있는 경우, 속성이 포함되어 변환됨.
Parameters
| Name | Type | Description |
|---|---|---|
| input | string | CAD 파일 |
| output | string | VIZ 파일 |
| edge | bool | EDGE 데이터 생성 여부 |
| ver | FileVersion | VIZ File Version |
| showFileInExplorer | bool | 변환 후, 탐색기로 조회 |
Returns
| Type | Description |
|---|---|
| bool | 변환 결과 |
ConvertToVIZ(string input, string mergeFilter, string output, bool showFileInExplorer)
public bool ConvertToVIZ(string input, string mergeFilter, string output, bool showFileInExplorer)
CAD 파일에 형상(노드)병합 조건을 적용하여 VIZ 파일 형식으로 변환
Parameters
| Name | Type | Description |
|---|---|---|
| input | string | CAD 파일 |
| mergeFilter | string | 형상병합 조건 |
| output | string | VIZ 파일 |
| showFileInExplorer | bool | 변환 후, 탐색기로 조회 |
Returns
| Type | Description |
|---|---|
| bool | 변환 결과 |