mdlIModelClient MakeClean

Makes the client clean.

Syntax

mdlIModelClient_Handle MakeClean

Application

MotionView Tcl Modify

Description

This command makes the client clean.

Example

hwi OpenStack
hwi GetSessionHandle sess1
sess1 GetProjectHandle pro1
pro1 GetPageHandle pa1 [pro1 GetActivePage]
pa1 GetWindowHandle win1 [pa1 GetActiveWindow]
win1 GetClientHandle mcl
mcl MakeClean;
sess1 ReleaseHandle;
hwi CloseStack;

Errors

None.