Category Manufacturing, Object ProMfg

Function ProMfgSolidGet


Description
Retrieves the solid in which a manufacturing model's features are placed.
Replacement in Object TOOLKIT: pfcMFG::GetSolid
Synopsis
#include <ProMfg.h>
ProErrorProMfgSolidGet(
ProMfg mfg
/* (In)
The handle to the manufacturing model
*/
ProSolid* r_solid_obj
/* (Out)
The handle to the solid in which the manufacturing features are stored
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe storage solid of the manufacturing model was not found.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Production Applications: Manufacturing: Identifying the Storage Solid
  2. Production Applications: Manufacturing: Identifying the Storage Solid

Sample Code References:

  1. pt_examples ( TestClCmd.c )
  2. pt_examples ( TestClCmd.c )
  3. pt_examples ( TestMfgMenu.c )
  4. pt_examples ( UtilMfgNew.c )
  5. pt_userguide ( UgMfgMillSeqCreate.c )
  6. pt_userguide ( UgMfgOperCreate.c )
  7. pt_userguide ( UgMfgWcellCreate.c )
  8. pt_userguide ( UgMfgWcellIdentify.c )