Woolz Image Processing  Version 1.7.5
WlzCMeshToContour
Name
WlzCMeshToContour - creates a contour from a conforming mesh.
Synopsis
WlzCMeshToContour [-h] [-d #] [-o<output object>] [<input object>]
Options
-h Help, prints usage message.
-d Apply this scale factor to the displacements of mesh if they exist. By default no mesh displacements are applied.
-o Output object file.
Description
Creates a contour object from a conforming mesh. This is currently only possible for a 2D5 conforming mesh, which results in a 3D contour (collection of surfaces). By default the input file is read from the standard input and the output file is written to the standard output.
Examples
WlzCMeshToContour -o out.wlz -d in.wlz
Reads a 2D5 conforming mesh from the file in.wlz, applies the meshes displacements to it's nodes and then outputs the corresponding contour to the file out.wlz.
File
WlzCMeshToContour.c
See Also
WlzIntro(1) WlzCMeshToContour(3) WlzCMeshFromContour(1) WlzCMeshSurfaceMap(1)