| 
    Woolz Image Processing
    Version 1.7.5
    
   | 
 
WlzCMeshIntersectDom [-c] [-h] [-m] [-o<output object>] [-s] [-v]
                     [<mesh object>] [<domain object>]
 | -c | Find the closest point on the surface to the domain if there is no intersection. | 
| -d | Distance normal to the surface within which to allow intersection.. | 
| -h | Help, prints usage message. | 
| -o | Output object file. | 
| -s | Scale factor from the mesh to the 2D spatial domain. | 
| -v | Verbose output. | 
WlzCMeshIntersectDom -s10 -o out.wlz mesh.wlz in.wlzReads a 2D5 conforming mesh from the file mesh.wlz, computes the domain of intersection and scales it by a factor of 10. The 2D domain object is then writen to the file out.wlz.