*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

To create free points at the location of the nodes ID 123 and 45:
*createmark nodes 1 123 45
*pointcreateatnodemark 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

2022.3