본문으로 건너뛰기

ExportVIZWwithReview

Overloads

NameDescription
ExportVIZWwithReview(bool singleFormat, string file)VIZW 및 Review Data (Json 형식) 내보내기
ExportVIZWwithReview(bool singleFormat, string file, bool selectedOnly)VIZW 및 Review Data (Json 형식) 내보내기
ExportVIZWwithReview(bool singleFormat, string file, List<Node> nodes)VIZW 및 Review Data (Json 형식) 내보내기
ExportVIZWwithReview(bool singleFormat, string file, List<int> index)VIZW 및 Review Data (Json 형식) 내보내기

ExportVIZWwithReview(bool singleFormat, string file)

public bool ExportVIZWwithReview(bool singleFormat, string file)

VIZW 및 Review Data (Json 형식) 내보내기

Parameters

NameTypeDescription
singleFormatboolVIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format)
filestring내보내기 파일 : C:\Temp\MODEL.vizw

Returns

TypeDescription
bool내보내기 결과

ExportVIZWwithReview(bool singleFormat, string file, bool selectedOnly)

public bool ExportVIZWwithReview(bool singleFormat, string file, bool selectedOnly)

VIZW 및 Review Data (Json 형식) 내보내기

Parameters

NameTypeDescription
singleFormatboolVIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format)
filestring내보내기 파일 : C:\Temp\MODEL.vizw
selectedOnlybool선택상태 모델만 내보내기 여부 : True(선택모델) / False(전체)

Returns

TypeDescription
bool내보내기 결과

ExportVIZWwithReview(bool singleFormat, string file, List<Node> nodes)

public bool ExportVIZWwithReview(bool singleFormat, string file, List&lt;Node&gt; nodes)

VIZW 및 Review Data (Json 형식) 내보내기

Parameters

NameTypeDescription
singleFormatboolVIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format)
filestring내보내기 파일 : C:\Temp\MODEL.vizw
nodesList<Node>내보내기 대상 노드

Returns

TypeDescription
bool내보내기 결과

ExportVIZWwithReview(bool singleFormat, string file, List<int> index)

public bool ExportVIZWwithReview(bool singleFormat, string file, List&lt;int&gt; index)

VIZW 및 Review Data (Json 형식) 내보내기

Parameters

NameTypeDescription
singleFormatboolVIZW 유형 : True (VIZWeb3D File Format) / False (VIZWide3D File Format)
filestring내보내기 파일 : C:\Temp\MODEL.vizw
indexList<int>내보내기 대상 노드

Returns

TypeDescription
bool내보내기 결과