-- TubePackage.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, December 3, 1986 2:49:46 pm PST
TubePackage: CONFIGURATION
IMPORTS Args, CedarProcess, Commander, Contours, Controls, Controls3d, Cubic2, Draw2d, Draw3d, FS, Icons, Imager, ImagerFont, ImagerInterpress, IO, Matrix3d, Misc3d, Plane3d, RealFns, Render3d, Rope, Spline3d, ThreeDIO, Vector2, Vector3d, ViewerOps
EXPORTS TubeDisplay, TubeContour, TubeGeometry, TubeIO, TubeMisc, TubePick, TubeRender
CONTROL TubeDesignImpl, TubeTestsImpl
=
BEGIN
TubeContourImpl;
TubeDesignImpl;
TubeDisplayImpl;
TubeGeometryImpl;
TubeIOImpl;
TubeMiscImpl;
TubePickImpl;
TubeRenderImpl;
TubeTestsImpl;
END.