Better way to modify a mesh

Hy guys,

Im new in unity scripting and i need to make a lens glasses simulator, so, i will input some milimeters of corners, middle, etc and i need the base lens mesh be modify accordance of the input data.

How the better way to achieve this effect? Some vertex manipulation?

Thanks guys.

See the Mesh class in the docs.

–Eric