TTorus3D( GCoordinate bigRadius, GCoordinate smallRadius, TGrafBundle3D* adoptBundle = NIL );
smallRadius: The distance from the inner edge to the center of the tube.
The following code fragment creates the torus shown above.
TTorus3D torus( 100, 25 ); sphere.Draw( thePort );