Blender V5.0
blender::bke::NonContiguousGroup Struct Reference

Public Attributes

Array< int > unique_verts
Array< int > faces
Array< int > shared_verts
int corner_count
int parent
int children_offset

Detailed Description

Definition at line 654 of file blenkernel/intern/mesh.cc.

Member Data Documentation

◆ children_offset

int blender::bke::NonContiguousGroup::children_offset

◆ corner_count

int blender::bke::NonContiguousGroup::corner_count

◆ faces

Array<int> blender::bke::NonContiguousGroup::faces

◆ parent

int blender::bke::NonContiguousGroup::parent

◆ shared_verts

Array<int> blender::bke::NonContiguousGroup::shared_verts

◆ unique_verts

Array<int> blender::bke::NonContiguousGroup::unique_verts

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