ExportSTL
Overloads
| Name | Description |
|---|---|
| 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
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.stl |
| type | ExportStlFileType | STL FILE TYPE |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportSTL(string file, ExportStlFileType type, ModelExportFilter filter)
public bool ExportSTL(string file, ExportStlFileType type, ModelExportFilter filter)
필터에 해당하는 개체를 STL (ASCII, BINARY) 파일 형식으로 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.stl |
| type | ExportStlFileType | STL FILE TYPE |
| filter | ModelExportFilter | 모델 필터 |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportSTL(string file, ExportStlFileType type, List<int> index)
public bool ExportSTL(string file, ExportStlFileType type, List<int> index)
지정된 개체를 STL (ASCII, BINARY) 파일 형식으로 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.stl |
| type | ExportStlFileType | STL FILE TYPE |
| index | List<int> | 내보낼 개체 인덱스 |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |