MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: Cylindrical Surface

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59558] Re: [mg59502] Re: [mg59487] Cylindrical Surface
  • From: "David Park" <djmp at earthlink.net>
  • Date: Fri, 12 Aug 2005 00:08:38 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

David,

It's <<Default3D`.

Needs["Graphics`Shapes`"]

<<RealTime3D`
cyl = Show[Graphics3D[Cylinder[]], Axes -> True];
<<Default3D`

I don't think it is in Help. It's in the old 'Addendum To The Mathematica
Book" for Version 4.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/


From: David Annetts [mailto:davidannetts at aapt.net.au]
To: mathgroup at smc.vnet.net


Hi John,

Putting it all together,

	Needs["Graphics`Shapes"]
	<<RealTime3D`

	cyl = Show[Graphics3D[Cylinder[]], Axes -> True];


Another caveat is that since I can never find <<RealTime3D in the online
help, the only way I can remove the package is by killing the kernel.  I
know there is a better way but I cannot for the life of me find it.

Regards,

Dave.



  • Prev by Date: Re: Draw a cylider from {x1,y1,z1} to {x2,y2,z2}
  • Next by Date: Broken DSolve + Piecewise forcing function
  • Previous by thread: Re: Re: Cylindrical Surface
  • Next by thread: Re: Re: Cylindrical Surface