*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.
- update_syst
- A flag indicating if the system will be updated.
- update_color
- A flag indicating if the color will be updated.
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
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
10.0