JunkBox_Lib++ (for Windows) 1.10.1
|
STL ファイル入出力用ライブラリ ヘッダ More...
#include "Brep.h"
Go to the source code of this file.
Classes | |
struct | tmpSTLData |
データ読み込み用一時データ More... | |
struct | STLData |
Namespaces | |
namespace | jbxl |
Functions | |
DllExport STLData * | readSTLFile (char *fname, long int *fno) |
DllExport int | writeSTLFile (char *fname, BREP_SOLID *solid, bool ascii=false) |
DllExport int | writeSTLFile (char *fname, BREP_SOLID_LIST solid_list, bool ascii=false) |
DllExport STLData * | readSTLFileA (char *fname, long int *fno) |
DllExport STLData * | readSTLFileB (char *fname, long int *fno) |
DllExport int | writeSTLFileA (char *fname, BREP_SOLID *solid) |
DllExport int | writeSTLFileB (char *fname, BREP_SOLID *solid) |
DllExport int | writeSTLFileA (char *fname, BREP_SOLID_LIST solid_list) |
DllExport int | writeSTLFileB (char *fname, BREP_SOLID_LIST solid_list) |
DllExport void | println_FacetAsciiSTL (BREP_CONTOUR *contour) |
DllExport void | freeSTL (STLData *stldata) |
Definition in file STL.h.