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

Public Attributes

struct SplitFaceNewEdgenext
 
int new_index
 
int orig_index
 
int v1
 
int v2
 

Detailed Description

Definition at line 1879 of file mesh.c.

Member Data Documentation

◆ new_index

int SplitFaceNewEdge::new_index

Definition at line 1881 of file mesh.c.

Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().

◆ next

struct SplitFaceNewEdge* SplitFaceNewEdge::next

Definition at line 1880 of file mesh.c.

Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().

◆ orig_index

int SplitFaceNewEdge::orig_index

Definition at line 1882 of file mesh.c.

Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().

◆ v1

int SplitFaceNewEdge::v1

Definition at line 1883 of file mesh.c.

Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().

◆ v2

int SplitFaceNewEdge::v2

Definition at line 1884 of file mesh.c.

Referenced by split_faces_prepare_new_edges(), and split_faces_split_new_edges().


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