Blender V4.3
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

Definition at line 109 of file bmesh_intersect.cc.

◆ edge_verts

GHash* ISectState::edge_verts

Definition at line 111 of file bmesh_intersect.cc.

◆ edgetri_cache

GHash* ISectState::edgetri_cache

Definition at line 110 of file bmesh_intersect.cc.

◆ epsilon

ISectEpsilon ISectState::epsilon

Definition at line 118 of file bmesh_intersect.cc.

◆ face_edges

GHash* ISectState::face_edges

Definition at line 112 of file bmesh_intersect.cc.

◆ mem_arena

MemArena* ISectState::mem_arena

Definition at line 116 of file bmesh_intersect.cc.

◆ vert_dissolve

LinkNode* ISectState::vert_dissolve

Definition at line 114 of file bmesh_intersect.cc.

◆ wire_edges

GSet* ISectState::wire_edges

Definition at line 113 of file bmesh_intersect.cc.


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