Blender V5.0
VMesh Struct Reference

Public Attributes

NewVertmesh
BoundVertboundstart
int count
int seg
MeshKind mesh_kind
int _pad

Detailed Description

Data for the mesh structure replacing a vertex.

Definition at line 267 of file bmesh_bevel.cc.

Member Data Documentation

◆ _pad

int VMesh::_pad

Definition at line 279 of file bmesh_bevel.cc.

◆ boundstart

◆ count

◆ mesh

NewVert* VMesh::mesh

Allocated array - size and structure depends on kind.

Definition at line 269 of file bmesh_bevel.cc.

Referenced by build_vmesh(), mesh_vert(), and new_adj_vmesh().

◆ mesh_kind

MeshKind VMesh::mesh_kind

The kind of mesh to build at the corner vertex meshes.

Definition at line 277 of file bmesh_bevel.cc.

Referenced by bevel_extend_edge_data(), build_boundary(), build_boundary_terminal_edge(), build_boundary_vertex_only(), build_vmesh(), and new_adj_vmesh().

◆ seg


The documentation for this struct was generated from the following file: