updateContourforBodies

Overview

This utility is used to get the minimum and maximum result value and to update the contour for the given bodies.

Syntax

RinputBodyArray(Optional) = ["Body 1", "Body 2"];
MinMaxValue = simlab.updateContourforBodies("Model Name", inputBodyArray);

User Case

It can be used to update the contour for the selected bodies and we can capture them as an image for results comparison.

Utility Input/output

Note: If the Input Body Array is empty, it will update the contour for the entire Model.

Sample