enablecuttingPlane

Overview

This utility is used to enable / disable the cutting plane and can activate the stored cutting plane views.

Syntax

CuttingPlaneViewName(Optional)="";
simlab.enablecuttingPlane(True, CuttingPlaneViewName);

User Case

  • It can be used to examine the cut sectional view of the model and capture them as an image for reporting purpose
  • We can create and save those cutting plane views in a specification file and use those specification file whenever needed by importing them back. Once imported, activate the cutting plane views by passing the View Name

Utility Input/output

Sample