*createpointsbetweenpoints
Creates a specified number of points between points.
Syntax
*createpointsbetweenpoints point_id1 point_id2 count
Type
HyperMesh Tcl Modify Command
Description
Creates a specified number of points between points.
Inputs
- point_id1
 - IDs of the points between which the specified number of points will be created.
 - point_id2
 - IDs of the points between which the specified number of points will be created.
 - count
 - The number of points to create.
 
Examples
*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