*markersupdate

Updates multiple MBD markers.

Syntax

*markersupdate mark_id node_id syst_id sys_flag color update_node update_syst update_color

Type

HyperMesh Tcl Modify Command

Description

This command updates MBD analysis markers.

Inputs

mark_id
The ID of the mark containing the markers to be updated. Valid values are 1 and 2.
node_id
The ID of the node that defines the location of the markers.
syst_id
The ID of the orientation coordinate system.
syst_flag
A flag for the coordinate system. A value of 0 indicates that the coordinate system will be blank.
color
The color of the markers.
update_node
A flag indicating if the node will be updated.
0 - do not update the node
1 - update the node
update_syst
A flag indicating if the system will be updated.
0 - do not update the system
1 - update the system
update_color
A flag indicating if the color will be updated.
0 - do not update the color
1 - update the color

Example

To update markers m1 and m2 to both use orientation system ID 25:

*createmark sensors 1 "m1" "m2"
*markersupdate 1 0 25 1 0 0 1 0

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

10.0