Blender V5.0
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
10
11#pragma once
12
13#include "bmesh_class.hh"
14
22 float offset,
23 float offset_fac,
24 float offset_fac_vg,
25 bool use_replace,
26 bool use_boundary,
27 bool use_even_offset,
28 bool use_relative_offset,
29 bool use_crease,
30 float crease_weight,
31 int defgrp_index,
32 bool defgrp_invert,
33 short mat_offset,
34 int mat_max,
35 bool use_tag);
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)