set_orientation#
- ModelPlotter.set_orientation(camera_position='xy', roll_angle=0, azimuth_angle=45, elevation_angle=20)#
Change the plot default orientation.
- Parameters:
- camera_position
str
Camera view. Default is “xy”. Options are “xz” and “yz”.
- roll_angle
int
,float
Roll camera angle on the specified the camera_position.
- azimuth_angle
int
,float
Azimuth angle of camera on the specified the camera_position.
- elevation_angle
int
,float
Elevation camera angle on the specified the camera_position.
- camera_position
- Returns: