Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a version of 3D graphics with segments replaced by tubes
ResourceFunction["Graphics3DWireFrame"][graphics3D] gives a version of graphics3D with segments replaced by tubes. |
A surface:
| In[1]:= |
|
Plot the surface:
| In[2]:= |
|
| Out[2]= |
|
Another wire frame with a standard mesh:
| In[3]:= |
|
| Out[3]= |
|
A similar appearance using PlotStyle:
| In[4]:= |
|
| Out[4]= |
|
Another surface:
| In[5]:= |
|
| Out[5]= |
|
A Möbius strip made of curves:
| In[6]:= |
|
| Out[6]= |
|
Plot the wire frame:
| In[7]:= |
|
| Out[7]= |
|
A B–spline surface:
| In[8]:= |
|
| In[9]:= |
|
| Out[9]= |
|
| In[10]:= |
|
| Out[10]= |
|
Take a region:
| In[11]:= |
|
| Out[11]= |
|
Extract the primitives:
| In[12]:= |
|
| Out[12]= |
|
Make the wire frame:
| In[13]:= |
|
| Out[13]= |
|
A fractal region:
| In[14]:= |
|
| Out[14]= |
|
| In[15]:= |
|
| Out[15]= |
|
Show a dodecahedron:
| In[16]:= |
|
Show a dodecahedron:
| In[17]:= |
|
| Out[17]= |
|
Show a hexagonal prism:
| In[18]:= |
|
| Out[18]= |
|
| In[19]:= |
|
| Out[19]= |
|
Outline the prism:
| In[20]:= |
|
| Out[20]= |
|
Show a dodecahedron:
| In[21]:= |
|
| Out[21]= |
|
A 3D model:
| In[22]:= |
|
| Out[22]= |
|
A surface:
| In[23]:= |
|
| Out[23]= |
|
Change style of the wire frame:
| In[24]:= |
|
| Out[24]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License