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

Public Attributes

BMVertv
 
ListBase edges
 
ListBase faces
 
float co [3]
 
float cageco [3]
 
bool is_face
 
bool in_space
 
bool is_cut
 

Detailed Description

Definition at line 100 of file editmesh_knife.c.

Member Data Documentation

◆ cageco

float KnifeVert::cageco[3]

◆ co

float KnifeVert::co[3]

◆ edges

ListBase KnifeVert::edges

◆ faces

ListBase KnifeVert::faces

◆ in_space

bool KnifeVert::in_space

Definition at line 106 of file editmesh_knife.c.

◆ is_cut

bool KnifeVert::is_cut

Definition at line 107 of file editmesh_knife.c.

Referenced by knife_add_single_cut(), knife_split_edge(), and knifetool_draw().

◆ is_face

bool KnifeVert::is_face

Definition at line 106 of file editmesh_knife.c.

Referenced by knife_add_single_cut().

◆ v

BMVert* KnifeVert::v

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