Basic Examples

A unit torus:
In[]:=
Graphics3D
[◼]
Torus
[]
Out[]=
A torus at {10,20,30} with primary radius of 20 and secondary radius of 1 around an orientation vector of {0,1,0}:
In[]:=
Graphics3D
[◼]
Torus
[{10,20,30},{20,1},{0,1,0}],AxesTrue
Out[]=

Neat Examples

In[]:=
Manipulate​​Graphics3D
[◼]
Torus
[{0,0,0},{1,n}],
[◼]
Torus
[{1/2,0,0},{1,1/2-n},{0,1,0}],​​PlotRange{{-1.5,1.5},{-1.5,1.5},{-1.5,1.5}},​​{{n,0.2},0,1/2}
Out[]=