*alignnode3

Aligns multiple nodes along the imaginary line between two other nodes.

Syntax

*alignnode3 end_node1 end_node2 mark_id

Type

HyperMesh Tcl Modify Command

Description

Aligns multiple nodes along the imaginary line between two other nodes.

Inputs

end_node1
The ID of the first end node.
end_node2
The ID of the second end node.
mark_id
The ID of the mark of nodes to align. Valid values are 1 and 2.

Examples

To align nodes 100-110 between nodes 200 and 300:

*createmark nodes 1 100-110
*alignnode2 200 300 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0