|
|
|||
|
|
| Graphics3D[primitives, options] 3Dのグラフィックスイメージを表す. |
| Cuboid[{xmin,ymin,zmin},...] | 立方体 | |
| Cylinder[{{x1,x2,x3},...},...] | 円柱 | |
| GraphicsComplex[pts,prims] | グラフィックスオブジェクトの複合体 | |
| GraphicsGroup[{g1,g2,...}] | グループとして扱われるオブジェクト | |
| Inset[obj,...] | はめ込みオブジェクト | |
| Line[{{x1,y1,z1},...}] | 線 | |
| Point[{x,y,z}] | 点 | |
| Polygon[{{x1,y1,z1},...}] | 多角形 | |
| Sphere[{x,y,z},...] | 球 | |
| Text[expr,{x,y,z}] | テキスト |
| AbsoluteDashing[{w1,...}] | 絶対的な破線の指定 | |
| AbsolutePointSize[d] | 絶対的な点の大きさの指定 | |
| AbsoluteThickness[w] | 絶対的な線の太さの指定 | |
| CMYKColor[c,m,y,k] | 色指定 | |
| Dashing[{w1,...}] | 破線の指定 | |
| Directive[g1,g2,...] | 複合グラフィックス指示子 | |
| EdgeForm[spec] | 多角形の辺の指定 | |
| FaceForm[spec] | 多角形の面の指定 | |
| Glow[c] | 色の光沢指定 | |
| GrayLevel[i] | グレーレベルの指定 | |
| Hue[h] | 色調の指定 | |
| Opacity[a] | 不透明度指定 | |
| PointSize[d] | 点の大きさの指定 | |
| RGBColor[r,g,b] | 色指定 | |
| Specularity[s] | 表面の鏡面性の指定 | |
| Thickness[w] | 線の太さの指定 |
| Annotation[obj,label] | 注釈を与える | |
| Button[obj,action] | obj がボタンとして動くようにする | |
| Dynamic[obj] | 動的にアップデートされた現在値を使用 | |
| EventHandler[obj,...] | イベントハンドラを付加 | |
| Hyperlink[obj,URI] | obj をハイパーリンクにする | |
| Mouseover[obj,over] | マウスオーバーの形式を指定 | |
| PopupWindow[obj,cont] | ポップアップウィンドウを付加 | |
| StatusArea[obj,label] | ステータスエリアにラベルが現れるように指定 | |
| Style[obj,opts] | スタイルを指定 | |
| Tooltip[obj,label] | ツールチップを付加 |
| AlignmentPoint | Center | 整列の基準となるグラフィックス内のデフォルトの点 | |
| AspectRatio | Automatic | 縦横比 | |
| Axes | False | 座標軸を描くか描かないか | |
| AxesEdge | Automatic | 座標軸をいずれの辺に置くか | |
| AxesLabel | None | 座標軸のラベル | |
| AxesStyle | {} | 座標軸のスタイルを指定するグラフィックス指示子 | |
| Background | None | プロットの背景色 | |
| BaselinePosition | Automatic | 周囲のテキストのベースラインとの揃え方 | |
| BaseStyle | {} | グラフィックスのベーススタイル指定 | |
| Boxed | True | 境界ボックスを描くか描かないか | |
| BoxRatios | Automatic | 3次元の境界ボックスの比 | |
| BoxStyle | Automatic | ボックスのスタイル指定 | |
| ContentSelectable | Automatic | コンテンツの選択を許容するかどうか | |
| ControllerLinking | Automatic | いつ外部回転コントローラに接続するか | |
| ControllerMethod | Automatic | 外部コントローラをどのように操作するか | |
| ControllerPath | Automatic | どの外部コントローラを使ってみるか | |
| DisplayFunction | $DisplayFunction | 出力を生成する関数 | |
| Epilog | {} | 主となるプロットの後に描く2Dグラフィックスプリミティブ | |
| FaceGrids | None | 境界ボックスの方眼線 | |
| FaceGridsStyle | {} | 表面格子のスタイル指定 | |
| FormatType | TraditionalForm | テキストのデフォルトの書式 | |
| ImageMargins | 0. | グラフィックスの周囲の余白 | |
| ImagePadding | All | ラベル等にどの程度余分な充填を許すか | |
| ImageSize | Automatic | 描画するグラフィックスの絶対的サイズ | |
| LabelStyle | {} | ラベルのスタイル指定 | |
| Lighting | Automatic | 使用する擬似照明の光源 | |
| Method | Automatic | 使用する3Dグラフィックスメソッドの詳細 | |
| PlotLabel | None | プロット用ラベル | |
| PlotRange | All | 含める値の範囲 | |
| PlotRangePadding | Automatic | 値の範囲をどの程度充填するか | |
| PlotRegion | Automatic | 最終的な表示領域 | |
| PreserveImageOptions | Automatic | 同じ画像を新たに描画する際に画像のもとのオプションを保存するかどうか | |
| Prolog | {} | 主なプロットに先駆けて描かれる2Dグラフィックスプリミティブ | |
| RotationAction | "Fit" | インタラクティブな回転の後でどのように描画するか | |
| SphericalRegion | False | 最終的な表示領域に外接球をフィットさせるかどうか | |
| Ticks | Automatic | 目盛の指定 | |
| TicksStyle | {} | 目盛マークのスタイル指定 | |
| ViewAngle | All | 表示フィールドの角度 | |
| ViewCenter | {1/2,1/2,1/2} | 表示領域の中心に置く点 | |
| ViewMatrix | Automatic | 明示的な変換行列 | |
| ViewPoint | {1.3,-2.4,2.} | 視点 | |
| ViewRange | All | 含むべき視距離の範囲 | |
| ViewVector | Automatic | 擬似カメラの位置と方向 | |
| ViewVertical | {0,0,1} | 垂直にする方向 |
| © 2013 Wolfram Research, Inc. |