commentMessagePopUp

Overview

This utility is used to post a message in the middle of script execution.

.

Syntax

simlab.messageBox.popupmsg("Comment Text to Display")

Use Case

A use case is where the author of the script can ask the user to do manual operations, for example, to create a group, before continuing with subsequent operations in the script. This function posts a message box during interactive play.

It will be helpful to provide a description of the process as well as to alert the user to perform any manual process like creating/updating groups, creating mesh controls, etc.

Sample