HMIN_optifunction_write()
Writes design equation definition to HyperMesh.
Syntax
void HMIN_optifunction_write(HM_entityidtype id, char *name, int number_of_lines,char **string)
Type
HyperMesh hminlib Function
Description
Writes design equation definition to HyperMesh.
Inputs
- id
- The ID of the design equation.
- name
- The name of the design equation.
- number of lines
- Number of lines in the equation.
- string
- Design equation (function) expression as an array of lines.
Errors
None.