private void noiseToolStripMenuItem_Click(object sender, EventArgs e) { TriMeshModify.AddNoise(Mesh, 1.4); OnChanged(EventArgs.Empty); }