How to edit point on surface?

Hi all, i have a Mass on project, but i removed boundary of this Mass so i can not edit to change it again. So, i use dynamo to pick it, and i make point on surface by Surface.PointAtParameter. How can i change the elevaton of these point to make a new surface ???
<div id="__if72ru4sdfsdfruh7fewui_once" style=“display: none;”></div>
<div id="__zsc_once"></div>
<div id="__hggasdgjhsagd_once" style=“display: none;”></div>

To move any geometry (points, surfaces etc) you could use one of the Geometry.Translate nodes.

 

since it's a point, a simple way is to add a vector to it, which will give you a new point moved along the vector.

thanks Michael Kirschner and Vikram Subbaiah !!

1 Like