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.