Blender V5.0
mesh_boolean_manifold.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "GEO_mesh_boolean.hh"
8
10
12 Span<float4x4> transforms,
13 Span<Array<short>> material_remaps,
14 BooleanOpParameters op_params,
15 Vector<int> *r_intersecting_edges,
16 BooleanError *r_error);
17
18}
Mesh * mesh_boolean_manifold(Span< const Mesh * > meshes, Span< float4x4 > transforms, Span< Array< short > > material_remaps, BooleanOpParameters op_params, Vector< int > *r_intersecting_edges, BooleanError *r_error)