Category Manufacturing, Object ProMfg

Function ProMfgAssemGet


Description
Retrieves the top-level assembly of the specified manufacturing model.
Synopsis
#include <ProMfg.h>
ProErrorProMfgAssemGet(
ProMfg mfg
/* (In)
The handle to the manufacturing model
*/
ProAssembly* r_assem_obj
/* (Out)
The handle to the top-level assembly
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe top-level assembly of the manufacturing model was not found.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Manufacturing: Manufacturing Models
  3. Production Applications: Manufacturing: Manufacturing Models

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )
  2. pt_examples ( TestMfgFixt.c )
  3. pt_examples ( TestMfgMenu.c )
  4. pt_mfg_proctable ( PTMfgProcTable.c )
  5. pt_mfg_proctable ( PTMfgProcTable.c )
  6. pt_userguide ( UgMfgMillSeqCreate.c )