Blender V4.3
VertStep Struct Reference

Public Attributes

VertStepnext
 
VertStepprev
 
BMVertv
 

Detailed Description

Find s single, open edge loop - given 2 vertices. Add to

Definition at line 180 of file bmesh_edgeloop.cc.

Member Data Documentation

◆ next

VertStep* VertStep::next

Definition at line 181 of file bmesh_edgeloop.cc.

Referenced by bm_loop_path_build_step().

◆ prev

VertStep * VertStep::prev

Definition at line 181 of file bmesh_edgeloop.cc.

◆ v

BMVert* VertStep::v

Definition at line 182 of file bmesh_edgeloop.cc.

Referenced by bm_loop_path_build_step(), and vs_add().


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