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)
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)