Description3d torus.png 1D 2D 3D English: illustrate 3d torus Date 28 November 2016 Source Own work Author Yixuan Li...
metallic } } #declare Qtorus=intersection{ // 1/4 of a torus, for rounded "corner" on the wiring torus {1,.06 rotate <0,0,90>} box {-2,<2,0,0>} } #declare...
half-torus #if (1) difference { difference { torus { 1, 0.5 } torus { 1, 0.499 pigment { image_map { //surface inside the torus png "checker2.png" // 1024x512...
with POV-Ray. Illustrations for Morse Theory Derivative works of this file: 3D-Leveltorus-Reebgraph.png English determination method or standard: SHA-1...
license: This image is a derivative work of the following images: File:3D-Leveltorus.png licensed with PD-self 2007-01-03T11:34:19Z Kieff 700x700 (178222 Bytes)...
plotoptix.utils import make_color from plotoptix.materials import m_plastic def torus(u, v, r, R): x = r * np.sin(v) y = (R + r * np.cos(v)) * np.sin(u) z = (R...
3.0111} torus {2.5,.6 translate <0,27.4,0>} cone {<0,23.6,0>,0.8,<0,27.0844,0>,3.0111} difference { cylinder {0,<0,1.638,0>,2.866144} torus {2.866144...
jitter } #declare R = 1.5; // radius to center circle of torus #declare r = 0.5; // radius of torus cross-section #declare r_tube = 0.1; // thickness of tube...
////////////////////// indicators of direction of rotation #declare Torus = torus {5, 0.5} #declare CutBox = box{ <-10, -10, -10>, <10, 10, 10> translate...