Blender V4.3
MSelect Struct Reference

#include <DNA_meshdata_types.h>

Public Attributes

int index
 
int type
 

Detailed Description

Optionally store the order of selected elements. This won't always be set since only some selection operations have an order.

Typically accessed from Mesh.mselect

Definition at line 23 of file DNA_meshdata_types.h.

Member Data Documentation

◆ index

int MSelect::index

Index in the vertex, edge or polygon array.

Definition at line 25 of file DNA_meshdata_types.h.

Referenced by BKE_mesh_mselect_validate(), BKE_mesh_validate_arrays(), and BM_mesh_bm_from_me().

◆ type

int MSelect::type

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