Class PointsFromMask
Object
PointsFromMask
Extracts list of points from a
Mask
.- Author:
- Owen Feehan
-
Method Summary
-
Method Details
-
listFrom3i
- Parameters:
mask
- the mask.- Returns:
- a newly created list with the points.
-
listFrom2i
- Parameters:
mask
- the mask.- Returns:
- a newly created list with the points.
- Throws:
CreateException
- if any of the points in the mask are 3D i.e. have non-zero z-value.
-