Blender V4.3
IO_stl.hh File Reference
#include "BLI_path_utils.hh"
#include "DNA_ID.h"
#include "IO_orientation.hh"

Go to the source code of this file.

Classes

struct  STLImportParams
 
struct  STLExportParams
 

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)