| ModelManagerConvertToVIZ Method (String, String, Boolean, ModelManagerFileVersion, Boolean) |
CAD 파일을 VIZ 파일 형식으로 변환.
모델과 동일한 이름의 ATT 파일이 있는 경우, 속성이 포함되어 변환됨.
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public bool ConvertToVIZ(
string input,
string output,
bool edge = true,
ModelManagerFileVersion ver = ModelManagerFileVersion.V303,
bool showFileInExplorer = false
)
Parameters
- input
- Type: SystemString
CAD 파일 - output
- Type: SystemString
VIZ 파일 - edge (Optional)
- Type: SystemBoolean
EDGE 데이터 생성 여부 - ver (Optional)
- Type: VIZCore3D.NET.ManagerModelManagerFileVersion
VIZ File Version - showFileInExplorer (Optional)
- Type: SystemBoolean
변환 후, 탐색기로 조회
Return Value
Type:
Boolean변환 결과
See Also