|   cnt3D%u -addContour acnt3D%u
 |  copy a given 3D contour into the current 3D contour
 | 
|   cnt3D%u -destroy
 |  destroy a contour 3D
 | 
|   cnt3D%u -getNbLines
 |  return the number of lines of a 3D contour
 | 
|   cnt3D%u -getNbVertices
 |  returns the number of vertices of a 3D contour
 | 
|   cnt3D%u -getVertex %u %u
 |  return the vertex position given the line index and the vertex index in that line
 | 
|   cnt3D%u -kind
 |  returns the name of the object kind associated with a given object
 | 
|   cnt3D%u -lineColor [%f %f %f]
 |  get/set the line color
 | 
|   cnt3D%u -lineWidth [%f]
 |  get/set the width of a line for display
 | 
|   cnt3D%u -loadOption [moduleName=%s] [true|false]
 |  when no parameters is provided, returns the list of modules. If one module name is provided then returns a boolean indicating if the module should be read. If 2 parameters are provided then set the selection mode of a module for reading
 | 
|   cnt3D%u -removeLine
 |  removes the selected line if it is not the only line left in the contour
 | 
|   cnt3D%u -rotate %f %f %f
 |  rotate a 3D contour around its center given a rotation vector
 | 
|   cnt3D%u -save [%s]
 |  get the current filename or save the 3D contour with the provided filename
 | 
|   cnt3D%u -saveOption [moduleName=%s] [true|false]
 |  when no parameters is provided, returns the list of modules. If one module name is provided then returns a boolean indicating if the module should be saved or not. If 2 parameters are provided then set the selection mode of a module for writing
 | 
|   cnt3D%u -scale %f
 |  scale a 3D contour around its center
 | 
|   cnt3D%u -scene
 |  return the scene where is the contour
 | 
|   cnt3D%u -selectVertex [ %u ]
 |  Without parameters, returns the rank of the selected vertex. Otherwise select the vertex given its rank
 | 
|   cnt3D%u -selectedLineColor [%f %f %f]
 |  get/set the selected line color
 | 
|   cnt3D%u -selectedVertexColor [ %f %f %f ]
 |  get/set the selected vertex color
 | 
|   cnt3D%u -selectedVertexInfo
 |  return some basic information (position) about the selected vertex
 | 
|   cnt3D%u -selectionMode [object | vertex | line
 |  get / set the selection mode corresponding to the left mouse action
 | 
|   cnt3D%u -translate %f %f %f
 |  translate the 3D contour
 | 
|   cnt3D%u -vertexColor [ %f %f %f ]
 |  get/set the vertex color
 | 
|   cnt3D%u -vertexMode [hide | show]
 |  get/set the vertex display mode
 | 
|   cnt3D%u -vertexSize [%f]
 |  get/set the size of a vertex for display
 |