Hi All,
I want to move a point to a surface perpendicularly in a particular direction.
Any ideas how this could be done?
thanks in advance
Hi All,
I want to move a point to a surface perpendicularly in a particular direction.
Any ideas how this could be done?
thanks in advance
Hi @user2933
One option would be to create a perpendicular plane employing the curve you used to create the open brep and the point you want to move.
Another option would be to used the command point-brep, to find the closst distance between a point and a brep and used that point to construct a vector and move your original point.
Regards