| Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ curve3d | ◀ cup3d | cylinder3d ▶ | 
curve3d
Arguments:
- _"x(t)",_"y(t)",_"z(t)",_"r(t)",_resolution>1,_tmin,_tmax,_nb_sides>=0,_cap_style={ 0:Open | 1 or
 - Capped | 2 or
 - Closed }
 
Description:
Input 3D curve with specified parameterization.If r(t)==0 or nb_sides<3, the generated 3D object is composed of segments only.
Default values:
x(t)=cos(2*pi*t), y(t)=sin(2*pi*t), z(t)=t, r(t)=0.025, resolution=128, tmin=0, tmax=1, nb_sides=16 and cap_style=1.
Example of use:
 curve3d ,
    

  
                Home
  
                Download
  
                News
  
                    Mastodon
  
                    Bluesky
  
                    X
  
                    Summary - 17 Years
  
                    Summary - 16 Years
  
                    Summary - 15 Years
  
                    Summary - 13 Years
  
                    Summary - 11 Years
  
                    Summary - 10 Years
  
                Resources
  
                    Technical Reference
  
                    Scripting Tutorial
  
                    Video Tutorials
  
                    Wiki Pages
  
                    Image Gallery
  
                    Color Presets
  
                    Using libgmic
  
                    G'MIC Online
  
                Community
  
                    Discussion Forum (Pixls.us)
  
                    GimpChat
  
                    IRC
  
                Report Issue