Blender V4.3
BMEdgeLoopStore Struct Reference

Public Attributes

BMEdgeLoopStorenext
 
BMEdgeLoopStoreprev
 
ListBase verts
 
int flag
 
int len
 
float co [3]
 
float no [3]
 

Detailed Description

Definition at line 23 of file bmesh_edgeloop.cc.

Member Data Documentation

◆ co

float BMEdgeLoopStore::co[3]

◆ flag

◆ len

◆ next

BMEdgeLoopStore* BMEdgeLoopStore::next

Definition at line 24 of file bmesh_edgeloop.cc.

Referenced by BM_mesh_edgeloops_calc_order(), and bmo_bridge_loops_exec().

◆ no

◆ prev

BMEdgeLoopStore * BMEdgeLoopStore::prev

Definition at line 24 of file bmesh_edgeloop.cc.

◆ verts


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