Function ProSimprepdataGet
Description
Retrieves the data for the specified simplified representation.
NOTE:
Operates on assemblies only, not parts.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSimprepdataGet
(
ProSimprep* p_simp_rep
/* (In)
The simplified representation
*/
/* (Out)
The simplified representation data, the memory is allocated by the function and the user is responsible for freeing this by calling ProSimprepdataFree()
*/
)
Returns
The function successfully retrieved the information.
One or more of the arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?