Mesh from Data
Version 11 provides direct access to a large volume of curated 3D geometric models such as polyhedra, knots, anatomical structures, and geometric features, specially organized and created for the Wolfram Language.
show complete Wolfram Language input
In[2]:=
showMeshGrid[PolyhedronData, {"Dodecahedron", "SnubCube",
"Echidnahedron", "CumulatedCube"}]Out[2]=

In[3]:=
showMeshGrid[KnotData, {"Trefoil", "FigureEight", "SolomonSeal",
"Stevedore"}]Out[3]=

In[4]:=
showMeshGrid[ChemicalData, {"Water", "Caffeine", "SulfuricAcid",
"DTyrosine"}]Out[4]=

In[5]:=
showMeshGrid[AnatomyData, {"Liver", "Eye", "LeftHand", "Skull"}]Out[5]=

In[6]:=

showMeshGrid[GeoElevationData, {Entity["Mountain", "MountEverest"],
Entity["Country", "Switzerland"],
Entity["AdministrativeDivision", {"Hawaii", "UnitedStates"}],
GeoDisk[Entity["UnderseaFeature", "MarianaTrench"],
Quantity[30, "Miles"]]}]Out[6]=

