Blender
V3.3
|
#include <IO_stl.h>
Public Attributes | |
char | filepath [FILE_MAX] |
eIOAxis | forward_axis |
eIOAxis | up_axis |
bool | use_facet_normal |
bool | use_scene_unit |
float | global_scale |
bool | use_mesh_validate |
char STLImportParams::filepath[FILE_MAX] |
Full path to the source STL file to import.
Definition at line 19 of file IO_stl.h.
Referenced by blender::io::stl::importer_main().
eIOAxis STLImportParams::forward_axis |
Definition at line 20 of file IO_stl.h.
Referenced by blender::io::stl::importer_main().
float STLImportParams::global_scale |
Definition at line 24 of file IO_stl.h.
Referenced by blender::io::stl::importer_main().
eIOAxis STLImportParams::up_axis |
Definition at line 21 of file IO_stl.h.
Referenced by blender::io::stl::importer_main().
bool STLImportParams::use_facet_normal |
Definition at line 22 of file IO_stl.h.
Referenced by blender::io::stl::importer_main().
bool STLImportParams::use_mesh_validate |
Definition at line 25 of file IO_stl.h.
Referenced by blender::io::stl::importer_main().
bool STLImportParams::use_scene_unit |
Definition at line 23 of file IO_stl.h.
Referenced by blender::io::stl::importer_main().