Blender
V5.0
source
blender
io
stl
importer
stl_import_ascii_reader.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
struct
Mesh
;
12
28
29
namespace
blender::io::stl
{
30
31
Mesh
*
read_stl_ascii
(
const
char
*filepath,
bool
use_custom_normals);
32
33
}
// namespace blender::io::stl
Mesh
struct Mesh Mesh
blender::io::stl
Definition
stl_export.cc:40
blender::io::stl::read_stl_ascii
Mesh * read_stl_ascii(const char *filepath, const bool use_custom_normals)
Definition
stl_import_ascii_reader.cc:116
Mesh
Definition
DNA_mesh_types.h:58
Generated on
for Blender by
doxygen
1.16.1