Blender  V3.3
Public Attributes | List of all members
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 253 of file bmesh_bevel.c.

Member Data Documentation

◆ _pad

char BevVert::_pad[6]

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

Definition at line 269 of file bmesh_bevel.c.

◆ any_seam

bool BevVert::any_seam

◆ edgecount

int BevVert::edgecount

◆ edges

EdgeHalf* BevVert::edges

◆ offset

float BevVert::offset

Offset for this vertex, if vertex only bevel.

Definition at line 263 of file bmesh_bevel.c.

Referenced by bevel_vert_construct().

◆ selcount

int BevVert::selcount

◆ v

BMVert* BevVert::v

◆ visited

bool BevVert::visited

Used in graph traversal for adjusting offsets.

Definition at line 267 of file bmesh_bevel.c.

◆ vmesh

VMesh* BevVert::vmesh

◆ wire_edges

BMEdge** BevVert::wire_edges

Array of size wirecount of wire edges.

Definition at line 272 of file bmesh_bevel.c.

Referenced by bevel_reattach_wires(), and bevel_vert_construct().

◆ wirecount

int BevVert::wirecount

Count of wire edges.

Definition at line 261 of file bmesh_bevel.c.

Referenced by bevel_reattach_wires(), and bevel_vert_construct().


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