Examples of common usage
In these examples we assume that the MapContour application is saved in a file
named MapContour.jar.
java -jar MapContour.jar -shape data/surface.obj -contour data/contour.ucf -output output/newContour.ucf
Read original shape from a file path, data/surface.obj,
and read a contour from data/contour.ucf. Output of
this program which is an file containing a contour
whose contour according to how the original shpae
transforms to a new shape, and the output is named
newContour.ucf
Note: Required command line arguments are following:
-
- '-shape' is required command line argument.
- '-contour' is required command line argument.
- '-output' is required command line argument.