hm_getactiveplotcontrolid
Returns the active plot control ID for a particular result plot type.
Syntax
hm_getactiveplotcontrolid plot_type
Type
HyperMesh Tcl Query Command
Description
Returns the active plot control ID for a particular result plot type. There can be only one active plot control for every plot type.
Inputs
- plot_type
- The type of result plot. Valid values are contour, vector, tensor, deformed, and marker.
Example
hm_getactiveplotcontrolid contour
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021.2
2022.3 - Added support for new plot_type marker.