give the list of virtual vertices with which we associate a hole
tr3D%u -kind
returns the name of the object kind associated with a given object
tr3D%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
get the list of possible rendering modes for a triangulation
tr3D%u -save [filename=%s]
save a 3D triangulation (using given filename)
tr3D%u -saveAsGHS3D %s
saves the triangulation with the GHS3D file format
tr3D%u -saveAsTrian %s
saves the triangulation with the Trian file format
tr3D%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