*markercreate
Creates an MBD marker.
Syntax
*markercreate name node_id syst_id sys_flag color
Type
HyperMesh Tcl Modify Command
Description
This command creates an MBD analysis marker.
Inputs
- name
- The name of the marker.
- node_id
- The ID of the node that defines the location of the marker.
- 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 marker.
Example
To create a marker m1 at node ID 100 using coordinate system ID 10:
*markercreate "m1" 100 10 1 5
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
10.0