Blender V4.3
bmesh_wireframe.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
20 float offset,
21 float offset_fac,
22 float offset_fac_vg,
23 bool use_replace,
24 bool use_boundary,
25 bool use_even_offset,
26 bool use_relative_offset,
27 bool use_crease,
28 float crease_weight,
29 int defgrp_index,
30 bool defgrp_invert,
31 short mat_offset,
32 int mat_max,
33 bool use_tag);
ATTR_WARN_UNUSED_RESULT BMesh * bm
void BM_mesh_wireframe(BMesh *bm, float offset, float offset_fac, float offset_fac_vg, bool use_replace, bool use_boundary, bool use_even_offset, bool use_relative_offset, bool use_crease, float crease_weight, int defgrp_index, bool defgrp_invert, short mat_offset, int mat_max, bool use_tag)