Changeset 420


Ignore:
Timestamp:
Oct 18, 2004, 5:09:55 PM (20 years ago)
Author:
duncan
Message:

update

Location:
inundation/ga/storm_surge/pmesh
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/documentation/issues.txt

    r407 r420  
    1313lists, when loading from a .tsh file?  Note: a change of this might
    1414also affect the 'triangle' glue code.
     15Note: This also happens to triangle atts!
    1516
    1617Issue:vertices at the bottom of the canvas can be hard to visualise,
  • inundation/ga/storm_surge/pmesh/mesh.py

    r407 r420  
    121121        #print "draw y:", y
    122122        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       
    123129        return canvas.create_rectangle(x-cornerOffset,
    124130                                       y-cornerOffset,
     
    15241530    Following lines: <x> <y>
    15251531    last line:  "END"
     1532
     1533    Note: These are clockwise.
    15261534    """
    15271535    fd = open(ofile,'r')
Note: See TracChangeset for help on using the changeset viewer.