Blender V4.3
STLExportParams Struct Reference

#include <IO_stl.hh>

Public Attributes

char filepath [FILE_MAX]
 
eIOAxis forward_axis
 
eIOAxis up_axis
 
float global_scale
 
bool export_selected_objects
 
bool use_scene_unit
 
bool apply_modifiers
 
bool ascii_format
 
bool use_batch
 
char collection [MAX_IDPROP_NAME] = ""
 
ReportListreports = nullptr
 

Detailed Description

Definition at line 34 of file IO_stl.hh.

Member Data Documentation

◆ apply_modifiers

bool STLExportParams::apply_modifiers

◆ ascii_format

bool STLExportParams::ascii_format

◆ collection

char STLExportParams::collection[MAX_IDPROP_NAME] = ""

Definition at line 45 of file IO_stl.hh.

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

◆ export_selected_objects

bool STLExportParams::export_selected_objects

Definition at line 40 of file IO_stl.hh.

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

◆ filepath

char STLExportParams::filepath[FILE_MAX]

Full path to the to-be-saved STL file.

Definition at line 36 of file IO_stl.hh.

Referenced by blender::io::stl::STLExportTest::compare_to_golden(), and blender::io::stl::export_frame().

◆ forward_axis

eIOAxis STLExportParams::forward_axis

◆ global_scale

float STLExportParams::global_scale

◆ reports

ReportList* STLExportParams::reports = nullptr

Definition at line 47 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame(), and blender::io::stl::exporter_main().

◆ up_axis

eIOAxis STLExportParams::up_axis

◆ use_batch

bool STLExportParams::use_batch

Definition at line 44 of file IO_stl.hh.

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

◆ use_scene_unit

bool STLExportParams::use_scene_unit

Definition at line 41 of file IO_stl.hh.

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


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