expand_tri - express a triangle cloud (nodes+topology) as a list of triangles defined by the coordinates of their apices.
expand_tri [-n STRING|--name STRING] [-?|-h|--help]
expand_tri read a triangle cloud in the format A specified below and convert it to a triangle cloud in the format B (non-standard). This program can for instance be used to produce scalar files to be used with view_tri(1). awk is particularly effective for that purpose. It takes its input from the standard input and returns the result to the standard output. Example computing the centre of gravity of the triangles:
Returns the manual page
Written by Pierre Smars (first version: 2015)
Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.
Copyright (C) 2015 Pierre Smars. License GPLv2 <http://www.gnu.org/licenses/gpl-2.0.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
view_tri(1), trisize(1)