*createpositionformech

Creates a new position for a mechanism.

Syntax

*createpositionformech name

Type

HyperMesh Tcl Modify Command

Description

Creates a new position for a mechanism.

The mechanism must have the enabled flag set to true for this to be possible.

Inputs

name
The name of the position to be created. If the provided name already exists, an incremental name will be used.

Example

To create a new position with name newposition:

*createpositionformech newposition

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.120