Click or drag to resize

ShVIZPubHelperConvertToVIZWithMerge Method

RVM/RVT/REV 등의 모델 파일을 VIZ 파일로 변환 및 규칙에 의한 노드 머지

Namespace:  VIZPubLib
Assembly:  VIZPubLib (in VIZPubLib.dll) Version: 1.15.19.1119 (1.15.19.1119)
Syntax
C#
public bool ConvertToVIZWithMerge(
	string INPUT_FILE,
	string OUTPUT_VIZ,
	bool Edge,
	string INPUT_RULE_FILE
)

Parameters

INPUT_FILE
Type: SystemString
RVM/JT 등의 모델 파일
OUTPUT_VIZ
Type: SystemString
생성할 VIZ 파일
Edge
Type: SystemBoolean
Edge 생성 여부
INPUT_RULE_FILE
Type: SystemString
노드 머지 규칙 파일

Return Value

Type: Boolean
변환 결과 : True(성공) / False(실패)
See Also