Changeset 420
- Timestamp:
- Oct 18, 2004, 5:09:55 PM (20 years ago)
- Location:
- inundation/ga/storm_surge/pmesh
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/documentation/issues.txt
r407 r420 13 13 lists, when loading from a .tsh file? Note: a change of this might 14 14 also affect the 'triangle' glue code. 15 Note: This also happens to triangle atts! 15 16 16 17 Issue:vertices at the bottom of the canvas can be hard to visualise, -
inundation/ga/storm_surge/pmesh/mesh.py
r407 r420 121 121 #print "draw y:", y 122 122 cornerOffset= self.VERTEXSQUARESIDELENGTH/2 123 124 # A hack to see the vert tags 125 #canvas.create_text(x+ 2*cornerOffset, 126 # y+ 2*cornerOffset, 127 # text=tags) 128 123 129 return canvas.create_rectangle(x-cornerOffset, 124 130 y-cornerOffset, … … 1524 1530 Following lines: <x> <y> 1525 1531 last line: "END" 1532 1533 Note: These are clockwise. 1526 1534 """ 1527 1535 fd = open(ofile,'r')
Note: See TracChangeset
for help on using the changeset viewer.