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

Public Attributes

bool valid
 
NewEdgeRef ** edges
 
uint edges_len
 
uint open_face_edge
 
bool is_orig_closed
 
bool is_even_split
 
uint split
 
bool is_singularity
 
uint topo_group
 
float co [3]
 
float no [3]
 
uint new_vert
 

Detailed Description

Definition at line 105 of file MOD_solidify_nonmanifold.c.

Member Data Documentation

◆ co

float EdgeGroup::co[3]

Definition at line 115 of file MOD_solidify_nonmanifold.c.

◆ edges

NewEdgeRef** EdgeGroup::edges

Definition at line 107 of file MOD_solidify_nonmanifold.c.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ edges_len

uint EdgeGroup::edges_len

Definition at line 108 of file MOD_solidify_nonmanifold.c.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ is_even_split

bool EdgeGroup::is_even_split

Definition at line 111 of file MOD_solidify_nonmanifold.c.

◆ is_orig_closed

bool EdgeGroup::is_orig_closed

Definition at line 110 of file MOD_solidify_nonmanifold.c.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ is_singularity

bool EdgeGroup::is_singularity

Definition at line 113 of file MOD_solidify_nonmanifold.c.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ new_vert

uint EdgeGroup::new_vert

Definition at line 117 of file MOD_solidify_nonmanifold.c.

◆ no

float EdgeGroup::no[3]

Definition at line 116 of file MOD_solidify_nonmanifold.c.

◆ open_face_edge

uint EdgeGroup::open_face_edge

Definition at line 109 of file MOD_solidify_nonmanifold.c.

◆ split

uint EdgeGroup::split

Definition at line 112 of file MOD_solidify_nonmanifold.c.

◆ topo_group

uint EdgeGroup::topo_group

Definition at line 114 of file MOD_solidify_nonmanifold.c.

Referenced by MOD_solidify_nonmanifold_modifyMesh().

◆ valid

bool EdgeGroup::valid

Definition at line 106 of file MOD_solidify_nonmanifold.c.

Referenced by MOD_solidify_nonmanifold_modifyMesh().


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