Blender V4.3
BevVert Struct Reference

Public Attributes

BMVertv
 
int edgecount
 
int selcount
 
int wirecount
 
float offset
 
bool any_seam
 
bool visited
 
char _pad [6]
 
EdgeHalfedges
 
BMEdge ** wire_edges
 
VMeshvmesh
 

Detailed Description

Definition at line 261 of file bmesh_bevel.cc.

Member Data Documentation

◆ _pad

char BevVert::_pad[6]

Array of size edgecount; CCW order from vertex normal side.

Definition at line 277 of file bmesh_bevel.cc.

◆ any_seam

bool BevVert::any_seam

◆ edgecount

◆ edges

◆ offset

float BevVert::offset

Offset for this vertex, if vertex only bevel.

Definition at line 271 of file bmesh_bevel.cc.

Referenced by bevel_vert_construct().

◆ selcount

◆ v

◆ visited

bool BevVert::visited

Used in graph traversal for adjusting offsets.

Definition at line 275 of file bmesh_bevel.cc.

◆ vmesh

◆ wire_edges

BMEdge** BevVert::wire_edges

Array of size wirecount of wire edges.

Definition at line 280 of file bmesh_bevel.cc.

Referenced by bevel_reattach_wires(), and bevel_vert_construct().

◆ wirecount

int BevVert::wirecount

Count of wire edges.

Definition at line 269 of file bmesh_bevel.cc.

Referenced by bevel_reattach_wires(), and bevel_vert_construct().


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