*mechjointlimits

Sets the type of limits to use on joints for the current dummy.

Syntax

*mechjointlimits limits

Type

HyperWorks Tcl Query 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)
1 - Soft limits

Example

To activate soft limits on the current dummy:

*mechjointlimits 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

14.0.120