본문으로 건너뛰기

ExportSTL

Overloads

NameDescription
ExportSTL(string file, ExportStlFileType type)STL (ASCII, BINARY) 파일 형식으로 내보내기
ExportSTL(string file, ExportStlFileType type, ModelExportFilter filter)필터에 해당하는 개체를 STL (ASCII, BINARY) 파일 형식으로 내보내기
ExportSTL(string file, ExportStlFileType type, List<int> index)지정된 개체를 STL (ASCII, BINARY) 파일 형식으로 내보내기

ExportSTL(string file, ExportStlFileType type)

public bool ExportSTL(string file, ExportStlFileType type)

STL (ASCII, BINARY) 파일 형식으로 내보내기

Parameters

NameTypeDescription
filestring내보내기 파일 : C:\Temp\MODEL.stl
typeExportStlFileTypeSTL FILE TYPE

Returns

TypeDescription
bool내보내기 결과

ExportSTL(string file, ExportStlFileType type, ModelExportFilter filter)

public bool ExportSTL(string file, ExportStlFileType type, ModelExportFilter filter)

필터에 해당하는 개체를 STL (ASCII, BINARY) 파일 형식으로 내보내기

Parameters

NameTypeDescription
filestring내보내기 파일 : C:\Temp\MODEL.stl
typeExportStlFileTypeSTL FILE TYPE
filterModelExportFilter모델 필터

Returns

TypeDescription
bool내보내기 결과

ExportSTL(string file, ExportStlFileType type, List<int> index)

public bool ExportSTL(string file, ExportStlFileType type, List&lt;int&gt; index)

지정된 개체를 STL (ASCII, BINARY) 파일 형식으로 내보내기

Parameters

NameTypeDescription
filestring내보내기 파일 : C:\Temp\MODEL.stl
typeExportStlFileTypeSTL FILE TYPE
indexList<int>내보낼 개체 인덱스

Returns

TypeDescription
bool내보내기 결과