Primitives Reference: Difference between revisions
Holly-Wood (talk | contribs) No edit summary |
Holly-Wood (talk | contribs) No edit summary |
||
Line 59: | Line 59: | ||
| '''triangle.dat''' || '''Triangle with all edges''' | | '''triangle.dat''' || '''Triangle with all edges''' | ||
|- | |- | ||
| [[File:triangle.png|200px | | [[File:triangle.png|200px|alt=Triangle]] | ||
|| This primitive represents a isosceles right triangle in the {x,z} plane and the three edges that bound it. Its origin is at the tip of the right angle and by default has a size of 1LDu in each of the {x} and {z} dimensions. To avoid matrix arithmetic problems in some renderers, the third dimension ({y} in the default orientation) must be given a non-zero scaling factor. | || This primitive represents a isosceles right triangle in the {x,z} plane and the three edges that bound it. Its origin is at the tip of the right angle and by default has a size of 1LDu in each of the {x} and {z} dimensions. To avoid matrix arithmetic problems in some renderers, the third dimension ({y} in the default orientation) must be given a non-zero scaling factor. | ||
Line 68: | Line 68: | ||
| '''rect.dat''' || '''Rectangle with all edges''' | | '''rect.dat''' || '''Rectangle with all edges''' | ||
|- | |- | ||
| [[File:rect.png|200px | | [[File:rect.png|200px|alt=Rect]] | ||
|| This primitive represents a rectangle in the {x,z} plane and the four edges that bound it. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | || This primitive represents a rectangle in the {x,z} plane and the four edges that bound it. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | ||
|- | |- | ||
Line 75: | Line 75: | ||
| '''rect3.dat''' || '''Rectangle with 3 edges''' | | '''rect3.dat''' || '''Rectangle with 3 edges''' | ||
|- | |- | ||
| [[File:rect3.png|200px | | [[File:rect3.png|200px|alt=Rect3]] | ||
|| This primitive represents a rectangle in the {x,z} plane but excludes one edge {-z}. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | || This primitive represents a rectangle in the {x,z} plane but excludes one edge {-z}. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | ||
|- | |- | ||
Line 82: | Line 82: | ||
| '''rect2p.dat''' || '''Rectangle with 2 parallel edges''' | | '''rect2p.dat''' || '''Rectangle with 2 parallel edges''' | ||
|- | |- | ||
| [[File:rect2p.png|200px | | [[File:rect2p.png|200px|alt=Rect2p]] | ||
|| This primitive represents a rectangle in the {x,z} plane but excludes two parallel edges ({+x} and {-x}). Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | || This primitive represents a rectangle in the {x,z} plane but excludes two parallel edges ({+x} and {-x}). Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | ||
|- | |- | ||
Line 89: | Line 89: | ||
| '''rect2a.dat''' || '''Rectangle with 2 adjacent edges''' | | '''rect2a.dat''' || '''Rectangle with 2 adjacent edges''' | ||
|- | |- | ||
| [[File:rect2a.png|200px | | [[File:rect2a.png|200px|alt=Rect2a]] | ||
|| This primitive represents a rectangle in the {x,z} plane but excludes two adjacent edges ({-x} and {-z}). Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | || This primitive represents a rectangle in the {x,z} plane but excludes two adjacent edges ({-x} and {-z}). Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | ||
|- | |- | ||
Line 96: | Line 96: | ||
| '''rect1.dat''' || '''Rectangle with 1 edge''' | | '''rect1.dat''' || '''Rectangle with 1 edge''' | ||
|- | |- | ||
| [[File:rect1.png|200px | | [[File:rect1.png|200px|alt=Rect1]] | ||
|| This primitive represents a rectangle in the {x,z} plane but include only the one {+x} edge. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | || This primitive represents a rectangle in the {x,z} plane but include only the one {+x} edge. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | ||
|- | |- | ||
Line 103: | Line 103: | ||
| '''recte3.dat''' || '''Empty rectangle with three edges''' | | '''recte3.dat''' || '''Empty rectangle with three edges''' | ||
|- | |- | ||
| [[File:recte3.png|200px | | [[File:recte3.png|200px|alt=Recte3]] | ||
|| This primitive represents three edges of a rectangle in the {x,z} plane. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | || This primitive represents three edges of a rectangle in the {x,z} plane. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | ||
|- | |- | ||
Line 110: | Line 110: | ||
| '''recte4.dat''' || '''Empty rectangle with all edges''' | | '''recte4.dat''' || '''Empty rectangle with all edges''' | ||
|- | |- | ||
| [[File:recte4.png|200px | | [[File:recte4.png|200px|alt=Recte4]] | ||
|| This primitive represents the four edges of a rectangle in the {x,z} plane. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | || This primitive represents the four edges of a rectangle in the {x,z} plane. Its origin is at its centre and by default has a size of 2LDu in each of the {x} and {z} dimensions. | ||
|} | |} | ||
Line 124: | Line 124: | ||
| '''box.dat''' || '''Cuboid with all faces and edges''' | | '''box.dat''' || '''Cuboid with all faces and edges''' | ||
|- | |- | ||
| [[File:box.png|200px | | [[File:box.png|200px|alt=Box]] | ||
|| This primitive is used to define a cuboid. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the three dimensions. | || This primitive is used to define a cuboid. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the three dimensions. | ||
|- | |- | ||
Line 130: | Line 130: | ||
| '''box0.dat''' || '''Cuboid with no faces and edges''' | | '''box0.dat''' || '''Cuboid with no faces and edges''' | ||
|- | |- | ||
| [[File:box0.png|200px | | [[File:box0.png|200px|alt=Box0]] | ||
|| This primitive is used to define the frame a cuboid. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the three dimensions. | || This primitive is used to define the frame a cuboid. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the three dimensions. | ||
|- | |- | ||
Line 136: | Line 136: | ||
| '''box5.dat''' || '''Cuboid with 5 faces and all edges''' | | '''box5.dat''' || '''Cuboid with 5 faces and all edges''' | ||
|- | |- | ||
| [[File:box5.png|200px | | [[File:box5.png|200px|alt=Box5]] | ||
|| This primitive represents a cuboid missing the top {-y} face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 142: | Line 142: | ||
| '''box5-1.dat''' || '''Cuboid with 5 faces without 1 edge''' | | '''box5-1.dat''' || '''Cuboid with 5 faces without 1 edge''' | ||
|- | |- | ||
| [[File:box5-1.png|200px | | [[File:box5-1.png|200px|alt=Box5-1]] | ||
|| This primitive represents a cuboid missing the top {-y} face and one edge {-z} of that. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} face and one edge {-z} of that. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 148: | Line 148: | ||
| '''box5-2p.dat''' || '''Cuboid with 5 faces without 2 parallel edges''' | | '''box5-2p.dat''' || '''Cuboid with 5 faces without 2 parallel edges''' | ||
|- | |- | ||
| [[File:box5-2p.png|200px | | [[File:box5-2p.png|200px|alt=Box5-2p]] | ||
|| This primitive represents a cuboid missing the top {-y} face and two of the four edges surrounding that. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} face and two of the four edges surrounding that. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 154: | Line 154: | ||
| '''box5-4a.dat''' || '''Cuboid with 5 faces without top edges''' | | '''box5-4a.dat''' || '''Cuboid with 5 faces without top edges''' | ||
|- | |- | ||
| [[File:box5-4a.png|200px | | [[File:box5-4a.png|200px|alt=Box5-4a]] | ||
|| This primitive represents a cuboid missing the top {-y} face and the four edges surrounding that. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} face and the four edges surrounding that. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 160: | Line 160: | ||
| '''box5-12.dat''' || '''Cuboid with 5 faces missing all edges''' | | '''box5-12.dat''' || '''Cuboid with 5 faces missing all edges''' | ||
|- | |- | ||
| [[File:box5-12.png|200px | | [[File:box5-12.png|200px|alt=Box5-12]] | ||
|| This primitive represents a cuboid missing the top {-y} face and all edges. Its primary use is for sticker parts. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} face and all edges. Its primary use is for sticker parts. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 166: | Line 166: | ||
! colspan="2" | Box4 overview | ! colspan="2" | Box4 overview | ||
|- | |- | ||
| colspan="2" | [[File:Box4_Overview.PNG | | colspan="2" | [[File:Box4_Overview.PNG|600px|left|alt=Box4 Overview]] | ||
|- | |- | ||
| '''box4.dat''' || '''Cuboid with 4 parallel faces and all edges''' | | '''box4.dat''' || '''Cuboid with 4 parallel faces and all edges''' | ||
|- | |- | ||
| [[File:box4.png|200px | | [[File:box4.png|200px|alt=Box4]] | ||
|| This primitive represents a cuboid missing the top {-y} and bottom {+y} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and bottom {+y} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 177: | Line 177: | ||
| '''box4o4a.dat''' || '''Cuboid with 4 parallel faces without bottom edges''' | | '''box4o4a.dat''' || '''Cuboid with 4 parallel faces without bottom edges''' | ||
|- | |- | ||
| [[File:box4o4a.png|200px | | [[File:box4o4a.png|200px|alt=Box4o4a]] | ||
||This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing the edges of the bottom face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing the edges of the bottom face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 183: | Line 183: | ||
| '''box4o8a.dat''' || '''Cuboid with 4 parallel faces without top and bottom edges''' | | '''box4o8a.dat''' || '''Cuboid with 4 parallel faces without top and bottom edges''' | ||
|- | |- | ||
| [[File:box4o8a.png|200px | | [[File:box4o8a.png|200px|alt=Box4o8a]] | ||
|| This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing the edges of the top and bottom face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing the edges of the top and bottom face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 189: | Line 189: | ||
| '''box4t.dat''' || '''Cuboid with 4 adjacent and all edges''' | | '''box4t.dat''' || '''Cuboid with 4 adjacent and all edges''' | ||
|- | |- | ||
| [[File:box4t.png|200px | | [[File:box4t.png|200px|alt=Box4t]] | ||
|| This primitive represents a cuboid missing the top {-y} and front {-z} faces, but with all its edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and front {-z} faces, but with all its edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 195: | Line 195: | ||
| '''box4-1.dat''' || '''Cuboid with 4 adjacent faces missing 1 edge''' | | '''box4-1.dat''' || '''Cuboid with 4 adjacent faces missing 1 edge''' | ||
|- | |- | ||
| [[File:box4-1.png|200px | | [[File:box4-1.png|200px|alt=Box4-1]] | ||
||This primitive represents a cuboid missing the top {-y} and front {-z} faces and the edge between those faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||This primitive represents a cuboid missing the top {-y} and front {-z} faces and the edge between those faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 201: | Line 201: | ||
| '''box4-2p.dat''' || '''Cuboid with 4 faces without two opposite top edges''' | | '''box4-2p.dat''' || '''Cuboid with 4 faces without two opposite top edges''' | ||
|- | |- | ||
| [[File:box4-2p.png|200px | | [[File:box4-2p.png|200px|alt=Box4-2p]] | ||
|| This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing two edges of the top face - the intersection of the two missing faces and the opposite edge. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing two edges of the top face - the intersection of the two missing faces and the opposite edge. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 207: | Line 207: | ||
| '''box4-3p.dat''' || '''Cuboid with 4 faces without three parallel edges''' | | '''box4-3p.dat''' || '''Cuboid with 4 faces without three parallel edges''' | ||
|- | |- | ||
| [[File:box4-3p.png|200px | | [[File:box4-3p.png|200px|alt=Box4-3p]] | ||
|| This primitive represents a cuboid missing the top {-y} and bottom {+y} faces and missing three edges of the missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and bottom {+y} faces and missing three edges of the missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 213: | Line 213: | ||
| '''box4-4a.dat''' || '''Cuboid with 4 adjacent faces missing 4 edges''' | | '''box4-4a.dat''' || '''Cuboid with 4 adjacent faces missing 4 edges''' | ||
|- | |- | ||
| [[File:box4-4a.png|200px | | [[File:box4-4a.png|200px|alt=Box4-4a]] | ||
||This primitive represents a cuboid missing the top {-y} and front {-z} faces and all the edges of the missing front face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||This primitive represents a cuboid missing the top {-y} and front {-z} faces and all the edges of the missing front face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 219: | Line 219: | ||
| '''box4-5a.dat''' || '''Cuboid with 4 adjacent faces missing 5 edges''' | | '''box4-5a.dat''' || '''Cuboid with 4 adjacent faces missing 5 edges''' | ||
|- | |- | ||
| [[File:box4-5a.png|200px | | [[File:box4-5a.png|200px|alt=Box4-5a]] | ||
||This primitive represents a cuboid missing the top {-y} and front {-z} faces and all the edges at the top and the bottom of the missing front face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||This primitive represents a cuboid missing the top {-y} and front {-z} faces and all the edges at the top and the bottom of the missing front face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 225: | Line 225: | ||
| '''box4-7a.dat''' || '''Cuboid with 4 adjacent faces missing 7 edges''' | | '''box4-7a.dat''' || '''Cuboid with 4 adjacent faces missing 7 edges''' | ||
|- | |- | ||
| [[File:box4-7a.png|200px | | [[File:box4-7a.png|200px|alt=Box4-7a]] | ||
||This primitive represents a cuboid missing the top {-y} and front {-z} faces and all the edges of both missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||This primitive represents a cuboid missing the top {-y} and front {-z} faces and all the edges of both missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 231: | Line 231: | ||
| '''box4-12.dat''' || '''Cuboid with 4 adjacent faces missing all edges''' | | '''box4-12.dat''' || '''Cuboid with 4 adjacent faces missing all edges''' | ||
|- | |- | ||
| [[File:box4-12.png|200px | | [[File:box4-12.png|200px|alt=Box4-12]] | ||
||This primitive represents a cuboid missing the top {-y} and front {-z} faces and excludes all the edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||This primitive represents a cuboid missing the top {-y} and front {-z} faces and excludes all the edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 237: | Line 237: | ||
| '''box3-3.dat''' || '''Cuboid with 3 adjacent faces missing 3 edges''' | | '''box3-3.dat''' || '''Cuboid with 3 adjacent faces missing 3 edges''' | ||
|- | |- | ||
| [[File:box3-3.png|200px | | [[File:box3-3.png|200px|alt=Box3-3]] | ||
|| This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing three edges of the missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and bottom {+y} faces, and missing three edges of the missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 243: | Line 243: | ||
| '''box3-5a.dat''' || '''Cuboid with 4 adjacent faces missing 4 edges''' | | '''box3-5a.dat''' || '''Cuboid with 4 adjacent faces missing 4 edges''' | ||
|- | |- | ||
| [[File:box3-5a.png|200px | | [[File:box3-5a.png|200px|alt=Box3-5a]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces and includes the three internal edges and the outer edges except those on the left {-z}. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces and includes the three internal edges and the outer edges except those on the left {-z}. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 249: | Line 249: | ||
| '''box3-7a.dat''' || '''Cuboid with 3 adjacent faces missing 7 adjacent edges''' | | '''box3-7a.dat''' || '''Cuboid with 3 adjacent faces missing 7 adjacent edges''' | ||
|- | |- | ||
| [[File:box3-7a.png|200px | | [[File:box3-7a.png|200px|alt=Box3-7a]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces and includes the three internal edges but only the outer edges at the top (-y). Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces and includes the three internal edges but only the outer edges at the top (-y). Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 255: | Line 255: | ||
| '''box3-9a.dat''' || '''Cuboid with 3 adjacent faces missing 9 adjacent edges''' | | '''box3-9a.dat''' || '''Cuboid with 3 adjacent faces missing 9 adjacent edges''' | ||
|- | |- | ||
| [[File:box3-9a.png|200px | | [[File:box3-9a.png|200px|alt=Box3-9a]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces and includes only the three internal edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces and includes only the three internal edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 261: | Line 261: | ||
| '''box3-12.dat''' || '''Cuboid with 3 adjacent faces missing all edges''' | | '''box3-12.dat''' || '''Cuboid with 3 adjacent faces missing all edges''' | ||
|- | |- | ||
| [[File:box3-12.png|200px | | [[File:box3-12.png|200px|alt=Box3-12]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces but excludes all edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z} and left {-x} faces but excludes all edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 268: | Line 268: | ||
! colspan="2" | Box3u overview | ! colspan="2" | Box3u overview | ||
|- | |- | ||
| colspan="2" | [[File:Box3u_Overview.PNG | | colspan="2" | [[File:Box3u_Overview.PNG|600px|left|alt=Box3u Overview]] | ||
|- | |- | ||
Line 274: | Line 274: | ||
| '''box3u2p.dat''' || '''Cuboid with 3 faces missing 2 edges''' | | '''box3u2p.dat''' || '''Cuboid with 3 faces missing 2 edges''' | ||
|- | |- | ||
| [[File:box3u2p.png|200px | | [[File:box3u2p.png|200px|alt=Box3u2p]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the top edges of the left {-x} and right {+x} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the top edges of the left {-x} and right {+x} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 280: | Line 280: | ||
| '''box3u4p.dat''' || '''Cuboid with 3 faces missing 4 parallel edges''' | | '''box3u4p.dat''' || '''Cuboid with 3 faces missing 4 parallel edges''' | ||
|- | |- | ||
| [[File:box3u4p.png|200px | | [[File:box3u4p.png|200px|alt=Box3u4p]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the topand bottom edges of the left {-x} and right {+x} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the topand bottom edges of the left {-x} and right {+x} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 286: | Line 286: | ||
| '''box3u4a.dat''' || '''Cuboid with 3 adjacent faces missing all edges''' | | '''box3u4a.dat''' || '''Cuboid with 3 adjacent faces missing all edges''' | ||
|- | |- | ||
| [[File:box3u4a.png|200px | | [[File:box3u4a.png|200px|alt=Box3u4a]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the edges of the missing top face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the edges of the missing top face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 292: | Line 292: | ||
| '''box3u5p.dat''' || '''Cuboid with 3 faces missing 5 edges''' | | '''box3u5p.dat''' || '''Cuboid with 3 faces missing 5 edges''' | ||
|- | |- | ||
| [[File:box3u5p.png|200px | | [[File:box3u5p.png|200px|alt=Box3u5p]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the top edge of the left {-x} face and all edges of the right {+x} face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the top edge of the left {-x} face and all edges of the right {+x} face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 298: | Line 298: | ||
| '''box3u6.dat''' || '''Cuboid with 3 faces missing 6 edges''' | | '''box3u6.dat''' || '''Cuboid with 3 faces missing 6 edges''' | ||
|- | |- | ||
| [[File:box3u6.png|200px | | [[File:box3u6.png|200px|alt=Box3u6]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the top and bottom edges of the right {+x} face and all edges of the left {-x} face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the top and bottom edges of the right {+x} face and all edges of the left {-x} face. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 304: | Line 304: | ||
| '''box3u6a.dat''' || '''Cuboid with 3 faces missing 4 adjacent and 2 parallel edges''' | | '''box3u6a.dat''' || '''Cuboid with 3 faces missing 4 adjacent and 2 parallel edges''' | ||
|- | |- | ||
| [[File:box3u6a.png|200px | | [[File:box3u6a.png|200px|alt=Box3u6a]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the top edges and the bottom edges of the missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the top edges and the bottom edges of the missing faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 310: | Line 310: | ||
| '''box3u7a.dat''' || '''Cuboid with 3 faces missing 7 adjacent edges''' | | '''box3u7a.dat''' || '''Cuboid with 3 faces missing 7 adjacent edges''' | ||
|- | |- | ||
| [[File:box3u7a.png|200px | | [[File:box3u7a.png|200px|alt=Box3u7a]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the edges of the missing top (-y) and right (+x) faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes the edges of the missing top (-y) and right (+x) faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 316: | Line 316: | ||
| '''box3u8p.dat''' || '''Cuboid with 3 faces missing 8 edges (in two parallel groups)''' | | '''box3u8p.dat''' || '''Cuboid with 3 faces missing 8 edges (in two parallel groups)''' | ||
|- | |- | ||
| [[File:box3u8p.png|200px | | [[File:box3u8p.png|200px|alt=Box3u8p]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the edges of the left {-x} and right {+x} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the edges of the left {-x} and right {+x} faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 322: | Line 322: | ||
| '''box3u10p.dat''' || '''Cuboid with 3 faces in a 'U' shape, missing 10 edges (all except those between the faces)''' | | '''box3u10p.dat''' || '''Cuboid with 3 faces in a 'U' shape, missing 10 edges (all except those between the faces)''' | ||
|- | |- | ||
| [[File:box3u10p.png|200px | | [[File:box3u10p.png|200px|alt=Box3u10p]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the edges except the two betweenthe faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the edges except the two betweenthe faces. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 328: | Line 328: | ||
| '''box3u12.dat''' || '''Cuboid with 3 parallel faces missing all edges''' | | '''box3u12.dat''' || '''Cuboid with 3 parallel faces missing all edges''' | ||
|- | |- | ||
| [[File:box3u12.png|200px | | [[File:box3u12.png|200px|alt=Box3u12]] | ||
|| This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a cuboid missing the top {-y} and left {-x} and right {+x} faces and excludes all the edges. Its origin is the centre of the (missing) top face and by default has a size of 2LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 334: | Line 334: | ||
| '''boxjcyl4.dat''' || '''Box truncated by cylinder''' | | '''boxjcyl4.dat''' || '''Box truncated by cylinder''' | ||
|- | |- | ||
| [[File:boxjcyl4.png|200px | | [[File:boxjcyl4.png|200px|alt=Boxjcyl4]] | ||
|| This suite of primitives are used to model the intersection between a box and cylinders of different radii. The box has a fixed width of 2LDu and the cylinder radius is denoted by the r in the filename. | || This suite of primitives are used to model the intersection between a box and cylinders of different radii. The box has a fixed width of 2LDu and the cylinder radius is denoted by the r in the filename. | ||
Line 343: | Line 343: | ||
| '''box2-5.dat''' || '''Cuboid with 2 adjacent faces missing 5 edges''' | | '''box2-5.dat''' || '''Cuboid with 2 adjacent faces missing 5 edges''' | ||
|- | |- | ||
| [[File:box2-5.png|200px | | [[File:box2-5.png|200px|alt=Box2-5]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges which do not bound the included faces. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges which do not bound the included faces. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 349: | Line 349: | ||
| '''box2-7.dat''' || '''Cuboid with 2 adjacent faces missing 7 edges''' | | '''box2-7.dat''' || '''Cuboid with 2 adjacent faces missing 7 edges''' | ||
|- | |- | ||
| [[File:box2-7.png|200px | | [[File:box2-7.png|200px|alt=Box2-7]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces and those along the left {-x} and right {+x} sides. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces and those along the left {-x} and right {+x} sides. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 355: | Line 355: | ||
| '''box2-9.dat''' || '''Cuboid with 2 adjacent faces missing 9 edges (all except those connected to the {+x}, {+y}, {+z} vertex)''' | | '''box2-9.dat''' || '''Cuboid with 2 adjacent faces missing 9 edges (all except those connected to the {+x}, {+y}, {+z} vertex)''' | ||
|- | |- | ||
| [[File:box2-9.png|200px | | [[File:box2-9.png|200px|alt=Box2-9]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces and those along the right {+x} sides. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces and those along the right {+x} sides. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 361: | Line 361: | ||
| '''box2-9p.dat''' || '''Cuboid with 2 adjacent faces missing 9 edges (all except three parallel edges)''' | | '''box2-9p.dat''' || '''Cuboid with 2 adjacent faces missing 9 edges (all except three parallel edges)''' | ||
|- | |- | ||
| [[File:box2-9p.png|200px | | [[File:box2-9p.png|200px|alt=Box2-9p]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces and those parallel to that. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces and those parallel to that. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 367: | Line 367: | ||
| '''box2-11.dat''' || '''Cuboid with 2 adjacent faces missing 11 edges''' | | '''box2-11.dat''' || '''Cuboid with 2 adjacent faces missing 11 edges''' | ||
|- | |- | ||
| [[File:box2-11.png|200px | | [[File:box2-11.png|200px|alt=Box2-11]] | ||
|| This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | || This primitive represents a cuboid missing the top {-y}, front {-z}, left {-x} and right {+x} faces and excludes all the edges except that at the join between the two faces. Its origin is the centre of the cuboid and by default has a size of 2LDu in each of the {x}, {y} and {z} dimensions. | ||
|- | |- | ||
Line 373: | Line 373: | ||
| '''tri3.dat''' || '''Right-angled triangular prism with 3 faces''' | | '''tri3.dat''' || '''Right-angled triangular prism with 3 faces''' | ||
|- | |- | ||
| [[File:tri3.png|200px | | [[File:tri3.png|200px|alt=Tri3]] | ||
|| This primitive represents a triangular prism missing the top {-y} and bottom {+y} faces but including all edges. The left {-x} and front {-z} faces are perpendicular. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the top {-y} and bottom {+y} faces but including all edges. The left {-x} and front {-z} faces are perpendicular. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 379: | Line 379: | ||
| '''tri3-1.dat''' || '''Right-angled triangular prism with 3 faces''' | | '''tri3-1.dat''' || '''Right-angled triangular prism with 3 faces''' | ||
|- | |- | ||
| [[File:tri3-1.png|200px | | [[File:tri3-1.png|200px|alt=Tri3-1]] | ||
|| This primitive represents a triangular prism missing the top {-y} and bottom {+y} faces and excludes the top edge of the hypotenuse. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the top {-y} and bottom {+y} faces and excludes the top edge of the hypotenuse. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 385: | Line 385: | ||
| '''tri3-3.dat''' || '''Right-angled triangular prism missing 3 faces''' | | '''tri3-3.dat''' || '''Right-angled triangular prism missing 3 faces''' | ||
|- | |- | ||
| [[File:tri3-3.png|200px | | [[File:tri3-3.png|200px|alt=Tri3-3]] | ||
|| This primitive represents a triangular prism missing the top {-y} and bottom {+y} faces and excludes all top edges. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the top {-y} and bottom {+y} faces and excludes all top edges. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 391: | Line 391: | ||
| '''tri3a1.dat''' || '''Right-angled triangular prism with 3 adjacent faces missing 1 edge''' | | '''tri3a1.dat''' || '''Right-angled triangular prism with 3 adjacent faces missing 1 edge''' | ||
|- | |- | ||
| [[File:tri3a1.png|200px | | [[File:tri3a1.png|200px|alt=Tri3a1]] | ||
|| This primitive represents a triangular prism missing the top {-y} face, the face at the hypotenuse as well as the top edge at the hypotenuse. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the top {-y} face, the face at the hypotenuse as well as the top edge at the hypotenuse. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 397: | Line 397: | ||
| '''tri3a3.dat''' || '''Right-angled triangular prism with 3 adjacent faces missing 3 edge''' | | '''tri3a3.dat''' || '''Right-angled triangular prism with 3 adjacent faces missing 3 edge''' | ||
|- | |- | ||
| [[File:tri3a3.png|200px | | [[File:tri3a3.png|200px|alt=Tri3a3]] | ||
|| This primitive represents a triangular prism missing the top {-y} face, the face at the hypotenuse and excludes all top edges. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the top {-y} face, the face at the hypotenuse and excludes all top edges. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 403: | Line 403: | ||
| '''tri3a4''' || '''Right-angled triangular prism with 3 adjacent faces missing 4 adjacent edges''' | | '''tri3a4''' || '''Right-angled triangular prism with 3 adjacent faces missing 4 adjacent edges''' | ||
|- | |- | ||
| [[File:tri3a4.png|200px | | [[File:tri3a4.png|200px|alt=Tri3a4]] | ||
|| This primitive represents a triangular prism missing the top {-y} face, the face at the hypotenuse and excludes all edges at the hypotenuse. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the top {-y} face, the face at the hypotenuse and excludes all edges at the hypotenuse. Its origin is the right-angle corner of the (missing) top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 409: | Line 409: | ||
| '''tri3u1.dat''' || '''Right-angled triangular prism with 3 faces missing 1 edge''' | | '''tri3u1.dat''' || '''Right-angled triangular prism with 3 faces missing 1 edge''' | ||
|- | |- | ||
| [[File:tri3u1.png|200px | | [[File:tri3u1.png|200px|alt=Tri3u1]] | ||
|| This primitive represents a triangular prism missing the left {-x} and front {-z} faces. Its origin is the right-angle corner of the top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the left {-x} and front {-z} faces. Its origin is the right-angle corner of the top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 415: | Line 415: | ||
| '''tri3u3.dat''' || '''Right-angled triangular prism with 3 faces missing 3 edges''' | | '''tri3u3.dat''' || '''Right-angled triangular prism with 3 faces missing 3 edges''' | ||
|- | |- | ||
| [[File:tri3u3.png|200px | | [[File:tri3u3.png|200px|alt=Tri3u3]] | ||
|| This primitive represents a triangular prism missing the left {-x} and front {-z} faces, the edge where they would join and one edge of each of the triangles. Its origin is the right-angle corner of the top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the left {-x} and front {-z} faces, the edge where they would join and one edge of each of the triangles. Its origin is the right-angle corner of the top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|- | |- | ||
Line 421: | Line 421: | ||
| '''tri4.dat''' || '''Right-angled triangular prism with 2 square faces and 2 triangular faces''' | | '''tri4.dat''' || '''Right-angled triangular prism with 2 square faces and 2 triangular faces''' | ||
|- | |- | ||
| [[File:tri4.png|200px | | [[File:tri4.png|200px|alt=Tri4]] | ||
|| This primitive represents a triangular prism missing the face at the hypotenuse. Its origin is the right-angle corner of the top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | || This primitive represents a triangular prism missing the face at the hypotenuse. Its origin is the right-angle corner of the top face and by default has a size of 1LDu in each of the {x} and {z} dimensions and 1LDu in the {y} dimension. | ||
|} | |} | ||
Line 470: | Line 470: | ||
! colspan="2" | Circular 2D Overview | ! colspan="2" | Circular 2D Overview | ||
|- | |- | ||
| colspan="2" | [[File:Circular_2D_Overview.PNG | | colspan="2" | [[File:Circular_2D_Overview.PNG|600px|left|alt=Circular 2D Overview]] | ||
|- | |- | ||
| '''n-fedge.dat''' || '''Circular line segment''' | | '''n-fedge.dat''' || '''Circular line segment''' | ||
|- | |- | ||
| [[File:4-4edge.png|200px | | [[File:4-4edge.png|200px|alt=4-4Edge]] | ||
|| This suite of primitives are used for edges which comprise an entire or part circle. | || This suite of primitives are used for edges which comprise an entire or part circle. | ||
Line 486: | Line 486: | ||
| '''n-fdisc.dat''' || '''Circular disc sector''' | | '''n-fdisc.dat''' || '''Circular disc sector''' | ||
|- | |- | ||
| [[File:4-4disc.png|200px | | [[File:4-4disc.png|200px|alt=4-4disc]] | ||
|| This suite of primitives are used for surfaces which comprise an entire or part circle. | || This suite of primitives are used for surfaces which comprise an entire or part circle. | ||
Line 497: | Line 497: | ||
| '''n-fchrd.dat''' || '''Circular disc segment''' | | '''n-fchrd.dat''' || '''Circular disc segment''' | ||
|- | |- | ||
| [[File:1-4chrd.png|200px | | [[File:1-4chrd.png|200px|alt=1-4chrd]] | ||
|| This suite of primitives are used for surfaces which comprise part of a circle enclosed by the arc of its circumference and its chord. Note that the bounding circle in the image is for context only - only the grey segment is generated by the 1-4chrd primitive. | || This suite of primitives are used for surfaces which comprise part of a circle enclosed by the arc of its circumference and its chord. Note that the bounding circle in the image is for context only - only the grey segment is generated by the 1-4chrd primitive. | ||
Line 510: | Line 510: | ||
| '''n-fndis.dat''' || '''Inverse of circular disc sector''' | | '''n-fndis.dat''' || '''Inverse of circular disc sector''' | ||
|- | |- | ||
| [[File:4-4ndis.png|200px | | [[File:4-4ndis.png|200px|alt=4-4ndisc]] | ||
|| This suite of primitives pad their matching n-fdisc.dat primitives out to the bounding square. They are used to integrate circular elements into rectilinear elements. | || This suite of primitives pad their matching n-fdisc.dat primitives out to the bounding square. They are used to integrate circular elements into rectilinear elements. | ||
Line 521: | Line 521: | ||
| '''n-ftang.dat''' || '''Tangential ring segment''' | | '''n-ftang.dat''' || '''Tangential ring segment''' | ||
|- | |- | ||
| [[File:1-4tang.png|200px | | [[File:1-4tang.png|200px|alt=1-4tang]] | ||
|| This suite of primitives are used to pad a 16-sided polygon to a circumscribing 16-sided polygon whose edges are tangential to the inner polygon. Note that the bounding circle in the image is for context only - only the black segment is generated by the 1-4tang primitive. | || This suite of primitives are used to pad a 16-sided polygon to a circumscribing 16-sided polygon whose edges are tangential to the inner polygon. Note that the bounding circle in the image is for context only - only the black segment is generated by the 1-4tang primitive. | ||
Line 530: | Line 530: | ||
| '''n-ftndis.dat''' || '''Disc negative truncated''' | | '''n-ftndis.dat''' || '''Disc negative truncated''' | ||
|- | |- | ||
| [[File:1-8tndis.png|200px | | [[File:1-8tndis.png|200px|alt=1-8tndis]] | ||
|| [[File:Tndis-example.png|200px|right|alt=Tndis-example]] | || [[File:Tndis-example.png|200px|right|alt=Tndis-example]] | ||
This suite of primitives are used to used to integrate circular elements into rectilinear elements. These pad their matching n-fdisc.dat primitives out to the bounding rectangle, spanning from x = 1 to the minimal x value of the matching primitive. Note that the bounding circle in the image is for context only - only the black segment is generated by the 1-8tndis primitive. The image on the right showes the difference between tang, tndis and ndis. | This suite of primitives are used to used to integrate circular elements into rectilinear elements. These pad their matching n-fdisc.dat primitives out to the bounding rectangle, spanning from x = 1 to the minimal x value of the matching primitive. Note that the bounding circle in the image is for context only - only the black segment is generated by the 1-8tndis primitive. The image on the right showes the difference between tang, tndis and ndis. | ||
Line 541: | Line 541: | ||
| '''n-faring.dat''' || '''Circular adaptor ring segment''' | | '''n-faring.dat''' || '''Circular adaptor ring segment''' | ||
|- | |- | ||
| [[File:2-4aring.png|200px | | [[File:2-4aring.png|200px|alt=2-4aring]] | ||
||This suite of primitives are used to interface between high resolution (48-segment) circular primitives and normal resolution (16-segment) circluar primitives. Note that the bounding circle in the image is for context only - only the black segment is generated by the 2-4aring primitive. | ||This suite of primitives are used to interface between high resolution (48-segment) circular primitives and normal resolution (16-segment) circluar primitives. Note that the bounding circle in the image is for context only - only the black segment is generated by the 2-4aring primitive. | ||
Line 551: | Line 551: | ||
| '''1-16chrd.dat'''<br>'''1-48chrd.dat'''<br>'''n-fering.dat''' || '''Primitive Substitution Adapters''' | | '''1-16chrd.dat'''<br>'''1-48chrd.dat'''<br>'''n-fering.dat''' || '''Primitive Substitution Adapters''' | ||
|- | |- | ||
| [[File:4-4edge.png|200px | | [[File:4-4edge.png|200px|alt=4-4edge]] | ||
|| This suite of primitives are used correct for gaps that form between curved primitives and normal geometry in editors that utilize primitive substitution. This is a special case used on the inside of a curved primitive where it joins geometry that cannot make use of a curved primitive. The chrd files themselves are simply a reference to empty.dat, which under normal circumstances does not draw anything. However, in tools that support primitive substitution, the curved primitive it is attached to would normally in this case create a gap when rendered using more than 16 points to form a circle. In that case, the substituted version of these normally empty primitives would fill in the gap between the curve and the other geometry. | || This suite of primitives are used correct for gaps that form between curved primitives and normal geometry in editors that utilize primitive substitution. This is a special case used on the inside of a curved primitive where it joins geometry that cannot make use of a curved primitive. The chrd files themselves are simply a reference to empty.dat, which under normal circumstances does not draw anything. However, in tools that support primitive substitution, the curved primitive it is attached to would normally in this case create a gap when rendered using more than 16 points to form a circle. In that case, the substituted version of these normally empty primitives would fill in the gap between the curve and the other geometry. | ||
Line 569: | Line 569: | ||
| '''n-fringr.dat'''<br>'''n-frinrr.dat'''<br>'''n-ffrinr.dat'''<br>'''n-ffrirr.dat'''<br>'''nn-ffrir.dat'''<br>ringr.dat (deprecated name)<br>ringrr.dat (deprecated name) || '''Circular ring segment''' | | '''n-fringr.dat'''<br>'''n-frinrr.dat'''<br>'''n-ffrinr.dat'''<br>'''n-ffrirr.dat'''<br>'''nn-ffrir.dat'''<br>ringr.dat (deprecated name)<br>ringrr.dat (deprecated name) || '''Circular ring segment''' | ||
|- | |- | ||
| [[File:4-4ring1.png|200px | | [[File:4-4ring1.png|200px|alt=1-4ring1]] | ||
|| This suite of primitives are used to generate circular rings or part rings. The numeric suffix r in the filename indicates the inner radius of the ring - the outer radius is 1LDu greater. For example a n-f4-4ring4 primitive would create a ring with an inner radius of 4LDu and an outer radius of 5LDu. | || This suite of primitives are used to generate circular rings or part rings. The numeric suffix r in the filename indicates the inner radius of the ring - the outer radius is 1LDu greater. For example a n-f4-4ring4 primitive would create a ring with an inner radius of 4LDu and an outer radius of 5LDu. | ||
Line 754: | Line 754: | ||
| '''n-fcyli.dat'''<br>'''n-fcyli2.dat''' || '''Circular cylinder''' | | '''n-fcyli.dat'''<br>'''n-fcyli2.dat''' || '''Circular cylinder''' | ||
|- | |- | ||
| [[File:4-4cyli.png |200px | | [[File:4-4cyli.png |200px|alt=4-4cyli]] | ||
||This suite of primitives are used to generate cylinders or part cylinders. These are provided in two forms - with conditional lines (n-fcyli) or without conditional lines (n-fcyli2). In almost all circumstances the "cyli" version should be used. The "cyli2" versions are for very special cases and their use for the rounded corners of stickers is no longer appropriate. | ||This suite of primitives are used to generate cylinders or part cylinders. These are provided in two forms - with conditional lines (n-fcyli) or without conditional lines (n-fcyli2). In almost all circumstances the "cyli" version should be used. The "cyli2" versions are for very special cases and their use for the rounded corners of stickers is no longer appropriate. | ||
Line 770: | Line 770: | ||
| '''n-fcylo.dat''' || '''Circular cylinder with Open End''' | | '''n-fcylo.dat''' || '''Circular cylinder with Open End''' | ||
|- | |- | ||
| [[File:4-4cylo.png |200px | | [[File:4-4cylo.png |200px|alt=4-4cylo]] | ||
||This suite of primitives are used to generate cylinders or part cylinders with edges around the lower and upper surfaces. | ||This suite of primitives are used to generate cylinders or part cylinders with edges around the lower and upper surfaces. | ||
Line 781: | Line 781: | ||
| '''n-fcylc.dat''' <br> '''n-fcylc2.dat''' <br> '''n-fcylc3.dat''' || '''Circular cylinder with Closed End''' | | '''n-fcylc.dat''' <br> '''n-fcylc2.dat''' <br> '''n-fcylc3.dat''' || '''Circular cylinder with Closed End''' | ||
|- | |- | ||
| [[File:4-4cylc.png |200px | | [[File:4-4cylc.png |200px|alt=4-4cylc]] | ||
||This suite of primitives are used to generate cylinders or part cylinders with the upper surface closed. | ||This suite of primitives are used to generate cylinders or part cylinders with the upper surface closed. | ||
Line 802: | Line 802: | ||
| '''n-fcyls.dat''' <br> '''n-fcyls2.dat''' || '''Circular cylinder truncated by an angled plane''' | | '''n-fcyls.dat''' <br> '''n-fcyls2.dat''' || '''Circular cylinder truncated by an angled plane''' | ||
|- | |- | ||
| [[File:2-4cyls.png |200px | | [[File:2-4cyls.png |200px|alt=2-4cyls]] | ||
[[File:3-8cyls.png |200px | [[File:3-8cyls.png |200px|alt=3-8cyls]] | ||
||These primitives are used to generate cylinders or part cylinders which are truncated by a plane which is not perpendicular to the axis of the cylinder. The default angle of the plane is 45 degress. | ||These primitives are used to generate cylinders or part cylinders which are truncated by a plane which is not perpendicular to the axis of the cylinder. The default angle of the plane is 45 degress. | ||
Line 836: | Line 836: | ||
| '''n-fcylse.dat''' || '''Circular cylinder truncated by an angled plane with angled edge included''' | | '''n-fcylse.dat''' || '''Circular cylinder truncated by an angled plane with angled edge included''' | ||
|- | |- | ||
| [[File:4-4cylse.png |200px | | [[File:4-4cylse.png |200px|alt=4-4cylse]] | ||
||This suite of primitives are similar to the n-fcyls primitive, but with the edge along the angled plane included. | ||This suite of primitives are similar to the n-fcyls primitive, but with the edge along the angled plane included. | ||
Line 845: | Line 845: | ||
| '''cyljrxs.dat''' || '''Circular cylinder truncated by another cylinder''' | | '''cyljrxs.dat''' || '''Circular cylinder truncated by another cylinder''' | ||
|- | |- | ||
| [[File:Cylj4x8.png |200px | | [[File:Cylj4x8.png |200px|alt=cylj4x8]] | ||
||This suite of primitives are used to model the intersection between two cylinders of different radii. | ||This suite of primitives are used to model the intersection between two cylinders of different radii. | ||
Line 854: | Line 854: | ||
| '''n-fcylrsphs.dat''' || '''Circular cylinder truncated by a sphere''' | | '''n-fcylrsphs.dat''' || '''Circular cylinder truncated by a sphere''' | ||
|- | |- | ||
| [[File:4-4cyl1sph2.png |200px | | [[File:4-4cyl1sph2.png |200px|alt=4-4cyl1sph2]] | ||
||This suite of primitives are used to model the intersection between a cylinder and a sphere of a different radius. | ||This suite of primitives are used to model the intersection between a cylinder and a sphere of a different radius. | ||
Line 863: | Line 863: | ||
| '''n-fconr.dat''' <br> '''n-fconrr.dat''' || '''Circular cone''' | | '''n-fconr.dat''' <br> '''n-fconrr.dat''' || '''Circular cone''' | ||
|- | |- | ||
| [[File:4-4con1.png |200px | | [[File:4-4con1.png |200px|alt=4-4con1]] | ||
||This suite of primitives are used to generate circular cones or part cones. The numeric suffix r in the filename indicates the inner radius of the cone - the outer radius is 1LDu greater. By default the cone is 1LDu high in the {+y} dimension with the origin at the centre of the outer diameter. For example a n-fcone4 primitive would create a cone with an inner radius of 4LDu and an outer radius of 5LDu. | ||This suite of primitives are used to generate circular cones or part cones. The numeric suffix r in the filename indicates the inner radius of the cone - the outer radius is 1LDu greater. By default the cone is 1LDu high in the {+y} dimension with the origin at the centre of the outer diameter. For example a n-fcone4 primitive would create a cone with an inner radius of 4LDu and an outer radius of 5LDu. | ||
Line 963: | Line 963: | ||
| '''tffirrrr.dat'''<br> '''tfforrrr.dat'''<br> '''tffqrrrr.dat'''<br> <br> '''rfforrrr.dat'''<br> '''rfforrrrr.dat''' || '''Circular torus''' | | '''tffirrrr.dat'''<br> '''tfforrrr.dat'''<br> '''tffqrrrr.dat'''<br> <br> '''rfforrrr.dat'''<br> '''rfforrrrr.dat''' || '''Circular torus''' | ||
|- | |- | ||
| [[File:T02i2000.png |200px | | [[File:T02i2000.png |200px|alt=T02i2000.png]] | ||
[[File:T02o2000.png |200px | [[File:T02o2000.png |200px|alt=T02o2000.png]] | ||
[[File:T02q1765.png |200px | [[File:T02q1765.png |200px|alt=T02q1765.png]] | ||
||This suite of primitives are used to generate circular torus sections. By default all these primitives produce a torus with a major radius of 1LDu, so typically need to be scaled up in the {x} and {z} dimensions. The first character denotes whether the minor radius is smaller than (tff primitives) or larger than the major radius (rff primitives). The latter are termed reverse ratio tori. The second and third characters of the filename ff denotes the sweep of torus, as an inverse fraction (01=1/1, 02=1/2, 04=1/4, 08=1/8, 16=1/16, 32=1/32, 48=1/48). The fourth character denotes the section of a torus (i=inner, o=outer, q=tube - the combination of 2 inner and 2 outer sections). Inner sections are not possible for reverse ratio tori. | ||This suite of primitives are used to generate circular torus sections. By default all these primitives produce a torus with a major radius of 1LDu, so typically need to be scaled up in the {x} and {z} dimensions. The first character denotes whether the minor radius is smaller than (tff primitives) or larger than the major radius (rff primitives). The latter are termed reverse ratio tori. The second and third characters of the filename ff denotes the sweep of torus, as an inverse fraction (01=1/1, 02=1/2, 04=1/4, 08=1/8, 16=1/16, 32=1/32, 48=1/48). The fourth character denotes the section of a torus (i=inner, o=outer, q=tube - the combination of 2 inner and 2 outer sections). Inner sections are not possible for reverse ratio tori. | ||
Line 1,028: | Line 1,028: | ||
| '''<s>1-4ccyli.dat</s>''' || '''<s>Circular torus</s> (obsolete)''' | | '''<s>1-4ccyli.dat</s>''' || '''<s>Circular torus</s> (obsolete)''' | ||
|- | |- | ||
| [[File:T04q4000.png |200px | | [[File:T04q4000.png |200px|alt=T04q4000]] | ||
||This single primitive pre-dates the creation of the tffirrrr and tfforrrr suite of primitives and will not be augmented. It produces a quarter torus with a major radius of 2.5Ldu and a tube radius of 1LDu. | ||This single primitive pre-dates the creation of the tffirrrr and tfforrrr suite of primitives and will not be augmented. It produces a quarter torus with a major radius of 2.5Ldu and a tube radius of 1LDu. | ||
Line 1,036: | Line 1,036: | ||
| '''n-fsphe.dat''' || '''Sphere section''' | | '''n-fsphe.dat''' || '''Sphere section''' | ||
|- | |- | ||
| [[File:8-8sphe.png |200px | | [[File:8-8sphe.png |200px|alt=8-8sphe]] | ||
|| This primitive represents a sphere, centered at the origin {0,0,0} of radius 1 LDu. | || This primitive represents a sphere, centered at the origin {0,0,0} of radius 1 LDu. | ||
Line 1,046: | Line 1,046: | ||
| '''1-8sphc.dat''' || '''Spherical corner''' | | '''1-8sphc.dat''' || '''Spherical corner''' | ||
|- | |- | ||
| [[File:1-8sphc.png |200px | | [[File:1-8sphc.png |200px|alt=1-8sphc]] | ||
||This primitive represents one octant (eighth) of a sphere, centered at the origin {0,0,0} of radius 1.414, truncated by the sides of a cube with a vertex at {1,1,1}. The boundaries of the resulting surface are circular and fit with 1-4edge.dat. | ||This primitive represents one octant (eighth) of a sphere, centered at the origin {0,0,0} of radius 1.414, truncated by the sides of a cube with a vertex at {1,1,1}. The boundaries of the resulting surface are circular and fit with 1-4edge.dat. | ||
|- | |- | ||
Line 1,052: | Line 1,052: | ||
| '''n-fedgh.dat''' || '''Cylinder Helical Edge''' | | '''n-fedgh.dat''' || '''Cylinder Helical Edge''' | ||
|- | |- | ||
| [[File:Placeholder.png |200px | | [[File:Placeholder.png |200px|alt=Placeholder]] | ||
||This primitive represents ... | ||This primitive represents ... | ||
Line 1,062: | Line 1,062: | ||
| '''n-fcylh.dat''' || '''Cylinder Helical''' | | '''n-fcylh.dat''' || '''Cylinder Helical''' | ||
|- | |- | ||
| [[File:Placeholder.png |200px | | [[File:Placeholder.png |200px|alt=Placeholder]] | ||
||This primitive represents ... | ||This primitive represents ... | ||
Line 1,086: | Line 1,086: | ||
| '''axle.dat''' || '''Technic axle section''' | | '''axle.dat''' || '''Technic axle section''' | ||
|- | |- | ||
|style="width: 200px;"| [[File:Axle.png|200px | |style="width: 200px;"| [[File:Axle.png|200px|alt=Axle]] | ||
||This primitive comprises a 1LDu long section of technic axle, including its ends. It may be scaled in the {y} dimension to produce an axle of any length. | ||This primitive comprises a 1LDu long section of technic axle, including its ends. It may be scaled in the {y} dimension to produce an axle of any length. | ||
|- | |- | ||
Line 1,092: | Line 1,092: | ||
| '''axleend.dat''' || '''Technic axle end''' | | '''axleend.dat''' || '''Technic axle end''' | ||
|- | |- | ||
| [[File:axleend.png|200px | | [[File:axleend.png|200px|alt=Axleend]] | ||
||This primitive is used to produce the "plus-shaped" cross section of a technic axle. | ||This primitive is used to produce the "plus-shaped" cross section of a technic axle. | ||
|- | |- | ||
Line 1,098: | Line 1,098: | ||
| '''axlehole.dat''' || '''Technic axle hole - closed''' | | '''axlehole.dat''' || '''Technic axle hole - closed''' | ||
|- | |- | ||
| [[File:Axlehole.png|200px | | [[File:Axlehole.png|200px|alt=Axlehole]] | ||
||This primitive produces a technic axle hole with the disc ends and all sides. It may be scaled in the {y} dimension as necessary. | ||This primitive produces a technic axle hole with the disc ends and all sides. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,104: | Line 1,104: | ||
| '''axlehol2.dat''' || '''Technic axle hole - side edges''' | | '''axlehol2.dat''' || '''Technic axle hole - side edges''' | ||
|- | |- | ||
| [[File:Axlehol2.png|200px | | [[File:Axlehol2.png|200px|alt=Axlehol2]] | ||
||This primitive produces the edges at the ends of the "plus-shaped" technic axle. | ||This primitive produces the edges at the ends of the "plus-shaped" technic axle. | ||
|- | |- | ||
Line 1,110: | Line 1,110: | ||
| '''axlehol3.dat''' || '''Technic axle hole - tooth outer edges''' | | '''axlehol3.dat''' || '''Technic axle hole - tooth outer edges''' | ||
|- | |- | ||
| [[File:Axlehol3.png|200px | | [[File:Axlehol3.png|200px|alt=Axlehol3]] | ||
||This primitive produces the outer edges of the teeth of a technic axle hole. | ||This primitive produces the outer edges of the teeth of a technic axle hole. | ||
|- | |- | ||
Line 1,116: | Line 1,116: | ||
| '''axlehol4.dat''' || '''Technic axle hole - open one side''' | | '''axlehol4.dat''' || '''Technic axle hole - open one side''' | ||
|- | |- | ||
| [[File:Axlehol4.png|200px | | [[File:Axlehol4.png|200px|alt=Axlehol4]] | ||
||This primitive produces a technic axle hole with one side omitted. It may be scaled in the {y} dimension as necessary. | ||This primitive produces a technic axle hole with one side omitted. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,122: | Line 1,122: | ||
| '''axlehol5.dat''' || '''Technic axle hole - open two opposite sides''' | | '''axlehol5.dat''' || '''Technic axle hole - open two opposite sides''' | ||
|- | |- | ||
| [[File:Axlehol5.png|200px | | [[File:Axlehol5.png|200px|alt=Axlehol5]] | ||
||This primitive produces a technic axle hole with two opposite sides omitted. It may be scaled in the {y} dimension as necessary. | ||This primitive produces a technic axle hole with two opposite sides omitted. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,128: | Line 1,128: | ||
| '''axlehol6.dat''' || '''Technic axle hole tooth''' | | '''axlehol6.dat''' || '''Technic axle hole tooth''' | ||
|- | |- | ||
| [[File:Axlehol6.png|200px | | [[File:Axlehol6.png|200px|alt=Axlehol6]] | ||
||This primitive represents one tooth of a technic axle hole. It may be scaled in the {y} dimension as necessary. | ||This primitive represents one tooth of a technic axle hole. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,134: | Line 1,134: | ||
| '''axlehol7.dat''' || '''Technic axle hole - sides''' | | '''axlehol7.dat''' || '''Technic axle hole - sides''' | ||
|- | |- | ||
| [[File:Axlehol7.png|200px | | [[File:Axlehol7.png|200px|alt=Axlehol7]] | ||
||This primitive comprises a 1LDu long section of outer sides of a technic axle. It may be scaled in the {y} dimension. | ||This primitive comprises a 1LDu long section of outer sides of a technic axle. It may be scaled in the {y} dimension. | ||
|- | |- | ||
Line 1,140: | Line 1,140: | ||
| '''axlehol8.dat''' || '''Technic axle hole perimeter''' | | '''axlehol8.dat''' || '''Technic axle hole perimeter''' | ||
|- | |- | ||
| [[File:Axlehol8.png|200px | | [[File:Axlehol8.png|200px|alt=Axlehol8]] | ||
||This primitive comprises a 1LDu long section of technic axle, without any ends. It may be scaled in the {y} dimension as necessary. | ||This primitive comprises a 1LDu long section of technic axle, without any ends. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,146: | Line 1,146: | ||
| '''axlehol9.dat''' || '''Technic axle hole - tooth inner edges''' | | '''axlehol9.dat''' || '''Technic axle hole - tooth inner edges''' | ||
|- | |- | ||
| [[File:Axlehol9.png|200px | | [[File:Axlehol9.png|200px|alt=Axlehol9]] | ||
||This primitive produces the inner edges of the "plus-shaped" technic axle. | ||This primitive produces the inner edges of the "plus-shaped" technic axle. | ||
|- | |- | ||
Line 1,152: | Line 1,152: | ||
| '''axleho10.dat''' || '''Technic axle hole - tooth surface''' | | '''axleho10.dat''' || '''Technic axle hole - tooth surface''' | ||
|- | |- | ||
| [[File:Axleho10.png|200px | | [[File:Axleho10.png|200px|alt=Axleho10]] | ||
||This primitive is used to produce the fill the "plus-shaped" cross section of a technic axle to the bounding circle. | ||This primitive is used to produce the fill the "plus-shaped" cross section of a technic axle to the bounding circle. | ||
|- | |- | ||
Line 1,158: | Line 1,158: | ||
| '''Axlehol0.dat''' || '''Technic Axle Hole Hint''' | | '''Axlehol0.dat''' || '''Technic Axle Hole Hint''' | ||
|- | |- | ||
| [[File:Axlehol0.png|200px | | [[File:Axlehol0.png|200px|alt=Axlehol0]] | ||
||This file is an invisible "axlehole" that can be used to hint irregular axleholes that cannot be modeled with conventional axlehole primitives. To use: add an axle.dat in your part, apply position and scaling so that it fills the axlehole, and substitute it with this primitive.<br> | ||This file is an invisible "axlehole" that can be used to hint irregular axleholes that cannot be modeled with conventional axlehole primitives. To use: add an axle.dat in your part, apply position and scaling so that it fills the axlehole, and substitute it with this primitive.<br> | ||
Line 1,175: | Line 1,175: | ||
| '''axl2hole.dat''' || '''Technic axle hole reduced''' | | '''axl2hole.dat''' || '''Technic axle hole reduced''' | ||
|- | |- | ||
|style="width: 200px;"| [[File:Axl2hole.png|200px | |style="width: 200px;"| [[File:Axl2hole.png|200px|alt=Axl2hole]] | ||
||This primitive produces a technic axle hole with reduced teeth including the disc ends and all edges. It may be scaled in the {y} dimension as necessary. | ||This primitive produces a technic axle hole with reduced teeth including the disc ends and all edges. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,181: | Line 1,181: | ||
| '''axl2hol2.dat''' || '''Technic axle hole reduced - side edges''' | | '''axl2hol2.dat''' || '''Technic axle hole reduced - side edges''' | ||
|- | |- | ||
| [[File:Axl2hol2.png|200px | | [[File:Axl2hol2.png|200px|alt=Axl2hol2]] | ||
||This primitive produces the edges at the ends of the "plus-shaped" reduced technic axle. | ||This primitive produces the edges at the ends of the "plus-shaped" reduced technic axle. | ||
|- | |- | ||
Line 1,187: | Line 1,187: | ||
| '''axl2hol3.dat''' || '''Technic axle hole reduced - tooth outer edges''' | | '''axl2hol3.dat''' || '''Technic axle hole reduced - tooth outer edges''' | ||
|- | |- | ||
| [[File:Axl2hol3.png|200px | | [[File:Axl2hol3.png|200px|alt=Axl2hol3]] | ||
||This primitive produces the outer edges of the teeth of a reduced technic axle hole. | ||This primitive produces the outer edges of the teeth of a reduced technic axle hole. | ||
|- | |- | ||
Line 1,193: | Line 1,193: | ||
| '''axl2hol8.dat''' || '''Technic axle hole reduced - perimeter''' | | '''axl2hol8.dat''' || '''Technic axle hole reduced - perimeter''' | ||
|- | |- | ||
| [[File:Axl2hol8.png|200px | | [[File:Axl2hol8.png|200px|alt=Axl2hol8]] | ||
||This primitive comprises a 1LDu long section of reduced technic axle, without any ends. It may be scaled in the {y} dimension as necessary. | ||This primitive comprises a 1LDu long section of reduced technic axle, without any ends. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,199: | Line 1,199: | ||
| '''axl2hol9.dat''' || '''Technic axle hole reduced - tooth inner edges''' | | '''axl2hol9.dat''' || '''Technic axle hole reduced - tooth inner edges''' | ||
|- | |- | ||
| [[File:Axl2hol9.png|200px | | [[File:Axl2hol9.png|200px|alt=Axl2hol9]] | ||
||This primitive produces the inner edges of the reduced "plus-shaped" technic axle. | ||This primitive produces the inner edges of the reduced "plus-shaped" technic axle. | ||
|- | |- | ||
Line 1,205: | Line 1,205: | ||
| '''axl2ho10.dat''' || '''Technic axle hole reduced - tooth surface''' | | '''axl2ho10.dat''' || '''Technic axle hole reduced - tooth surface''' | ||
|- | |- | ||
| [[File:Axl2ho10.png|200px | | [[File:Axl2ho10.png|200px|alt=Axl2ho10]] | ||
||This primitive used to produce the fill the "plus-shaped" cross section of a reduced technic axle to the bounding circle. | ||This primitive used to produce the fill the "plus-shaped" cross section of a reduced technic axle to the bounding circle. | ||
|- | |- | ||
Line 1,211: | Line 1,211: | ||
| '''axl2end.dat''' || '''Technic axle hole reduced - end surface''' | | '''axl2end.dat''' || '''Technic axle hole reduced - end surface''' | ||
|- | |- | ||
| [[File:Axl2end.png|200px | | [[File:Axl2end.png|200px|alt=Axl2end]] | ||
||This primitive is used to produce the "plus-shaped" cross section of a technic axle hole reduced. | ||This primitive is used to produce the "plus-shaped" cross section of a technic axle hole reduced. | ||
|} | |} | ||
Line 1,226: | Line 1,226: | ||
| '''axl3hole.dat''' || '''Technic axle hole semi-reduced''' | | '''axl3hole.dat''' || '''Technic axle hole semi-reduced''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Axl3hole.png|200px | |style="width: 200px;"|[[File:Axl3hole.png|200px|alt=Axl3hole]] | ||
||This primitive produces a technic axle hole with semi-reduced teeth including the disc ends and all edges. It may be scaled in the {y} dimension as necessary. | ||This primitive produces a technic axle hole with semi-reduced teeth including the disc ends and all edges. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,232: | Line 1,232: | ||
| '''axl3hol2.dat''' || ''' Technic axle hole semi-reduced - side edges''' | | '''axl3hol2.dat''' || ''' Technic axle hole semi-reduced - side edges''' | ||
|- | |- | ||
| [[File:Axl3hol2.png|200px | | [[File:Axl3hol2.png|200px|alt=Axl3hol2]] | ||
||This primitive produces the edges at the ends of the "plus-shaped" semi-reduced technic axle. | ||This primitive produces the edges at the ends of the "plus-shaped" semi-reduced technic axle. | ||
|- | |- | ||
Line 1,238: | Line 1,238: | ||
| '''axl3hol3.dat''' || '''Technic axle hole semi-reduced - tooth outer edges''' | | '''axl3hol3.dat''' || '''Technic axle hole semi-reduced - tooth outer edges''' | ||
|- | |- | ||
| [[File:Axl3hol3.png|200px | | [[File:Axl3hol3.png|200px|alt=Axl3hol3]] | ||
||This primitive produces the outer edges of the teeth of a semi-reduced technic axle hole. | ||This primitive produces the outer edges of the teeth of a semi-reduced technic axle hole. | ||
|- | |- | ||
Line 1,244: | Line 1,244: | ||
| '''axl3hol6.dat''' || '''Technic axle hole semi-reduced tooth''' | | '''axl3hol6.dat''' || '''Technic axle hole semi-reduced tooth''' | ||
|- | |- | ||
| [[File:Axl3hol6.png|200px | | [[File:Axl3hol6.png|200px|alt=Axl3hol6]] | ||
||This primitive represents the teeth of a semi-reduced technic axle hole. It may be scaled in the {y} dimension as necessary. | ||This primitive represents the teeth of a semi-reduced technic axle hole. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,250: | Line 1,250: | ||
| '''axl3hol8.dat''' || '''Technic axle hole semi-reduced - perimeter''' | | '''axl3hol8.dat''' || '''Technic axle hole semi-reduced - perimeter''' | ||
|- | |- | ||
| [[File:Axl3hol8.png|200px | | [[File:Axl3hol8.png|200px|alt=Axl3hol8]] | ||
||This primitive comprises a 1LDu long section of semi-reduced technic axle, without any ends. It may be scaled in the {y} dimension as necessary. | ||This primitive comprises a 1LDu long section of semi-reduced technic axle, without any ends. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,256: | Line 1,256: | ||
| '''axl3hol9.dat''' || '''Technic axle hole semi-reduced - tooth inner edges''' | | '''axl3hol9.dat''' || '''Technic axle hole semi-reduced - tooth inner edges''' | ||
|- | |- | ||
| [[File:Axl3hol9.png|200px | | [[File:Axl3hol9.png|200px|alt=Axl3hol9]] | ||
||This primitive produces the inner edges of the semi-reduced "plus-shaped" technic axle. | ||This primitive produces the inner edges of the semi-reduced "plus-shaped" technic axle. | ||
|- | |- | ||
Line 1,262: | Line 1,262: | ||
| '''axl3ho10.dat''' || ''' Technic axle hole semi-reduced - tooth surface''' | | '''axl3ho10.dat''' || ''' Technic axle hole semi-reduced - tooth surface''' | ||
|- | |- | ||
| [[File:Axl3ho10.png|200px | | [[File:Axl3ho10.png|200px|alt=Axl3ho10]] | ||
|| This primitive used to produce the fill the "plus-shaped" cross section of a semi-reduced technic axle to the bounding circle. | || This primitive used to produce the fill the "plus-shaped" cross section of a semi-reduced technic axle to the bounding circle. | ||
|- | |- | ||
Line 1,268: | Line 1,268: | ||
| '''axl3end.dat''' || '''Technic axle hole semi-reduced - end surface''' | | '''axl3end.dat''' || '''Technic axle hole semi-reduced - end surface''' | ||
|- | |- | ||
| [[File:Axl3end.png|200px | | [[File:Axl3end.png|200px|alt=Axl3end]] | ||
||This primitive is used to produce the "plus-shaped" cross section of a technic axle hole semi-reduced. | ||This primitive is used to produce the "plus-shaped" cross section of a technic axle hole semi-reduced. | ||
|} | |} | ||
Line 1,283: | Line 1,283: | ||
| '''axlebeam.dat''' || '''Technic Axle Truncated to fit Technic Beam End Surface''' | | '''axlebeam.dat''' || '''Technic Axle Truncated to fit Technic Beam End Surface''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Axlebeam.png|200px | |style="width: 200px;"|[[File:Axlebeam.png|200px|alt=Axlebeam]] | ||
||This primitive produces the tip of an axle to be used between a cylinder of 9 LDu radius and an axle primitive. | ||This primitive produces the tip of an axle to be used between a cylinder of 9 LDu radius and an axle primitive. | ||
Line 1,294: | Line 1,294: | ||
| '''axlesphe.dat''' || '''Technic axle - truncated to fit ball joint''' | | '''axlesphe.dat''' || '''Technic axle - truncated to fit ball joint''' | ||
|- | |- | ||
| [[File:Axlesphe.png|200px | | [[File:Axlesphe.png|200px|alt=Axlesphe]] | ||
||This primitive produces the tip of an axle, truncated to fit a 12.81 LDu radius sphere. | ||This primitive produces the tip of an axle, truncated to fit a 12.81 LDu radius sphere. | ||
Line 1,305: | Line 1,305: | ||
| '''axles.dat''' || '''Axle Sloped''' | | '''axles.dat''' || '''Axle Sloped''' | ||
|- | |- | ||
| [[File:Axles.png|200px | | [[File:Axles.png|200px|alt=Axles]] | ||
||This primitive produces the tip of an axle, truncated by a slope with the height of 1 LDu. It may be scaled in the {y} dimension as necessary. | ||This primitive produces the tip of an axle, truncated by a slope with the height of 1 LDu. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,311: | Line 1,311: | ||
| '''axlecap.dat''' || '''Axle Endcap''' | | '''axlecap.dat''' || '''Axle Endcap''' | ||
|- | |- | ||
| [[File:Axlecap.png|200px | | [[File:Axlecap.png|200px|alt=Axlecap]] | ||
||This primitive produces the beveled tip of an axle. | ||This primitive produces the beveled tip of an axle. | ||
|- | |- | ||
Line 1,317: | Line 1,317: | ||
| '''axlecaph.dat''' || '''Axle Endcap with Hole 4D''' | | '''axlecaph.dat''' || '''Axle Endcap with Hole 4D''' | ||
|- | |- | ||
| [[File:Axlecaph.png|200px | | [[File:Axlecaph.png|200px|alt=Axlecaph]] | ||
||This primitive produces the beveled tip of an axle with a center hole of 2 LDu radius. | ||This primitive produces the beveled tip of an axle with a center hole of 2 LDu radius. | ||
|- | |- | ||
Line 1,323: | Line 1,323: | ||
| '''axlecaph2.dat''' || '''Axle Endcap with Hole 5D''' | | '''axlecaph2.dat''' || '''Axle Endcap with Hole 5D''' | ||
|- | |- | ||
| [[File:Axlecaph2.png|200px | | [[File:Axlecaph2.png|200px|alt=Axlecaph2]] | ||
||This primitive produces the beveled tip of an axle with a center hole of 2.5 LDu radius. | ||This primitive produces the beveled tip of an axle with a center hole of 2.5 LDu radius. | ||
|- | |- | ||
Line 1,329: | Line 1,329: | ||
| '''axleconnect.dat''' || '''Technic Axle to Connector Hole Perpendicular Joint 0.5''' | | '''axleconnect.dat''' || '''Technic Axle to Connector Hole Perpendicular Joint 0.5''' | ||
|- | |- | ||
| [[File:Axleconnect.png|200px | | [[File:Axleconnect.png|200px|alt=Axleconnect]] | ||
||This primitive produces a right angle connection between an axle and a Technic connector hole. | ||This primitive produces a right angle connection between an axle and a Technic connector hole. | ||
Line 1,355: | Line 1,355: | ||
| '''bushlock.dat''' || '''Technic 16-tooth castellation - long teeth''' | | '''bushlock.dat''' || '''Technic 16-tooth castellation - long teeth''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Bushlock.png|200px | |style="width: 200px;"|[[File:Bushlock.png|200px|alt=Bushlock]] | ||
|| | || | ||
|- | |- | ||
Line 1,361: | Line 1,361: | ||
| '''bushloc2.dat''' || '''Technic 16-tooth castellation - regular teeth''' | | '''bushloc2.dat''' || '''Technic 16-tooth castellation - regular teeth''' | ||
|- | |- | ||
| [[File:Bushloc2.png|200px | | [[File:Bushloc2.png|200px|alt=Bushloc2]] | ||
|| | || | ||
|- | |- | ||
Line 1,367: | Line 1,367: | ||
| '''bushloc3.dat''' || '''Technic 16-tooth castellation - regular teeth indented''' | | '''bushloc3.dat''' || '''Technic 16-tooth castellation - regular teeth indented''' | ||
|- | |- | ||
| [[File:Bushloc3.png|200px | | [[File:Bushloc3.png|200px|alt=Bushloc3]] | ||
||This primitive differs from bushloc2.dat in that the teeth are indented in four places to allow it to fit between four adjacent studs. | ||This primitive differs from bushloc2.dat in that the teeth are indented in four places to allow it to fit between four adjacent studs. | ||
|- | |- | ||
Line 1,373: | Line 1,373: | ||
| '''bushloc4.dat''' || '''Technic 16-tooth castellation - short teeth''' | | '''bushloc4.dat''' || '''Technic 16-tooth castellation - short teeth''' | ||
|- | |- | ||
| [[File:Bushloc4.png|200px | | [[File:Bushloc4.png|200px|alt=Bushloc4]] | ||
|| | || | ||
|- | |- | ||
Line 1,379: | Line 1,379: | ||
| '''steerend.dat''' || '''Curved end to technic 1xn plate with 16-tooth castellation on underside''' | | '''steerend.dat''' || '''Curved end to technic 1xn plate with 16-tooth castellation on underside''' | ||
|- | |- | ||
| [[File:Steerend.png|200px | | [[File:Steerend.png|200px|alt=Steerend]] | ||
|| | || | ||
|} | |} | ||
Line 1,398: | Line 1,398: | ||
| '''bush.dat''' || '''Technic bush with collar at one end''' | | '''bush.dat''' || '''Technic bush with collar at one end''' | ||
|- | |- | ||
|style="width: 200px;" |[[File:Bush.png|200px | |style="width: 200px;" |[[File:Bush.png|200px|alt=Bush]] | ||
|| | || | ||
|- | |- | ||
Line 1,404: | Line 1,404: | ||
| '''bush0.dat''' || '''Technic bush without end collars''' | | '''bush0.dat''' || '''Technic bush without end collars''' | ||
|- | |- | ||
| [[File:Bush0.png|200px | | [[File:Bush0.png|200px|alt=Bush0]] | ||
|| | || | ||
|- | |- | ||
Line 1,410: | Line 1,410: | ||
| '''bush1.dat''' || '''Technic bush collar quarter''' | | '''bush1.dat''' || '''Technic bush collar quarter''' | ||
|- | |- | ||
| [[File:Bush1.png|200px | | [[File:Bush1.png|200px|alt=Bush1]] | ||
|| | || | ||
|- | |- | ||
Line 1,416: | Line 1,416: | ||
| '''bush2.dat''' || '''Technic Bush End 0.25''' | | '''bush2.dat''' || '''Technic Bush End 0.25''' | ||
|- | |- | ||
| [[File:Bush2.png|200px | | [[File:Bush2.png|200px|alt=Bush2]] | ||
|| | || | ||
|} | |} | ||
Line 1,435: | Line 1,435: | ||
| '''connect.dat''' || '''Technic connector - long with collar''' | | '''connect.dat''' || '''Technic connector - long with collar''' | ||
|- | |- | ||
|style="width: 200px;" |[[File:Connect.png|200px | |style="width: 200px;" |[[File:Connect.png|200px|alt=Connect]] | ||
|| | || | ||
|- | |- | ||
Line 1,441: | Line 1,441: | ||
| '''connect2.dat''' || '''Technic connector - long without collar''' | | '''connect2.dat''' || '''Technic connector - long without collar''' | ||
|- | |- | ||
| [[File:Connect2.png|200px | | [[File:Connect2.png|200px|alt=Connect2]] | ||
|| | || | ||
|- | |- | ||
Line 1,447: | Line 1,447: | ||
| '''connect3.dat''' || '''Technic connector - short with collar''' | | '''connect3.dat''' || '''Technic connector - short with collar''' | ||
|- | |- | ||
| [[File:Connect3.png|200px | | [[File:Connect3.png|200px|alt=Connect3]] | ||
|| | || | ||
|- | |- | ||
Line 1,453: | Line 1,453: | ||
| '''connect4.dat''' || '''Technic connector - short without collar''' | | '''connect4.dat''' || '''Technic connector - short without collar''' | ||
|- | |- | ||
| [[File:Connect4.png|200px | | [[File:Connect4.png|200px|alt=Connect4]] | ||
|| | || | ||
|- | |- | ||
Line 1,459: | Line 1,459: | ||
| '''connect5.dat''' || '''Technic connector - long with collar and slot''' | | '''connect5.dat''' || '''Technic connector - long with collar and slot''' | ||
|- | |- | ||
| [[File:Connect5.png|200px | | [[File:Connect5.png|200px|alt=Connect5]] | ||
|| | || | ||
|- | |- | ||
Line 1,465: | Line 1,465: | ||
| '''connect6.dat''' || '''Technic connector - long with collar and notches''' | | '''connect6.dat''' || '''Technic connector - long with collar and notches''' | ||
|- | |- | ||
| [[File:Connect6.png|200px | | [[File:Connect6.png|200px|alt=Connect6]] | ||
|| | || | ||
|- | |- | ||
Line 1,471: | Line 1,471: | ||
| '''connect7.dat''' || '''Technic connector - long with rectangular centre hole and thin (frictionless) ribs''' | | '''connect7.dat''' || '''Technic connector - long with rectangular centre hole and thin (frictionless) ribs''' | ||
|- | |- | ||
| [[File:Connect7.png|200px | | [[File:Connect7.png|200px|alt=Connect7]] | ||
|| | || | ||
|- | |- | ||
Line 1,477: | Line 1,477: | ||
| '''connect8.dat''' || '''Technic connector - long with collar and blind hole''' | | '''connect8.dat''' || '''Technic connector - long with collar and blind hole''' | ||
|- | |- | ||
| [[File:Connect8.png|200px | | [[File:Connect8.png|200px|alt=Connect8]] | ||
|| | || | ||
|- | |- | ||
Line 1,483: | Line 1,483: | ||
| '''connect10.dat''' || '''Technic Pin 1.0 without Base Collar and Rectangular Centre Hole''' | | '''connect10.dat''' || '''Technic Pin 1.0 without Base Collar and Rectangular Centre Hole''' | ||
|- | |- | ||
| [[File:Connect10.png|200px | | [[File:Connect10.png|200px|alt=Connect10]] | ||
|| | || | ||
|- | |- | ||
Line 1,489: | Line 1,489: | ||
| '''connectcollar1.dat''' || '''Technic Pin Collar Half with Rectangular Hole and Short Slit''' | | '''connectcollar1.dat''' || '''Technic Pin Collar Half with Rectangular Hole and Short Slit''' | ||
|- | |- | ||
| [[File:Connectcollar1.png|200px | | [[File:Connectcollar1.png|200px|alt=Connectcollar1]] | ||
|| | || | ||
|- | |- | ||
Line 1,495: | Line 1,495: | ||
| '''connectcollar2.dat''' || '''Technic Pin Collar Half with Small Rectangular Hole and Short Slit''' | | '''connectcollar2.dat''' || '''Technic Pin Collar Half with Small Rectangular Hole and Short Slit''' | ||
|- | |- | ||
| [[File:Connectcollar2.png|200px | | [[File:Connectcollar2.png|200px|alt=Connectcollar2]] | ||
|| | || | ||
|- | |- | ||
Line 1,501: | Line 1,501: | ||
| '''connectcollar3.dat''' || '''Technic Pin Collar Half with Rectangular Hole and Long Slit''' | | '''connectcollar3.dat''' || '''Technic Pin Collar Half with Rectangular Hole and Long Slit''' | ||
|- | |- | ||
| [[File:Connectcollar3.png|200px | | [[File:Connectcollar3.png|200px|alt=Connectcollar3]] | ||
|| | || | ||
|- | |- | ||
Line 1,507: | Line 1,507: | ||
| '''connectcollar4.dat''' || '''Technic Pin Collar Half with Small Rectangular Hole and Long Slit''' | | '''connectcollar4.dat''' || '''Technic Pin Collar Half with Small Rectangular Hole and Long Slit''' | ||
|- | |- | ||
| [[File:Connectcollar4.png|200px | | [[File:Connectcollar4.png|200px|alt=Connectcollar4]] | ||
|| | || | ||
|- | |- | ||
Line 1,513: | Line 1,513: | ||
| '''connectcollar5.dat''' || '''Technic Pin Collar Half with Round Hole and Short Slit''' | | '''connectcollar5.dat''' || '''Technic Pin Collar Half with Round Hole and Short Slit''' | ||
|- | |- | ||
| [[File:Connectcollar5.png|200px | | [[File:Connectcollar5.png|200px|alt=Connectcollar5]] | ||
|| | || | ||
|- | |- | ||
Line 1,519: | Line 1,519: | ||
| '''connectslit1.dat''' || '''Technic Pin Long Middle Slit Half with Rectangular Hole''' | | '''connectslit1.dat''' || '''Technic Pin Long Middle Slit Half with Rectangular Hole''' | ||
|- | |- | ||
| [[File:Connectslit1.png|200px | | [[File:Connectslit1.png|200px|alt=Connectslit1]] | ||
|| | || | ||
|- | |- | ||
Line 1,525: | Line 1,525: | ||
| '''connectslit2.dat''' || '''Technic Pin Long Middle Slit Half with Small Rectangular Hole''' | | '''connectslit2.dat''' || '''Technic Pin Long Middle Slit Half with Small Rectangular Hole''' | ||
|- | |- | ||
| [[File:Connectslit2.png|200px | | [[File:Connectslit2.png|200px|alt=Connectslit2]] | ||
|| | || | ||
|- | |- | ||
Line 1,531: | Line 1,531: | ||
| '''confric.dat''' || '''Technic connector with friction - long with collar''' | | '''confric.dat''' || '''Technic connector with friction - long with collar''' | ||
|- | |- | ||
| [[File:Confric.png|200px | | [[File:Confric.png|200px|alt=Confric]] | ||
|| | || | ||
|- | |- | ||
Line 1,537: | Line 1,537: | ||
| '''confric2.dat''' || '''Technic connector with friction - long without collar''' | | '''confric2.dat''' || '''Technic connector with friction - long without collar''' | ||
|- | |- | ||
| [[File:Confric2.png|200px | | [[File:Confric2.png|200px|alt=Confric2]] | ||
|| | || | ||
|- | |- | ||
Line 1,543: | Line 1,543: | ||
| '''confric3.dat''' || '''Technic connector with friction - long with rectangular centre hole and collar''' | | '''confric3.dat''' || '''Technic connector with friction - long with rectangular centre hole and collar''' | ||
|- | |- | ||
| [[File:Confric3.png|200px | | [[File:Confric3.png|200px|alt=Confric3]] | ||
|| | || | ||
|- | |- | ||
Line 1,549: | Line 1,549: | ||
| '''confric4.dat''' || '''Technic connector with friction - long with collar and blind hole''' | | '''confric4.dat''' || '''Technic connector with friction - long with collar and blind hole''' | ||
|- | |- | ||
| [[File:Confric4.png|200px | | [[File:Confric4.png|200px|alt=Confric4]] | ||
|| | || | ||
|- | |- | ||
Line 1,555: | Line 1,555: | ||
| '''confric5.dat''' || '''Technic connector with friction - long with collar and slot''' | | '''confric5.dat''' || '''Technic connector with friction - long with collar and slot''' | ||
|- | |- | ||
| [[File:Confric5.png|200px | | [[File:Confric5.png|200px|alt=Confric5]] | ||
|| | || | ||
|- | |- | ||
Line 1,561: | Line 1,561: | ||
| '''confric6.dat''' || '''Technic connector with friction - long without collar with slot''' | | '''confric6.dat''' || '''Technic connector with friction - long without collar with slot''' | ||
|- | |- | ||
| [[File:Confric6.png|200px | | [[File:Confric6.png|200px|alt=Confric6]] | ||
|| | || | ||
|- | |- | ||
Line 1,567: | Line 1,567: | ||
| '''confric8.dat''' || '''Technic connector with friction - middle section with collar and slot''' | | '''confric8.dat''' || '''Technic connector with friction - middle section with collar and slot''' | ||
|- | |- | ||
| [[File:Confric8.png|200px | | [[File:Confric8.png|200px|alt=Confric8]] | ||
|| | || | ||
|- | |- | ||
Line 1,573: | Line 1,573: | ||
| '''confric9.dat''' || '''Technic connector with friction - middle section slotted with unsplit base collar''' | | '''confric9.dat''' || '''Technic connector with friction - middle section slotted with unsplit base collar''' | ||
|- | |- | ||
| [[File:Confric9.png|200px | | [[File:Confric9.png|200px|alt=Confric9]] | ||
|| | || | ||
|} | |} | ||
Line 1,592: | Line 1,592: | ||
| '''connhole.dat''' || '''Technic beam hole long''' | | '''connhole.dat''' || '''Technic beam hole long''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Connhole.png|200px | |style="width: 200px;"|[[File:Connhole.png|200px|alt=Connhole]] | ||
||This primitive is used for Technic connector peg holes in 20LDu wide Technic beams. | ||This primitive is used for Technic connector peg holes in 20LDu wide Technic beams. | ||
|- | |- | ||
Line 1,598: | Line 1,598: | ||
| '''connhol2.dat''' || '''Technic beam hole long with extended end''' | | '''connhol2.dat''' || '''Technic beam hole long with extended end''' | ||
|- | |- | ||
| [[File:Connhol2.png|200px | | [[File:Connhol2.png|200px|alt=Connhol2]] | ||
||This primitive is used for Technic connector peg holes in 20LDu wide Technic parts with an extended indentation. | ||This primitive is used for Technic connector peg holes in 20LDu wide Technic parts with an extended indentation. | ||
|- | |- | ||
Line 1,604: | Line 1,604: | ||
| '''connhol3.dat''' || '''Technic beam hole long with only one end''' | | '''connhol3.dat''' || '''Technic beam hole long with only one end''' | ||
|- | |- | ||
| [[File:Connhol3.png|200px | | [[File:Connhol3.png|200px|alt=Connhol3]] | ||
||This primitive is used for Technic connector peg holes for use in Technic parts with a narrow beam section. | ||This primitive is used for Technic connector peg holes for use in Technic parts with a narrow beam section. | ||
|- | |- | ||
Line 1,610: | Line 1,610: | ||
| '''beamhole.dat''' || '''Technic beam hole long with extension to adjacent hole''' | | '''beamhole.dat''' || '''Technic beam hole long with extension to adjacent hole''' | ||
|- | |- | ||
|[[File:Beamhole.png|200px | |[[File:Beamhole.png|200px|alt=Beamhole]] | ||
||This primitive is used for Technic connector peg holes at the end of 20LDu wide Technic beams. | ||This primitive is used for Technic connector peg holes at the end of 20LDu wide Technic beams. | ||
|- | |- | ||
Line 1,616: | Line 1,616: | ||
| '''beamhol2.dat''' || '''Technic beam hole short with extension to adjacent hole''' | | '''beamhol2.dat''' || '''Technic beam hole short with extension to adjacent hole''' | ||
|- | |- | ||
| [[File:Beamhol2.png|200px | | [[File:Beamhol2.png|200px|alt=Beamhol2]] | ||
||This primitive is used for Technic connector peg holes at the end of 10LDu wide Technic beams. | ||This primitive is used for Technic connector peg holes at the end of 10LDu wide Technic beams. | ||
|- | |- | ||
Line 1,622: | Line 1,622: | ||
| '''peghole.dat''' || '''Technic connector hole''' | | '''peghole.dat''' || '''Technic connector hole''' | ||
|- | |- | ||
|[[File:Peghole.png|200px | |[[File:Peghole.png|200px|alt=Peghole]] | ||
|| | || | ||
|- | |- | ||
Line 1,628: | Line 1,628: | ||
| '''peghole2.dat''' || '''Technic connector hole - 180 degrees - long''' | | '''peghole2.dat''' || '''Technic connector hole - 180 degrees - long''' | ||
|- | |- | ||
|[[File:Peghole2.png|200px | |[[File:Peghole2.png|200px|alt=Peghole2]] | ||
|| | || | ||
|- | |- | ||
Line 1,634: | Line 1,634: | ||
| '''peghole3.dat''' || '''Technic connector hole - 90 degrees''' | | '''peghole3.dat''' || '''Technic connector hole - 90 degrees''' | ||
|- | |- | ||
|[[File:Peghole3.png|200px | |[[File:Peghole3.png|200px|alt=Peghole3]] | ||
|| | || | ||
|- | |- | ||
Line 1,640: | Line 1,640: | ||
| '''peghole4.dat''' || '''Technic connector hole - 180 degrees - short''' | | '''peghole4.dat''' || '''Technic connector hole - 180 degrees - short''' | ||
|- | |- | ||
|[[File:Peghole4.png|200px | |[[File:Peghole4.png|200px|alt=Peghole4]] | ||
|| | || | ||
|- | |- | ||
Line 1,646: | Line 1,646: | ||
| '''peghole5.dat''' || '''Technic connector hole - 180 degrees - medium''' | | '''peghole5.dat''' || '''Technic connector hole - 180 degrees - medium''' | ||
|- | |- | ||
|[[File:Peghole5.png|200px | |[[File:Peghole5.png|200px|alt=Peghole5]] | ||
|| | || | ||
|- | |- | ||
Line 1,652: | Line 1,652: | ||
| '''peghole6.dat''' || '''Technic connector hole - end extended''' | | '''peghole6.dat''' || '''Technic connector hole - end extended''' | ||
|- | |- | ||
|[[File:Peghole6.png|200px | |[[File:Peghole6.png|200px|alt=Peghole6]] | ||
|| | || | ||
|- | |- | ||
Line 1,658: | Line 1,658: | ||
| '''npeghole.dat''' || '''Technic connector hole negative without top surface extensions''' | | '''npeghole.dat''' || '''Technic connector hole negative without top surface extensions''' | ||
|- | |- | ||
|[[File:Npeghole.png|200px | |[[File:Npeghole.png|200px|alt=Npeghole]] | ||
|| | || | ||
|- | |- | ||
Line 1,664: | Line 1,664: | ||
| '''npeghol2.dat''' || '''Technic connector hole negative with top surface extensions''' | | '''npeghol2.dat''' || '''Technic connector hole negative with top surface extensions''' | ||
|- | |- | ||
|[[File:Npeghol2.png|200px | |[[File:Npeghol2.png|200px|alt=Npeghol2]] | ||
|| | || | ||
|- | |- | ||
Line 1,670: | Line 1,670: | ||
| '''npeghol3.dat''' || '''Technic peg hole to connector hole negative without top surface extensions''' | | '''npeghol3.dat''' || '''Technic peg hole to connector hole negative without top surface extensions''' | ||
|- | |- | ||
|[[File:Npeghol3.png|200px | |[[File:Npeghol3.png|200px|alt=Npeghol3]] | ||
||This primitive is designed to fill the gap between an axlehol4 or axlehol5 primitive and a Technic peg hole. | ||This primitive is designed to fill the gap between an axlehol4 or axlehol5 primitive and a Technic peg hole. | ||
|- | |- | ||
Line 1,676: | Line 1,676: | ||
| '''npeghol3.dat''' || '''Technic peg hole to connector hole negative without top surface extensions''' | | '''npeghol3.dat''' || '''Technic peg hole to connector hole negative without top surface extensions''' | ||
|- | |- | ||
|[[File:Npeghol3.png|200px | |[[File:Npeghol3.png|200px|alt=Npeghol3]] | ||
||This primitive is designed to fill the gap between an axlehol4 or axlehol5 primitive and a Technic peg hole. | ||This primitive is designed to fill the gap between an axlehol4 or axlehol5 primitive and a Technic peg hole. | ||
|- | |- | ||
Line 1,682: | Line 1,682: | ||
| '''npeghol3a.dat''' || '''Technic Peg Hole / Axle Hole Negative without Top Surface Extensions without One Edge''' | | '''npeghol3a.dat''' || '''Technic Peg Hole / Axle Hole Negative without Top Surface Extensions without One Edge''' | ||
|- | |- | ||
|[[File:Npeghol3a.png|200px | |[[File:Npeghol3a.png|200px|alt=Npeghol3a]] | ||
|| | || | ||
|- | |- | ||
Line 1,688: | Line 1,688: | ||
| '''npeghol4.dat''' || '''Technic peg hole to connector hole negative with top surface extensions''' | | '''npeghol4.dat''' || '''Technic peg hole to connector hole negative with top surface extensions''' | ||
|- | |- | ||
|[[File:Npeghol4.png|200px | |[[File:Npeghol4.png|200px|alt=Npeghol4]] | ||
|| | || | ||
|- | |- | ||
Line 1,694: | Line 1,694: | ||
| '''npeghol5.dat''' || '''Technic peg hole to axle hole negative with top surface extensions''' | | '''npeghol5.dat''' || '''Technic peg hole to axle hole negative with top surface extensions''' | ||
|- | |- | ||
|[[File:Npeghol5.png|200px | |[[File:Npeghol5.png|200px|alt=Npeghol5]] | ||
|| | || | ||
|- | |- | ||
Line 1,700: | Line 1,700: | ||
| '''npeghol6.dat''' || '''Technic peg hole to axle hole negative quarter for beams''' | | '''npeghol6.dat''' || '''Technic peg hole to axle hole negative quarter for beams''' | ||
|- | |- | ||
|[[File:Npeghol6.png|200px | |[[File:Npeghol6.png|200px|alt=Npeghol6]] | ||
|| | || | ||
|- | |- | ||
Line 1,706: | Line 1,706: | ||
| '''npeghol6a.dat''' || '''Technic Peg Hole Negative 0.25''' | | '''npeghol6a.dat''' || '''Technic Peg Hole Negative 0.25''' | ||
|- | |- | ||
|[[File:Npeghol6a.png|200px | |[[File:Npeghol6a.png|200px|alt=Npeghol6a]] | ||
|| | || | ||
|- | |- | ||
Line 1,712: | Line 1,712: | ||
| '''npeghol6b.dat''' || '''Technic Peg Hole Negative 0.25 with Middle Tab''' | | '''npeghol6b.dat''' || '''Technic Peg Hole Negative 0.25 with Middle Tab''' | ||
|- | |- | ||
|[[File:Npeghol6b.png|200px | |[[File:Npeghol6b.png|200px|alt=Npeghol6b]] | ||
|| | || | ||
|- | |- | ||
Line 1,718: | Line 1,718: | ||
| '''npeghol6c.dat''' || '''Technic Peg Hole Negative 0.25 without One Edge''' | | '''npeghol6c.dat''' || '''Technic Peg Hole Negative 0.25 without One Edge''' | ||
|- | |- | ||
|[[File:Npeghol6c.png|200px | |[[File:Npeghol6c.png|200px|alt=Npeghol6c]] | ||
|| | || | ||
|- | |- | ||
Line 1,724: | Line 1,724: | ||
| '''npeghol6d.dat''' || '''Technic Peg Hole Negative 0.25 without Extension''' | | '''npeghol6d.dat''' || '''Technic Peg Hole Negative 0.25 without Extension''' | ||
|- | |- | ||
|[[File:Npeghol6d.png|200px | |[[File:Npeghol6d.png|200px|alt=Npeghol6d]] | ||
|| | || | ||
|- | |- | ||
Line 1,730: | Line 1,730: | ||
| '''npeghol7.dat''' || '''Technic Peg Hole Negative 0.5 without Top Surface Extensions''' | | '''npeghol7.dat''' || '''Technic Peg Hole Negative 0.5 without Top Surface Extensions''' | ||
|- | |- | ||
|[[File:Npeghol7.png|200px | |[[File:Npeghol7.png|200px|alt=Npeghol7]] | ||
|| | || | ||
|- | |- | ||
Line 1,736: | Line 1,736: | ||
| '''npeghol7a.dat''' || '''Technic Peg Hole Negative 0.5 with Top Surface Extensions''' | | '''npeghol7a.dat''' || '''Technic Peg Hole Negative 0.5 with Top Surface Extensions''' | ||
|- | |- | ||
|[[File:Npeghol7a.png|200px | |[[File:Npeghol7a.png|200px|alt=Npeghol7a]] | ||
|| | || | ||
|- | |- | ||
Line 1,742: | Line 1,742: | ||
| '''npeghol8.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 1 Half without Extensions''' | | '''npeghol8.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 1 Half without Extensions''' | ||
|- | |- | ||
|[[File:Npeghol8.png|200px | |[[File:Npeghol8.png|200px|alt=Npeghol8]] | ||
|| | || | ||
|- | |- | ||
Line 1,748: | Line 1,748: | ||
| '''npeghol9.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 2 with Extensions''' | | '''npeghol9.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 2 with Extensions''' | ||
|- | |- | ||
|[[File:Npeghol9.png|200px | |[[File:Npeghol9.png|200px|alt=Npeghol9]] | ||
|| | || | ||
|- | |- | ||
Line 1,754: | Line 1,754: | ||
| '''npeghol10.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 2 without Extensions''' | | '''npeghol10.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 2 without Extensions''' | ||
|- | |- | ||
|[[File:Npeghol10.png|200px | |[[File:Npeghol10.png|200px|alt=Npeghol10]] | ||
|| | || | ||
|- | |- | ||
Line 1,760: | Line 1,760: | ||
| '''npeghol11.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 3''' | | '''npeghol11.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 3''' | ||
|- | |- | ||
|[[File:Npeghol11.png|200px | |[[File:Npeghol11.png|200px|alt=Npeghol11]] | ||
|| | || | ||
|- | |- | ||
Line 1,766: | Line 1,766: | ||
| '''npeghol12.dat''' || '''Technic Peg Hole with Extended Perimeter (One Side) and Surface''' | | '''npeghol12.dat''' || '''Technic Peg Hole with Extended Perimeter (One Side) and Surface''' | ||
|- | |- | ||
|[[File:Npeghol12.png|200px | |[[File:Npeghol12.png|200px|alt=Npeghol12]] | ||
|| | || | ||
|- | |- | ||
Line 1,772: | Line 1,772: | ||
| '''npeghol13.dat''' || '''Technic Peg Hole with Extended Perimeter (Two Sides) and Surface''' | | '''npeghol13.dat''' || '''Technic Peg Hole with Extended Perimeter (Two Sides) and Surface''' | ||
|- | |- | ||
|[[File:Npeghol13.png|200px | |[[File:Npeghol13.png|200px|alt=Npeghol13]] | ||
|| | || | ||
|- | |- | ||
Line 1,778: | Line 1,778: | ||
| <s>'''npeghol15.dat'''</s> || <s>'''~Technic Peg Hole Corner 0.25 (Obsolete)'''</s> | | <s>'''npeghol15.dat'''</s> || <s>'''~Technic Peg Hole Corner 0.25 (Obsolete)'''</s> | ||
|- | |- | ||
|[[File:Npeghol15.png|200px | |[[File:Npeghol15.png|200px|alt=Npeghol15]] | ||
|| | || | ||
|- | |- | ||
Line 1,784: | Line 1,784: | ||
| '''npeghol15b.dat''' || '''Technic Peg Hole Corner with Wide Tabs on 1 Side 0.125''' | | '''npeghol15b.dat''' || '''Technic Peg Hole Corner with Wide Tabs on 1 Side 0.125''' | ||
|- | |- | ||
|[[File:Npeghol15b.png|200px | |[[File:Npeghol15b.png|200px|alt=Npeghol15b]] | ||
|| | || | ||
|- | |- | ||
Line 1,790: | Line 1,790: | ||
| <s>'''npeghol16.dat'''</s> || <s>'''~Technic Peg Hole Corner 0.125 (Obsolete)'''</s> | | <s>'''npeghol16.dat'''</s> || <s>'''~Technic Peg Hole Corner 0.125 (Obsolete)'''</s> | ||
|- | |- | ||
|[[File:Npeghol16.png|200px | |[[File:Npeghol16.png|200px|alt=Npeghol16]] | ||
|| | || | ||
|- | |- | ||
Line 1,796: | Line 1,796: | ||
| <s>'''npeghol17.dat'''</s> || <s>'''~Technic Peg Hole Negative with Cut Corners (Obsolete)'''</s> | | <s>'''npeghol17.dat'''</s> || <s>'''~Technic Peg Hole Negative with Cut Corners (Obsolete)'''</s> | ||
|- | |- | ||
|[[File:Npeghol17.png|200px | |[[File:Npeghol17.png|200px|alt=Npeghol17]] | ||
|| | || | ||
|- | |- | ||
Line 1,802: | Line 1,802: | ||
| '''npeghol18.dat''' || '''Technic Peg Hole Corner 0.125 Without Lower Faces''' | | '''npeghol18.dat''' || '''Technic Peg Hole Corner 0.125 Without Lower Faces''' | ||
|- | |- | ||
|[[File:Npeghol18.png|200px | |[[File:Npeghol18.png|200px|alt=Npeghol18]] | ||
|| | || | ||
|- | |- | ||
Line 1,808: | Line 1,808: | ||
| '''npeghol18a.dat''' || '''Technic Peg Hole Corner 0.125 without Faces''' | | '''npeghol18a.dat''' || '''Technic Peg Hole Corner 0.125 without Faces''' | ||
|- | |- | ||
|[[File:Npeghol18a.png|200px | |[[File:Npeghol18a.png|200px|alt=Npeghol18a]] | ||
|| | || | ||
|- | |- | ||
Line 1,814: | Line 1,814: | ||
| '''npeghol19.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 3 Top Half without Extensions''' | | '''npeghol19.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 3 Top Half without Extensions''' | ||
|- | |- | ||
|[[File:Npeghol19.png|200px | |[[File:Npeghol19.png|200px|alt=Npeghol19]] | ||
|| | || | ||
|- | |- | ||
Line 1,820: | Line 1,820: | ||
| '''npeghol20.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 4 without Extensions''' | | '''npeghol20.dat''' || '''Technic Peg Hole Negative for Alternate Beam Type 4 without Extensions''' | ||
|- | |- | ||
|[[File:Npeghol20.png|200px | |[[File:Npeghol20.png|200px|alt=Npeghol20]] | ||
|| | || | ||
|} | |} | ||
Line 1,839: | Line 1,839: | ||
| '''tooth8.dat''' || '''Tooth for 8-tooth Technic gears''' | | '''tooth8.dat''' || '''Tooth for 8-tooth Technic gears''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Tooth8.png|200px | |style="width: 200px;"|[[File:Tooth8.png|200px|alt=Tooth8]] | ||
|| | || | ||
|- | |- | ||
Line 1,845: | Line 1,845: | ||
| '''tooth8a.dat''' || '''Single Tooth for Technic Gear 8 Tooth Reinforced''' | | '''tooth8a.dat''' || '''Single Tooth for Technic Gear 8 Tooth Reinforced''' | ||
|- | |- | ||
| [[File:Tooth8a.png|200px | | [[File:Tooth8a.png|200px|alt=Tooth8a]] | ||
|| | || | ||
|- | |- | ||
Line 1,851: | Line 1,851: | ||
| '''tooth16.dat''' || '''Tooth for 16-tooth Technic gears''' | | '''tooth16.dat''' || '''Tooth for 16-tooth Technic gears''' | ||
|- | |- | ||
| [[File:Tooth16.png|200px | | [[File:Tooth16.png|200px|alt=Tooth16]] | ||
|| | || | ||
|- | |- | ||
Line 1,857: | Line 1,857: | ||
| '''tooth24.dat''' || '''Tooth for 24-tooth Technic gears''' | | '''tooth24.dat''' || '''Tooth for 24-tooth Technic gears''' | ||
|- | |- | ||
| [[File:Tooth24.png|200px | | [[File:Tooth24.png|200px|alt=Tooth24]] | ||
|| | || | ||
|- | |- | ||
Line 1,863: | Line 1,863: | ||
| '''tooth24a.dat''' || '''Tooth for 24-tooth Technic Crown Gear Type 2''' | | '''tooth24a.dat''' || '''Tooth for 24-tooth Technic Crown Gear Type 2''' | ||
|- | |- | ||
| [[File:Tooth24a.png|200px | | [[File:Tooth24a.png|200px|alt=Tooth24a]] | ||
|| | || | ||
|- | |- | ||
Line 1,869: | Line 1,869: | ||
| '''tooth24b.dat''' || '''Tooth for 24-tooth Technic Crown Gear Type 3''' | | '''tooth24b.dat''' || '''Tooth for 24-tooth Technic Crown Gear Type 3''' | ||
|- | |- | ||
| [[File:Tooth24b.png|200px | | [[File:Tooth24b.png|200px|alt=Tooth24b]] | ||
|| | || | ||
|- | |- | ||
Line 1,875: | Line 1,875: | ||
| '''tooth24c.dat''' || '''Tooth for 24-tooth Technic Crown Gear Type 1''' | | '''tooth24c.dat''' || '''Tooth for 24-tooth Technic Crown Gear Type 1''' | ||
|- | |- | ||
| [[File:Tooth24c.png|200px | | [[File:Tooth24c.png|200px|alt=Tooth24c]] | ||
|| | || | ||
|- | |- | ||
Line 1,881: | Line 1,881: | ||
| '''tooth40.dat''' || '''Tooth for 40-tooth Technic gears''' | | '''tooth40.dat''' || '''Tooth for 40-tooth Technic gears''' | ||
|- | |- | ||
| [[File:Tooth40.png|200px | | [[File:Tooth40.png|200px|alt=Tooth40]] | ||
|| | || | ||
|- | |- | ||
Line 1,887: | Line 1,887: | ||
| '''toothb12.dat''' || '''Tooth for 12-tooth Technic bevel gears''' | | '''toothb12.dat''' || '''Tooth for 12-tooth Technic bevel gears''' | ||
|- | |- | ||
| [[File:Toothb12.png|200px | | [[File:Toothb12.png|200px|alt=Toothb12]] | ||
|| | || | ||
|- | |- | ||
Line 1,893: | Line 1,893: | ||
| '''toothb14.dat''' || '''Tooth for 14-tooth Technic bevel gears''' | | '''toothb14.dat''' || '''Tooth for 14-tooth Technic bevel gears''' | ||
|- | |- | ||
| [[File:Toothb14.png|200px | | [[File:Toothb14.png|200px|alt=Toothb14]] | ||
|| | || | ||
|- | |- | ||
Line 1,899: | Line 1,899: | ||
| '''toothb20.dat''' || '''Tooth for 20-tooth Technic bevel gears''' | | '''toothb20.dat''' || '''Tooth for 20-tooth Technic bevel gears''' | ||
|- | |- | ||
| [[File:Toothb20.png|200px | | [[File:Toothb20.png|200px|alt=Toothb20]] | ||
|| | || | ||
|- | |- | ||
Line 1,905: | Line 1,905: | ||
| '''tootb28.dat''' || '''Full size tooth for 28-tooth Technic bevel gears''' | | '''tootb28.dat''' || '''Full size tooth for 28-tooth Technic bevel gears''' | ||
|- | |- | ||
| [[File:Tootb28.png|200px | | [[File:Tootb28.png|200px|alt=Tootb28]] | ||
|| | || | ||
|- | |- | ||
Line 1,911: | Line 1,911: | ||
| '''tootb28s.dat''' || '''Short tooth for 28-tooth Technic bevel gears''' | | '''tootb28s.dat''' || '''Short tooth for 28-tooth Technic bevel gears''' | ||
|- | |- | ||
| [[File:Tootb28s.png|200px | | [[File:Tootb28s.png|200px|alt=Tootb28s]] | ||
|| | || | ||
|- | |- | ||
Line 1,917: | Line 1,917: | ||
| '''toothd28.dat''' || '''Tooth for 28-tooth Technic Differential''' | | '''toothd28.dat''' || '''Tooth for 28-tooth Technic Differential''' | ||
|- | |- | ||
| [[File:Toothd28.png|200px | | [[File:Toothd28.png|200px|alt=Toothd28]] | ||
|| | || | ||
|- | |- | ||
Line 1,923: | Line 1,923: | ||
| '''toothr.dat''' || '''Tooth for Technic Gear Racks''' | | '''toothr.dat''' || '''Tooth for Technic Gear Racks''' | ||
|- | |- | ||
| [[File:Toothr.png|200px | | [[File:Toothr.png|200px|alt=Toothr]] | ||
|| | || | ||
|- | |- | ||
Line 1,929: | Line 1,929: | ||
| '''toothl.dat''' || '''Tooth for Large Technic Gears''' | | '''toothl.dat''' || '''Tooth for Large Technic Gears''' | ||
|- | |- | ||
| [[File:Toothl.png|200px | | [[File:Toothl.png|200px|alt=Toothl]] | ||
|| | || | ||
|} | |} | ||
Line 1,948: | Line 1,948: | ||
| '''daxle.dat''' || '''Duplo technic axle section''' | | '''daxle.dat''' || '''Duplo technic axle section''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Daxle.png|200px | |style="width: 200px;"|[[File:Daxle.png|200px|alt=Daxle]] | ||
||This primitive is comprises a 1LDu long section of duplo technic axle, including its ends. It may be scaled in the {y} dimension to produce an axle of any length. | ||This primitive is comprises a 1LDu long section of duplo technic axle, including its ends. It may be scaled in the {y} dimension to produce an axle of any length. | ||
|- | |- | ||
Line 1,954: | Line 1,954: | ||
| '''daxlehole.dat''' || '''Duplo technic axle hole - closed''' | | '''daxlehole.dat''' || '''Duplo technic axle hole - closed''' | ||
|- | |- | ||
| [[File:Daxlehole.png|200px | | [[File:Daxlehole.png|200px|alt=Daxlehole]] | ||
||This primitive produces a 1LDu long section of duplo technic axle hole structure. It may be scaled in the {y} dimension as necessary. | ||This primitive produces a 1LDu long section of duplo technic axle hole structure. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,960: | Line 1,960: | ||
| '''daxlehub.dat''' || '''Duplo technic axle hub''' | | '''daxlehub.dat''' || '''Duplo technic axle hub''' | ||
|- | |- | ||
| [[File:Daxlehub.png|200px | | [[File:Daxlehub.png|200px|alt=Daxlehub]] | ||
||This primitive produces a 1LDu long section of th eouter hub for a duplo technic axle hole. It may be scaled in the {y} dimension as necessary. | ||This primitive produces a 1LDu long section of th eouter hub for a duplo technic axle hole. It may be scaled in the {y} dimension as necessary. | ||
|- | |- | ||
Line 1,966: | Line 1,966: | ||
| '''dconnhole.dat''' || '''Duplo technic connector hole''' | | '''dconnhole.dat''' || '''Duplo technic connector hole''' | ||
|- | |- | ||
| [[File:Dconnhole.png|200px | | [[File:Dconnhole.png|200px|alt=Dconnhole]] | ||
|| | || | ||
|- | |- | ||
Line 1,972: | Line 1,972: | ||
| '''dnpeghole.dat''' || '''Duplo technic peg hole negative''' | | '''dnpeghole.dat''' || '''Duplo technic peg hole negative''' | ||
|- | |- | ||
| [[File:Dnpeghole.png|200px | | [[File:Dnpeghole.png|200px|alt=Dnpeghole]] | ||
|| | || | ||
|- | |- | ||
Line 1,978: | Line 1,978: | ||
| '''dtooth8.dat''' || '''Tooth for 8-tooth Duplo Technic gears''' | | '''dtooth8.dat''' || '''Tooth for 8-tooth Duplo Technic gears''' | ||
|- | |- | ||
| [[File:Dtooth8.png|200px | | [[File:Dtooth8.png|200px|alt=Dtooth8]] | ||
|| | || | ||
|- | |- | ||
Line 1,984: | Line 1,984: | ||
| '''dtoothc.dat''' || '''Tooth for 24-tooth Duplo Technic crown gears''' | | '''dtoothc.dat''' || '''Tooth for 24-tooth Duplo Technic crown gears''' | ||
|- | |- | ||
| [[File:Dtoothc.png|200px | | [[File:Dtoothc.png|200px|alt=Dtoothc]] | ||
|| | || | ||
|} | |} | ||
Line 2,010: | Line 2,010: | ||
| '''stud.dat''' || '''Regular stud''' | | '''stud.dat''' || '''Regular stud''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Stud.png|200px | |style="width: 200px;"|[[File:Stud.png|200px|alt=Stud]] | ||
|| | || | ||
|- | |- | ||
Line 2,016: | Line 2,016: | ||
| '''studa.dat''' || '''Regular stud without edge around base''' | | '''studa.dat''' || '''Regular stud without edge around base''' | ||
|- | |- | ||
| [[File:Studa.png|200px | | [[File:Studa.png|200px|alt=Studa]] | ||
|| | || | ||
|- | |- | ||
Line 2,022: | Line 2,022: | ||
| '''stud26.dat''' || '''Stud without Logo''' | | '''stud26.dat''' || '''Stud without Logo''' | ||
|- | |- | ||
| [[File:Stud26.png|200px | | [[File:Stud26.png|200px|alt=Stud26]] | ||
||Regular stud, but without LEGO logo (eg. for third party products and LEGO parts where special studs exceptionally carry no logo) | ||Regular stud, but without LEGO logo (eg. for third party products and LEGO parts where special studs exceptionally carry no logo) | ||
|- | |- | ||
Line 2,028: | Line 2,028: | ||
| '''studline.dat''' || '''Stud Placeholder (SuperFast-Draw)''' | | '''studline.dat''' || '''Stud Placeholder (SuperFast-Draw)''' | ||
|- | |- | ||
| [[File:Studline.png|200px | | [[File:Studline.png|200px|alt=Studline]] | ||
|| | || | ||
|- | |- | ||
Line 2,034: | Line 2,034: | ||
| '''studp01.dat''' || '''Regular stud with white dot''' | | '''studp01.dat''' || '''Regular stud with white dot''' | ||
|- | |- | ||
| [[File:Studp01.png|200px | | [[File:Studp01.png|200px|alt=Studp01]] | ||
|| | || | ||
|- | |- | ||
Line 2,040: | Line 2,040: | ||
| '''studel.dat''' || '''Regular electric stud''' | | '''studel.dat''' || '''Regular electric stud''' | ||
|- | |- | ||
| [[File:Studel.png|200px | | [[File:Studel.png|200px|alt=Studel]] | ||
||The electric contact is on the {-x} {-z} corner | ||The electric contact is on the {-x} {-z} corner | ||
|- | |- | ||
Line 2,046: | Line 2,046: | ||
| '''stud10.dat''' || '''Truncated solid stud''' | | '''stud10.dat''' || '''Truncated solid stud''' | ||
|- | |- | ||
| [[File:Stud10.png|200px | | [[File:Stud10.png|200px|alt=Stud10]] | ||
||For use on 2x2 round parts where the stud does not hang over the edge of the part. | ||For use on 2x2 round parts where the stud does not hang over the edge of the part. | ||
|- | |- | ||
Line 2,052: | Line 2,052: | ||
| '''stud15.dat''' || '''Moderately truncated solid stud''' | | '''stud15.dat''' || '''Moderately truncated solid stud''' | ||
|- | |- | ||
| [[File:Stud15.png|200px | | [[File:Stud15.png|200px|alt=Stud15]] | ||
||For use on 2x2 round parts where the stud does not hang over the edge of the part. | ||For use on 2x2 round parts where the stud does not hang over the edge of the part. | ||
|- | |- | ||
Line 2,058: | Line 2,058: | ||
| '''stud13.dat''' || '''Very truncated solid stud''' | | '''stud13.dat''' || '''Very truncated solid stud''' | ||
|- | |- | ||
| [[File:Stud13.png|200px | | [[File:Stud13.png|200px|alt=Stud13]] | ||
||For use on the 2x2 Light&Sound siren part where the stud does not extend over the edge of the part. | ||For use on the 2x2 Light&Sound siren part where the stud does not extend over the edge of the part. | ||
|- | |- | ||
Line 2,064: | Line 2,064: | ||
| '''stud2.dat''' || '''Hollow stud''' | | '''stud2.dat''' || '''Hollow stud''' | ||
|- | |- | ||
| [[File:Stud2.png|200px | | [[File:Stud2.png|200px|alt=Stud2]] | ||
|| | || | ||
|- | |- | ||
Line 2,070: | Line 2,070: | ||
| '''stud2a.dat''' || '''Hollow stud without edge around base''' | | '''stud2a.dat''' || '''Hollow stud without edge around base''' | ||
|- | |- | ||
| [[File:Stud2a.png|200px | | [[File:Stud2a.png|200px|alt=Stud2a]] | ||
|| | || | ||
|- | |- | ||
Line 2,076: | Line 2,076: | ||
| '''stud2s.dat''' || '''Hollow stud sloped''' | | '''stud2s.dat''' || '''Hollow stud sloped''' | ||
|- | |- | ||
| [[File:Stud2s.png|200px | | [[File:Stud2s.png|200px|alt=Stud2s]] | ||
|| | || | ||
|- | |- | ||
Line 2,082: | Line 2,082: | ||
| '''stud2s2.dat''' || '''Stud Tube Open Sliced for Open Stud with Inner Stopper Ring''' | | '''stud2s2.dat''' || '''Stud Tube Open Sliced for Open Stud with Inner Stopper Ring''' | ||
|- | |- | ||
| [[File:Stud2s2.png|200px | | [[File:Stud2s2.png|200px|alt=Stud2s2]] | ||
|| | || | ||
|- | |- | ||
Line 2,088: | Line 2,088: | ||
| '''stud2s2e.dat''' || '''Open Stud Extension with 0.5 LDU Inner Stopper Ring''' | | '''stud2s2e.dat''' || '''Open Stud Extension with 0.5 LDU Inner Stopper Ring''' | ||
|- | |- | ||
| [[File:Stud2s2e.png|200px | | [[File:Stud2s2e.png|200px|alt=Stud2s2e]] | ||
|| | || | ||
|- | |- | ||
Line 2,094: | Line 2,094: | ||
| '''stud17a.dat''' || '''Truncated hollow stud without edge around base''' | | '''stud17a.dat''' || '''Truncated hollow stud without edge around base''' | ||
|- | |- | ||
| [[File:Stud17a.png|200px | | [[File:Stud17a.png|200px|alt=Stud17a]] | ||
||For use on 2x2 octagonal parts where the stud does not hang over the edge of the part. | ||For use on 2x2 octagonal parts where the stud does not hang over the edge of the part. | ||
|- | |- | ||
Line 2,100: | Line 2,100: | ||
| '''stud9.dat''' || '''Hollow stud with small hole''' | | '''stud9.dat''' || '''Hollow stud with small hole''' | ||
|- | |- | ||
| [[File:Stud9.png|200px | | [[File:Stud9.png|200px|alt=Stud9]] | ||
|| | || | ||
|- | |- | ||
Line 2,106: | Line 2,106: | ||
| '''stud6.dat''' || '''Truncated hollow stud''' | | '''stud6.dat''' || '''Truncated hollow stud''' | ||
|- | |- | ||
| [[File:Stud6.png|200px | | [[File:Stud6.png|200px|alt=Stud6]] | ||
||For use on 2x2 round parts where the stud does not extend over the edge of the part. | ||For use on 2x2 round parts where the stud does not extend over the edge of the part. | ||
|- | |- | ||
Line 2,112: | Line 2,112: | ||
| '''stud6a.dat''' || '''Truncated hollow stud without edge around base''' | | '''stud6a.dat''' || '''Truncated hollow stud without edge around base''' | ||
|- | |- | ||
| [[File:Stud6a.png|200px | | [[File:Stud6a.png|200px|alt=Stud6a]] | ||
||For use on 2x2 round parts where the stud does not hang over the edge of the part. | ||For use on 2x2 round parts where the stud does not hang over the edge of the part. | ||
|- | |- | ||
Line 2,118: | Line 2,118: | ||
| '''stud3.dat''' || '''Small underside stud''' | | '''stud3.dat''' || '''Small underside stud''' | ||
|- | |- | ||
| [[File:Stud3.png|200px | | [[File:Stud3.png|200px|alt=Stud3]] | ||
||For use on the underside of parts (usually plates) between the gaps for studs. This is modelled with the solid disc uppermost. To use for the underside of plates, it is necessary to invert in the {y} dimension, like | ||For use on the underside of parts (usually plates) between the gaps for studs. This is modelled with the solid disc uppermost. To use for the underside of plates, it is necessary to invert in the {y} dimension, like | ||
Line 2,128: | Line 2,128: | ||
| '''stud3a.dat''' || '''Small underside stud without edge around base''' | | '''stud3a.dat''' || '''Small underside stud without edge around base''' | ||
|- | |- | ||
| [[File:Stud3a.png|200px | | [[File:Stud3a.png|200px|alt=Stud3a]] | ||
||See note for stud3. | ||See note for stud3. | ||
|- | |- | ||
Line 2,134: | Line 2,134: | ||
| '''studx.dat''' || '''Cross-shaped underside stud''' | | '''studx.dat''' || '''Cross-shaped underside stud''' | ||
|- | |- | ||
| [[File:Studx.png|200px | | [[File:Studx.png|200px|alt=Studx]] | ||
|| | || | ||
|- | |- | ||
Line 2,140: | Line 2,140: | ||
| '''stud12.dat''' || '''Cross-shaped underside stud for Minitalia parts''' | | '''stud12.dat''' || '''Cross-shaped underside stud for Minitalia parts''' | ||
|- | |- | ||
| [[File:Stud12.png|200px | | [[File:Stud12.png|200px|alt=Stud12]] | ||
|| | || | ||
|- | |- | ||
Line 2,146: | Line 2,146: | ||
| '''stud17.dat''' || '''Stud Open For Octagonal Parts''' | | '''stud17.dat''' || '''Stud Open For Octagonal Parts''' | ||
|- | |- | ||
| [[File:Stud17.png|200px | | [[File:Stud17.png|200px|alt=Stud17]] | ||
|| | || | ||
|- | |- | ||
Line 2,152: | Line 2,152: | ||
| '''stud4.dat''' || '''Ring underside stud''' | | '''stud4.dat''' || '''Ring underside stud''' | ||
|- | |- | ||
| [[File:Stud4.png|200px | | [[File:Stud4.png|200px|alt=Stud4]] | ||
||See note for stud3. | ||See note for stud3. | ||
Line 2,160: | Line 2,160: | ||
| '''stud4a.dat''' || '''Ring underside stud without edge around base''' | | '''stud4a.dat''' || '''Ring underside stud without edge around base''' | ||
|- | |- | ||
| [[File:Stud4a.png|200px | | [[File:Stud4a.png|200px|alt=Stud4a]] | ||
||See note for stud3. | ||See note for stud3. | ||
|- | |- | ||
Line 2,166: | Line 2,166: | ||
| '''stud4s.dat''' || '''Ring underside stud with sloped end''' | | '''stud4s.dat''' || '''Ring underside stud with sloped end''' | ||
|- | |- | ||
| [[File:Stud4s.png|200px | | [[File:Stud4s.png|200px|alt=Stud4s]] | ||
||For use on the underside of sloping parts. See note for stud3. | ||For use on the underside of sloping parts. See note for stud3. | ||
|- | |- | ||
Line 2,172: | Line 2,172: | ||
| '''stud4s2.dat''' || '''Ring underside stud with half sloped end''' | | '''stud4s2.dat''' || '''Ring underside stud with half sloped end''' | ||
|- | |- | ||
| [[File:Stud4s2.png|200px | | [[File:Stud4s2.png|200px|alt=Stud4s2]] | ||
||For use on the underside of sloping parts where the slope starts midway across the stud. See note for stud3. | ||For use on the underside of sloping parts where the slope starts midway across the stud. See note for stud3. | ||
|- | |- | ||
Line 2,178: | Line 2,178: | ||
| '''stud4o.dat''' || '''Ring underside stud without outer cylinder''' | | '''stud4o.dat''' || '''Ring underside stud without outer cylinder''' | ||
|- | |- | ||
| [[File:Stud4o.png|200px | | [[File:Stud4o.png|200px|alt=Stud4o]] | ||
|| | || | ||
|- | |- | ||
Line 2,184: | Line 2,184: | ||
| '''stud4od.dat''' || '''Ring underside stud without outer cylinder and top surface''' | | '''stud4od.dat''' || '''Ring underside stud without outer cylinder and top surface''' | ||
|- | |- | ||
| [[File:Stud4od.png|200px | | [[File:Stud4od.png|200px|alt=Stud4od]] | ||
|| | || | ||
|- | |- | ||
Line 2,190: | Line 2,190: | ||
| '''stud4h.dat''' || '''Ring underside stud with extended hole''' | | '''stud4h.dat''' || '''Ring underside stud with extended hole''' | ||
|- | |- | ||
| [[File:Stud4h.png|200px | | [[File:Stud4h.png|200px|alt=Stud4h]] | ||
||For use on the underside of plate thickness parts where the hole extends to the top surface of the plate. | ||For use on the underside of plate thickness parts where the hole extends to the top surface of the plate. | ||
|- | |- | ||
Line 2,196: | Line 2,196: | ||
| '''stud4f''n''s.dat''' || '''Ring underside stud with fillet stubs''' | | '''stud4f''n''s.dat''' || '''Ring underside stud with fillet stubs''' | ||
|- | |- | ||
| [[File:Stud4f4s.png|200px | | [[File:Stud4f4s.png|200px|alt=Stud4fns]] | ||
||For use on the underside of parts where a strengthening fillet joins the stud. The | ||For use on the underside of parts where a strengthening fillet joins the stud. The | ||
number of fillets is indicated by n: 1=one fillet, 2=two opposite fillets, 3=three | number of fillets is indicated by n: 1=one fillet, 2=two opposite fillets, 3=three | ||
Line 2,212: | Line 2,212: | ||
| '''stud16.dat''' || '''Ring underside stud ‐ split''' | | '''stud16.dat''' || '''Ring underside stud ‐ split''' | ||
|- | |- | ||
| [[File:Stud16.png|200px | | [[File:Stud16.png|200px|alt=Stud16]] | ||
||A divided underside stud, as typically used in minifig headwear. See also note for stud3. | ||A divided underside stud, as typically used in minifig headwear. See also note for stud3. | ||
|- | |- | ||
Line 2,218: | Line 2,218: | ||
| '''stud16a.dat''' || '''Stud Tube Open Split without Edge Lines''' | | '''stud16a.dat''' || '''Stud Tube Open Split without Edge Lines''' | ||
|- | |- | ||
| [[File:Stud16a.png|200px | | [[File:Stud16a.png|200px|alt=Stud16a]] | ||
||A divided underside stud without edge lines, as typically used in minifig headwear. See also note for stud3. | ||A divided underside stud without edge lines, as typically used in minifig headwear. See also note for stud3. | ||
|- | |- | ||
Line 2,224: | Line 2,224: | ||
| '''stud16od.dat''' || '''Stud Tube Open Split without Edge Lines and Outside Surface''' | | '''stud16od.dat''' || '''Stud Tube Open Split without Edge Lines and Outside Surface''' | ||
|- | |- | ||
| [[File:Stud16od.png|200px | | [[File:Stud16od.png|200px|alt=Stud16od]] | ||
||A divided underside stud without edge lines and outside surface, as typically used in minifig headwear. See also note for stud3. | ||A divided underside stud without edge lines and outside surface, as typically used in minifig headwear. See also note for stud3. | ||
|- | |- | ||
Line 2,230: | Line 2,230: | ||
| '''stud21a.dat''' || '''Ring underside stud - split with single wide slot''' | | '''stud21a.dat''' || '''Ring underside stud - split with single wide slot''' | ||
|- | |- | ||
| [[File:Stud21a.png|200px | | [[File:Stud21a.png|200px|alt=Stud21a]] | ||
||A partially divided underside stud, used on pull-back motors. See also note for stud3. | ||A partially divided underside stud, used on pull-back motors. See also note for stud3. | ||
|- | |- | ||
Line 2,236: | Line 2,236: | ||
| '''stud22a.dat''' || '''Ring underside stud - split with double wide slot''' | | '''stud22a.dat''' || '''Ring underside stud - split with double wide slot''' | ||
|- | |- | ||
| [[File:Stud22a.png|200px | | [[File:Stud22a.png|200px|alt=Stud22a]] | ||
||A divided underside stud, used on pull-back motors. See also note for stud3. | ||A divided underside stud, used on pull-back motors. See also note for stud3. | ||
|- | |- | ||
Line 2,242: | Line 2,242: | ||
| '''stud18a.dat''' || '''Stud Tube Open Snap''' | | '''stud18a.dat''' || '''Stud Tube Open Snap''' | ||
|- | |- | ||
| [[File:Stud18a.png|200px | | [[File:Stud18a.png|200px|alt=Stud18a]] | ||
|| | || | ||
|- | |- | ||
Line 2,248: | Line 2,248: | ||
| '''stud23.dat''' || '''Square underside stud hole''' | | '''stud23.dat''' || '''Square underside stud hole''' | ||
|- | |- | ||
| [[File:Stud23.png|200px | | [[File:Stud23.png|200px|alt=Stud23]] | ||
|| | || | ||
|- | |- | ||
Line 2,254: | Line 2,254: | ||
| '''stud23d.dat''' || '''Stud Tube Open Square without Bottom Face and Edges''' | | '''stud23d.dat''' || '''Stud Tube Open Square without Bottom Face and Edges''' | ||
|- | |- | ||
| [[File:Stud23d.png|200px | | [[File:Stud23d.png|200px|alt=Stud23d]] | ||
|| | || | ||
|- | |- | ||
Line 2,260: | Line 2,260: | ||
| '''stud5.dat''' || '''Scala stud''' | | '''stud5.dat''' || '''Scala stud''' | ||
|- | |- | ||
| [[File:Stud5.png|200px | | [[File:Stud5.png|200px|alt=Stud5]] | ||
|| | || | ||
|- | |- | ||
Line 2,266: | Line 2,266: | ||
| '''stud24.dat''' || '''Stud Scala Hollow''' | | '''stud24.dat''' || '''Stud Scala Hollow''' | ||
|- | |- | ||
| [[File:Stud24.png|200px | | [[File:Stud24.png|200px|alt=Stud24]] | ||
|| | || | ||
|- | |- | ||
Line 2,272: | Line 2,272: | ||
| '''stud20.dat''' || '''Duplo Stud''' | | '''stud20.dat''' || '''Duplo Stud''' | ||
|- | |- | ||
| [[File:Stud20.png|200px | | [[File:Stud20.png|200px|alt=Stud20]] | ||
|| | || | ||
|- | |- | ||
Line 2,278: | Line 2,278: | ||
| '''stud7.dat''' || '''Duplo hollow top stud''' | | '''stud7.dat''' || '''Duplo hollow top stud''' | ||
|- | |- | ||
| [[File:Stud7.png|200px | | [[File:Stud7.png|200px|alt=Stud7]] | ||
|| | || | ||
|- | |- | ||
Line 2,284: | Line 2,284: | ||
| '''stud7a.dat''' || '''Duplo hollow top stud without edge around base''' | | '''stud7a.dat''' || '''Duplo hollow top stud without edge around base''' | ||
|- | |- | ||
| [[File:Stud7a.png|200px | | [[File:Stud7a.png|200px|alt=Stud7a]] | ||
|| | || | ||
|- | |- | ||
Line 2,290: | Line 2,290: | ||
| '''stud8.dat''' || '''Duplo hollow underside stud''' | | '''stud8.dat''' || '''Duplo hollow underside stud''' | ||
|- | |- | ||
| [[File:Stud8.png|200px | | [[File:Stud8.png|200px|alt=Stud8]] | ||
|| | || | ||
|- | |- | ||
Line 2,296: | Line 2,296: | ||
| '''stud8a.dat''' || '''Stud Duplo Tube without Base Edge''' | | '''stud8a.dat''' || '''Stud Duplo Tube without Base Edge''' | ||
|- | |- | ||
| [[File:Stud8a.png|200px | | [[File:Stud8a.png|200px|alt=Stud8a]] | ||
|| | || | ||
|- | |- | ||
Line 2,302: | Line 2,302: | ||
| '''stud11.dat''' || '''Large Duplo hollow underside stud''' | | '''stud11.dat''' || '''Large Duplo hollow underside stud''' | ||
|- | |- | ||
| [[File:Stud11.png|200px | | [[File:Stud11.png|200px|alt=Stud11]] | ||
|| | || | ||
|- | |- | ||
Line 2,308: | Line 2,308: | ||
| '''stud27.dat''' || '''Duplo Hollow Middle Stud''' | | '''stud27.dat''' || '''Duplo Hollow Middle Stud''' | ||
|- | |- | ||
| [[File:Stud27.png|200px | | [[File:Stud27.png|200px|alt=Stud27]] | ||
|| | || | ||
|- | |- | ||
Line 2,314: | Line 2,314: | ||
| '''stud27a.dat''' || '''Duplo Hollow Middle Stud without Edge around Base''' | | '''stud27a.dat''' || '''Duplo Hollow Middle Stud without Edge around Base''' | ||
|- | |- | ||
| [[File:Stud27a.png|200px | | [[File:Stud27a.png|200px|alt=Stud27a]] | ||
|| | || | ||
|- | |- | ||
Line 2,320: | Line 2,320: | ||
| '''stud28.dat''' || '''Duplo Tube and Stud Top''' | | '''stud28.dat''' || '''Duplo Tube and Stud Top''' | ||
|- | |- | ||
| [[File:Stud28.png|200px | | [[File:Stud28.png|200px|alt=Stud28]] | ||
|| | || | ||
|- | |- | ||
Line 2,326: | Line 2,326: | ||
| '''stud28a.dat''' || '''Duplo Tube and Stud Top without Base Edge''' | | '''stud28a.dat''' || '''Duplo Tube and Stud Top without Base Edge''' | ||
|- | |- | ||
| [[File:Stud28a.png|200px | | [[File:Stud28a.png|200px|alt=Stud28a]] | ||
|| | || | ||
|- | |- | ||
Line 2,332: | Line 2,332: | ||
| '''stud14.dat''' || '''Quatro stud''' | | '''stud14.dat''' || '''Quatro stud''' | ||
|- | |- | ||
| [[File:Stud14.png|200px | | [[File:Stud14.png|200px|alt=Stud14]] | ||
|| | || | ||
|- | |- | ||
Line 2,338: | Line 2,338: | ||
| '''stud25.dat''' || '''Quatro underside stud''' | | '''stud25.dat''' || '''Quatro underside stud''' | ||
|- | |- | ||
| [[File:Stud25.png|200px | | [[File:Stud25.png|200px|alt=Stud25]] | ||
|| | || | ||
|- | |- | ||
Line 2,344: | Line 2,344: | ||
| '''primotop.dat''' || '''Duplo Primo Stud''' | | '''primotop.dat''' || '''Duplo Primo Stud''' | ||
|- | |- | ||
| [[File:Primotop.png|200px | | [[File:Primotop.png|200px|alt=Primotop]] | ||
|| | || | ||
|- | |- | ||
Line 2,350: | Line 2,350: | ||
| '''primobot.dat''' || '''Duplo Primo Underside Stud Socket''' | | '''primobot.dat''' || '''Duplo Primo Underside Stud Socket''' | ||
|- | |- | ||
| [[File:Primobot.png|200px | | [[File:Primobot.png|200px|alt=Primobot]] | ||
|| | || | ||
|- | |- | ||
Line 2,356: | Line 2,356: | ||
| '''zstud.dat''' || '''Znap connector stud''' | | '''zstud.dat''' || '''Znap connector stud''' | ||
|- | |- | ||
| [[File:Zstud.png|200px | | [[File:Zstud.png|200px|alt=Zstud]] | ||
|| | || | ||
|} | |} | ||
Line 2,372: | Line 2,372: | ||
| '''stud-logo.dat''' || '''Stud with LEGO Logo - Non-3D Thin Lines''' | | '''stud-logo.dat''' || '''Stud with LEGO Logo - Non-3D Thin Lines''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Stud-logo(logo).png|200px | |style="width: 200px;"|[[File:Stud-logo(logo).png|200px|alt=Stud-logo]] | ||
|| | || | ||
|- | |- | ||
Line 2,378: | Line 2,378: | ||
| '''stud-logo2.dat''' || '''Stud with LEGO Logo - Non-3D Outlined''' | | '''stud-logo2.dat''' || '''Stud with LEGO Logo - Non-3D Outlined''' | ||
|- | |- | ||
| [[File:Stud-logo2(logo).png|200px | | [[File:Stud-logo2(logo).png|200px|alt=Stud-logo2]] | ||
|| | || | ||
|- | |- | ||
Line 2,384: | Line 2,384: | ||
| '''stud-logo3.dat''' || '''Stud with LEGO Logo - 3D with Sharp Top''' | | '''stud-logo3.dat''' || '''Stud with LEGO Logo - 3D with Sharp Top''' | ||
|- | |- | ||
| [[File:Stud-logo3(logo).png|200px | | [[File:Stud-logo3(logo).png|200px|alt=Stud-logo3]] | ||
|| | || | ||
|- | |- | ||
Line 2,390: | Line 2,390: | ||
| '''stud-logo4.dat''' || '''Stud with LEGO Logo - 3D with Rounded Top''' | | '''stud-logo4.dat''' || '''Stud with LEGO Logo - 3D with Rounded Top''' | ||
|- | |- | ||
| [[File:Stud-logo4(logo).png|200px | | [[File:Stud-logo4(logo).png|200px|alt=Stud-logo4]] | ||
|| | || | ||
|- | |- | ||
Line 2,396: | Line 2,396: | ||
| '''stud-logo5.dat''' || '''Stud with LEGO Logo - 3D Flattened''' | | '''stud-logo5.dat''' || '''Stud with LEGO Logo - 3D Flattened''' | ||
|- | |- | ||
| [[File:Stud-logo5(logo).png|200px | | [[File:Stud-logo5(logo).png|200px|alt=Stud-logo5]] | ||
|| | || | ||
|- | |- | ||
Line 2,402: | Line 2,402: | ||
| '''stud2-logo.dat''' || '''Stud Open with LEGO Logo - Non-3D Thin Lines''' | | '''stud2-logo.dat''' || '''Stud Open with LEGO Logo - Non-3D Thin Lines''' | ||
|- | |- | ||
| [[File:Stud2-logo.png|200px | | [[File:Stud2-logo.png|200px|alt=Stud2-logo]] | ||
|| | || | ||
|- | |- | ||
Line 2,408: | Line 2,408: | ||
| '''stud2-logo2''' || '''Stud Open with LEGO Logo - Non-3D Outlined''' | | '''stud2-logo2''' || '''Stud Open with LEGO Logo - Non-3D Outlined''' | ||
|- | |- | ||
| [[File:Stud2-logo2.png|200px | | [[File:Stud2-logo2.png|200px|alt=Stud2-logo2]] | ||
|| | || | ||
|- | |- | ||
Line 2,414: | Line 2,414: | ||
| '''stud2-logo3''' || '''Stud Open with LEGO Logo - 3D with Sharp Top''' | | '''stud2-logo3''' || '''Stud Open with LEGO Logo - 3D with Sharp Top''' | ||
|- | |- | ||
| [[File:Stud2-logo3.png|200px | | [[File:Stud2-logo3.png|200px|alt=Stud2-logo3]] | ||
|| | || | ||
|- | |- | ||
Line 2,420: | Line 2,420: | ||
| '''stud2-logo4''' || '''Stud Open with LEGO Logo - 3D with Rounded Top''' | | '''stud2-logo4''' || '''Stud Open with LEGO Logo - 3D with Rounded Top''' | ||
|- | |- | ||
| [[File:Stud2-logo4.png|200px | | [[File:Stud2-logo4.png|200px|alt=Stud2-logo4]] | ||
|| | || | ||
|- | |- | ||
Line 2,426: | Line 2,426: | ||
| '''stud2-logo5''' || '''Stud Open with LEGO Logo - 3D Flattened''' | | '''stud2-logo5''' || '''Stud Open with LEGO Logo - 3D Flattened''' | ||
|- | |- | ||
| [[File:Stud2-logo5.png|200px | | [[File:Stud2-logo5.png|200px|alt=Stud2-logo5]] | ||
|| | || | ||
|} | |} | ||
Line 2,454: | Line 2,454: | ||
| '''stugmxn.dat''' || '''Regular stud''' | | '''stugmxn.dat''' || '''Regular stud''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Stug-3x3.png|200px | |style="width: 200px;"|[[File:Stug-3x3.png|200px|alt=Stugmxn.dat]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,474: | Line 2,474: | ||
| '''stug10-mxn''' || '''Stud Group Truncated Laterally Curved 40D''' | | '''stug10-mxn''' || '''Stud Group Truncated Laterally Curved 40D''' | ||
|- | |- | ||
|[[File:Stug10-2x2.png|200px | |[[File:Stug10-2x2.png|200px|alt=Stug10-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,482: | Line 2,482: | ||
| '''stug15-mxn''' || '''Stud Group Truncated Laterally Straight 40D''' | | '''stug15-mxn''' || '''Stud Group Truncated Laterally Straight 40D''' | ||
|- | |- | ||
|[[File:Stug15-2x2.png|200px | |[[File:Stug15-2x2.png|200px|alt=Stug15-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,490: | Line 2,490: | ||
| '''stugp01-mxn''' || '''Stud with Dot Pattern Group''' | | '''stugp01-mxn''' || '''Stud with Dot Pattern Group''' | ||
|- | |- | ||
|[[File:Stugp01-1x3.png|200px | |[[File:Stugp01-1x3.png|200px|alt=Stugp01-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,498: | Line 2,498: | ||
| '''stug2-mxn''' || '''Hollow stud''' | | '''stug2-mxn''' || '''Hollow stud''' | ||
|- | |- | ||
|[[File:Stug2-1x3.png|200px | |[[File:Stug2-1x3.png|200px|alt=Stug2-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,513: | Line 2,513: | ||
| '''stug3-mxn''' || '''Underside solid stud''' | | '''stug3-mxn''' || '''Underside solid stud''' | ||
|- | |- | ||
|[[File:Stug3-1x3.png|200px | |[[File:Stug3-1x3.png|200px|alt=Stug3-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,521: | Line 2,521: | ||
| '''stug4-mxn''' || '''Underside hollow stud''' | | '''stug4-mxn''' || '''Underside hollow stud''' | ||
|- | |- | ||
|[[File:Stug4-3x3.png|200px | |[[File:Stug4-3x3.png|200px|alt=Stug4-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,535: | Line 2,535: | ||
| '''stug7-mxn''' || '''Open Duplo stud''' | | '''stug7-mxn''' || '''Open Duplo stud''' | ||
|- | |- | ||
|[[File:Stug7-3x3.png|200px | |[[File:Stug7-3x3.png|200px|alt=Stug7-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,547: | Line 2,547: | ||
| '''stug8-mxn''' || '''Underside Duplo stud''' | | '''stug8-mxn''' || '''Underside Duplo stud''' | ||
|- | |- | ||
|[[File:Stug8-1x3.png|200px | |[[File:Stug8-1x3.png|200px|alt=Stug8-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,555: | Line 2,555: | ||
| '''stug20-mxn''' || '''Solid Duplo stud''' | | '''stug20-mxn''' || '''Solid Duplo stud''' | ||
|- | |- | ||
|[[File:Stug20-3x3.png|200px | |[[File:Stug20-3x3.png|200px|alt=Stug20-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,571: | Line 2,571: | ||
| '''stug19-mxn''' || '''Scala Stud for Baseplates Group''' | | '''stug19-mxn''' || '''Scala Stud for Baseplates Group''' | ||
|- | |- | ||
|[[File:Stug19-1x11.png|200px | |[[File:Stug19-1x11.png|200px|alt=Stug19-mxn]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,596: | Line 2,596: | ||
| '''typestci.dat''' || '''Stencil typeface''' | | '''typestci.dat''' || '''Stencil typeface''' | ||
|- | |- | ||
|style="width: 200px;"|[[File:Typestua.png|200px | |style="width: 200px;"|[[File:Typestua.png|200px|alt=Typestci.dat]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,604: | Line 2,604: | ||
| '''type-swiss721bt-bold-ci''' || '''Swiss721BT Bold typeface''' | | '''type-swiss721bt-bold-ci''' || '''Swiss721BT Bold typeface''' | ||
|- | |- | ||
|[[File:Type-swiss721bt-bold-ua.png|200px | |[[File:Type-swiss721bt-bold-ua.png|200px|alt=Type-swiss721bt-bold-]] | ||
||''Currently available primitives:'' | ||''Currently available primitives:'' | ||
Line 2,621: | Line 2,621: | ||
| '''znap1.dat''' || '''Znap Between Pegholes 1''' | | '''znap1.dat''' || '''Znap Between Pegholes 1''' | ||
|- | |- | ||
|style="width: 200px;"| [[File:Znap1.png|200px | |style="width: 200px;"| [[File:Znap1.png|200px|alt=Znap1]] | ||
|| | || | ||
|- | |- | ||
Line 2,627: | Line 2,627: | ||
| '''znap2.dat''' || '''Znap Between Pegholes 2 Half''' | | '''znap2.dat''' || '''Znap Between Pegholes 2 Half''' | ||
|- | |- | ||
|[[File:Znap2.png|200px | |[[File:Znap2.png|200px|alt=Znap2]] | ||
|| | || | ||
|- | |- | ||
Line 2,633: | Line 2,633: | ||
| '''znap3a.dat''' || '''Znap Between Pegholes 3a''' | | '''znap3a.dat''' || '''Znap Between Pegholes 3a''' | ||
|- | |- | ||
|[[File:Znap3a.png|200px | |[[File:Znap3a.png|200px|alt=Znap3a]] | ||
|| | || | ||
|- | |- | ||
Line 2,639: | Line 2,639: | ||
| '''znap3b.dat''' || '''Znap Between Pegholes 3b Half With Angle''' | | '''znap3b.dat''' || '''Znap Between Pegholes 3b Half With Angle''' | ||
|- | |- | ||
|[[File:Znap3b.png|200px | |[[File:Znap3b.png|200px|alt=Znap3b]] | ||
|| | || | ||
|- | |- | ||
Line 2,645: | Line 2,645: | ||
| '''znap4.dat''' || '''Znap Between Pegholes 4''' | | '''znap4.dat''' || '''Znap Between Pegholes 4''' | ||
|- | |- | ||
|[[File:Znap4.png|200px | |[[File:Znap4.png|200px|alt=Znap4]] | ||
|| | || | ||
|- | |- | ||
Line 2,651: | Line 2,651: | ||
| '''znap5.dat''' || '''Znap Between Pegholes 5''' | | '''znap5.dat''' || '''Znap Between Pegholes 5''' | ||
|- | |- | ||
|[[File:Znap5.png|200px | |[[File:Znap5.png|200px|alt=Znap5]] | ||
|| | || | ||
|- | |- | ||
Line 2,657: | Line 2,657: | ||
| '''znap6.dat''' || '''Znap Beam End''' | | '''znap6.dat''' || '''Znap Beam End''' | ||
|- | |- | ||
|[[File:Znap6.png|200px | |[[File:Znap6.png|200px|alt=Znap6]] | ||
|| | || | ||
|} | |} | ||
Line 2,676: | Line 2,676: | ||
| '''arm1.dat''' || '''Cylindrical arm two-fingered hinge''' | | '''arm1.dat''' || '''Cylindrical arm two-fingered hinge''' | ||
|- | |- | ||
|style="width: 200px;"| [[File:Arm1.png|200px | |style="width: 200px;"| [[File:Arm1.png|200px|alt=Arm1]] | ||
||This primitive produces two-fingered hinge component of the cylindrical arm with a radius of 10LDu. | ||This primitive produces two-fingered hinge component of the cylindrical arm with a radius of 10LDu. | ||
|- | |- | ||
Line 2,682: | Line 2,682: | ||
| '''arm2.dat''' || '''Cylindrical arm three-fingered hinge''' | | '''arm2.dat''' || '''Cylindrical arm three-fingered hinge''' | ||
|- | |- | ||
|[[File:Arm2.png|200px | |[[File:Arm2.png|200px|alt=Arm2]] | ||
||This primitive produces three-fingered hinge component of the cylindrical arm with a radius of 10LDu. | ||This primitive produces three-fingered hinge component of the cylindrical arm with a radius of 10LDu. | ||
|- | |- | ||
Line 2,688: | Line 2,688: | ||
| '''arm3.dat''' || '''Cylindrical arm three-fingered hinge with truncated middle finger''' | | '''arm3.dat''' || '''Cylindrical arm three-fingered hinge with truncated middle finger''' | ||
|- | |- | ||
|[[File:Arm3.png|200px | |[[File:Arm3.png|200px|alt=Arm3]] | ||
||This primitive produces three-fingered hinge component of the cylindrical arm with a radius of 10LDu. | ||This primitive produces three-fingered hinge component of the cylindrical arm with a radius of 10LDu. | ||
|} | |} | ||
Line 2,707: | Line 2,707: | ||
| '''clh1.dat''' || '''Click-lock hinge single finger for bricks''' | | '''clh1.dat''' || '''Click-lock hinge single finger for bricks''' | ||
|- | |- | ||
|style="width: 200px;"| [[File:Clh1.png|200px | |style="width: 200px;"| [[File:Clh1.png|200px|alt=Clh1]] | ||
||This primitive produces the single finger of a click-lock hinge for use on bricks. To use on the side of bricks, rotate accordingly and place 10LDu below the top surface of the brick. To use on the top of bricks, rotate accordingly and place 4LDu below the top surface, centered on the stud location. | ||This primitive produces the single finger of a click-lock hinge for use on bricks. To use on the side of bricks, rotate accordingly and place 10LDu below the top surface of the brick. To use on the top of bricks, rotate accordingly and place 4LDu below the top surface, centered on the stud location. | ||
|- | |- | ||
Line 2,713: | Line 2,713: | ||
| '''clh3.dat''' || '''Click-lock hinge single finger for arms''' | | '''clh3.dat''' || '''Click-lock hinge single finger for arms''' | ||
|- | |- | ||
|[[File:Clh3.png|200px | |[[File:Clh3.png|200px|alt=Clh3]] | ||
||This primitive produces the single finger of a click-lock hinge for use on cylindrical arms. | ||This primitive produces the single finger of a click-lock hinge for use on cylindrical arms. | ||
|- | |- | ||
Line 2,719: | Line 2,719: | ||
| '''clh3q.dat''' || '''Click Lock Hinge Single Finger - Quarter''' | | '''clh3q.dat''' || '''Click Lock Hinge Single Finger - Quarter''' | ||
|- | |- | ||
|[[File:Clh3q.png|200px | |[[File:Clh3q.png|200px|alt=Clh3q]] | ||
|| | || | ||
|- | |- | ||
Line 2,725: | Line 2,725: | ||
| '''clh6.dat''' || '''Click-lock hinge single finger for plate sides and ends''' | | '''clh6.dat''' || '''Click-lock hinge single finger for plate sides and ends''' | ||
|- | |- | ||
|[[File:Clh6.png|200px | |[[File:Clh6.png|200px|alt=Clh6]] | ||
||This primitive produces the single finger of a click-lock hinge for use on the sides or ends of plates. To use, rotate accordingly and place 2LDu below the top surface. | ||This primitive produces the single finger of a click-lock hinge for use on the sides or ends of plates. To use, rotate accordingly and place 2LDu below the top surface. | ||
|- | |- | ||
Line 2,731: | Line 2,731: | ||
| '''clh8.dat''' || '''Click-lock hinge single finger for crevices and ledges''' | | '''clh8.dat''' || '''Click-lock hinge single finger for crevices and ledges''' | ||
|- | |- | ||
|[[File:Clh8.png|200px | |[[File:Clh8.png|200px|alt=Clh8]] | ||
||This primitive produces the single finger of a click-lock hinge for use within crevices and on ledges. To use, rotate accordingly and place 1LDu below the top surface centred on a stud location. | ||This primitive produces the single finger of a click-lock hinge for use within crevices and on ledges. To use, rotate accordingly and place 1LDu below the top surface centred on a stud location. | ||
|- | |- | ||
Line 2,737: | Line 2,737: | ||
| '''clh2.dat''' || '''Click-lock hinge single finger for plate top''' | | '''clh2.dat''' || '''Click-lock hinge single finger for plate top''' | ||
|- | |- | ||
|[[File:Clh2.png|200px | |[[File:Clh2.png|200px|alt=Clh2]] | ||
||This primitive produces the single finger of a click-lock hinge for use on the top of plates. To use, rotate accordingly and place 1LDu below the top surface, centered on the stud location. | ||This primitive produces the single finger of a click-lock hinge for use on the top of plates. To use, rotate accordingly and place 1LDu below the top surface, centered on the stud location. | ||
|- | |- | ||
Line 2,743: | Line 2,743: | ||
| '''clh9.dat''' || '''Click-lock hinge single finger for plate top with groove''' | | '''clh9.dat''' || '''Click-lock hinge single finger for plate top with groove''' | ||
|- | |- | ||
|[[File:Clh9.png|200px | |[[File:Clh9.png|200px|alt=Clh9]] | ||
||This primitive produces the single finger of a click-lock hinge with a groove for use on the top of plates. To use, rotate accordingly and place 1LDu below the top surface, centered on stud location. | ||This primitive produces the single finger of a click-lock hinge with a groove for use on the top of plates. To use, rotate accordingly and place 1LDu below the top surface, centered on stud location. | ||
|- | |- | ||
Line 2,749: | Line 2,749: | ||
| '''clh12.dat''' || '''Click Lock Hinge Single Finger Tall''' | | '''clh12.dat''' || '''Click Lock Hinge Single Finger Tall''' | ||
|- | |- | ||
|[[File:Clh12.png|200px | |[[File:Clh12.png|200px|alt=Clh12]] | ||
|| | || | ||
|- | |- | ||
Line 2,755: | Line 2,755: | ||
| '''clh13.dat''' || '''Click Lock Hinge Single Finger for Plate Top with Wide Groove 2L''' | | '''clh13.dat''' || '''Click Lock Hinge Single Finger for Plate Top with Wide Groove 2L''' | ||
|- | |- | ||
|[[File:Clh13.png|200px | |[[File:Clh13.png|200px|alt=Clh13]] | ||
||To use place 1 Ldu below top surface centered on stud location | ||To use place 1 Ldu below top surface centered on stud location | ||
|- | |- | ||
Line 2,761: | Line 2,761: | ||
| '''clh4.dat''' || '''Click-lock hinge half dual finger for bricks and plates''' | | '''clh4.dat''' || '''Click-lock hinge half dual finger for bricks and plates''' | ||
|- | |- | ||
|[[File:Clh4.png|200px | |[[File:Clh4.png|200px|alt=Clh4]] | ||
||This primitive produces one of the pair of a two finger click-lock hinge. Parts typically require two of these primitives rotated 180 degrees on the {z} axis. To use on the side of bricks, rotate accordingly and place 10LDu below top surface and 6 LDu off side surface. To use on the side of plates and windscreens, rotate accordingly, place 2LDu below top surface and 6LDu off side surface. | ||This primitive produces one of the pair of a two finger click-lock hinge. Parts typically require two of these primitives rotated 180 degrees on the {z} axis. To use on the side of bricks, rotate accordingly and place 10LDu below top surface and 6 LDu off side surface. To use on the side of plates and windscreens, rotate accordingly, place 2LDu below top surface and 6LDu off side surface. | ||
|- | |- | ||
Line 2,767: | Line 2,767: | ||
| '''clh5.dat''' || '''Click-lock hinge half dual finger for arms''' | | '''clh5.dat''' || '''Click-lock hinge half dual finger for arms''' | ||
|- | |- | ||
|[[File:Clh5.png|200px | |[[File:Clh5.png|200px|alt=Clh5]] | ||
||This primitive produces one of the pair of a two finger click-lock hinge. Parts typically require two of these primitives rotated 180 degress on the {z} axis. | ||This primitive produces one of the pair of a two finger click-lock hinge. Parts typically require two of these primitives rotated 180 degress on the {z} axis. | ||
|- | |- | ||
Line 2,773: | Line 2,773: | ||
| '''clh7.dat''' || '''Click Lock Hinge Half Dual Finger 3-Position Type 1''' | | '''clh7.dat''' || '''Click Lock Hinge Half Dual Finger 3-Position Type 1''' | ||
|- | |- | ||
|[[File:Clh7.png|200px | |[[File:Clh7.png|200px|alt=Clh7]] | ||
||Requires 2 halves rotated 180 degrees apart on Z-axis. Placement on side of bricks; rotate pair accordingly, place 10 Ldu below top surface and 6 Ldu off side surface, fill as needed - box4o4a.dat's recommended. Placement off side of plates and windscreens; rotate pair accordingly, | ||Requires 2 halves rotated 180 degrees apart on Z-axis. Placement on side of bricks; rotate pair accordingly, place 10 Ldu below top surface and 6 Ldu off side surface, fill as needed - box4o4a.dat's recommended. Placement off side of plates and windscreens; rotate pair accordingly, | ||
place center origin 2 Ldu below top surface and 6 Ldu off side surface, fill as needed. | place center origin 2 Ldu below top surface and 6 Ldu off side surface, fill as needed. | ||
Line 2,780: | Line 2,780: | ||
| '''clh10.dat''' || '''Click-lock hinge half dual finger - 7 position, missing clicks 4 and 6''' | | '''clh10.dat''' || '''Click-lock hinge half dual finger - 7 position, missing clicks 4 and 6''' | ||
|- | |- | ||
|[[File:Clh10.png|200px | |[[File:Clh10.png|200px|alt=Clh10]] | ||
||This primitive produces one of the pair of a two finger click-lock hinge, with reduced positions. Parts typically require two of these primitives rotated 180 degrees on the {z} axis. To use on the side of bricks, rotate accordingly and place 10LDu below top surface and 6 LDu off side surface. To use on the side of plates and windscreens, rotate accordingly, place 2LDu below top surface and 6LDu off side surface. | ||This primitive produces one of the pair of a two finger click-lock hinge, with reduced positions. Parts typically require two of these primitives rotated 180 degrees on the {z} axis. To use on the side of bricks, rotate accordingly and place 10LDu below top surface and 6 LDu off side surface. To use on the side of plates and windscreens, rotate accordingly, place 2LDu below top surface and 6LDu off side surface. | ||
|- | |- | ||
Line 2,786: | Line 2,786: | ||
| '''clh11.dat''' || '''Click-lock hinge half dual finger - 7 position, missing clicks 2 and 4''' | | '''clh11.dat''' || '''Click-lock hinge half dual finger - 7 position, missing clicks 2 and 4''' | ||
|- | |- | ||
|[[File:Clh11.png|200px | |[[File:Clh11.png|200px|alt=Clh11]] | ||
||This primitive produces one of the pair of a two finger click-lock hinge, with reduced positions. Parts typically require two of these primitives rotated 180 degrees on the {z} axis. To use on the side of bricks, rotate accordingly and place 10LDu below top surface and 6 LDu off side surface. To use on the side of plates and windscreens, rotate accordingly, place 2LDu below top surface and 6LDu off side surface. | ||This primitive produces one of the pair of a two finger click-lock hinge, with reduced positions. Parts typically require two of these primitives rotated 180 degrees on the {z} axis. To use on the side of bricks, rotate accordingly and place 10LDu below top surface and 6 LDu off side surface. To use on the side of plates and windscreens, rotate accordingly, place 2LDu below top surface and 6LDu off side surface. | ||
|- | |- | ||
Line 2,792: | Line 2,792: | ||
| '''4-4crh1.dat''' || '''Click rotation ring with stop ring''' | | '''4-4crh1.dat''' || '''Click rotation ring with stop ring''' | ||
|- | |- | ||
|[[File:4-4crh1.png|200px | |[[File:4-4crh1.png|200px|alt=4-4crh1]] | ||
|| | || | ||
|- | |- | ||
Line 2,798: | Line 2,798: | ||
| '''4-4crh2.dat''' || '''Click rotation ring without stop ring''' | | '''4-4crh2.dat''' || '''Click rotation ring without stop ring''' | ||
|- | |- | ||
|[[File:4-4crh2.png|200px | |[[File:4-4crh2.png|200px|alt=4-4crh2]] | ||
|| | || | ||
|} | |} | ||
Line 2,817: | Line 2,817: | ||
| '''clip1.dat''' || '''Vertical clip for Flags''' | | '''clip1.dat''' || '''Vertical clip for Flags''' | ||
|- | |- | ||
|style="width: 200px;"| [[File:Clip1.png|200px | |style="width: 200px;"| [[File:Clip1.png|200px|alt=Clip1]] | ||
||This primitive produces a vertical clip designed to hold an 8LDu diameter pole or rod at be used for flag parts. | ||This primitive produces a vertical clip designed to hold an 8LDu diameter pole or rod at be used for flag parts. | ||
|- | |- | ||
Line 2,823: | Line 2,823: | ||
| '''clip2.dat''' || '''Vertical clip for Bricks''' | | '''clip2.dat''' || '''Vertical clip for Bricks''' | ||
|- | |- | ||
|[[File:Clip2.png|200px | |[[File:Clip2.png|200px|alt=Clip2]] | ||
||This primitive produces a vertical clip designed to hold an 8LDu diameter pole or rod at be used for brick parts. | ||This primitive produces a vertical clip designed to hold an 8LDu diameter pole or rod at be used for brick parts. | ||
|- | |- | ||
Line 2,829: | Line 2,829: | ||
| '''clip5.dat''' || '''Clip Symmetrical with Rounded Sides''' | | '''clip5.dat''' || '''Clip Symmetrical with Rounded Sides''' | ||
|- | |- | ||
|[[File:Clip5.png|200px | |[[File:Clip5.png|200px|alt=Clip5]] | ||
|| | || | ||
|- | |- | ||
Line 2,835: | Line 2,835: | ||
| '''clip9.dat''' || '''Clip Vertical (Thin C-Clip)''' | | '''clip9.dat''' || '''Clip Vertical (Thin C-Clip)''' | ||
|- | |- | ||
|[[File:Clip9.png|200px | |[[File:Clip9.png|200px|alt=Clip9]] | ||
|| | || | ||
|- | |- | ||
Line 2,841: | Line 2,841: | ||
| '''clip10.dat''' || '''Clip Vertical (Thin U-Clip)''' | | '''clip10.dat''' || '''Clip Vertical (Thin U-Clip)''' | ||
|- | |- | ||
|[[File:Clip10.png|200px | |[[File:Clip10.png|200px|alt=Clip10]] | ||
|| | || | ||
|- | |- | ||
Line 2,847: | Line 2,847: | ||
| '''clip4.dat''' || '''Vertical clip - three fingered''' | | '''clip4.dat''' || '''Vertical clip - three fingered''' | ||
|- | |- | ||
|[[File:Clip4.png|200px | |[[File:Clip4.png|200px|alt=Clip4]] | ||
||This primitive produces a three-fingered vertical clip designed to hold an 8LDu diameter pole or rod. | ||This primitive produces a three-fingered vertical clip designed to hold an 8LDu diameter pole or rod. | ||
|- | |- | ||
Line 2,853: | Line 2,853: | ||
| '''clip7.dat''' || '''Clip for Round Arm 4 LDU''' | | '''clip7.dat''' || '''Clip for Round Arm 4 LDU''' | ||
|- | |- | ||
|[[File:Clip7.png|200px | |[[File:Clip7.png|200px|alt=Clip7]] | ||
|| | || | ||
|- | |- | ||
Line 2,859: | Line 2,859: | ||
| '''clip12.dat''' || '''Thick 'C' clip''' | | '''clip12.dat''' || '''Thick 'C' clip''' | ||
|- | |- | ||
|[[File:Clip12.png|200px | |[[File:Clip12.png|200px|alt=Clip12]] | ||
||This primitive produces a thick 'C' clip for use with organic shape parts with a clip (claws, arms, weapons...). | ||This primitive produces a thick 'C' clip for use with organic shape parts with a clip (claws, arms, weapons...). | ||
|- | |- | ||
Line 2,865: | Line 2,865: | ||
| '''clip13.dat''' || '''Thick 'C' clip minimal''' | | '''clip13.dat''' || '''Thick 'C' clip minimal''' | ||
|- | |- | ||
|[[File:Clip13.png|200px | |[[File:Clip13.png|200px|alt=Clip13]] | ||
||This primitive produces a thick 'C' clip, with minimal surfaces. | ||This primitive produces a thick 'C' clip, with minimal surfaces. | ||
|- | |- | ||
Line 2,871: | Line 2,871: | ||
| '''clip3.dat''' || '''Horizontal clip''' | | '''clip3.dat''' || '''Horizontal clip''' | ||
|- | |- | ||
|[[File:Clip3.png|200px | |[[File:Clip3.png|200px|alt=Clip3]] | ||
||This primitive produces a horizontal clip designed to hold an 8LDu diameter pole or rod. | ||This primitive produces a horizontal clip designed to hold an 8LDu diameter pole or rod. | ||
|- | |- | ||
Line 2,877: | Line 2,877: | ||
| '''clip6.dat''' || '''Clip Horizontal with Rounded Sides''' | | '''clip6.dat''' || '''Clip Horizontal with Rounded Sides''' | ||
|- | |- | ||
|[[File:Clip6.png|200px | |[[File:Clip6.png|200px|alt=Clip6]] | ||
|| | || | ||
|- | |- | ||
Line 2,883: | Line 2,883: | ||
| '''clip8.dat''' || '''Top Clip with Rounded Tips and Centre Notch''' | | '''clip8.dat''' || '''Top Clip with Rounded Tips and Centre Notch''' | ||
|- | |- | ||
|[[File:Clip8.png|200px | |[[File:Clip8.png|200px|alt=Clip8]] | ||
|| | || | ||
|- | |- | ||
Line 2,889: | Line 2,889: | ||
| '''clip11.dat''' || '''Top Clip with Rounded Tips''' | | '''clip11.dat''' || '''Top Clip with Rounded Tips''' | ||
|- | |- | ||
|[[File:Clip11.png|200px | |[[File:Clip11.png|200px|alt=Clip11]] | ||
|| | || | ||
|} | |} | ||
Line 2,908: | Line 2,908: | ||
| '''wpin.dat''' || '''Wheel holding pin''' | | '''wpin.dat''' || '''Wheel holding pin''' | ||
|- | |- | ||
|style="width: 200px;"| [[File:Wpin.png|200px | |style="width: 200px;"| [[File:Wpin.png|200px|alt=Wpin]] | ||
|| | || | ||
|- | |- | ||
Line 2,914: | Line 2,914: | ||
| '''wpin2.dat''' || '''Wheel holding pin with two fillets''' | | '''wpin2.dat''' || '''Wheel holding pin with two fillets''' | ||
|- | |- | ||
|[[File:Wpin2.png|200px | |[[File:Wpin2.png|200px|alt=Wpin2]] | ||
|| | || | ||
|- | |- | ||
Line 2,920: | Line 2,920: | ||
| '''wpin2a.dat''' || '''Wheel holding pin with two fillets missing bottom faces''' | | '''wpin2a.dat''' || '''Wheel holding pin with two fillets missing bottom faces''' | ||
|- | |- | ||
|[[File:Wpin2a.png|200px | |[[File:Wpin2a.png|200px|alt=Wpin2a]] | ||
|| | || | ||
|- | |- | ||
Line 2,926: | Line 2,926: | ||
| '''wpin3.dat''' || '''Wheel holding pin with three fillets''' | | '''wpin3.dat''' || '''Wheel holding pin with three fillets''' | ||
|- | |- | ||
|[[File:Wpin3.png|200px | |[[File:Wpin3.png|200px|alt=Wpin3]] | ||
|| | || | ||
|- | |- | ||
Line 2,932: | Line 2,932: | ||
| '''wpin4.dat''' || '''Wheel holding pin with ridges''' | | '''wpin4.dat''' || '''Wheel holding pin with ridges''' | ||
|- | |- | ||
|[[File:Wpin4.png|200px | |[[File:Wpin4.png|200px|alt=Wpin4]] | ||
|| | || | ||
|- | |- | ||
Line 2,938: | Line 2,938: | ||
| '''wpinhole.dat''' || '''Wheel Hole Notched Through''' | | '''wpinhole.dat''' || '''Wheel Hole Notched Through''' | ||
|- | |- | ||
|[[File:Wpinhole.png|200px | |[[File:Wpinhole.png|200px|alt=Wpinhole]] | ||
|| | || | ||
|- | |- | ||
Line 2,944: | Line 2,944: | ||
| '''wpinhol2.dat''' || '''Wheel Hole Notched over Cylinder''' | | '''wpinhol2.dat''' || '''Wheel Hole Notched over Cylinder''' | ||
|- | |- | ||
|[[File:Wpinhol2.png|200px | |[[File:Wpinhol2.png|200px|alt=Wpinhol2]] | ||
|| | || | ||
|} | |} |
Revision as of 12:01, 9 January 2024
LDraw Primitives Reference
This page is a source of reference for the LDraw primitives in the \LDraw\p directory. Primitives are defined as highly re-usable components of LEGO parts modelled for LDraw. They serve several purposes :
- To speed up parts authoring by providing a library of components which can be incorporated into several parts
- To allow rendering software to make substitutions of curved components
Within this reference material the available primitives are categorised into:
Each section contains an overview of the characteristics common to all primitives within that category. Primitives are grouped into classes within each category - one class of primitive serving a similar purpose at different sizes or resolutions. For each class of primitive, a brief description of the purpose of the primitive is provided, with notes on its co-ordinate origin, default size and rules for scaling. A list of the available primitives is shown.
An understanding of the orientation of the co-ordinate axes is essential for authoring a part for LDraw. For reference within this page the axes and their direction is shown in this diagram.
Rectilinear primitives
Nomenclature
Boxes are named boxF, with F representing the number of faces a box has. The suffix E represents the number of edges removed.
F and E are may followed by an additional letter. The hyphen is removed if F is accompanied by a modifier.
Face modifiers:
- o - faces are opposite to each other
- t - faces are all touching each other (usually, it's implied, but box4t.dat is a thing)
- u - missing faces form a U-shape
Edge letters:
- p - groups of edges are parallel to each other
- a - some missing faces have no adjacent edges
Scaling and orientation
These rectilinear elements may be scaled in the {x}, {y} and {z} dimensions to make elements of any size. For example
1 16 0 0 0 40 0 0 0 1 0 0 0 20 rect.dat
would generate a 80LDu x 40LDu rectangle in the {x,z} plane.
Although the default orientation of the rect.dat primitive is in the {x,z} plane the LDraw language allows for this to be transformed
1 16 0 0 0 0 1 0 40 0 0 0 0 20 rect.dat
would generate a 80LDu x 40LDu rectangle in the {y,z} plane.
1 16 0 0 0 40 0 0 0 0 20 0 1 0 rect.dat
would generate a 80LDu x 40LDu rectangle in the {x,y} plane.
Return to top |
Return to top |
Curved primitives
LDraw represents curved surfaces as polygons. For circular components two series of primitives are provided.
All the circular primitives are orientated in the {x,z} plane with their origin at the centre of the circle and a default radius of 1 LDu. Primitives are provided for complete circles and for commonly used fractions of a complete circle. Where the naming convention includes a prefix of the form n-f this indicates the fraction (n/f) of the circle drawn by the primitive. Where this fraction is less than an entire circle, the primitive starts at {+x,0} and progresses in a conterclockwise direction when viewed from above {-y}.
To avoid rounding errors, it is preferable to use existing fractional circular primitives, or create a new primitive, rather than rotate an existing primitive by anything other than 90 or 180 degrees. For example, use 3-16XXXX.dat rather than combining 1-8XXXX.dat with 1-16XXXX.dat rotated by 22.5 degreees.
To avoid matrix arithmetic problems in some renderers, the third dimension ({y} in the default orientation) of two-dimensional primitives must be given a non-zero scaling factor. LDraw circles are normally formed of 16-sided polygons (hexdecagons) - the regular resolution. For larger elements, where scaling-up of hexadecagons would give too angular an appearance, a series of high resolution primitives based on a 48-sided polygon are available. These may also be used for parts not well suited to a 16-fold symmetry.
These circular elements may be scaled by the same factor in both the {x} and {z} dimensions to make circular elements of greater or less than 1LDu radius. For example
1 16 0 0 0 3 0 0 0 1 0 0 0 3 4-4edge.dat
would generate a circle in the {x,z} plane with a radius of 3LDu.
They may also be scaled asymmetrically in the x and z dimension to make ellipses.
Although the default orientation is in the {x,z} plane the LDraw language allows for these to be transformed
1 16 0 0 0 0 1 0 3 0 0 0 0 3 4-4edge.dat would generate a circle in the {y,z} plane
1 16 0 0 0 3 0 0 0 0 3 0 1 0 4-4edge.dat would generate a circle in the {x,y} plane
Return to top |
Return to top |
Technic primitives
Return to top |
Return to top |
Return to top |
Return to top |
Return to top |
Return to top |
Return to top |
Return to top |
Return to top |
Return to top |
Stud primitives
Each studxxx primitive described below has a matching low resolution stu2xxx primitive, used by the fast-draw mode of renderers - these stu2xxx primitive must never be used in part files. An additional primitive (studline.dat) is used to substitute a single line for studs by the super fast-draw mode of LDraw.
All stud primitives are modelled with the solid disc uppermost, even if designed for the underside of parts (stud3, stud4, stud8, stud11). The origin is at the base of the stud and they extend for 4LDU in the {-y} dimension. To use for the underside, the primitives need to be inverted in the {y} dimension, viz.
1 16 x y z 1 0 0 0 -1 0 0 0 1 stud3.dat
These primitives must not be scaled in the {x} or {z} dimensions. Ideally they should not be scaled in the {y} dimension either, to allow the accurate substitution of chamfered studs by high-quality renderers [but this rule is flouted in the regular brick files, where stud4 is scaled by 5 to generate the underside tube].
Return to top |
Return to top |
Stud group primitives
Stud groups are provided to reduce the size of part files with many regularly spaced studs. The naming convention is stugN-XxZ.dat, where:
- N = type of stud (regular stud, hollow stud, underside stud, etc.)
- X = number of studs on the x axis
- Z = number of studs on the z axis
To prevent an overload of the library with excessive combinations, the numbers on the x and z axis are limited to:
- 1xZ stugs
- Xx1 stugs (Due to stud orientation you cannot rotate a 1xZ stud group by 90 degrees to get a Xx1 stud group)
- XxZ stugs where X = Z
These primitives must not be scaled.
Return to top |
Miscellaneous primitives
Text primitves
The section comprises reusable glyphs for constructing text patterns. These primitives may be re-sized.
The naming convention for these primitives is typeffci, where ff is an arbitrary two-letter abbreviation for the typeface, c is the glyph class (u=upper case letter, l=lower case letter, n=number, s=symbol, a=accented letter) and i is the glyph identifier (a-z for the upper and lower case letters, 0-9 for the numbers).
Primitives for ZNAP parts
This section comprises primitives for the ZNAP parts, all of which have been modelled and released into the official library.
Return to top |
Arm primitives
This section comprises miscellaneous primitives that do not fit neatly into any of the other categories. All are highly specialised and represent components of parts which fit together with each other or other standard parts. As such these primitives are not intended to be re-sized.
Return to top |
Click-lock primitives
This section comprises miscellaneous primitives that do not fit neatly into any of the other categories. All are highly specialised and represent components of parts which fit together with each other or other standard parts. As such these primitives are not intended to be re-sized.
Return to top |
Clip primitives
This section comprises miscellaneous primitives that do not fit neatly into any of the other categories. All are highly specialised and represent components of parts which fit together with each other or other standard parts. As such these primitives are not intended to be re-sized.
Return to top |
Wheel holding pin primitives
This section comprises miscellaneous primitives that do not fit neatly into any of the other categories. All are highly specialised and represent components of parts which fit together with each other or other standard parts. As such these primitives are not intended to be re-sized.