QueryAndWritePointsPoly:
PUBLIC
PROC [tube: Tube, o: OuterData, m: Matrix ←
NIL];
Use o.typescript to query user for name, then write points and polygons;
if view is non-nil, transform the points first.
WritePointsPolys:
PUBLIC
PROC [tube: Tube, fileName:
ROPE, m: Matrix ←
NIL]
RETURNS [nPoints, nPolys: INT];
Write out the points and polygons to the given file;
points are indexed and contain xyz, normal, and uvw data.