plottools
icosahedron
generate 3-D plot object for a icosahedron
Calling Sequence
Parameters
Description
Examples
icosahedron([x, y, z], s, options)
[x, y, z]
-
location of the icosahedron
s
(optional) scale of the icosahedron; default is 1
options
(optional) equations of the form option=value. For a complete list, see plot3d/option.
The icosahedron command creates a three-dimensional plot data object, which when displayed is a scaled icosahedron located at point [x,y,z]. Note that the scale factor is applied in each dimension. This command is an interface to the plots:-polyhedraplot routine.
The plot data object produced by the icosahedron command can be used in a PLOT3D data structure, or displayed using the plots:-display command.
Remaining arguments are interpreted as options, which are specified as equations of the form option = value. For more information, see plottools and plot3d/option.
with⁡plottools:
with⁡plots:
display⁡icosahedron⁡0,0,0,0.8,orientation=45,0
display⁡icosahedron⁡0,0,0,0.8,icosahedron⁡1,1,1,0.5,lightmodel=light2,orientation=45,0
See Also
plot3d/option
plot3d/structure
plots:-display
plots:-polyhedraplot
Download Help Document