Blender
V2.93
source
blender
bmesh
tools
bmesh_triangulate.h
Go to the documentation of this file.
1
/*
2
* This program is free software; you can redistribute it and/or
3
* modify it under the terms of the GNU General Public License
4
* as published by the Free Software Foundation; either version 2
5
* of the License, or (at your option) any later version.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* along with this program; if not, write to the Free Software Foundation,
14
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15
*/
16
23
#pragma once
24
25
void
BM_mesh_triangulate
(
BMesh
*
bm
,
26
const
int
quad_method,
27
const
int
ngon_method,
28
const
int
min_vertices,
29
const
bool
tag_only,
30
BMOperator
*op,
31
BMOpSlot
*slot_facemap_out,
32
BMOpSlot
*slot_facemap_double_out);
bm
ATTR_WARN_UNUSED_RESULT BMesh * bm
Definition:
bmesh_iterators_inline.h:165
BM_mesh_triangulate
void BM_mesh_triangulate(BMesh *bm, const int quad_method, const int ngon_method, const int min_vertices, const bool tag_only, BMOperator *op, BMOpSlot *slot_facemap_out, BMOpSlot *slot_facemap_double_out)
Definition:
bmesh_triangulate.c:91
BMOpSlot
Definition:
bmesh_operator_api.h:261
BMOperator
Definition:
bmesh_operator_api.h:311
BMesh
Definition:
bmesh_class.h:296
Generated on Tue Jan 31 2023 14:37:24 for Blender by
doxygen
1.9.1