Blender V4.3
BKE_curve_to_mesh.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
7struct Mesh;
8
14
15namespace blender::bke {
16
17class CurvesGeometry;
18
30 const CurvesGeometry &profile,
31 bool fill_caps,
32 const bke::AttributeFilter &attribute_filter = {});
38 const bke::AttributeFilter &attribute_filter = {});
39
40} // namespace blender::bke
int main()
Mesh * curve_to_mesh_sweep(const CurvesGeometry &main, const CurvesGeometry &profile, bool fill_caps, const bke::AttributeFilter &attribute_filter={})
Mesh * curve_to_wire_mesh(const CurvesGeometry &curve, const bke::AttributeFilter &attribute_filter={})