| ModelManagerConvertToVIZWithAttribute Method |
복수개의 속성파일의 정보를 포함하여 CAD 파일을 VIZ 파일 형식 변환
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public bool ConvertToVIZWithAttribute(
string input,
string output,
List<string> includeKey = null,
List<string> excludeKey = null,
string attributePath = "",
bool showFileInExplorer = false
)
Parameters
- input
- Type: SystemString
CAD 파일 - output
- Type: SystemString
VIZ 파일 - includeKey (Optional)
- Type: System.Collections.GenericListString
속성파일에서 포함해야 하는 키 값 - excludeKey (Optional)
- Type: System.Collections.GenericListString
속성파일에서 제외해야 하는 키 값 - attributePath (Optional)
- Type: SystemString
속성 파일 경로. 빈문자열일 경우, CAD 파일(모델파일) 경로에서 검색 - showFileInExplorer (Optional)
- Type: SystemBoolean
변환 후, 탐색기로 조회
Return Value
Type:
Boolean변환 결과
See Also