hm_plotentity
Plots entity as either a vector or a contour plot.
Syntax
hm_plotentity hm_plotentity entity_type mark_id dataname=<value> plottype=<value>
Type
HyperMesh Tcl GUI Command
Description
Plots entity as either a vector or a contour plot.
Inputs
- entity_type
- The type of entity to plot. Currently only supported for constraints.
- mark_id
- The ID of the mark containing the entities to plot. Valid values are 1 and 2.
- dataname=<value>
- The data name which is to be extracted and plotted.
- plottype=<value>
- 0 - Clear plot
Examples
*createmark constraints 1 all
hm_plotentity constraints 1 dataname=weights plottype=2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022