Blender  V3.3
Public Attributes | List of all members
STLImportParams Struct Reference

#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
 

Detailed Description

Definition at line 17 of file IO_stl.h.

Member Data Documentation

◆ filepath

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().

◆ forward_axis

eIOAxis STLImportParams::forward_axis

Definition at line 20 of file IO_stl.h.

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

◆ global_scale

float STLImportParams::global_scale

Definition at line 24 of file IO_stl.h.

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

◆ up_axis

eIOAxis STLImportParams::up_axis

Definition at line 21 of file IO_stl.h.

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

◆ use_facet_normal

bool STLImportParams::use_facet_normal

Definition at line 22 of file IO_stl.h.

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

◆ use_mesh_validate

bool STLImportParams::use_mesh_validate

Definition at line 25 of file IO_stl.h.

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

◆ use_scene_unit

bool STLImportParams::use_scene_unit

Definition at line 23 of file IO_stl.h.

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


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