set_orientation#

ModelPlotter.set_orientation(camera_position='xy', roll_angle=0, azimuth_angle=45, elevation_angle=20)[source]#

Change the plot default orientation.

Parameters:
camera_positionstr

Camera view. Default is “xy”. Options are “xz” and “yz”.

roll_angleint, float

Roll camera angle on the specified the camera_position.

azimuth_angleint, float

Azimuth angle of camera on the specified the camera_position.

elevation_angleint, float

Elevation camera angle on the specified the camera_position.

Returns:
bool