Blender
V4.3
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
11
#pragma once
12
13
void
BM_mesh_triangulate
(
BMesh
*
bm
,
14
int
quad_method,
15
int
ngon_method,
16
int
min_vertices,
17
bool
tag_only,
18
BMOperator
*op,
19
BMOpSlot
*slot_facemap_out,
20
BMOpSlot
*slot_facemap_double_out);
bm
ATTR_WARN_UNUSED_RESULT BMesh * bm
Definition
bmesh_iterators_inline.hh:153
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:79
BMOpSlot
Definition
bmesh_operator_api.hh:247
BMOperator
Definition
bmesh_operator_api.hh:298
BMesh
Definition
bmesh_class.hh:298
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0