|
Blender V4.3
|
#include <IO_stl.hh>
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 |
| ReportList * | reports = nullptr |
| char STLImportParams::filepath[FILE_MAX] |
Full path to the source STL file to import.
Definition at line 23 of file IO_stl.hh.
Referenced by blender::io::stl::stl_importer_test::import_and_check(), blender::io::stl::importer_main(), blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::read_stl_file().
| eIOAxis STLImportParams::forward_axis |
Definition at line 24 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main(), blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::stl_importer_test::stl_importer_test().
| float STLImportParams::global_scale |
Definition at line 28 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main(), blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::stl_importer_test::stl_importer_test().
| ReportList* STLImportParams::reports = nullptr |
Definition at line 31 of file IO_stl.hh.
Referenced by blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::read_stl_file().
| eIOAxis STLImportParams::up_axis |
Definition at line 25 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main(), blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::stl_importer_test::stl_importer_test().
| bool STLImportParams::use_facet_normal |
Definition at line 26 of file IO_stl.hh.
Referenced by blender::nodes::node_geo_import_stl::node_geo_exec(), blender::io::stl::read_stl_file(), and blender::io::stl::stl_importer_test::stl_importer_test().
| bool STLImportParams::use_mesh_validate |
Definition at line 29 of file IO_stl.hh.
Referenced by blender::nodes::node_geo_import_stl::node_geo_exec(), blender::io::stl::read_stl_file(), and blender::io::stl::stl_importer_test::stl_importer_test().
| bool STLImportParams::use_scene_unit |
Definition at line 27 of file IO_stl.hh.
Referenced by blender::io::stl::importer_main(), blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::stl_importer_test::stl_importer_test().