showOrHideEntities

Overview

This utility is used to show (or) hide (or) isolate the given entities. It is supported for bodies, faces, edges and corresponding groups.

Syntax

inputEntities = []
simlab.showOrHideEntities(inputEntities, "OperationType(Show /Hide /Isolate)", "ModelName", "EntityType(Body /Face /Edge)")

(or)

Groups = []
simlab.showOrHideEntities(Groups, "OperationType(Show /Hide /Isolate)")

Utility Input/output

Note: The show option is not functioning for face inputs. Isolate is not working for group inputs.

Sample Script