|
|
|
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
|
|
|
|
|
|
|
defineBlock(self)
callback for create block button |
source code
|
|
|
definePatch(self)
Callback for create patch button |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addTmpBlockingLine(self,
index1,
index2)
Add a colored line to show blocking progress |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|