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

Class DisplayBlockMeshDialog

source code

??-830 --+
         |
        DisplayBlockMeshDialog

Instance Methods [hide private]
 
__init__(self, fName, valuesFile=None) source code
 
setupBlockingGui(self)
sets up the GUI to add the Blocking functions.
source code
 
AddBlockToDict(self)
Adds block to dict, using pyFoam functions
source code
 
AddBlockToText(self)
Inserts block into opened dict
source code
 
AddPatchToText(self)
Inserts patch into opened dict
source code
 
PickEvent(self, obj, evt)
Callback for picking event
source code
 
pickBlockVertice(self)
pick a sphere and add point to block
source code
 
pickPatchVertice(self)
pick a sphere and add point to vertice
source code
 
pickVertice(self)
pick a vertice, returns Null if invalid
source code
 
getEndHexString(self)
last part of hex string
source code
 
getTotalHexString(self)
total block hex string
source code
 
getTotalPatchString(self)
total patch string
source code
 
getPatchString(self) source code
 
getDivString(self)
block division string
source code
 
defineBlock(self)
callback for create block button
source code
 
definePatch(self)
Callback for create patch button
source code
 
insertBlock(self)
inserts new block
source code
 
insertPatch(self)
inserts new patch
source code
 
startBlocking(self)
start blocking
source code
 
resetBlocking(self)
rest block
source code
 
startPatch(self)
start define patch
source code
 
resetPatch(self)
rest patch
source code
 
reverseNormal(self) source code
 
addTmpBlockingLine(self, index1, index2)
Add a colored line to show blocking progress
source code
 
showTmpBlock(self)
Add a colored block
source code
 
showTmpPatch(self)
Add a colored patch
source code
 
blockMesh(self) source code
 
checkMesh(self) source code
 
executeUtility(self, util) source code
 
utilityOutputAppend(self, line) source code
 
executionEnded(self) source code
 
setStatus(self, message="Ready") source code
 
blockMeshWasModified(self) source code
 
readFile(self, resetText=True) source code
 
saveBlockMesh(self) source code
 
addUndefined(self, i) source code
 
addProps(self) source code
 
numberScaleChanged(self, scale) source code
 
pointScaleChanged(self, scale) source code
 
axisLabelScaleChanged(self, scale) source code
 
axisTubeScaleChanged(self, scale) source code
 
addPoint(self, coord, factor=1) source code
 
addVertex(self, index) source code
 
addLine(self, index1, index2) source code
 
makeDirection(self, index1, index2, label) source code
 
makeSpline(self, lst) source code
 
makeArc(self, data) source code
 
makeFace(self, lst) source code
 
addBlock(self, index) source code
 
setAxes(self) source code
 
reread(self, resetText=True) source code
 
colorBlock(self, value) source code
 
colorPatch(self, value) source code
 
closeEvent(self, event) source code