|
Blender V4.3
|
Public Attributes | |
| BMEdge ** | edgenet |
| int | edgenet_len |
| float | best_edgenet_range_on_face_normal |
| BMFace * | r_best_face |
Definition at line 39 of file bmesh_intersect_edges.cc.
| 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 47 of file bmesh_intersect_edges.cc.
| BMEdge** EDBMSplitBestFaceData::edgenet |
Definition at line 40 of file bmesh_intersect_edges.cc.
Referenced by bm_vert_pair_best_face_get().
| int EDBMSplitBestFaceData::edgenet_len |
Definition at line 41 of file bmesh_intersect_edges.cc.
| BMFace* EDBMSplitBestFaceData::r_best_face |
Definition at line 48 of file bmesh_intersect_edges.cc.