Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlDependenciesCleanup


Description
Forces cleaning up dependencies database of an object in the Creo Parametric workspace. This function should not be called during reference altering operations like feature create, edit definition or restructure.
Replacement in Object TOOLKIT: pfcModel::CleanupDependencies
Synopsis
#include <ProMdl.h>
ProErrorProMdlDependenciesCleanup(
ProMdl p_model
/* (In)
A valid model pointer.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully cleaned up the database.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_NOT_VALIDThe supplied solid is in the state, not allowing to cleanup dependencies i.e. inside feature creation.

Manual References:

  1. Core: Models and Model Items: Models in Session
  2. Core: Models and Model Items: Models in Session