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

Public Attributes

Objectob
 
uint base_index
 
BMVertv
 
ListBase edges
 
ListBase faces
 
float co [3]
 
float cageco [3]
 
bool is_face
 
bool in_space
 
bool is_cut
 
bool is_invalid
 
bool is_splitting
 

Detailed Description

Definition at line 101 of file editmesh_knife.c.

Member Data Documentation

◆ base_index

uint KnifeVert::base_index

◆ 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 109 of file editmesh_knife.c.

◆ is_cut

bool KnifeVert::is_cut

◆ is_face

bool KnifeVert::is_face

Definition at line 109 of file editmesh_knife.c.

Referenced by knife_add_single_cut().

◆ is_invalid

bool KnifeVert::is_invalid

◆ is_splitting

bool KnifeVert::is_splitting

Definition at line 112 of file editmesh_knife.c.

Referenced by knife_join_edge(), and knife_split_edge().

◆ ob

Object* KnifeVert::ob

◆ v

BMVert* KnifeVert::v

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