|
Blender V4.3
|
#include <DNA_meshdata_types.h>
Public Attributes | |
| int | index |
| int | type |
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.
| 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().
| int MSelect::type |
Definition at line 27 of file DNA_meshdata_types.h.
Referenced by BKE_mesh_validate_arrays(), and BM_mesh_bm_from_me().