File:7 1 Knot.stl

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(5,120 × 2,880 pixels, file size: 78 KB, MIME type: application/sla)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: A 7₁ knot.
Source Own work, based on File:Blue 7 1 Knot.png
Author Jim.belk & MichaelFrey (talk)

source[edit]

//https://commons.wikimedia.org/wiki/File:Blue_7_1_Knot.png

r_tube = 0.05;
num_steps = 70;

function pointCord(theta) = [0.3*( (7/3)*sin(2*theta)*(1+(2/7)*cos(7*theta)) ), 0.3*( (7/3)*cos(2*theta)*(1+(2/7)*cos(7*theta)) ), 0.2*sin(7*theta)];

module point(N){
  theta = 360 * N / num_steps;
  translate(pointCord(theta))
  sphere(r_tube);
}



for(N=[0:1:num_steps]){
    //echo(N);
    hull(){
        point(N);
        point(N+1);
    }
}

Licensing[edit]

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:09, 28 January 2024Thumbnail for version as of 13:09, 28 January 20245,120 × 2,880 (78 KB)MichaelFrey (talk | contribs)== {{int:filedesc}} == {{Information |Description={{en|1=A 7₁ knot.}} |Source={{own}}, based on File:Blue 7 1 Knot.png |Author=Jim.belk & ~~~ |Date= |Permission= |other_versions= }} == {{int:license-header}} == {{PD-self}} Category:7 1 knots

There are no pages that use this file.