データからのメッシュ
バージョン11は,Wolfram言語用に特別に系統化され作成された,多面体,結び目,生体構造,幾何学的特徴等,精選された膨大な量の三次元幾何学モデルへの直接のアクセスを提供する.
完全なWolfram言語入力を表示する
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]=
