icosahedron - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


plottools

  

icosahedron

  

generate 3-D plot object for a icosahedron

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

icosahedron([x, y, z], s, options)

Parameters

[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.

Description

• 

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.

Examples

withplottools:

withplots:

displayicosahedron0,0,0,0.8,orientation=45,0

displayicosahedron0,0,0,0.8,icosahedron1,1,1,0.5,lightmodel=light2,orientation=45,0

See Also

plot3d/option

plot3d/structure

plots:-display

plots:-polyhedraplot

plottools