logo
Up  Jvx  Bd  Byu  Obj  Off 

The .byu Format

These files use a fixed format, i.e. fixed length for all variables.

The meaning of the variables is as follows:

First line of the file:

nparts npoints npolys nconnects ntest

nparts
number of parts of a geometry, each is a separate surface in the same file
npoints
total number of coordinate vectors in R³
npolys
number of patches, (a triangle, a quadrilateral are all single patches e.g.)
nconnects
number of connectivity entries (that is for triangles only: 3 * npolys)
ntest
should be 0

Next lines specify boundaries of the parts, i.e. the position of the first and
last entry of the part in the connectivity list of the file

first1 last1
first2 last2
...

Next lines specify the coordinate vectors in R³ off all coordinates:
Each row has six numbers (that is two points) each one with twelve digits
(like shown below) inclusive blanks and right aligned.

Next lines specify the indices of the coordinates in the coordinate vector
that make up a patch, and this for each patch of the whole surface.
Here every line must have 16 entries with each one six digits (also inclusive
blanks and right aligned). The last connectivity entry
of such a patch has negative sign to indicate the end of the patch.
This allows patches of arbitrary number of edges, but it's better to use triangles,
otherwise an automatic triangulation algorithm would be invoked.

An example file is given below (its a cube):

     1     8     6    24     0
     1     6
 1.00000E+00 1.00000E+00 1.00000E+00 1.00000E+00 1.00000E+00-1.00000E+00
 1.00000E+00-1.00000E+00 1.00000E+00 1.00000E+00-1.00000E+00-1.00000E+00
-1.00000E+00 1.00000E+00 1.00000E+00-1.00000E+00 1.00000E+00-1.00000E+00
-1.00000E+00-1.00000E+00 1.00000E+00-1.00000E+00-1.00000E+00-1.00000E+00
     1     3     4    -2     5     7     8    -6     1     5     6    -2     3     7     8    -4
     1     5     7    -3     2     6     8    -4
© 1997-2017 Last modified: 22.06.2017 --- www.javaview.de --- The JavaView Project