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

Public Attributes

BMEdge ** edgenet
 
int edgenet_len
 
float best_edgenet_range_on_face_normal
 
BMFacer_best_face
 

Detailed Description

Definition at line 36 of file bmesh_intersect_edges.c.

Member Data Documentation

◆ best_edgenet_range_on_face_normal

float EDBMSplitBestFaceData::best_edgenet_range_on_face_normal

Track the range of vertices in edgenet along the faces normal, find the lowest since it's most likely to be most co-planar with the face.

Definition at line 44 of file bmesh_intersect_edges.c.

Referenced by bm_vert_pair_share_best_splittable_face_cb().

◆ edgenet

BMEdge** EDBMSplitBestFaceData::edgenet

Definition at line 37 of file bmesh_intersect_edges.c.

Referenced by bm_vert_pair_best_face_get().

◆ edgenet_len

int EDBMSplitBestFaceData::edgenet_len

Definition at line 38 of file bmesh_intersect_edges.c.

Referenced by bm_vert_pair_best_face_get().

◆ r_best_face

BMFace* EDBMSplitBestFaceData::r_best_face

Definition at line 45 of file bmesh_intersect_edges.c.

Referenced by bm_vert_pair_best_face_get().


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