Category Manufacturing, Object ProRmdt

Function ProRmdtMaterialInfoGet


Description
Retrieves the material information for the specified mold layout. The function reuses memory.
Synopsis
#include <ProRmdt.h>
ProErrorProRmdtMaterialInfoGet(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
char*** p_param_names
/* (Out)
The array of parameter names of the material
*/
wchar_t*** p_param_values
/* (Out)
The array of parameter values of the material
*/
int* p_param_num
/* (Out)
The number of parameters of the material
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestMoldLayout.c )