Category Solids and parts, Object ProSolid

Function ProSolidRetrievalErrorsGet


Description
Returns the data structure containing errors that occurred during retrieval.

Notes:

The retrieval error information is not persistent and should be accessed immediately after the call to ProMdlRetrieve or an equivalent retrieval function.

Creo Parametric TOOLKIT currently does not return specific information from the retrieval errors structure - this is reserved for future expansion.

Replacement in Object TOOLKIT: pfcSolid::HasRetrievalErrors
Synopsis
#include <ProSolid.h>
ProErrorProSolidRetrievalErrorsGet(
ProSolid solid
/* (In)
The top-level solid model that was retrieved.
*/
ProSolidretrievalerrs* errs
/* (Out)
Pointer to the retrieval errors.
*/
)
Returns
PRO_TK_NO_ERRORErrors were found for this model.
PRO_TK_E_NOT_FOUNDErrors were not found for this model.
PRO_TK_BAD_INPUTSThe inpurt argument is invalid.
See Also
ProMdlRetrieve
ProMdlMultipleRetrieve
ProAssemblySimprepRetrieve

Manual References:

  1. Core: Models and Model Items: File Management Operations
  2. Core: Models and Model Items: File Management Operations
  3. Assembly: Simplified Representations: Retrieving User-Defined Simplified Representations