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

Online Help

All Products    Maple    MapleSim


plottools

  

ellipticArc

  

generate 2-D plot object for an elliptic arc

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

ellipticArc(c, a, b, r, opts)

Parameters

c

-

center of the ellipticArc

a

-

semi-major axis of the elliptic arc

b

-

semi-minor axis of the elliptic arc

r

-

range of the arc in radians

opts

-

(optional) equations of the form option=value

Options

• 

Any applicable 2-D plot option in plot/options can also be given.

• 

filled : truefalse

  

Specifies whether to fill the inside of the arc. The default is false.

• 

rotate = real

  

Specifies that ellipse should be be rotated by the specified angle (in radians) from the standard position with the major axis parallel to the x-axis. The default is 0.

• 

super = positive real, list of two positive reals, or the value true

  

Specifies that a (generalized) superelliptic arc should be created.

  

See plottools[ellipse] for more details on generalized superellipses.

Description

• 

The ellipticArc command creates a two-dimensional plot data object, which when displayed is an elliptic arc of an ellipse centered at c with semi-major axis a and semi-minor axis b. The arc ranges in r.

• 

The plot data object produced by the ellipticArc command can be used in a PLOT 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 plot/options.

Examples

withplottools:

withplots:

cellipticArc1,1,2,3,0..3π4:

dellipticArc0,0,3,4,3π4..2π,filled=true,color=green:

displayc,d,scaling=constrained

displayellipticArc0,0,2,1,0..π,super=23,ellipticArc0,0,2,1,π..2π,super=32,scaling=constrained

Compatibility

• 

The super option was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

• 

The plottools[ellipticArc] command was updated in Maple 2023.

• 

The rotate option was introduced in Maple 2023.

• 

For more information on Maple 2023 changes, see Updates in Maple 2023.

See Also

plot/options

plot/structure

plots[display]

plottools

plottools[ellipse]