Package PyFoam :: Package Applications :: Module DisplayBlockMesh :: Class DisplayBlockMesh
[hide private]
[frames] | no frames]

Class DisplayBlockMesh

source code

                         object --+    
                                  |    
PyFoamApplication.PyFoamApplication --+
                                      |
                                     DisplayBlockMesh

Instance Methods [hide private]
  __init__(self)
  run(self)
Run the real application
  readFile(self)
  addUndefined(self, i)
  addProps(self)
  addPoint(self, coord, factor=1)
  addVertex(self, index)
  addLine(self, index1, index2)
  makeDirection(self, index1, index2, label)
  makeSpline(self, lst)
  makeArc(self, data)
  makeFace(self, lst)
  addBlock(self, index)
  setAxes(self)
  quit(self)
  reread(self)
  colorBlock(self, value)
  colorPatch(self, value)

Inherited from PyFoamApplication.PyFoamApplication: addOptions, error

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: PyFoamApplication.PyFoamApplication.__init__
(inherited documentation)

run(self)

source code 
Run the real application
Overrides: PyFoamApplication.PyFoamApplication.run
(inherited documentation)

readFile(self)

source code 
None

addUndefined(self, i)

source code 
None

addProps(self)

source code 
None

addPoint(self, coord, factor=1)

source code 
None

addVertex(self, index)

source code 
None

addLine(self, index1, index2)

source code 
None

makeDirection(self, index1, index2, label)

source code 
None

makeSpline(self, lst)

source code 
None

makeArc(self, data)

source code 
None

makeFace(self, lst)

source code 
None

addBlock(self, index)

source code 
None

setAxes(self)

source code 
None

quit(self)

source code 
None

reread(self)

source code 
None

colorBlock(self, value)

source code 
None

colorPatch(self, value)

source code 
None