Changeset 3710
- Timestamp:
- Oct 9, 2006, 3:26:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r3690 r3710 2550 2550 2551 2551 2552 \begin{methoddesc}{clip}{} 2553 Clip geospatial data by a polygon 2554 2555 Inputs are \code{polygon} which is either a list of points, an Nx2 array or 2556 a Geospatial data object and \code{closed}(optional) which determines 2557 whether points on boundary should be regarded as belonging to the polygon 2558 (\code{closed=True}) or not (\code{closed=False}). 2559 Default is \code{closed=True}. 2560 2561 Returns new Geospatial data object representing points 2562 inside specified polygon. 2563 \end{methoddesc} 2564 2565 2552 2566 \section{pmesh GUI} 2553 2567 \emph{Pmesh}
Note: See TracChangeset
for help on using the changeset viewer.