HMIN_curve_write()
Syntax
void HMIN_curve_write(HM_entityidtype id, char * name, char * title, int linetype, int markertype, int color, int width, double scalex, double scaley);
Type
HyperMesh hminlib Function
Description
Inputs
- id
- The ID of the curve to be written.
- name
- The name of the curve to be written.
- title
- The title associated with the curve.
- linetype
- The type of line used for the curve:
- markertype
- The type of marker to be used. Set to 1 for circles, 2 for triangles, or 3 for boxes.
- color
- The color to be used for the curve.
- width
- The desired width of the curve.
- scalex
- The x scale of the curve.
- scaley
- The y scale of the curve.
Example
After using HMIN_curve_write() to supply information regarding the curve, use HMIN_curve_writepoint() to supply the points of the curve to be transferred.
Errors
None.