Blender V4.3
STLImportParams Struct Reference

#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
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

◆ global_scale

float STLImportParams::global_scale

◆ reports

ReportList* STLImportParams::reports = nullptr

◆ up_axis

eIOAxis STLImportParams::up_axis

◆ use_facet_normal

bool STLImportParams::use_facet_normal

◆ use_mesh_validate

bool STLImportParams::use_mesh_validate

◆ use_scene_unit

bool STLImportParams::use_scene_unit

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