Changeset 409
- Timestamp:
- Oct 15, 2004, 3:46:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/pmesh.py
r407 r409 10 10 import visualmesh 11 11 import os 12 13 14 transDict = { 'bx': 'boundX',15 'by': 'boundY',16 'x': 'adjX',17 'y': 'adjY',18 'S': 'uniqueIDINT',19 'M': 'meshuniqueIDINT'}20 12 21 13 # CONSTANTS … … 788 780 789 781 self.visualiseMesh(self.mesh) 782 self.ResizeToFit() 790 783 791 784 def exportASCIIsegmentoutlinefile(self):
Note: See TracChangeset
for help on using the changeset viewer.