mesh_vertex_set

ABSTRACT

Generates a vector of 3-vectors that specifies all vertices in the mesh. Note that there may be duplicates

PARAMETERS
meshSpecifies to take every single vertex of every single mesh in the mesh-tree
rootSpecifies the container of which meshes will be selected for in the operation
tag_predicate(tag)Determines whether a mesh's vertices should be include based on the provided tag.
RETURN

a vector of 3-vectors representing all the vertices of the selected meshes

DECLARATION
func mesh_vertex_set([mesh_tree] {[full] {mesh}, [tag_pred] {root, tag_predicate(tag)}})