Changeset 6116
- Timestamp:
- Jan 6, 2009, 4:49:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/polygon.py
r6001 r6116 746 746 747 747 748 749 # Functions to read and write polygon information 748 750 def read_polygon(filename, split=','): 749 751 """Read points assumed to form a polygon. … … 752 754 """ 753 755 754 #Get polygon755 756 fid = open(filename) 756 757 lines = fid.readlines() … … 778 779 779 780 781 def read_tagged_polygons(filename): 782 """ 783 """ 784 pass 785 780 786 def populate_polygon(polygon, number_of_points, seed=None, exclude=None): 781 787 """Populate given polygon with uniformly distributed points.
Note: See TracChangeset
for help on using the changeset viewer.