dodecahedron - 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

  

dodecahedron

  

generate 3-D plot object for a dodecahedron

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

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

Parameters

[x, y, z]

-

location of the dodecahedron

s

-

(optional) scale of the dodecahedron; default is 1

options

-

(optional) equations of the form option=value. For a complete list, see plot3d/option.

Description

• 

The dodecahedron command creates a three-dimensional plot data object, which when displayed is a scaled dodecahedron 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 dodecahedron 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:

displaydodecahedron0,0,0,0.8,lightmodel=light2,shading=xy

displaydodecahedron0,0,0,0.8,dodecahedron1,1,1,0.5,orientation=45,0

See Also

plot3d/option

plot3d/structure

plots:-display

plots:-polyhedraplot

plottools