PyPO User Manual
PyPO.Enums.Projections Class Reference

Enum types for projections on two axes for plotting purposes. More...

Inheritance diagram for PyPO.Enums.Projections:
PyPO.Enums.CustomEnum

Static Public Attributes

int xy = 0
 
int yz = 1
 
int zx = 2
 
int yx = 3
 
int zy = 4
 
int xz = 5
 

Additional Inherited Members

- Public Member Functions inherited from PyPO.Enums.CustomEnum
def __str__ (self)
 

Detailed Description

Enum types for projections on two axes for plotting purposes.

When an object such as a frame, or a field distribution, needs to be plotted onto a 2D figure, a projection needs to be specified. This projection defaults to the x-axis on the abscissa and the y-axis on the ordinate.

Options:
xy : Project on x and y-axes
yz : Project on y and z-axes
zx : Project on z and x-axes
yx : Project on y and x-axes
zy : Project on z and y-axes
xz : Project on z and x-axes


The documentation for this class was generated from the following file: