Blender
V5.0
source
blender
bmesh
tools
bmesh_triangulate.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
10
11
#pragma once
12
13
#include "
bmesh_class.hh
"
14
#include "
intern/bmesh_operator_api.hh
"
15
16
void
BM_mesh_triangulate
(
BMesh
*
bm
,
17
int
quad_method,
18
int
ngon_method,
19
int
min_vertices,
20
bool
tag_only,
21
BMOperator
*op,
22
BMOpSlot
*slot_facemap_out,
23
BMOpSlot
*slot_facemap_double_out);
bmesh_class.hh
bm
BMesh * bm
Definition
bmesh_iterators_inline.hh:36
bmesh_operator_api.hh
BM_mesh_triangulate
void BM_mesh_triangulate(BMesh *bm, int quad_method, int ngon_method, int min_vertices, bool tag_only, BMOperator *op, BMOpSlot *slot_facemap_out, BMOpSlot *slot_facemap_double_out)
Definition
bmesh_triangulate.cc:78
BMOpSlot
Definition
bmesh_operator_api.hh:250
BMOperator
Definition
bmesh_operator_api.hh:301
BMesh
Definition
bmesh_class.hh:316
Generated on
for Blender by
doxygen
1.16.1