HMIN_desvarlink_write()
Writes a design variable link to HyperMesh.
Syntax
void HMIN_desvarlink_write(HM_entityidtype id,char *name,HM_entityidtype desvarid, int desvarlistmax,HM_entityidtype *desvarlist,double c0,double cmult,double *coeff);
    Type
HyperMesh hminlib Function
Description
Writes a design variable link to HyperMesh.
Inputs
- id
 - The ID of the design variable link.
 - name
 - The name of the design variable link.
 - desvarid
 - The ID of the dependent design variable.
 - desvarlistmax
 - Number of independent design variables.
 - desvarlist
 - An array containing the ids of the independent design variables.
 - c0
 - Constant term.
 - cmult
 - Constant multiplier.
 - coeff
 - An array containing the coefficients associated with each of the independent design variables.
 
Errors
None.