FaceForm
例題
すべて開く すべて閉じる例 (2)
Graphics[{EdgeForm[{Thick, Blue}], FaceForm[Pink], Disk[]}]Graphics3D[{EdgeForm[{Thick, Blue}], FaceForm[{Pink, Opacity[0.8]}], Cuboid[]}, Boxed -> False]Graphics3D[{FaceForm[Yellow, Blue], Cuboid[]}, PlotRange -> {{-1 / 4, 5 / 4}, {1 / 4, 5 / 4}, {-1 / 4, 5 / 4}}]アプリケーション (1)
FaceFormを使ってプロット関数で生成された多角形のスタイルを指定する:
ContourPlot[x ^ 3 - y ^ 2, {x, -2, 2}, {y, -3, 3}, ContourShading -> FaceForm[]]ParametricPlot3D[{Cos[ϕ]Sin[θ], Sin[ϕ]Sin[θ], Cos[θ]}, {ϕ, 0, 3Pi / 2}, {θ, 0, Pi}, MeshStyle -> Opacity[.2], PlotStyle -> FaceForm[Blue, Orange]]特性と関係 (2)
FaceForm[]を使って前面を描かないように指定する:
{Graphics[{EdgeForm[Red], White, Rectangle[], Rectangle[{0.5, 0.5}]}],
Graphics[{EdgeForm[Red], FaceForm[], Rectangle[], Rectangle[{0.5, 0.5}]}]}NoneとOpacityを含め,表面と裏面に異なる指定をすることができる:
ParametricPlot3D[{Cos[ϕ]Sin[θ], Sin[ϕ]Sin[θ], Cos[θ]}, {ϕ, 0, 3Pi / 2}, {θ, 0, Pi}, MeshStyle -> Opacity[0.1], PlotStyle -> FaceForm[Directive[Opacity[0.5], Blue], Orange]]テクニカルノート
関連するガイド
-
▪
- グラフィックス指示子 ▪
- 色 ▪
- 多角形 ▪
- 分子の構造と計算 ▪
- 多面体
履歴
1988 で導入 (1.0) | 2007 で更新 (6.0) ▪ 2010 (8.0) ▪ 2012 (9.0)
テキスト
Wolfram Research (1988), FaceForm, Wolfram言語関数, https://reference.wolfram.com/language/ref/FaceForm.html (2012年に更新).
CMS
Wolfram Language. 1988. "FaceForm." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/FaceForm.html.
APA
Wolfram Language. (1988). FaceForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FaceForm.html
BibTeX
@misc{reference.wolfram_2026_faceform, author="Wolfram Research", title="{FaceForm}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/FaceForm.html}", note=[Accessed: 09-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_faceform, organization={Wolfram Research}, title={FaceForm}, year={2012}, url={https://reference.wolfram.com/language/ref/FaceForm.html}, note=[Accessed: 09-August-2026]}