HMIN_plot_write()
Writes a plot to HyperMesh.
Syntax
void HMIN_plot_write(HM_entityidtype id, char * name, int type);
Type
HyperMesh hminlib Function
Description
Writes a plot to HyperMesh.
Inputs
- id
- The ID of the plot.
- name
- The name of the plot.
- type
- The type of the plot. Set to 1.
Errors
None.