[S8366] Script for manipulating the perspective of the model display

 

The following is an example of a script that manipulates the perspective of the model display.

app = designer.GetApplication()

# Specify the viewpoint angle as the tilt angle from the axis of the global rectangular.

app.View().RotateTo(90,30,45)

How to use script file

Use the JMAG Script Library after reading and agreeing to the following terms of use.