アップグレード情報:

Graphics`Shapes`

RotateShapeTranslateShapeAffineShapeの機能が,新規に加わったカーネル関数のRotateTranslateScaleGeometricTransformationで提供されるようになった.
SphereCylinderConeが新しい組込みカーネル関数のSphereCylinderConeとして利用できるようになった.
TorusMoebiusStripがカーネル関数のExampleDataで利用できるようになった.

3Dの形を表示する:

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

座標軸の方向にスケールする:

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

形を変換する:

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

メビウスの環をオイラー角 分だけ回転させる:

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

以下の関数は以前のバージョンの Mathematica で利用できたが,Web ( library.wolfram.co.jp/infocenter/MathSource/6793)でも利用できるようになった.

DoubleHelix
Helix
OutlinePolygons
PerforatePolygons
ShrinkPolygons
WireFrame