plottools[annulus] - 円環の 2-D プロットオブジェクトを生成
|
使い方
|
|
annulus([x, y], r1..r2, options)
|
|
パラメータ
|
|
[x, y]
|
-
|
(オプション) 円環の中心; デフォルトは [0,0]
|
r1..r2
|
-
|
(オプション) 円環の内径と外径; デフォルトは 1..2
|
options
|
-
|
(オプション) option=value 形式の方程式。完全なリストについては、plot/options を参照してください。
|
|
|
|
|
説明
|
|
•
|
annulus コマンドは 2 次元のプロットデータオブジェクトを作成します。このオブジェクトは内径 r1、外径 r2、中心 [x,y] の円環として表示されます。
|
•
|
annulus コマンドによって生成されたプロットデータオブジェクトは、PLOT データ構造で使用したり、plots[display] コマンドを使用して表示したりすることができます。
|
|
|
互換性
|
|
•
|
plottools[annulus] コマンドは Maple 16 で導入されました。
|
|
|
例
|
|
>
|
display( annulus([1,1]) );
|
>
|
display( annulus(2..3) );
|
>
|
display( annulus(2..3, color="Red" ) );
|
>
|
display( annulus([2,2], 1/2..2, color="Green", style='polygon') );
|
|
|
Download Help Document
Was this information helpful?