*mechjointlimits
Sets the type of limits to use on joints for the current dummy.
Syntax
*mechjointlimits limits
Type
HyperMesh Tcl Modify Command
Description
Sets the type of limits to use on joints for the current dummy.
The mechanism must have the enabled flag set to true for this to be possible.
Inputs
- limits
- 0 - Hard limits (default)
Example
To activate soft limits on the current dummy:
*mechjointlimits 1Errors
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