Description | |||||||||||
Erases the specified model from memory. When erasing the active model, graphic display is cleared immediately, but data is not cleared until the next command gets processed.
NOTE: The erasing action caused by this function will be finished only after the execution control is returned to Creo Parametric. Therefore, calling other functions after this function without returning the control may lead to an unpredicted behavior. |
|||||||||||
Replacement in Object TOOLKIT: | pfcModel::Erase | ||||||||||
Synopsis | |||||||||||
#include <ProMdl.h> | |||||||||||
ProError | ProMdlErase | ( | |||||||||
ProMdl handle | |||||||||||
/* (In) | |||||||||||
The model to erase | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|