FaceGridsStyle
3Dグラフィックス関数のオプションで,面格子をどのように描画するかを指定する.
詳細
- FaceGridsStyle->style は,デフォルトですべての面格子を指定されたスタイルで描画するように指定する.
- FaceGridsStyle->{xgrid,ygrid,zgrid}は,異なる格子の方向に異なるスタイルを使用するように指定する.
- スタイルは,Thick,Red,DashedやThickness,RGBColor,Dashing等のグラフィックス指示子,あるいはDirectiveによる組合せを使って指定できる.
- スタイル指定は現行スタイルシートのスタイル名を参照して指定することもできる.
- FaceGridsStyleの設定値で明示的に無効にされない外部スタイルはそのまま使用される.
- FaceGridsの設定で明示的に指定されたスタイルは,FaceGridsStyleで指定されたスタイルに優先することがある.
- 面格子のデフォルトスタイルはオプションDefaultFaceGridsStyleで指定できる.
例題
すべて開く すべて閉じる例 (1)
Graphics3D[Cylinder[], FaceGrids -> All, FaceGridsStyle -> Directive[Orange, Dashed]]ParametricPlot3D[{v Cos[u], v Sin[u], v ^ 3}, {u, 0, 2Pi}, {v, -1, 1}, Mesh -> None, FaceGrids -> {{0, -1, 0}}, FaceGridsStyle -> Directive[Gray, Dotted]]スコープ (1)
特性と関係 (1)
個別にスタイル付けを行った面格子をFaceGridsStyleとともに使うことができる.優先順位は個別のスタイルの方が高い:
Graphics3D[Cylinder[], FaceGrids -> {{{0, -1, 0}, {{{-1 / 2, Red}, {0, Green}, {1 / 2, Blue}}, {{-1 / 3, Thin}, {1 / 3, Dashed}}}}}, FaceGridsStyle -> Directive[Thick, Orange]]関連するガイド
テキスト
Wolfram Research (2007), FaceGridsStyle, Wolfram言語関数, https://reference.wolfram.com/language/ref/FaceGridsStyle.html (2008年に更新).
CMS
Wolfram Language. 2007. "FaceGridsStyle." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/FaceGridsStyle.html.
APA
Wolfram Language. (2007). FaceGridsStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FaceGridsStyle.html
BibTeX
@misc{reference.wolfram_2026_facegridsstyle, author="Wolfram Research", title="{FaceGridsStyle}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/FaceGridsStyle.html}", note=[Accessed: 13-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_facegridsstyle, organization={Wolfram Research}, title={FaceGridsStyle}, year={2008}, url={https://reference.wolfram.com/language/ref/FaceGridsStyle.html}, note=[Accessed: 13-September-2026]}