|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Cone
Cone[{{x1, y1, z1}, {x2, y2, z2}}, r]
represents a cone with a base of radius r centered at
and a tip at
.
Cone[{{x1, y1, z1}, {x2, y2, z2}}]
represents a cone with a base of radius 1.
DetailsDetails
- Cone renders as a cone in Graphics3D.
- Cone represents the whole filled cone, not just the surface.
- The base of the cone is a disk.
- The base radius of the cone can be specified either in absolute coordinates, or as Scaled[s].
- Colors and other material properties of cones can be specified using color directives as well as Specularity and Glow.
- Cones can be specified as transparent using Opacity directives.
- Cone[] is equivalent to Cone[{{0, 0, -1}, {0, 0, 1}}].
- Cone[{spec1, spec2, ...}] represents a collection of cones with base radius
. - Cone[{spec1, spec2, ...}, r] represents a collection of cones with base radius r.
- Cone[{spec1, spec2, ...}, {r1, r2, ...}] represents a collection of cones with specifications
and base radii
.
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




