Wolfram 언어

주요 기하학적 기능

데이터로 부터의 메쉬

버전 11은 Wolfram 언어에서의 사용을 위해 특별히 체계화하여 생성된 다면체, 매듭, 생체 구조, 기하학적 특징 등 엄청난 양의 정선된 3D 기하학적 모델에 직접 액세스를 제공합니다.

PolyhedronData를 살펴봅니다.

전체 Wolfram 언어 입력 표시하기
In[1]:=
Click for copyable input
showMeshGrid[f_, names_] := Grid[{Framed[ Show[ImagePad[ Rasterize[ If[f === GeoElevationData, f[#, Automatic, "Region"], f[#, "Region"]], "Image", ImageSize -> {100, 100}, Background -> None], 10, RGBColor[1, 1, 1, 0]], PlotLabel -> format[#], Method -> {"ShrinkWrap" -> False}, ImageSize -> 100], RoundingRadius -> 10, Background -> Lighter[Gray, 0.9], FrameStyle -> GrayLevel[0.5]] & /@ names}] format[GeoDisk[s_, ___]] := format[s] format[e_Entity] := First[StringSplit[CommonName[e], ","]] format[s_] := s
In[2]:=
Click for copyable input
showMeshGrid[PolyhedronData, {"Dodecahedron", "SnubCube", "Echidnahedron", "CumulatedCube"}]
Out[2]=

KnotData를 살펴봅니다.

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

ChemicalData를 살펴봅니다.

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

AnatomyData를 살펴봅니다.

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

GeoElevationData를 살펴봅니다.

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

관련 예제

de en es fr ja pt-br ru zh