No, you’ll have to implement the logic yourself. However this will not be trivial, also due to the fact that Unity being a game engine is not designed to deal with large numbers of vertices.
Have a look at the mesh documentation. There you can find out about vertex manipulation in unity.
CLICK HERE to find out more related problems solutions.