Blender  V2.93
Public Attributes | List of all members
WeldEdge Struct Reference

Public Attributes

union {
   uint   flag
 
   struct {
      uint   edge_dest
 
      uint   edge_orig
 
      uint   vert_a
 
      uint   vert_b
 
   } 
 
}; 
 

Detailed Description

Definition at line 98 of file MOD_weld.c.

Member Data Documentation

◆ 

union { ... }

◆ edge_dest

uint WeldEdge::edge_dest

Definition at line 103 of file MOD_weld.c.

Referenced by weld_edge_ctx_alloc(), weld_edge_ctx_setup(), and weld_edge_groups_setup().

◆ edge_orig

uint WeldEdge::edge_orig

Definition at line 104 of file MOD_weld.c.

Referenced by weld_edge_ctx_alloc(), weld_edge_ctx_setup(), and weld_edge_groups_setup().

◆ flag

uint WeldEdge::flag

Definition at line 100 of file MOD_weld.c.

Referenced by weld_edge_ctx_setup(), and weld_edge_groups_setup().

◆ vert_a

uint WeldEdge::vert_a

Definition at line 105 of file MOD_weld.c.

Referenced by weld_edge_ctx_alloc(), weld_edge_ctx_setup(), and weld_edge_groups_setup().

◆ vert_b

uint WeldEdge::vert_b

Definition at line 106 of file MOD_weld.c.

Referenced by weld_edge_ctx_alloc(), weld_edge_ctx_setup(), and weld_edge_groups_setup().


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