Skip to content.
CCB > CCBSIGS > ShapeToolLibraryProgram > MapContour > MapContourExamplesVersion1x0

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:

    1. '-shape' is required command line argument.
    2. '-contour' is required command line argument.
    3. '-output' is required command line argument.