Function ProWindowClear
Description
Clears the Creo Parametric window. The function temporarily removes all graphics from the window until you call one of the drawing functions, such as ProSolidDisplay().
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowClear
(
int window_id
/* (In)
The identifier of the window to be cleared. If this argument is PRO_VALUE_UNUSED, the function clears the current window.
*/
)
Returns
The function successfully cleared the window.
The argument is invalid.
See Also
Sample Code References
User Guide References
¿Fue esto útil?