Changeset 972 for inundation/ga/storm_surge/pmesh/mesh.py
- Timestamp:
- Feb 28, 2005, 5:15:15 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/mesh.py
r971 r972 1215 1215 points.append((vertex.x,vertex.y)) 1216 1216 shape = alpha_shape.alpha_shape.Alpha_Shape(points, alpha = alpha) 1217 print "mesh boundary_type",boundary_type1218 1217 shape.set_boundary_type(flag = boundary_type) 1219 1218 boundary_segs = shape.get_boundary()
Note: See TracChangeset
for help on using the changeset viewer.