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

Public Attributes

BMVertprev
 
int pass
 
int face
 
int flag
 

Detailed Description

Definition at line 24 of file bmesh_edgenet.c.

Member Data Documentation

◆ face

int VertNetInfo::face

Definition at line 27 of file bmesh_edgenet.c.

Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().

◆ flag

int VertNetInfo::flag

Definition at line 28 of file bmesh_edgenet.c.

Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().

◆ pass

int VertNetInfo::pass

Definition at line 26 of file bmesh_edgenet.c.

Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().

◆ prev

BMVert* VertNetInfo::prev

Definition at line 25 of file bmesh_edgenet.c.

Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().


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