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