Category Manufacturing, Object ProMfg

Function ProMfgMoldLayoutGet


Description
Retrieves the mold layout of the specified manufacturing model.
Synopsis
#include <ProRmdt.h>
ProErrorProMfgMoldLayoutGet(
ProMfg mfg_handle
/* (In)
The handle to the manufacturing model
*/
ProMoldLayout* p_mold_layout
/* (Out)
The handle to the mold layout
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDThe mold layout handle of the specified manufacturing was not found.

Sample Code References:

  1. pt_examples ( TestMoldLayout.c )