API 설명서 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlDependenciesCleanup
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:
Synopsis
#include <ProMdl.h>
ProMdlDependenciesCleanup
(
ProMdl p_model
/* (In)
A valid model pointer.
*/
)
Returns
The function successfully cleaned up the database.
The input argument is invalid.
The supplied solid is in the state, not allowing to cleanup dependencies i.e. inside feature creation.
User Guide References
도움이 되셨나요?