API 설명서 > Manufacturing > Object ProMfg > Function ProMfgAssemGet
Function ProMfgAssemGet
Description
Retrieves the top-level assembly of the specified manufacturing model.
Synopsis
#include <ProMfg.h>
ProMfgAssemGet
(
ProMfg mfg
/* (In)
The handle to the manufacturing model
*/
ProAssembly* r_assem_obj
/* (Out)
The handle to the top-level assembly
*/
)
Returns
The function successfully retrieved the information.
The top-level assembly of the manufacturing model was not found.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?