Tools#

Mesh manipulation#

meshConvert#

meshMerge#

createParameterMesh#

pyCreateSurface#

recountPara#

Data manipulation#

datamerge#

Visualisation#

pytripatch#

Generic two-dimensional mesh/model viewer:

Examples

  • Show a 2d mesh only

pytripatch mesh.bms
  • Color the mesh based on data. Data can be a file with a list of values i.e., one data for each cell.

pytripatch -d data.txt mesh.bms
  • Color the mesh based on data. Data can be a string of a data vector shipped with the GIMLI::Mesh see GIMLI::Mesh::addData() and binary format v2. Or internal attributes like attribute or marker

pytripatch --data=marker mesh.bms