AnatomyPlot3Dで使われるグラフィックス指示子で,解剖学的実体に基づいたグラフィックスオブジェクトをグラフィックス指示子または指示子 g の連想を使ってどのように描画するかを指定する.
AnatomyStyling
AnatomyPlot3Dで使われるグラフィックス指示子で,解剖学的実体に基づいたグラフィックスオブジェクトをグラフィックス指示子または指示子 g の連想を使ってどのように描画するかを指定する.
詳細
- AnatomyStylingの使用にはインターネット接続が必要なことがある.
- AnatomyStyling[]は顔は描かない.
- AnatomyStyling["Natural"]は,前に使った指示子を無視して,解剖学的実体に基づいたグラフィックスオブジェクトを初期状態で回復する.
- AnatomyStylingには,解剖学的実体に対応するキーと指示子に対応する値を持つAssociationを使うことができる.
- AnatomyStylingは,AnatomyPlot3D内の他のプリミティブの一部ではない解剖学的実体にのみ適用される.
例題
すべて開く すべて閉じる例 (1)
AnatomyPlot3D[{AnatomyStyling[<|Entity["AnatomicalStructure", "BicepsBrachii"] -> Green|>], Entity["AnatomicalStructure", "LeftArm"]}]AnatomyPlot3D[{AnatomyStyling[<|Entity["AnatomicalStructure", "LeftKidney"] -> Green|>], Entity["AnatomicalStructure", "Kidney"]}]AnatomyPlot3D[{AnatomyStyling[<|Entity["AnatomicalStructure", "LeftIndexFinger"] -> (Lighting -> {{"Ambient", GrayLevel[.3]}, {"Directional", Blue, ImageScaled[{1, 1, 1}]}})|>], Entity["AnatomicalStructure", "SkeletonOfLeftHand"]}]スコープ (5)
ある実体についてのEdgeFormを変更する.これは,すべてのオブジェクトに影響するスタンドアロンのEdgeForm指示子を使って行うことができる:
AnatomyPlot3D[{EdgeForm[{Thick, Blue}], Entity["AnatomicalStructure", "LeftFemur"], Cuboid[{200, -44, 550}, {222, 44, 575}]}]解剖学的実体のみに適用されるAnatomyStylingを使うこともできる:
AnatomyPlot3D[{AnatomyStyling[EdgeForm[{Thick, Blue}]], Entity["AnatomicalStructure", "LeftFemur"], Cuboid[{200, -44, 550}, {222, 44, 575}]}]AnatomyStylingは,引数なしで使うとFaceForm[]のように振る舞う:
AnatomyPlot3D[{AnatomyStyling[], EdgeForm[Blue], Entity["AnatomicalStructure", "SeventhCervicalVertebra"]}]AnatomyStyling["Natural"]は,前に使った指示子を無視してもとの状態のスタイルを回復する:
AnatomyPlot3D[{Red, Entity["AnatomicalStructure", "SeventhCervicalVertebra"], AnatomyStyling["Natural"], Entity["AnatomicalStructure", "FirstThoracicVertebra"]}]次の例は,この関数が上腕二頭筋のような「中間」構造を(たとえそれがより小さい原子的な成分から作られたものであっても)処理できることを示している:
AnatomyPlot3D[{AnatomyStyling[<|Entity["AnatomicalStructure", "BicepsBrachii"] -> Green|>], Entity["AnatomicalStructure", "LeftArm"]}]次の例は,より下位レベルの原子的な構造に別々にアクセスできることを示している:
AnatomyPlot3D[{AnatomyStyling[<|Entity["AnatomicalStructure", "LongHeadOfLeftBicepsBrachii"] -> Green, Entity["AnatomicalStructure", "ShortHeadOfLeftBicepsBrachii"] -> Blue|>], Entity["AnatomicalStructure", "LeftArm"]}]次の例は,筋肉(あるいは任意の他の実体)をある特定の色に塗り,それを除いた他のすべてのオブジェクトを別の1色で塗れることを示している:
AnatomyPlot3D[{AnatomyStyling[<|_ -> Red, Entity["AnatomicalStructure", "Muscle"] -> Blue|>], Entity["AnatomicalStructure", "LeftArm"]}]GraphicsRow[{AnatomyPlot3D[{AnatomyStyling[<|Entity["AnatomicalStructure", "BicepsBrachii"] -> Directive[Green]|>], Entity["AnatomicalStructure", "LeftArm"]}], AnatomyPlot3D[{AnatomyStyling[<|Entity["AnatomicalStructure", "BicepsBrachii"] -> Directive[Green, ClipPlanes -> {InfinitePlane[{{183, -57, 1156}, {175, -69, 1139}, {179, -65, 1153}}]}]|>], Entity["AnatomicalStructure", "LeftArm"]}]}]おもしろい例題 (1)
reverselights = Join[{{"Ambient", Black}}, Table[{"Directional", Hue[.58, .5, 1], ImageScaled[{Sin[x], Cos[x], -.5}]}, {x, 0, 2 Pi - 2 Pi / 8, 2 Pi / 8}]];AnatomyPlot3D[{AnatomyStyling[<|_ -> Directive[Specularity[White, 50], Hue[.58, 0, 1, .1], Lighting -> reverselights], Entity["AnatomicalStructure", "LeftHumerus"] -> Red|>], Entity["AnatomicalStructure", "LeftArm"]}, Background -> Hue[.58, 1, .3], SphericalRegion -> True]関連するガイド
テキスト
Wolfram Research (2019), AnatomyStyling, Wolfram言語関数, https://reference.wolfram.com/language/ref/AnatomyStyling.html.
CMS
Wolfram Language. 2019. "AnatomyStyling." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AnatomyStyling.html.
APA
Wolfram Language. (2019). AnatomyStyling. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AnatomyStyling.html
BibTeX
@misc{reference.wolfram_2026_anatomystyling, author="Wolfram Research", title="{AnatomyStyling}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/AnatomyStyling.html}", note=[Accessed: 10-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_anatomystyling, organization={Wolfram Research}, title={AnatomyStyling}, year={2019}, url={https://reference.wolfram.com/language/ref/AnatomyStyling.html}, note=[Accessed: 10-August-2026]}