Blender V5.0
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"
15
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 * bm
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)