Documentación de la API > Miscellaneous > Object ProAutomatic > Function ProAutomaticSimprepRetrieve
Function ProAutomaticSimprepRetrieve
Description
Retrieve user defined simplified representation as automatic rep.
NOTE:
Operates on assemblies only, not parts.
If errors occur in regeneration, the assembly will include suppressed features. The function ProSolidRetrievalErrorsGet identifies if errors occurred.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProAutomaticSimprepRetrieve
(
ProFamilyMdlName assem_name
/* (In)
The name of the assembly to retrieve
*/
ProMdlfileType file_type
/* (In)
the file type of the assembly to retrieve.
*/
ProName simp_rep_name
/* (In)
The name of the simplified representation.
*/
ProAssembly* p_assem
/* (Out)
The handle to the assembly
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
The function does not have permission to operate on this assembly.
The function did not find the simplified representation in the solid.
See Also
User Guide References
¿Fue esto útil?