Changeset 8062 for trunk/anuga_core/source/anuga/geometry/polygon.py
- Timestamp:
- Oct 30, 2010, 6:45:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/geometry/polygon.py
r8061 r8062 859 859 def read_polygon(filename, delimiter=',', closed=True, verbose=False): 860 860 """ Read points assumed to form a (closed) polygon. 861 Can also be used to read in a polyline (closed =False)861 Can also be used to read in a polyline (closed=False) 862 862 863 863 Also checks to make sure polygon (polyline) … … 868 868 A list of point data from the polygon file. 869 869 870 There must be exactly two numbers in each line separated by the delimiter. 870 There must be exactly two numbers in each line 871 separated by the delimiter. 871 872 No header. 872 873 """
Note: See TracChangeset
for help on using the changeset viewer.