*nodecreateatpointmark
Creates free nodes at the same locations as the points placed on the input mark.
Syntax
*nodecreateatpointmark mark_id
Type
HyperMesh Tcl Modify Command
Description
The command creates free nodes at the locations specified by points on the input mark.
Inputs
- mark_id
- The ID of the mark containing the input points.
Examples
*createmark points 1 123 45
*nodecreateatpointmark 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}