HMIN_ply_solver_write()
Writes a ply entity.
Syntax
void HMIN_ply_solver_write(HM_entityidtype id, char *name, int color, HM_entityidtype material_id, double thickness1, double orientation, unsigned int integration_points, unsigned char result_request, double thickness2, double thickness3, double thickness4, HM_entityidtype table_id, unsigned int table_idpool);
    Type
HyperMesh hminlib Function
Description
Writes a ply entity.
Inputs
- id
 - The ID of the ply.
 - name
 - The name of the ply.
 - color
 - The color of the ply. Valid values are 1-64.
 - material_id
 - The ID of the material to assign to the ply. The material must already exist.
 - thickness
 - The thickness of the ply.
 - orientation
 - The ply orientation angle, in degrees, relative to the element material coordinate system (-360 > orientation ≤ 360).
 - integration_points
 - The number of integration points through the ply thickness. The standard value is 3.
 - result_request
 - Flag indicating whether to request output results for the ply (0=no, 1=yes). The default value is 0 and input is not required.
 - thickness2
 - Ply thickness 2, valid only for ANSYS. The standard value is 0.
 - thickness3
 - Ply thickness 3, valid only for ANSYS. The default value is 0 and input is not required.
 - thickness4
 - Ply thickness 4, valid only for ANSYS. The default value is 0 and input is not required.
 - table_id
 - The ID of the table containing the drape information, valid only for OptiStruct.
 - table_idpool
 - The solver ID pool the table belongs to, valid only for OptiStruct.
 
Errors
None.
Version History
12.0.110