Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the parallel surface of a surface
ResourceFunction["ParallelSurface"][s,r,{u,v}] computes the parallel surface at distance r from a parametric surface s in the variables u and v. |
Define a catenoid surface:
In[1]:= |
Out[1]= |
Compute a parallel surface to the catenoid:
In[2]:= |
Out[2]= |
Plot the surface and its parallels:
In[3]:= |
Out[3]= |
Define an ellipsoid:
In[4]:= |
Out[4]= |
Compute a parallel surface to the ellipsoid:
In[5]:= |
Out[5]= |
Plot the surface and its parallels with a cross section view:
In[6]:= |
Out[6]= |
Define a Möbius strip surface:
In[7]:= |
Out[7]= |
Compute a parallel surface to the Möbius strip:
In[8]:= |
Out[8]= |
Plot the Möbius strip and a surface parallel to it, varying distance:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License