*pointmodify
Specifies new coordinates for the point.
Syntax
*pointmodify point_id x/y/z
Type
HyperMesh Tcl Modify Command
Description
Specifies new coordinates for the point.
Inputs
- point_id
 - ID of the point to be modified.
 - x/y/z
 - New point coordinates.
 
Example
*createpoint(0,0,0,0)
*createpoint(10,0,0,0)
*window(0,0,0,0,0)
*pointmodify(2,5,0,0)
*createpointsbetweenpoints(1,2,1)
      This command is called from the distance panel.
Errors
None.