API Documentation > Manufacturing > Object ProMfg > Function ProMfgSolidGet
Function ProMfgSolidGet
Description
Retrieves the solid in which a manufacturing model's features are placed.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMfg.h>
ProMfgSolidGet
(
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
The function successfully retrieved the information.
The storage solid of the manufacturing model was not found.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?