Blender V5.0
STLImportParams Struct Reference

#include <IO_stl.hh>

Public Attributes

char filepath [FILE_MAX] = ""
eIOAxis forward_axis = IO_AXIS_Y
eIOAxis up_axis = IO_AXIS_Z
bool use_facet_normal = false
bool use_scene_unit = false
float global_scale = 1.0f
bool use_mesh_validate = true
ReportListreports = nullptr

Detailed Description

Definition at line 21 of file IO_stl.hh.

Member Data Documentation

◆ filepath

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::importer_main(), blender::nodes::node_geo_import_stl::node_geo_exec(), and blender::io::stl::read_stl_file().

◆ forward_axis

eIOAxis STLImportParams::forward_axis = IO_AXIS_Y

◆ global_scale

float STLImportParams::global_scale = 1.0f

Definition at line 28 of file IO_stl.hh.

Referenced by blender::io::stl::importer_main().

◆ reports

ReportList* STLImportParams::reports = nullptr

◆ up_axis

eIOAxis STLImportParams::up_axis = IO_AXIS_Z

◆ use_facet_normal

bool STLImportParams::use_facet_normal = false

Definition at line 26 of file IO_stl.hh.

Referenced by blender::io::stl::read_stl_file().

◆ use_mesh_validate

bool STLImportParams::use_mesh_validate = true

Definition at line 29 of file IO_stl.hh.

Referenced by blender::io::stl::read_stl_file().

◆ use_scene_unit

bool STLImportParams::use_scene_unit = false

Definition at line 27 of file IO_stl.hh.

Referenced by blender::io::stl::importer_main().


The documentation for this struct was generated from the following file: