mdlIModelClient SetOutlineGraphicWidth

Sets the outline graphic width.

Syntax

mdlIModelClient_Handle SetOutlineGraphicWidth width

Application

MotionView Tcl Modify

Description

This command sets the outline graphic width.

Inputs

width
The value to which the width of the outline of the graphic is to be set.

Example

Copy the file slider_crank.mdl into the present working directory.

The present working directory can be identified by using the pwd command in the command window.
hwi OpenStack
hwi GetSessionHandle sess1
sess1 GetProjectHandle pro1
pro1 GetPageHandle pa1 [pro1 GetActivePage]
pa1 GetWindowHandle win1 [pa1 GetActiveWindow]
win1 GetClientHandle mcl
mcl SetOutlineGraphicLineWidth 5
mcl ReleaseHandle;
win1 ReleaseHandle;
pa1 ReleaseHandle;
pro1 ReleaseHandle;
sess1 ReleaseHandle;
hwi CloseStack;

Errors

Returns 0 if successful.