polyhedraplot - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Graphics : 3-D : polyhedraplot

plots

  

polyhedraplot

  

create a 3-D point plot with polyhedra

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

polyhedraplot(L, options)

Parameters

L

-

set or list of three-dimensional points

Description

• 

The polyhedraplot function is used to create a three-dimensional plot of points with polyhedra. The points that are to be plotted come from the set or list L. L is in the form . If there is only one point, then it may be simply [x, y, z].

• 

The two specific options to this function are polyscale = s, where s is a constant and polytype = t, where t is a name. The polyscale option controls the size of each polyhedron, and the polytype option is the type of polyhedron (for example, tetrahedron, octahedron, ...). For a complete set of polyhedra names that are supported, see plots[polyhedra_supported]. The default scale is 1, and the default type of polyhedron is .

• 

Additional arguments are interpreted as plot3d options which are specified as equations of the form option = value. See plot3d/option for details.

• 

To perform computations with polyhedra, use the commands from the geom3d package. Information on the types of polyhedra supported in the the geom3d package can be found on geom3d/polyhedra.

Examples

The command to create the plot from the Plotting Guide is

See Also

plot3d/option

plots/polygonplot

plots/polyhedra_supported

 


Download Help Document