Assign User Data to mesh vertex?

Question is how to do it?

Thanks,
Dmitriy

Hi @Dmitriy,

It is not possible to assign user data directly to a mesh vertex, as it is nothing more than a 3-D point. You might consider adding your user data to the mesh itself - some kind of table that had a key (mesh vertex index) value pair.

– Dale

Thanks, @dale.