Upgrading from:

Graphics`Shapes`

The functionality of RotateShape, TranslateShape, and AffineShape is provided by the newly added kernel functions Rotate, Translate, Scale, and GeometricTransformation.
Sphere, Cylinder, and Cone are available as the new built-in kernel functions Sphere, Cylinder, and Cone.
Torus and MoebiusStrip are available in the kernel function ExampleData.

Display a 3D shape:

Version 5.2 << Graphics`Shapes`;
Show[Graphics3D[MoebiusStrip[3, 1]]]

Scale in the directions of the coordinate axes:

Version 5.2 << Graphics`Shapes`;
Show[AffineShape[Graphics3D[Cylinder[]], {2, 1, 1}]]

Translate a shape:

Version 5.2 << Graphics`Shapes`;
Show[Graphics3D[Torus[3, 1]], 
 TranslateShape[Graphics3D[Torus[3, 1]], {3, 0, 0}]]

Rotate the Moebius strip by the Euler angles , , and :

Version 5.2 << Graphics`Shapes`;
Show[RotateShape[Graphics3D[MoebiusStrip[3, 1]], Pi/4, Pi/3, Pi/2]]

These functions were available in previous versions of Mathematica and are now available on the web at library.wolfram.com/infocenter/MathSource/6793:

DoubleHelix
Helix
OutlinePolygons
PerforatePolygons
ShrinkPolygons
WireFrame