I want to select a grid area and get the identifiers of the selected vertices so that I can use them in my pipeline processing pipeline.
For example, if there is a three-dimensional hand grid, you can select the vertices that belong to each fingertip. Obtaining the identifiers of these vertices is very useful for several applications, such as tracking, cancellation, etc.
Meshlab obviously uses the identifiers of these vertices under the hood, but can this information be displayed to the user? There are many online tutorials on the Internet on how to select (differently) a certain region of the grid and apply some processing function, but I did not find what it says to receive raw information about the selected area.
source
share