How to modify control point coordinates of a surface model?

Hi everyone,

I’ve modeled a surface and i want to modify some of the control point coordinates of the model by entering coordinate values from keyboard. How could i solve this problem?

Best regards,
Çetin.

You could just select a point, start the Move command, pick the point as the start point and then enter the new coordinates on the keyboard.

1 Like

You can also use SetPt. Start the command, select the control point to move, and type in the coordinates. SetPt also lets you only enter selected components of the coordinates; y and z for example while keeping x fixed.

2 Likes

Thank you both for your replies. I’ve managed to get what i need thanks to your recommendations.

Çetin