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

Public Attributes

float co [3]
 
float cage [3]
 
KnifeVertvert
 
KnifeEdgeedge
 
BMFacebmface
 
bool is_space
 
float mval [2]
 

Detailed Description

Definition at line 139 of file editmesh_knife.c.

Member Data Documentation

◆ bmface

BMFace* KnifePosData::bmface

◆ cage

float KnifePosData::cage[3]

◆ co

float KnifePosData::co[3]

◆ edge

KnifeEdge* KnifePosData::edge

◆ is_space

bool KnifePosData::is_space

When true, the cursor isn't over a face.

Definition at line 151 of file editmesh_knife.c.

Referenced by knife_snap_size(), knife_snap_update_from_mval(), and knife_start_cut().

◆ mval

float KnifePosData::mval[2]

◆ vert

KnifeVert* KnifePosData::vert

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