Blender V4.3
EdgeGroup_FindConnection_Args Struct Reference

Public Attributes

BVHTreebvhtree
 
BMEdge ** edge_arr
 
uint edge_arr_len
 
BMEdge ** edge_arr_new
 
uint edge_arr_new_len
 
const uintvert_range
 

Detailed Description

Store values for:

Definition at line 841 of file bmesh_polygon_edgenet.cc.

Member Data Documentation

◆ bvhtree

BVHTree* EdgeGroup_FindConnection_Args::bvhtree

◆ edge_arr

BMEdge** EdgeGroup_FindConnection_Args::edge_arr

Definition at line 843 of file bmesh_polygon_edgenet.cc.

Referenced by test_edges_isect_2d_ray(), and test_edges_isect_2d_vert().

◆ edge_arr_len

uint EdgeGroup_FindConnection_Args::edge_arr_len

Definition at line 844 of file bmesh_polygon_edgenet.cc.

◆ edge_arr_new

BMEdge** EdgeGroup_FindConnection_Args::edge_arr_new

Definition at line 846 of file bmesh_polygon_edgenet.cc.

Referenced by test_edges_isect_2d_ray(), and test_edges_isect_2d_vert().

◆ edge_arr_new_len

uint EdgeGroup_FindConnection_Args::edge_arr_new_len

Definition at line 847 of file bmesh_polygon_edgenet.cc.

Referenced by test_edges_isect_2d_ray(), and test_edges_isect_2d_vert().

◆ vert_range

const uint* EdgeGroup_FindConnection_Args::vert_range

Definition at line 849 of file bmesh_polygon_edgenet.cc.

Referenced by test_edges_isect_2d_ray(), and test_edges_isect_2d_vert().


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