SkinStyle
is an option of AnatomyPlot3D that specifies what style to use for automatically included skin subparts.
SkinStyle
SkinStyle
is an option of AnatomyPlot3D that specifies what style to use for automatically included skin subparts.
Examples
open all close allBasic Examples (3)
Automatically include the nearest skin subpart for an anatomical structure entity:
AnatomyPlot3D[{Entity["AnatomicalStructure", "LeftFemur"]}, SkinStyle -> Automatic]The default styling can be overridden:
AnatomyPlot3D[{Red, Entity["AnatomicalStructure", "PituitaryGland"]}, SkinStyle -> Directive[Blue, Opacity[.3]], ViewPoint -> Left]The default behavior is to not include any skin subparts:
AnatomyPlot3D[{Entity["AnatomicalStructure", "LeftFemur"]}, SkinStyle -> None]Scope (1)
Properties & Relations (1)
The results of SkinStyle can be manually reproduced using explicit entities and directives in the first argument of AnatomyPlot3D:
AnatomyPlot3D[{Entity["AnatomicalStructure", "LeftFemur"], Opacity[.3], Entity["AnatomicalStructure", "SkinOfLeftThigh"]}]See Also
History
Text
Wolfram Research (2016), SkinStyle, Wolfram Language function, https://reference.wolfram.com/language/ref/SkinStyle.html.
CMS
Wolfram Language. 2016. "SkinStyle." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SkinStyle.html.
APA
Wolfram Language. (2016). SkinStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SkinStyle.html
BibTeX
@misc{reference.wolfram_2026_skinstyle, author="Wolfram Research", title="{SkinStyle}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/SkinStyle.html}", note=[Accessed: 16-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_skinstyle, organization={Wolfram Research}, title={SkinStyle}, year={2016}, url={https://reference.wolfram.com/language/ref/SkinStyle.html}, note=[Accessed: 16-June-2026]}