*snap_nodes_to_original_geometry_location

Relocates moved nodes to their original locations on the surface.

Syntax

*snap_nodes_to_original_geometry_location input_mark=<mark_id> input_type=<entity_type>

Type

HyperMesh Tcl Modify Command

Description

Relocates the selected nodes to their original location on the surface to which the nodes are associated. The input can be either a selection of nodes or elements.

Inputs

mark=<mark_id>
The ID of the mark containing the input entities. Valid values are 1 and 2.
input_type=<entity_type>
The type of input entity. Currently supported for elements and nodes.

Example

To relocate nodes 234 and 235 to their original locations:
*createmark nodes 1 234 235
*snap_nodes_to_original_geometry_location input_mark=1 input_type=nodes

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

2021.2