PyPO User Manual
PyPO.PyPOTypes.reflGrids Class Reference

Structure for storing reflector grids, area and normals. More...

Inheritance diagram for PyPO.PyPOTypes.reflGrids:

Public Member Functions

def __init__ (self, x, y, z, nx, ny, nz, area)
 Constructor. More...
 

Public Attributes

 x
 
 y
 
 z
 
 nx
 
 ny
 
 nz
 
 area
 

Detailed Description

Structure for storing reflector grids, area and normals.

Constructor & Destructor Documentation

◆ __init__()

def PyPO.PyPOTypes.reflGrids.__init__ (   self,
  x,
  y,
  z,
  nx,
  ny,
  nz,
  area 
)

Constructor.

Takes grid points, normals and area elements and stores them.

Parameters
xThe x-components of the points making up the grid.
yThe y-components of the points making up the grid.
zThe z-components of the points making up the grid.
nxThe x-components of the normals to the grid.
nyThe y-components of the normals to the grid.
nzThe z-components of the normals to the grid.
areaThe area elements of the grid.

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