mdlIModelClient SetCreateOption

Sets the value of the option specified for creating a model.

Syntax

mdlIModelClient_Handle SetCreateOption option value

Application

MotionView Tcl Modify

Description

This command sets the value of the option specified for creating a model.

Inputs

option
Valid arguments are:
data
include
append_to_model
topology
value
True or False for the selected argument.

Example

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

Errors

Returns 0 if successful.