Changeset 3499
- Timestamp:
- Aug 16, 2006, 1:10:13 PM (17 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r3450 r3499 2531 2531 2532 2532 \section{pmesh GUI} 2533 \emph{Pmesh} 2534 allows the user to set up the mesh of the problem interactively. 2535 It can be used to build the outline of a mesh or to visualise a mesh 2536 automatically generated. 2537 2538 Pmesh will let the user select various modes. The current allowable 2539 modes are vertex, segment, hole or region. The mode describes what 2540 sort of object is added or selected in response to mouse clicks. When 2541 changing modes any prior selected objects become deselected. 2542 2543 In general the left mouse button will add an object and the right 2544 mouse button will select an object. A selected object can de deleted 2545 by pressing the the middle mouse button (scroll bar). 2533 2546 2534 2547 \section{alpha\_shape} -
inundation/pmesh/graphical_mesh_generator.py
r3492 r3499 108 108 command=self.ImportUngenerate) 109 109 110 self.menuBar.addmenuitem('File', 'command',111 'Export ASCII obj',112 label='Export ASCII obj',113 command=self.exportObj)110 #self.menuBar.addmenuitem('File', 'command', 111 # 'Export ASCII obj', 112 # label='Export ASCII obj', 113 # command=self.exportObj) 114 114 115 115 self.menuBar.addmenuitem('File', 'command', … … 135 135 label='filter alpha boundary', 136 136 command=self.auto_segmentFilter) 137 self.menuBar.addmenuitem('File', 'command', 'Normalise mesh',138 label='Normalise mesh', command=self.normaliseMesh)139 self.menuBar.addmenuitem('File', 'command', 'Normalise mesh for glutobj',140 label='Normalise mesh for glutobj', command=self.normalise4ObjMesh)137 #self.menuBar.addmenuitem('File', 'command', 'Normalise mesh', 138 # label='Normalise mesh', command=self.normaliseMesh) 139 #self.menuBar.addmenuitem('File', 'command', 'Normalise mesh for glutobj', 140 # label='Normalise mesh for glutobj', command=self.normalise4ObjMesh) 141 141 self.menuBar.addmenuitem('File', 'separator') 142 142 self.menuBar.addmenuitem('File', 'command', '', … … 215 215 216 216 217 def createSetTools(self):217 def Out_createSetTools(self): 218 218 """ 219 219 Add set tool buttons to the top of the GUI … … 1431 1431 self.createZooms() 1432 1432 self.createEdits() 1433 self.createSetTools()1434 self.createSetIcons()1433 #self.createSetTools() 1434 #self.createSetIcons() 1435 1435 self.createVisualiseIcons() 1436 1436 #self.addCylinders() # !!!DSG start pmesh with a triangle
Note: See TracChangeset
for help on using the changeset viewer.