redisplayEntity

Overview

This utility redisplays the hidden entities of body/model.

Syntax

InputBodyNames=[];
simlab.redisplayEntity("EntityType(Body/Model)","ModelName",InputBodyNames(Optional));

Why we need this utility?

When executing an automation script, some parts of the model/body may get hidden in the process. To redisplay the hidden entities of model/body at any part of script, we can make use of this utility.

Utility Input/output

Note:
  1. If Redisplay Body is performed with input body names, the redisplay operation works based on input body array.

  2. If Redisplay Body is performed with no input body names,the redisplay operation works based on body visibility status.

  3. For Redisplay Model,specify the function as simlab.redisplayEntity("Model","Model Name");

Sample