Blender V5.0
bmesh_region_match.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
5#pragma once
6
10
11#include "BLI_sys_types.h"
12
13#include "bmesh_class.hh"
14
22 BMFace **faces_region,
23 uint faces_region_len,
24 ListBase *r_face_regions);
unsigned int uint
BMesh * bm
int BM_mesh_region_match(BMesh *bm, BMFace **faces_region, uint faces_region_len, ListBase *r_face_regions)