 | ShVIZPubHelperConvertToVIZ Method |
RVM/JT 등의 모델 파일을 VIZ 파일로 변환
Namespace:
VIZPubLib
Assembly:
VIZPubLib (in VIZPubLib.dll) Version: 1.15.19.1119 (1.15.19.1119)
Syntaxpublic bool ConvertToVIZ(
string INPUT_FILE,
string OUTPUT_VIZ,
bool Edge,
bool Thumbnail,
int VIZ_VERSION,
CylinderSideCount Count1 = CylinderSideCount.C12,
CylinderSideCount Count2 = CylinderSideCount.C6,
WriteOptions WriteOption = WriteOptions.AS_IS,
VIZXML_UNLOAD_NODE_OPTIONS VIZXML_UNLOAD_NODE_OPTION = VIZXML_UNLOAD_NODE_OPTIONS.LOAD
)
Parameters
- INPUT_FILE
- Type: SystemString
RVM/JT 등의 모델 파일 - OUTPUT_VIZ
- Type: SystemString
생성할 VIZ 파일 - Edge
- Type: SystemBoolean
Edge 생성 여부 - Thumbnail
- Type: SystemBoolean
미리보기 이미지 자동생성 후, VIZ 파일에 추가 - VIZ_VERSION
- Type: SystemInt32
저장할 VIZ 파일 버전, Default : 205, Beta : 301 - Count1 (Optional)
- Type: VIZPubLibCylinderSideCount
실린더 품질 개수, 6 ~ 36, Default : 12 - Count2 (Optional)
- Type: VIZPubLibCylinderSideCount
작은 실린더 품질 개수, 6 ~ 36, Default : 6 - WriteOption (Optional)
- Type: VIZPubLibWriteOptions
내보내기 옵션 - VIZXML_UNLOAD_NODE_OPTION (Optional)
- Type: VIZPubLibVIZXML_UNLOAD_NODE_OPTIONS
VIZXML 언로드 노드 옵션, 로딩:유지:제외
Return Value
Type:
Boolean변환 결과 : True(성공) / False(실패)
See Also