Blender V5.0
ISectState Struct Reference

Public Attributes

BMeshbm
GHashedgetri_cache
GHashedge_verts
GHashface_edges
GSetwire_edges
LinkNodevert_dissolve
MemArenamem_arena
ISectEpsilon epsilon

Detailed Description

Definition at line 108 of file bmesh_intersect.cc.

Member Data Documentation

◆ bm

BMesh* ISectState::bm

◆ edge_verts

GHash* ISectState::edge_verts

Definition at line 111 of file bmesh_intersect.cc.

Referenced by BM_mesh_intersect(), and edge_verts_add().

◆ edgetri_cache

GHash* ISectState::edgetri_cache

Definition at line 110 of file bmesh_intersect.cc.

Referenced by bm_isect_edge_tri(), and BM_mesh_intersect().

◆ epsilon

ISectEpsilon ISectState::epsilon

Definition at line 118 of file bmesh_intersect.cc.

Referenced by bm_isect_edge_tri(), bm_isect_tri_tri(), and BM_mesh_intersect().

◆ face_edges

GHash* ISectState::face_edges

Definition at line 112 of file bmesh_intersect.cc.

Referenced by BM_mesh_intersect(), and face_edges_add().

◆ mem_arena

MemArena* ISectState::mem_arena

◆ vert_dissolve

LinkNode* ISectState::vert_dissolve

Definition at line 114 of file bmesh_intersect.cc.

Referenced by BM_mesh_intersect(), and vert_dissolve_add().

◆ wire_edges

GSet* ISectState::wire_edges

Definition at line 113 of file bmesh_intersect.cc.

Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().


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