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

Online Help

All Products    Maple    MapleSim


plottools

  

hemisphere

  

generate 3-D plot object for a hemisphere

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

hemisphere(c, r, options)

Parameters

c

-

(optional) list(realcons); center of the base circle of the hemisphere

r

-

(optional) realcons; radius of the hemisphere

options

-

(optional) equations of the form option=value where option is capped or an option listed on the plot3d/option help page

Options

• 

capped : true or false

  

Specifies whether a cap should be drawn on the open end of the hemisphere.  The default value of this option is true.

Description

• 

The hemisphere command creates a three-dimensional plot data object, which when displayed is a hemisphere centered at c with a radius r. The default values for c and r are 0,0,0 and 1, respectively.

• 

The plot data object produced by the hemisphere 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:

displayhemisphere1,1,1,scaling=constrained,axes=boxed,orientation=45,75,color=green

See Also

plot3d/option

plot3d/structure

plots:-display

plottools