Blender  V3.3
Public Types | Public Attributes | List of all members
VMesh Struct Reference

Public Types

enum  {
  M_NONE , M_POLY , M_ADJ , M_TRI_FAN ,
  M_CUTOFF
}
 

Public Attributes

NewVertmesh
 
BoundVertboundstart
 
int count
 
int seg
 
enum VMesh:: { ... }  mesh_kind
 
int _pad
 

Detailed Description

Data for the mesh structure replacing a vertex.

Definition at line 231 of file bmesh_bevel.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

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

Enumerator
M_NONE 
M_POLY 
M_ADJ 
M_TRI_FAN 
M_CUTOFF 

Definition at line 241 of file bmesh_bevel.c.

Member Data Documentation

◆ _pad

int VMesh::_pad

Definition at line 249 of file bmesh_bevel.c.

◆ boundstart

BoundVert* VMesh::boundstart

◆ count

int VMesh::count

◆ mesh

NewVert* VMesh::mesh

Allocated array - size and structure depends on kind.

Definition at line 233 of file bmesh_bevel.c.

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

◆ 

enum { ... } VMesh::mesh_kind

◆ seg

int VMesh::seg

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