|
Blender V4.3
|
Public Attributes | |
| BMesh * | bm |
| GHash * | edgetri_cache |
| GHash * | edge_verts |
| GHash * | face_edges |
| GSet * | wire_edges |
| LinkNode * | vert_dissolve |
| MemArena * | mem_arena |
| ISectEpsilon | epsilon |
Definition at line 108 of file bmesh_intersect.cc.
| BMesh* ISectState::bm |
Definition at line 109 of file bmesh_intersect.cc.
| GHash* ISectState::edge_verts |
Definition at line 111 of file bmesh_intersect.cc.
| GHash* ISectState::edgetri_cache |
Definition at line 110 of file bmesh_intersect.cc.
| ISectEpsilon ISectState::epsilon |
Definition at line 118 of file bmesh_intersect.cc.
| GHash* ISectState::face_edges |
Definition at line 112 of file bmesh_intersect.cc.
| MemArena* ISectState::mem_arena |
Definition at line 116 of file bmesh_intersect.cc.
| LinkNode* ISectState::vert_dissolve |
Definition at line 114 of file bmesh_intersect.cc.
| GSet* ISectState::wire_edges |
Definition at line 113 of file bmesh_intersect.cc.