mdlIModelClient CreateBlankModel

Creates a blank model in the client whose handle is used.

Syntax

mdlIModelClient_Handle CreateBlankModel

Application

MotionView Tcl Modify

Description

This command creates a blank model in the client whose handle is used.

Example

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

Errors

Returns success (0) or an error code.