Documentación de la API > Manufacturing > Object ProMfg > Function ProMfgMoldLayoutGet
Function ProMfgMoldLayoutGet
Description
Retrieves the mold layout of the specified manufacturing model.
Synopsis
#include <ProRmdt.h>
ProMfgMoldLayoutGet
(
ProMfg mfg_handle
/* (In)
The handle to the manufacturing model
*/
ProMoldLayout* p_mold_layout
/* (Out)
The handle to the mold layout
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The mold layout handle of the specified manufacturing was not found.
Sample Code References
¿Fue esto útil?