DATA_FILE_READER.GRS


$$ PROGRAM: DATA_FILE_READER.GRS
$$
$$ KEYWORDS: 3D UTIL
$$
$$ ABSTRACT: This program reads a file of x,y,z data and creates
$$           points at these coordinates. Must have an active part.
$$           Data format : Any combination of sets of 3 coords
$$                  eg. 1 |   eg. 2   |   eg. 3   |    eg. 4
$$                x [cr]  |  x,y [cr] |  x, [cr]  |  x,y,z [cr]
$$                y [cr]  |  z [cr]   |  y,z [cr] |  x,y,z [cr]
$$                z [cr]  |  x,y [cr] |  x, [cr]  |  x,y,z [cr]
$$                x [cr]  |  z [cr]   |  y,z [cr] |  x,y,z [cr]
$$                x [cr]  |  x,y [cr] |  x, [cr]  |  x,y,z [cr]
$$                y [cr]  |  z [cr]   |  y,z [cr] |  x,y,z [cr]
$$
$$ RELEASE HISTORY:
$$   UNKNOWN INITIAL RELEASE
$$   20-SEP-88 UPDATE FOR V6.0  BILL BROWN  N.R.C. CANADA
$$
$$ Required Subroutines: (None)
$$
$$ REQUIRED DATA/PART FILES: (NONE)
$$
$$ AUTHOR: Wayne Towers
$$ TITLE:
$$ COMPANY: Continental Plastics
$$          2425 N. Touhy Avenue
$$          Elk Grove, IL 60007
$$          312-364-3782
$$
$$ SYSTEM TYPE: Digital
$$