Woolz Image Processing  Version 1.7.5
Name
WlzContourCut - cuts one contour uning a second.
Synopsis
WlzContourCut [-k <knife>] [-o <out>] [-h] [<model>]
Options
-h Help, prints usage message.
-o Output file.
-k The knife contour object.
Description
Given model and knife contours; creates a new contour which consists of all simplices of the model that do not intersect simplices of the knife. This may be used to cut into a contour removing sections from it.
Examples
WlzContourCut -k plate.wlz iso.wlz > out.wlz
Reads model contour from iso.wlz and knife contour from plate.wlz, creates a new contour object in which all simplices of the model are present unless they are intersected by simplices of the knife. The cut contour object is then written to the output file out.wlz.
File
WlzContourCut.c
See Also
WlzIntro(1) WlzGMModelCut(3)