Category Manufacturing, Object ProMfg

Function ProMfgFeatureOwnerGet


Description
Retrieves the component path from the top level to the storage solid of the specified manufacturing model. You retrieve the storage solid using the ProMfgSolidGet() function.
Synopsis
#include <ProMfg.h>
ProErrorProMfgFeatureOwnerGet(
ProMfg mfg
/* (In)
The handle to the manufacturing model
*/
ProAsmcomppath* p_mfg_feat_owner_path
/* (Out)
The component path information
*/
)
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.
See Also
ProMfgSolidGet

Manual References:

  1. Production Applications: Manufacturing: Identifying the Storage Solid

Sample Code References:

  1. pt_examples ( TestClCmd.c )
  2. pt_examples ( TestClCmd.c )
  3. pt_examples ( UtilMfgNew.c )
  4. pt_userguide ( UgMfgWcellCreate.c )