Documentation de l'API > Manufacturing > Object ProMfg > Function ProMfgFeatureOwnerGet
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>
ProMfgFeatureOwnerGet
(
ProMfg mfg
/* (In)
The handle to the manufacturing model
*/
ProAsmcomppath* p_mfg_feat_owner_path
/* (Out)
The component path information
*/
)
Returns
The function successfully retrieved the information.
The storage solid of the manufacturing model was not found.
The input argument is invalid.
See Also
Sample Code References
User Guide References
Est-ce que cela a été utile ?