Graphics`SurfaceOfRevolution -- axis change
- To: mathgroup at smc.vnet.net
- Subject: [mg69845] Graphics`SurfaceOfRevolution -- axis change
- From: "Narasimham" <mathma18 at hotmail.com>
- Date: Mon, 25 Sep 2006 03:53:15 -0400 (EDT)
In Help,it is a little more instructive or less confusing may be to use a dummy variable like u, other than x, y or z.The examples show surfaces made by rotations of the original meridian about x-, y-, and z- axes. << Graphics`SurfaceOfRevolution` << RealTime3D` sorx = SurfaceOfRevolution[-1 + u^2, {u, 0, 1.2},RevolutionAxis -> {1, 0, 0}]; sory = SurfaceOfRevolution[-1 + u^2, {u, 0, 1.2},RevolutionAxis -> { 0, 1, 0}]; sorz = SurfaceOfRevolution[-1 + u^2, {u, 0, 1.2},RevolutionAxis -> {0, 0, 1}]; Show[sorx, sory, sorz];