ConvertToVIZWithAttribute
Overloads
| Name | Description |
|---|---|
| ConvertToVIZWithAttribute(string input, string output, List<string> includeKey, List<string> excludeKey, string attributePath, bool showFileInExplorer) | 복수개의 속성파일의 정보를 포함하여 CAD 파일을 VIZ 파일 형식 변환 |
ConvertToVIZWithAttribute(string input, string output, List<string> includeKey, List<string> excludeKey, string attributePath, bool showFileInExplorer)
public bool ConvertToVIZWithAttribute(string input, string output, List<string> includeKey, List<string> excludeKey, string attributePath, bool showFileInExplorer)
복수개의 속성파일의 정보를 포함하여 CAD 파일을 VIZ 파일 형식 변환
Parameters
| Name | Type | Description |
|---|---|---|
| input | string | CAD 파일 |
| output | string | VIZ 파일 |
| includeKey | List<string> | 속성파일에서 포함해야 하는 키 값 |
| excludeKey | List<string> | 속성파일에서 제외해야 하는 키 값 |
| attributePath | string | 속성 파일 경로. 빈문자열일 경우, CAD 파일(모델파일) 경로에서 검색 |
| showFileInExplorer | bool | 변환 후, 탐색기로 조회 |
Returns
| Type | Description |
|---|---|
| bool | 변환 결과 |