Blender V4.3
IO_stl.cc File Reference
#include "BLI_timeit.hh"
#include "IO_stl.hh"
#include "stl_export.hh"
#include "stl_import.hh"

Go to the source code of this file.

Functions

void STL_import (bContext *C, const STLImportParams *import_params)
 
void STL_export (bContext *C, const STLExportParams *export_params)
 
MeshSTL_import_mesh (const STLImportParams *import_params)
 

Function Documentation

◆ STL_export()

void STL_export ( bContext * C,
const STLExportParams * export_params )

Definition at line 21 of file IO_stl.cc.

References blender::io::stl::exporter_main(), and SCOPED_TIMER.

◆ STL_import()

void STL_import ( bContext * C,
const STLImportParams * import_params )

Definition at line 15 of file IO_stl.cc.

References blender::io::stl::importer_main(), and SCOPED_TIMER.

◆ STL_import_mesh()

Mesh * STL_import_mesh ( const STLImportParams * import_params)