// Generated By: LDView 4.1 Copyright (C) 2008 Travis Cobbs & Peter Bartfai // See: http://ldview.sourceforge.net/ // Date: Wed Jan 20 15:55:31 2016 // Input LDraw File: ldr_androbot_mech_new.mpd // // This file was automatically generated from an LDraw file by the program // LDView. See comments above for further details. #declare LDXQual = 2; // Quality (0 = Bounding Box; 1 = No Refraction; 2 = Normal; 3 = Stud Logos) #declare LDXSW = 0; // Seam Width (0 for no seams) #declare LDXStuds = 1; // Show studs? (1 = YES; 0 = NO) #declare LDXRefls = 1; // Reflections? (1 = YES; 0 = NO) #declare LDXShads = 1; // Shadows? (1 = YES; 0 = NO) #declare LDXFloor = 0; // Include Floor? (1 = YES; 0 = NO) // Model bounds information #declare LDXMinX = -330; #declare LDXMinY = -519.487793; #declare LDXMinZ = -180.489716; #declare LDXMaxX = 350; #declare LDXMaxY = 2.824411; #declare LDXMaxZ = 277.230591; #declare LDXCenterX = 10; #declare LDXCenterY = -258.331696; #declare LDXCenterZ = 48.370438; #declare LDXCenter = ; #declare LDXRadius = 401.504303; // Camera settings #declare LDXCameraLoc = < 652.489624,-782.922302,-594.119202 >; // Camera Location vector #declare LDXCameraLookAt = < -69.924990047786764,-193.0732390557547,128.29541241106801 >; // Camera look-at point vector #declare LDXCameraSky = < -0.3535534023666117,-0.86602541850504056,0.35355334276196898 >; // Camera sky vector (<0,-1,0> will usually work for standard "up") #declare LDXFloorLoc = LDXMaxY; // Floor location. (Dependent on floor axis; MAX_Y is bottom of model) #declare LDXFloorAxis = y; // Floor axis (x, y, or z) #declare LDXFloorR = 0.8; // Floor Red #declare LDXFloorG = 0.8; // Floor Green #declare LDXFloorB = 0.8; // Floor Blue #declare LDXFloorAmb = 0.4; // Floor Ambient #declare LDXFloorDif = 0.4; // Floor Diffuse #declare LDXAmb = 0.4; #declare LDXDif = 0.4; #declare LDXRefl = 0.08; #declare LDXPhong = 0.5; #declare LDXPhongS = 40; #declare LDXTRefl = 0.2; #declare LDXTFilt = 0.85; #declare LDXIoR = 1.25; #declare LDXRubberRefl = 0; #declare LDXRubberPhong = 0.1; #declare LDXRubberPhongS = 10; #declare LDXChromeRefl = 0.85; #declare LDXChromeBril = 5; #declare LDXChromeSpec = 0.8; #declare LDXChromeRough = 0.01; #declare LDXIPov = 0; // Use inline POV code from LDraw file? (1 = YES; 0 = NO) #declare LDXBgR = 0.752941; // Background Red #declare LDXBgG = 0.752941; // Background Green #declare LDXBgB = 0.752941; // Background Blue // Camera #ifndef (LDXSkipCamera) #declare camera_eye = -1; // -1 = no eye, 0 = left eye, 1 = right eye #declare LDXCamAspect = image_width/image_height; camera { location LDXCameraLoc sky LDXCameraSky right LDXCamAspect * < -1,0,0 > look_at LDXCameraLookAt angle 57.822403 #switch (camera_eye) #case (0) #include "transforms.inc" translate -LDXCameraLookAt Axis_Rotate_Trans(y, +5/2) translate +LDXCameraLookAt #break #case (1) #include "transforms.inc" translate -LDXCameraLookAt Axis_Rotate_Trans(y, -5/2) translate +LDXCameraLookAt #break #end } #end // Lights #ifndef (LDXSkipLight1) light_source { // Latitude,Longitude: 45,0,LDXRadius*2 <0*LDXRadius,-1.414214*LDXRadius,-1.414214*LDXRadius> + LDXCenter color rgb <1,1,1> } #end #ifndef (LDXSkipLight2) light_source { // Latitude,Longitude: 30,120,LDXRadius*2 <1.5*LDXRadius,-1*LDXRadius,0.866026*LDXRadius> + LDXCenter color rgb <1,1,1> } #end #ifndef (LDXSkipLight3) light_source { // Latitude,Longitude: 60,-120,LDXRadius*2 <-0.866025*LDXRadius,-1.732051*LDXRadius,0.5*LDXRadius> + LDXCenter color rgb <1,1,1> } #end #macro LDXSeamMatrix(Width, Height, Depth, CenterX, CenterY, CenterZ) #local aw = 0; #local ah = 0; #local ad = 0; #local ax = 0; #local ay = 0; #local az = 0; #if (Width != 0) #local aw = 1-LDXSW/Width; #end #if (Height != 0) #local ah = 1-LDXSW/Height; #end #if (Depth != 0) #local ad = 1-LDXSW/Depth; #end #if (Width != 0 & CenterX != 0) #local ax = LDXSW/(Width / CenterX); #end #if (Height != 0 & CenterY != 0) #local ay = LDXSW/(Height / CenterY); #end #if (Depth != 0 & CenterZ != 0) #local az = LDXSW/(Depth / CenterZ); #end matrix #end //background { color rgb } background { color rgb 1 } #ifndef (LDXSkipOpaqueColorMacro) #macro LDXOpaqueColor(r, g, b) #if (version >= 3.1) material { #end texture { pigment { rgbf } #if (LDXQual > 1) finish { ambient LDXAmb diffuse LDXDif } finish { phong LDXPhong phong_size LDXPhongS reflection LDXRefl } #end } #if (version >= 3.1) } #end #end #end #ifndef (LDXColor0) // Black #declare LDXColor0 = LDXOpaqueColor(0.019608,0.07451,0.113725) #end #ifndef (LDXColor1) // Blue #declare LDXColor1 = LDXOpaqueColor(0,0.333333,0.74902) #end #ifndef (LDXColor7) // Light Gray #declare LDXColor7 = LDXOpaqueColor(0.607843,0.631373,0.615686) #end #ifndef (LDXColor15) // White #declare LDXColor15 = LDXOpaqueColor(1,1,1) #end #ifndef (LDXSkipTransColorMacro) #macro LDXTransColor(r, g, b) #if (version >= 3.1) material { #end texture { pigment { #if (LDXQual > 1) rgbf #else rgbf <0.6,0.6,0.6,0> #end } #if (LDXQual > 1) finish { ambient LDXAmb diffuse LDXDif } finish { phong LDXPhong phong_size LDXPhongS reflection LDXTRefl } #if (version >= 3.1) #else finish { refraction 1 ior LDXIoR } #end #end } #if (version >= 3.1) #if (LDXQual > 1) interior { ior LDXIoR } #end #end #if (version >= 3.1) } #end #end #end #ifndef (LDXColor42) // Trans Neon Green #declare LDXColor42 = LDXTransColor(0.975294,1,0) #end #ifndef (LDXColor47) // Trans Clear #declare LDXColor47 = LDXTransColor(0.998824,0.998824,0.998824) #end #declare LDX_4_dash_4cyli_dot_dat = union { // Cylinder 1.0 // Name: 4-4cyli.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-03-23 [sbliss] Added BFC statement; merged headers from files in distributions LDraw 0.27 and Complete. // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2004-12-14 [guyvivan] BFC CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 64, <1,1,0>, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <0.9239,1,0.3827>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.7071,1,0.7071>, <0.3827,1,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.3827,1,0.9239>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239>, <0,1,1>, <-0.3827,1,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <-0.3827,1,0.9239>, <-0.7071,1,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.7071,1,0.7071>, <-0.9239,1,0.3827>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.9239,1,0.3827>, <-1,1,0>, <-1,0,0>, <-0.9239,0,0.3827>, <-1,1,0>, <-0.9239,1,-0.3827>, <-0.9239,0,-0.3827>, <-1,0,0>, <-0.9239,1,-0.3827>, <-0.7071,1,-0.7071>, <-0.7071,0,-0.7071>, <-0.9239,0,-0.3827>, <-0.7071,1,-0.7071>, <-0.3827,1,-0.9239>, <-0.3827,0,-0.9239>, <-0.7071,0,-0.7071>, <-0.3827,1,-0.9239>, <0,1,-1>, <0,0,-1>, <-0.3827,0,-0.9239>, <0,1,-1>, <0.3827,1,-0.9239>, <0.3827,0,-0.9239>, <0,0,-1>, <0.3827,1,-0.9239>, <0.7071,1,-0.7071>, <0.7071,0,-0.7071>, <0.3827,0,-0.9239>, <0.7071,1,-0.7071>, <0.9239,1,-0.3827>, <0.9239,0,-0.3827>, <0.7071,0,-0.7071>, <0.9239,1,-0.3827>, <1,1,0>, <1,0,0>, <0.9239,0,-0.3827> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_4_dash_4ring3_dot_dat = union { // Ring 3 x 1.0 // Name: 4-4ring3.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-04-05 [hafhead] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-08-26 [cwdee] Switch polygon winding and rename // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 64, <-1.5308,0,3.6956>, <-1.1481,0,2.7717>, <0,0,3>, <0,0,4>, <-2.8284,0,2.8284>, <-2.1213,0,2.1213>, <-1.1481,0,2.7717>, <-1.5308,0,3.6956>, <-3.6956,0,1.5308>, <-2.7717,0,1.1481>, <-2.1213,0,2.1213>, <-2.8284,0,2.8284>, <-4,0,0>, <-3,0,0>, <-2.7717,0,1.1481>, <-3.6956,0,1.5308>, <-3.6956,0,-1.5308>, <-2.7717,0,-1.1481>, <-3,0,0>, <-4,0,0>, <-2.8284,0,-2.8284>, <-2.1213,0,-2.1213>, <-2.7717,0,-1.1481>, <-3.6956,0,-1.5308>, <-1.5308,0,-3.6956>, <-1.1481,0,-2.7717>, <-2.1213,0,-2.1213>, <-2.8284,0,-2.8284>, <0,0,-4>, <0,0,-3>, <-1.1481,0,-2.7717>, <-1.5308,0,-3.6956>, <1.5308,0,-3.6956>, <1.1481,0,-2.7717>, <0,0,-3>, <0,0,-4>, <2.8284,0,-2.8284>, <2.1213,0,-2.1213>, <1.1481,0,-2.7717>, <1.5308,0,-3.6956>, <3.6956,0,-1.5308>, <2.7717,0,-1.1481>, <2.1213,0,-2.1213>, <2.8284,0,-2.8284>, <4,0,0>, <3,0,0>, <2.7717,0,-1.1481>, <3.6956,0,-1.5308>, <3.6956,0,1.5308>, <2.7717,0,1.1481>, <3,0,0>, <4,0,0>, <2.8284,0,2.8284>, <2.1213,0,2.1213>, <2.7717,0,1.1481>, <3.6956,0,1.5308>, <1.5308,0,3.6956>, <1.1481,0,2.7717>, <2.1213,0,2.1213>, <2.8284,0,2.8284>, <0,0,4>, <0,0,3>, <1.1481,0,2.7717>, <1.5308,0,3.6956> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_stud4_dot_dat = union { // Stud Tube Open // Name: stud4.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-07-05 [PTadmin] Official Update 1999-05 // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2009-06-21 [cwdee] Update ring references to 4-4ring // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,4,0,0,0,6,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,4,0,0,0,8,0,-4,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-4,0> } } #declare LDX_box4_dot_dat = union { // Box with 4 Faces (2 Parallel Pairs) and All Edges // Name: box4.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-03 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 16, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_rect_dot_dat = union { // Rectangle // Name: rect.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-05 [hafhead] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-17 [mikeheide] changed winding to CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 mesh2 { vertex_vectors { 4, <-1,0,1>, <-1,0,-1>, <1,0,-1>, <1,0,1> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #declare LDX_4_dash_4disc_dot_dat = union { // Disc 1.0 // Name: 4-4disc.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2002-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-03-23 [sbliss] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 48, <0,0,0>, <1,0,0>, <0.9239,0,0.3827>, <0,0,0>, <0.9239,0,0.3827>, <0.7071,0,0.7071>, <0,0,0>, <0.7071,0,0.7071>, <0.3827,0,0.9239>, <0,0,0>, <0.3827,0,0.9239>, <0,0,1>, <0,0,0>, <0,0,1>, <-0.3827,0,0.9239>, <0,0,0>, <-0.3827,0,0.9239>, <-0.7071,0,0.7071>, <0,0,0>, <-0.7071,0,0.7071>, <-0.9239,0,0.3827>, <0,0,0>, <-0.9239,0,0.3827>, <-1,0,-0>, <0,0,0>, <-1,0,-0>, <-0.9239,0,-0.3827>, <0,0,0>, <-0.9239,0,-0.3827>, <-0.7071,0,-0.7071>, <0,0,0>, <-0.7071,0,-0.7071>, <-0.3827,0,-0.9239>, <0,0,0>, <-0.3827,0,-0.9239>, <0,0,-1>, <0,0,0>, <0,0,-1>, <0.3827,0,-0.9239>, <0,0,0>, <0.3827,0,-0.9239>, <0.7071,0,-0.7071>, <0,0,0>, <0.7071,0,-0.7071>, <0.9239,0,-0.3827>, <0,0,0>, <0.9239,0,-0.3827>, <1,0,0> } face_indices { 16, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23>, <24, 25, 26>, <27, 28, 29>, <30, 31, 32>, <33, 34, 35>, <36, 37, 38>, <39, 40, 41>, <42, 43, 44>, <45, 46, 47> } } } #declare LDX_stud_dot_dat = union { // Stud // Name: stud.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,-4,0,0,0,6,0,0,0> } object { LDX_4_dash_4disc_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,-4,0> } } #declare LDX_4_dash_4ndis_dot_dat = union { // Disc Negative 1.0 // Name: 4-4ndis.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement; compacted code // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 48, <0.9239,0,0.3827>, <1,0,0>, <1,0,1>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <1,0,1>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <1,0,1>, <0,0,1>, <0.3827,0,0.9239>, <1,0,1>, <-0.3827,0,0.9239>, <0,0,1>, <-1,0,1>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-1,0,1>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-1,0,1>, <-1,0,0>, <-0.9239,0,0.3827>, <-1,0,1>, <-0.9239,0,-0.3827>, <-1,0,0>, <-1,0,-1>, <-0.7071,0,-0.7071>, <-0.9239,0,-0.3827>, <-1,0,-1>, <-0.3827,0,-0.9239>, <-0.7071,0,-0.7071>, <-1,0,-1>, <0,0,-1>, <-0.3827,0,-0.9239>, <-1,0,-1>, <0.3827,0,-0.9239>, <0,0,-1>, <1,0,-1>, <0.7071,0,-0.7071>, <0.3827,0,-0.9239>, <1,0,-1>, <0.9239,0,-0.3827>, <0.7071,0,-0.7071>, <1,0,-1>, <1,0,0>, <0.9239,0,-0.3827>, <1,0,-1> } face_indices { 16, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23>, <24, 25, 26>, <27, 28, 29>, <30, 31, 32>, <33, 34, 35>, <36, 37, 38>, <39, 40, 41>, <42, 43, 44>, <45, 46, 47> } } } #declare LDX_3149e_dot_dat = #if (LDXQual = 0) box { <-20,-8,-90>,<20,8,8> } #else union { // Hinge Plate 2 x 5 Base with Large Hole // Name: 3149e.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 1999-05-17 [PTadmin] Official Update 1999-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC Compliant (2004-11-16) // !HISTORY 2008-07-08 [guyvivan] Fixed bad orientation of studs (2005-11-01) // !HISTORY 2008-07-09 [PTadmin] Renamed from 3149 (2005-12-22) // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,2,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,2,-50> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,2,-70> } #end // LDXStuds object { LDX_4_dash_4ring3_dot_dat matrix <0,2,0,-1,0,0,0,0,2,20,0,0> } object { LDX_4_dash_4ring3_dot_dat matrix <0,2,0,1,0,0,0,0,2,10,0,0> } object { LDX_4_dash_4ring3_dot_dat matrix <0,2,0,-1,0,0,0,0,2,-10,0,0> } object { LDX_4_dash_4ring3_dot_dat matrix <0,2,0,1,0,0,0,0,2,-20,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,6,0,-10,0,0,0,0,6,20,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,6,0,10,0,0,0,0,6,-20,0,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,8,0,-10,0,0,0,0,8,20,0,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,8,0,10,0,0,0,0,8,-20,0,0> } // BFC INVERTNEXT object { LDX_box4_dot_dat matrix <16,0,0,0,4,0,0,0,36,0,2,-50> } object { LDX_rect_dot_dat matrix <0,-4,0,0,0,-1,10,0,0,0,2,-10> } object { LDX_rect_dot_dat matrix <0,-4,0,0,0,1,20,0,0,0,2,-90> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,-2,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,-2,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,-2,-80> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,-2,-80> } #end // LDXStuds object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,0,2,-30> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,-2,-30> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-2,-30> } mesh2 { vertex_vectors { 88, <20,6,-10>, <20,6,-5.142>, <20,-2,-7.603>, <20,-2,-10>, <10,6,-5.142>, <10,6,-10>, <10,-2,-10>, <10,-2,-7.603>, <-10,6,-10>, <-10,6,-5.142>, <-10,-2,-7.603>, <-10,-2,-10>, <-20,6,-5.142>, <-20,6,-10>, <-20,-2,-10>, <-20,-2,-7.603>, <20,6,-5.142>, <20,6,-10>, <10,6,-10>, <10,6,-5.142>, <-20,6,-10>, <-20,6,-5.142>, <-10,6,-5.142>, <-10,6,-10>, <20,-2,-10>, <20,-2,-7.603>, <10,-2,-7.603>, <10,-2,-10>, <-10,-2,-10>, <-10,-2,-7.603>, <-20,-2,-7.603>, <-20,-2,-10>, <20,6,-10>, <16,6,-14>, <-16,6,-14>, <-20,6,-10>, <-20,6,-90>, <-16,6,-86>, <16,6,-86>, <20,6,-90>, <20,6,-90>, <16,6,-86>, <16,6,-14>, <20,6,-10>, <-20,6,-10>, <-16,6,-14>, <-16,6,-86>, <-20,6,-90>, <-16,2,-86>, <-4,2,-34>, <4,2,-34>, <16,2,-86>, <16,2,-86>, <4,2,-34>, <4,2,-26>, <16,2,-14>, <-16,2,-14>, <-4,2,-26>, <-4,2,-34>, <-16,2,-86>, <20,6,-10>, <20,-2,-10>, <20,-2,-90>, <20,6,-90>, <-20,-2,-10>, <-20,6,-10>, <-20,6,-90>, <-20,-2,-90>, <-20,-2,-10>, <-4,-2,-26>, <4,-2,-26>, <20,-2,-10>, <20,-2,-90>, <4,-2,-34>, <-4,-2,-34>, <-20,-2,-90>, <20,-2,-10>, <4,-2,-26>, <4,-2,-34>, <20,-2,-90>, <-20,-2,-90>, <-4,-2,-34>, <-4,-2,-26>, <-20,-2,-10>, <4,2,-26>, <-4,2,-26>, <-16,2,-14>, <16,2,-14> } face_indices { 44, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87> } } } #end #declare LDX_3149_dot_DAT = #if (LDXQual = 0) box { <-20,-8,-90>,<20,8,8> } #else union { // ~Moved to 3149e // Name: 3149.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 1999-05-17 [PTadmin] Official Update 1999-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 object { LDX_3149e_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_box5_dot_dat = union { // Box with 5 Faces and All Edges // Name: box5.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-03 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 20, <-1,1,1>, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 10, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19> } } } #declare LDX_box4t_dot_dat = union { // Box with 4 Adjacent Faces and All Edges // Name: box4t.dat // Author: Tore Eriksson [Tore_Eriksson] // !LDRAW_ORG Primitive UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1997-09-29 [PTadmin] Official Update 1997-15 // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // 4 16 -1 1 -1 -1 0 -1 1 0 -1 1 1 -1 mesh2 { vertex_vectors { 16, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <-1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <1,1,-1>, <1,1,1>, <1,0,1>, <1,0,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_2_dash_4ndis_dot_dat = union { // Disc Negative 0.5 // Name: 2-4ndis.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement; compacted code // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 24, <0.9239,0,0.3827>, <1,0,0>, <1,0,1>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <1,0,1>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <1,0,1>, <0,0,1>, <0.3827,0,0.9239>, <1,0,1>, <-0.3827,0,0.9239>, <0,0,1>, <-1,0,1>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-1,0,1>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-1,0,1>, <-1,0,0>, <-0.9239,0,0.3827>, <-1,0,1> } face_indices { 8, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23> } } } #declare LDX_2_dash_4disc_dot_dat = union { // Disc 0.5 // Name: 2-4disc.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2002-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-03-23 [sbliss] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 24, <0,0,0>, <1,0,0>, <0.9239,0,0.3827>, <0,0,0>, <0.9239,0,0.3827>, <0.7071,0,0.7071>, <0,0,0>, <0.7071,0,0.7071>, <0.3827,0,0.9239>, <0,0,0>, <0.3827,0,0.9239>, <0,0,1>, <0,0,0>, <0,0,1>, <-0.3827,0,0.9239>, <0,0,0>, <-0.3827,0,0.9239>, <-0.7071,0,0.7071>, <0,0,0>, <-0.7071,0,0.7071>, <-0.9239,0,0.3827>, <0,0,0>, <-0.9239,0,0.3827>, <-1,0,-0> } face_indices { 8, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23> } } } #declare LDX_2_dash_4cyli_dot_dat = union { // Cylinder 0.5 // Name: 2-4cyli.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement; compacted code // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2004-12-11 [nielsk] Recreated using Primitive Generator, Edge lines fixed, BFC changed to CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 32, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <1,1,0>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.9239,1,0.3827>, <0.3827,1,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.7071,1,0.7071>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239>, <0.3827,1,0.9239>, <-0.3827,1,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <0,1,1>, <-0.7071,1,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.3827,1,0.9239>, <-0.9239,1,0.3827>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.7071,1,0.7071>, <-1,1,0>, <-1,0,0>, <-0.9239,0,0.3827>, <-0.9239,1,0.3827> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_1_dash_4cyli_dot_dat = union { // Cylinder 0.25 // Name: 1-4cyli.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement. // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 16, <1,1,0>, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <0.9239,1,0.3827>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.7071,1,0.7071>, <0.3827,1,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.3827,1,0.9239>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_1_dash_4disc_dot_dat = union { // Disc 0.25 // Name: 1-4disc.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2002-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement. // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 12, <0,0,0>, <1,0,0>, <0.9239,0,0.3827>, <0,0,0>, <0.9239,0,0.3827>, <0.7071,0,0.7071>, <0,0,0>, <0.7071,0,0.7071>, <0.3827,0,0.9239>, <0,0,0>, <0.3827,0,0.9239>, <0,0,1> } face_indices { 4, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11> } } } #declare LDX_stug_dash_2x2_dot_dat = union { // Stud Group 2 x 2 // Name: stug-2x2.dat // Author: Steffen [Steffen] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-05-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2011-07-01 [PTadmin] Renamed from stug2 // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } #end // LDXStuds } #declare LDX_stug2_dot_dat = union { // ~Moved to stug-2x2 // Name: stug2.dat // Author: [PTadmin] // !LDRAW_ORG Primitive UPDATE 2011-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 // // Stud Group 2 x 2 #if (LDXStuds) object { LDX_stug_dash_2x2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds } #declare LDX_3640_dot_DAT = #if (LDXQual = 0) box { <-20,-16,-70>,<20,24,40> } #else union { // Hinge Plate 2 x 4 with Articulated Joint - Female // Name: 3640.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC Compliant (2005-05-28) // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,20> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,-20> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,36,0,8,0> } object { LDX_box4t_dot_dat matrix <20,0,0,0,-8,0,0,0,40,0,8,0> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,0,24,-60> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,20,-60> } object { LDX_2_dash_4disc_dot_dat matrix <4,0,0,0,-1,0,0,0,-4,0,6,-60> } object { LDX_2_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,-4,0,2,-60> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,0,-12,-60> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,-16,-60> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,20,-60> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,-4,0,2,-60> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-16,-60> } object { LDX_1_dash_4cyli_dot_dat matrix <-8,0,0,0,4,0,0,0,-14,-8,20,-56> } object { LDX_1_dash_4disc_dot_dat matrix <-8,0,0,0,-1,0,0,0,-14,-8,24,-56> } object { LDX_1_dash_4disc_dot_dat matrix <-8,0,0,0,1,0,0,0,-14,-8,20,-56> } object { LDX_1_dash_4cyli_dot_dat matrix <8,0,0,0,-4,0,0,0,-14,8,24,-56> } object { LDX_1_dash_4disc_dot_dat matrix <8,0,0,0,1,0,0,0,-14,8,20,-56> } object { LDX_1_dash_4disc_dot_dat matrix <8,0,0,0,-1,0,0,0,-14,8,24,-56> } object { LDX_1_dash_4cyli_dot_dat matrix <-8,0,0,0,4,0,0,0,-14,-8,-16,-56> } object { LDX_1_dash_4disc_dot_dat matrix <-8,0,0,0,-1,0,0,0,-14,-8,-12,-56> } object { LDX_1_dash_4disc_dot_dat matrix <-8,0,0,0,1,0,0,0,-14,-8,-16,-56> } object { LDX_1_dash_4cyli_dot_dat matrix <8,0,0,0,-4,0,0,0,-14,8,-12,-56> } object { LDX_1_dash_4disc_dot_dat matrix <8,0,0,0,1,0,0,0,-14,8,-16,-56> } object { LDX_1_dash_4disc_dot_dat matrix <8,0,0,0,-1,0,0,0,-14,8,-12,-56> } #if (LDXStuds) object { LDX_stug2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,20> } object { LDX_stug2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,-20> } #end // LDXStuds mesh2 { vertex_vectors { 240, <20,8,40>, <16,8,36>, <-16,8,36>, <-20,8,40>, <-20,8,40>, <-16,8,36>, <-16,8,-36>, <-20,8,-40>, <-20,8,-40>, <-16,8,-36>, <16,8,-36>, <20,8,-40>, <20,8,-40>, <16,8,-36>, <16,8,36>, <20,8,40>, <8,24,-56>, <8,24,-70>, <4,24,-64>, <4,24,-56>, <-8,24,-70>, <-8,24,-56>, <-4,24,-56>, <-4,24,-64>, <16,24,-48>, <16,24,-56>, <-16,24,-56>, <-16,24,-48>, <8,20,-70>, <8,20,-56>, <4,20,-56>, <4,20,-64>, <-8,20,-56>, <-8,20,-70>, <-4,20,-64>, <-4,20,-56>, <2,20,-47>, <2,20,-56>, <12,20,-56>, <12,20,-47>, <-12,20,-47>, <-12,20,-56>, <-2,20,-56>, <-2,20,-47>, <-4,6,-60>, <-2,6,-56>, <2,6,-56>, <4,6,-60>, <4,6,-60>, <2,6,-56>, <2,6,-40>, <4,6,-40>, <-4,6,-40>, <-2,6,-40>, <-2,6,-56>, <-4,6,-60>, <4,2,-60>, <2,2,-56>, <-2,2,-56>, <-4,2,-60>, <4,2,-40>, <2,2,-40>, <2,2,-56>, <4,2,-60>, <-4,2,-60>, <-2,2,-56>, <-2,2,-40>, <-4,2,-40>, <8,-12,-56>, <8,-12,-70>, <4,-12,-64>, <4,-12,-56>, <-8,-12,-70>, <-8,-12,-56>, <-4,-12,-56>, <-4,-12,-64>, <12,-12,-47>, <12,-12,-56>, <2,-12,-56>, <2,-12,-47>, <-2,-12,-47>, <-2,-12,-56>, <-12,-12,-56>, <-12,-12,-47>, <8,-16,-70>, <8,-16,-56>, <4,-16,-56>, <4,-16,-64>, <-8,-16,-56>, <-8,-16,-70>, <-4,-16,-64>, <-4,-16,-56>, <-16,-16,-48>, <-16,-16,-56>, <16,-16,-56>, <16,-16,-48>, <20,8,-40>, <20,0,-40>, <16,0,-40>, <16,8,-40>, <12,6,-40>, <12,2,-40>, <4,2,-40>, <4,6,-40>, <-12,2,-40>, <-12,6,-40>, <-4,6,-40>, <-4,2,-40>, <-20,0,-40>, <-20,8,-40>, <-16,8,-40>, <-16,0,-40>, <16,20,-56>, <16,-12,-56>, <12,-12,-56>, <12,20,-56>, <2,20,-56>, <2,6,-56>, <-2,6,-56>, <-2,20,-56>, <2,2,-56>, <2,-12,-56>, <-2,-12,-56>, <-2,2,-56>, <-12,20,-56>, <-12,-12,-56>, <-16,-12,-56>, <-16,20,-56>, <16,24,-48>, <16,8,-40>, <16,0,-40>, <16,-16,-48>, <16,24,-56>, <16,24,-48>, <16,-16,-48>, <16,-16,-56>, <12,-12,-47>, <12,2,-40>, <12,6,-40>, <12,20,-47>, <12,-12,-56>, <12,-12,-47>, <12,20,-47>, <12,20,-56>, <4,6,-60>, <4,6,-40>, <4,2,-40>, <4,2,-60>, <4,24,-60>, <4,24,-64>, <4,20,-64>, <4,20,-60>, <4,-12,-60>, <4,-12,-64>, <4,-16,-64>, <4,-16,-60>, <2,20,-56>, <2,20,-47>, <2,6,-40>, <2,6,-56>, <2,2,-56>, <2,2,-40>, <2,-12,-47>, <2,-12,-56>, <-2,20,-47>, <-2,20,-56>, <-2,6,-56>, <-2,6,-40>, <-2,2,-40>, <-2,2,-56>, <-2,-12,-56>, <-2,-12,-47>, <-4,2,-60>, <-4,2,-40>, <-4,6,-40>, <-4,6,-60>, <-4,24,-64>, <-4,24,-60>, <-4,20,-60>, <-4,20,-64>, <-4,-12,-64>, <-4,-12,-60>, <-4,-16,-60>, <-4,-16,-64>, <-12,20,-47>, <-12,6,-40>, <-12,2,-40>, <-12,-12,-47>, <-12,20,-56>, <-12,20,-47>, <-12,-12,-47>, <-12,-12,-56>, <-16,-16,-48>, <-16,0,-40>, <-16,8,-40>, <-16,24,-48>, <-16,-16,-56>, <-16,-16,-48>, <-16,24,-48>, <-16,24,-56>, <16,8,-40>, <16,24,-48>, <-16,24,-48>, <-16,8,-40>, <-16,0,-40>, <-16,-16,-48>, <16,-16,-48>, <16,0,-40>, <2,6,-40>, <2,20,-47>, <12,20,-47>, <12,6,-40>, <-12,6,-40>, <-12,20,-47>, <-2,20,-47>, <-2,6,-40>, <12,2,-40>, <12,-12,-47>, <2,-12,-47>, <2,2,-40>, <-2,2,-40>, <-2,-12,-47>, <-12,-12,-47>, <-12,2,-40>, <4,20,-64>, <4,24,-64>, <8,24,-70>, <8,20,-70>, <-4,24,-64>, <-4,20,-64>, <-8,20,-70>, <-8,24,-70>, <4,-16,-64>, <4,-12,-64>, <8,-12,-70>, <8,-16,-70>, <-4,-12,-64>, <-4,-16,-64>, <-8,-16,-70>, <-8,-12,-70> } face_indices { 120, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167>, <168, 169, 170>, <168, 170, 171>, <172, 173, 174>, <172, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <180, 182, 183>, <184, 185, 186>, <184, 186, 187>, <188, 189, 190>, <188, 190, 191>, <192, 193, 194>, <192, 194, 195>, <196, 197, 198>, <196, 198, 199>, <200, 201, 202>, <200, 202, 203>, <204, 205, 206>, <204, 206, 207>, <208, 209, 210>, <208, 210, 211>, <212, 213, 214>, <212, 214, 215>, <216, 217, 218>, <216, 218, 219>, <220, 221, 222>, <220, 222, 223>, <224, 225, 226>, <224, 226, 227>, <228, 229, 230>, <228, 230, 231>, <232, 233, 234>, <232, 234, 235>, <236, 237, 238>, <236, 238, 239> } } } #end #declare LDX_stud4h_dot_dat = union { // Stud Tube Open with Extended Hole // Name: stud4h.dat // Author: Tim Gould [timgould] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2012-02-07 [timgould] Modified from stud4.dat // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,8,0,0,0,6,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,4,0,0,0,8,0,-4,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-4,0> } } #declare LDX_box4_dash_1_dot_dat = union { // Box with 4 Faces without 1 Edge // Name: box4-1.dat // Author: Tore Eriksson [Tore_Eriksson] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-07-15 [PTadmin] Official Update 1998-07 // !HISTORY 2002-04-05 [hafhead] Made BFC compliant // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 16, <-1,1,1>, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_rect2a_dot_dat = union { // Rectangle with 2 Adjacent Edges // Name: rect2a.dat // Author: Chris Dee [cwdee] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-17 [mikeheide] changed winding to CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 mesh2 { vertex_vectors { 4, <-1,0,1>, <-1,0,-1>, <1,0,-1>, <1,0,1> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #declare LDX_rect3_dot_dat = union { // Rectangle with 3 Edges // Name: rect3.dat // Author: Mark Kennedy [mkennedy] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-17 [mikeheide] Change winding to CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 // // mesh2 { vertex_vectors { 4, <-1,0,1>, <-1,0,-1>, <1,0,-1>, <1,0,1> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #declare LDX_rect1_dot_dat = union { // Rectangle with 1 Edge // Name: rect1.dat // Author: Chris Dee [cwdee] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-17 [mikeheide] changed winding to CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 mesh2 { vertex_vectors { 4, <-1,0,1>, <-1,0,-1>, <1,0,-1>, <1,0,1> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #declare LDX_rect2p_dot_dat = union { // Rectangle with 2 Parallel Edges // Name: rect2p.dat // Author: Donald Sutter [technog] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-17 [mikeheide] changed winding to CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 mesh2 { vertex_vectors { 4, <-1,0,1>, <-1,0,-1>, <1,0,-1>, <1,0,1> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #declare LDX_3956_dot_DAT = #if (LDXQual = 0) box { <-20,-40,-32>,<20,8,20> } #else union { // Bracket 2 x 2 - 2 x 2 Up // Name: 3956.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2007-12-20 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2009-06-15 [Steffen] un-mirrored studs, BFCed, closed gaps // !HISTORY 2010-10-17 [Steffen] fixed wrong quads and primitives // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 // !HISTORY 2012-02-07 [cwdee] Minor description change // !HISTORY 2012-03-14 [timgould] Changed to use stud4h.dat // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 #if (LDXStuds) object { LDX_stud4h_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box4_dot_dat matrix <16,0,0,0,4,0,0,0,16,0,4,0> } object { LDX_rect_dot_dat matrix <-6,0,0,0,-1,0,0,0,4,10,2,-24> } object { LDX_rect_dot_dat matrix <6,0,0,0,-1,0,0,0,4,-10,2,-24> } object { LDX_rect_dot_dat matrix <16,0,0,0,-1,0,0,0,2,0,-36,-22> } object { LDX_rect_dot_dat matrix <20,0,0,0,1,0,0,0,4,0,-40,-24> } #if (LDXStuds) object { LDX_stud4h_dot_dat matrix <1,0,0,0,0,-1,0,1,0,0,-20,-24> } #end // LDXStuds object { LDX_box4_dash_1_dot_dat matrix <-1.5,0,0,0,0,4,0,-2,0,10,-2,-24> } object { LDX_box4_dash_1_dot_dat matrix <-1.5,0,0,0,0,4,0,-2,0,-10,-2,-24> } object { LDX_rect2a_dot_dat matrix <-2,0,0,0,-1,0,0,0,-4,18,8,-24> } object { LDX_rect2a_dot_dat matrix <0,0,-4,0,-1,0,2,0,0,-18,8,-24> } object { LDX_rect3_dot_dat matrix <-4,0,0,0,-1,0,0,0,-4,0,8,-24> } object { LDX_4_dash_4ndis_dot_dat matrix <8,0,0,0,-1,0,0,0,-8,0,4,0> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,6,0,0,0,6,0,0,0> } object { LDX_rect3_dot_dat matrix <16,0,0,0,1,0,0,0,-2,0,0,-22> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,0,6,0,6,0,0,-20,-28> } object { LDX_rect1_dot_dat matrix <-2,0,0,0,0,1,0,-3,0,18,5,-28> } object { LDX_rect1_dot_dat matrix <2,0,0,0,0,1,0,3,0,-18,5,-28> } object { LDX_rect2p_dot_dat matrix <0,3,0,0,0,1,-4,0,0,0,5,-28> } object { LDX_4_dash_4ndis_dot_dat matrix <-8,0,0,0,0,-1,0,-8,0,0,-20,-24> } object { LDX_rect3_dot_dat matrix <6,0,0,0,0,1,0,3,0,10,5,-20> } object { LDX_rect3_dot_dat matrix <6,0,0,0,0,1,0,3,0,-10,5,-20> } object { LDX_rect_dot_dat matrix <0,-4,0,0,0,-1,-20,0,0,0,4,20> } object { LDX_rect2p_dot_dat matrix <0,-18,0,1,0,0,0,0,-2,16,-18,-22> } object { LDX_rect2p_dot_dat matrix <0,-18,0,-1,0,0,0,0,2,-16,-18,-22> } #if (LDXStuds) object { LDX_stug_dash_2x2_dot_dat matrix <0,1,0,0,0,1,1,0,0,0,-20,-28> } #end // LDXStuds mesh2 { vertex_vectors { 124, <-20,8,20>, <-16,8,16>, <16,8,16>, <20,8,20>, <-20,8,-20>, <-16,8,-16>, <-16,8,16>, <-20,8,20>, <20,8,-20>, <16,8,-16>, <-16,8,-16>, <-20,8,-20>, <20,8,20>, <16,8,16>, <16,8,-16>, <20,8,-20>, <-16,4,16>, <-8,4,8>, <8,4,8>, <16,4,16>, <-16,4,-16>, <-8,4,-8>, <-8,4,8>, <-16,4,16>, <16,4,-16>, <8,4,-8>, <-8,4,-8>, <-16,4,-16>, <16,4,16>, <8,4,8>, <8,4,-8>, <16,4,-16>, <20,0,20>, <6,0,6>, <-6,0,6>, <-20,0,20>, <-20,0,20>, <-6,0,6>, <-6,0,-6>, <-20,0,-20>, <-20,0,-20>, <-6,0,-6>, <6,0,-6>, <20,0,-20>, <20,0,-20>, <6,0,-6>, <6,0,6>, <20,0,20>, <-20,2,-28>, <-6,-14,-28>, <6,-14,-28>, <20,2,-28>, <-20,-40,-28>, <-6,-26,-28>, <-6,-14,-28>, <-20,2,-28>, <20,-40,-28>, <6,-26,-28>, <-6,-26,-28>, <-20,-40,-28>, <20,2,-28>, <6,-14,-28>, <6,-26,-28>, <20,-40,-28>, <16,0,-24>, <8,-12,-24>, <-8,-12,-24>, <-16,0,-24>, <-16,0,-24>, <-8,-12,-24>, <-8,-28,-24>, <-16,-36,-24>, <-16,-36,-24>, <-8,-28,-24>, <8,-28,-24>, <16,-36,-24>, <16,-36,-24>, <8,-28,-24>, <8,-12,-24>, <16,0,-24>, <16,0,-20>, <20,0,-20>, <20,-40,-20>, <16,-36,-20>, <-20,0,-20>, <-16,0,-20>, <-16,-36,-20>, <-20,-40,-20>, <-20,-40,-20>, <-16,-36,-20>, <16,-36,-20>, <20,-40,-20>, <4,2,-20>, <4,8,-20>, <4,8,-28>, <4,2,-28>, <-4,2,-28>, <-4,8,-28>, <-4,8,-20>, <-4,2,-20>, <16,2,-28>, <16,8,-28>, <16,8,-20>, <16,2,-20>, <-16,2,-20>, <-16,8,-20>, <-16,8,-28>, <-16,2,-28>, <20,8,-28>, <20,0,-20>, <20,0,20>, <20,8,20>, <-20,8,20>, <-20,0,20>, <-20,0,-20>, <-20,8,-28>, <20,-40,-28>, <20,-40,-20>, <20,0,-20>, <20,8,-28>, <-20,8,-28>, <-20,0,-20>, <-20,-40,-20>, <-20,-40,-28> } face_indices { 62, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123> } } } #end #declare LDX_3021_dot_DAT = #if (LDXQual = 0) box { <-30,-4,-20>,<30,8,20> } #else union { // Plate 2 x 3 // Name: 3021.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2002-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2002-05-07 [unknown] BFC Certification // !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03 // !HISTORY 2007-06-07 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,10,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-10,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <26,0,0,0,-4,0,0,0,16,0,8,0> } // Next Line was 4 16 30 8 -20 26 8 -16 -26 8 -16 -30 8 -20 // Next Line was 4 16 30 8 20 26 8 16 26 8 -16 30 8 -20 object { LDX_box5_dot_dat matrix <30,0,0,0,-8,0,0,0,20,0,8,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,20,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-20,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,20,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-20,0,-10> } #end // LDXStuds mesh2 { vertex_vectors { 16, <30,8,20>, <26,8,16>, <-26,8,16>, <-30,8,20>, <-30,8,-20>, <-26,8,-16>, <26,8,-16>, <30,8,-20>, <30,8,-20>, <26,8,-16>, <26,8,16>, <30,8,20>, <-30,8,20>, <-26,8,16>, <-26,8,-16>, <-30,8,-20> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_stud3_dot_dat = union { // Stud Tube Solid // Name: stud3.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-4,0> } } #declare LDX_box2_dash_5_dot_dat = union { // Box with 2 Faces without 5 Edges // Name: box2-5.dat // Author: Steffen [Steffen] // !LDRAW_ORG Primitive UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 8, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,-1,1>, <1,-1,1> } face_indices { 4, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7> } } } #declare LDX_4_dash_4ring2_dot_dat = union { // Ring 2 x 1.0 // Name: 4-4ring2.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-04-05 [hafhead] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-08-26 [cwdee] Switch polygon winding and rename // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 64, <-1.1481,0,2.7717>, <-0.7654,0,1.8478>, <0,0,2>, <0,0,3>, <-2.1213,0,2.1213>, <-1.4142,0,1.4142>, <-0.7654,0,1.8478>, <-1.1481,0,2.7717>, <-2.7717,0,1.1481>, <-1.8478,0,0.7654>, <-1.4142,0,1.4142>, <-2.1213,0,2.1213>, <-3,0,0>, <-2,0,0>, <-1.8478,0,0.7654>, <-2.7717,0,1.1481>, <-2.7717,0,-1.1481>, <-1.8478,0,-0.7654>, <-2,0,0>, <-3,0,0>, <-2.1213,0,-2.1213>, <-1.4142,0,-1.4142>, <-1.8478,0,-0.7654>, <-2.7717,0,-1.1481>, <-1.1481,0,-2.7717>, <-0.7654,0,-1.8478>, <-1.4142,0,-1.4142>, <-2.1213,0,-2.1213>, <0,0,-3>, <0,0,-2>, <-0.7654,0,-1.8478>, <-1.1481,0,-2.7717>, <1.1481,0,-2.7717>, <0.7654,0,-1.8478>, <0,0,-2>, <0,0,-3>, <2.1213,0,-2.1213>, <1.4142,0,-1.4142>, <0.7654,0,-1.8478>, <1.1481,0,-2.7717>, <2.7717,0,-1.1481>, <1.8478,0,-0.7654>, <1.4142,0,-1.4142>, <2.1213,0,-2.1213>, <3,0,0>, <2,0,0>, <1.8478,0,-0.7654>, <2.7717,0,-1.1481>, <2.7717,0,1.1481>, <1.8478,0,0.7654>, <2,0,0>, <3,0,0>, <2.1213,0,2.1213>, <1.4142,0,1.4142>, <1.8478,0,0.7654>, <2.7717,0,1.1481>, <1.1481,0,2.7717>, <0.7654,0,1.8478>, <1.4142,0,1.4142>, <2.1213,0,2.1213>, <0,0,3>, <0,0,2>, <0.7654,0,1.8478>, <1.1481,0,2.7717> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_stud2a_dot_dat = union { // Stud Open without Base Edges // Name: stud2a.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-07-05 [PTadmin] Official Update 1999-05 // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2009-06-21 [cwdee] Update ring references to 4-4ring // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,4,0,0,0,6,0,-4,0> } object { LDX_4_dash_4ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-4,0> } } #declare LDX_4_dash_4cyls_dot_dat = union { // Cylinder Sloped 1.0 // Name: 4-4cyls.dat // Author: Donald Sutter [technog] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 62, <0.9239,0.0761,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <0.9239,0.0761,0.3827>, <0.7071,0.2929,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.7071,0.2929,0.7071>, <0.3827,0.6173,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.3827,0.6173,0.9239>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239>, <0,1,1>, <-0.3827,1.3827,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <-0.3827,1.3827,0.9239>, <-0.7071,1.7071,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.7071,1.7071,0.7071>, <-0.9239,1.9239,0.3827>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.9239,1.9239,0.3827>, <-1,2,0>, <-1,0,0>, <-0.9239,0,0.3827>, <-1,2,0>, <-0.9239,1.9239,-0.3827>, <-0.9239,0,-0.3827>, <-1,0,0>, <-0.9239,1.9239,-0.3827>, <-0.7071,1.7071,-0.7071>, <-0.7071,0,-0.7071>, <-0.9239,0,-0.3827>, <-0.7071,1.7071,-0.7071>, <-0.3827,1.3827,-0.9239>, <-0.3827,0,-0.9239>, <-0.7071,0,-0.7071>, <-0.3827,1.3827,-0.9239>, <0,1,-1>, <0,0,-1>, <-0.3827,0,-0.9239>, <0,1,-1>, <0.3827,0.6173,-0.9239>, <0.3827,0,-0.9239>, <0,0,-1>, <0.3827,0.6173,-0.9239>, <0.7071,0.2929,-0.7071>, <0.7071,0,-0.7071>, <0.3827,0,-0.9239>, <0.7071,0.2929,-0.7071>, <0.9239,0.0761,-0.3827>, <0.9239,0,-0.3827>, <0.7071,0,-0.7071>, <0.9239,0,-0.3827>, <0.9239,0.0761,-0.3827>, <1,0,0> } face_indices { 30, <0, 1, 2>, <3, 4, 5>, <3, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <11, 13, 14>, <15, 16, 17>, <15, 17, 18>, <19, 20, 21>, <19, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <27, 29, 30>, <31, 32, 33>, <31, 33, 34>, <35, 36, 37>, <35, 37, 38>, <39, 40, 41>, <39, 41, 42>, <43, 44, 45>, <43, 45, 46>, <47, 48, 49>, <47, 49, 50>, <51, 52, 53>, <51, 53, 54>, <55, 56, 57>, <55, 57, 58>, <59, 60, 61> } } } #declare LDX_stud2s_dot_dat = union { // Stud Tube Open Sliced // Name: stud2s.dat // Author: Dee Earley [DeannaEarley] // !LDRAW_ORG Primitive UPDATE 2009-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2006-02-20 [guyvivan] Adjust precision // !HISTORY 2009-12-29 [PTadmin] Official Update 2009-03 object { LDX_4_dash_4cyls_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyls_dot_dat matrix <4,0,0,0,0.667,0,0,0,4,0,0.333,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,0.333,0,0,0,4,0,0,0> } } #declare LDX_s_slash_3660s01_dot_dat = union { // ~Slope Brick 45 2 x 2 Inverted Without Front Face // Name: s\3660s01.dat // Author: Orion Pobursky [OrionP] // !LDRAW_ORG Subpart UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2004-09-15 [PTadmin] Official Update 2004-03 // !HISTORY 2007-08-31 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-10-09 [mkennedy] Made use of stud2s and more box and rect primitives. // !HELP Uncomment for front face // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 // // 4 16 20 24 -10 20 4 -30 -20 4 -30 -20 24 -10 // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-20,0,0,0,6,0,24,0> } #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-5,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <18,0,0,0,2,0,0,-8,-8,0,10,-18> } object { LDX_rect_dot_dat matrix <20,0,0,0,0,-1,0,12,0,0,12,10> } object { LDX_rect_dot_dat matrix <20,0,0,0,0,1,0,2,0,0,2,-30> } object { LDX_rect3_dot_dat matrix <18,0,0,0,0,1,0,-10,0,0,10,-10> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,10,4,-20> } object { LDX_stud2s_dot_dat matrix <0,0,-1,0,6,0,1,0,0,10,4,-20> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,-10,4,-20> } object { LDX_stud2s_dot_dat matrix <0,0,-1,0,6,0,1,0,0,-10,4,-20> } #end // LDXStuds mesh2 { vertex_vectors { 54, <-20,24,10>, <-16,24,6>, <16,24,6>, <20,24,10>, <-20,24,-10>, <-16,24,-6>, <-16,24,6>, <-20,24,10>, <20,24,-10>, <16,24,-6>, <-16,24,-6>, <-20,24,-10>, <20,24,10>, <16,24,6>, <16,24,-6>, <20,24,-10>, <20,24,10>, <20,24,-10>, <20,4,-30>, <20,0,10>, <20,0,10>, <20,4,-30>, <20,0,-30>, <-20,24,10>, <-20,0,10>, <-20,4,-30>, <-20,24,-10>, <-20,0,-30>, <-20,4,-30>, <-20,0,10>, <18,4,-26>, <18,20,-10>, <18,0,-10>, <18,0,-26>, <-18,4,-26>, <-18,0,-26>, <-18,0,-10>, <-18,20,-10>, <-20,0,10>, <20,0,10>, <18,0,-10>, <-18,0,-10>, <-20,0,-30>, <-20,0,10>, <-18,0,-10>, <-18,0,-26>, <20,0,-30>, <-20,0,-30>, <-18,0,-26>, <18,0,-26>, <20,0,10>, <20,0,-30>, <18,0,-26>, <18,0,-10> } face_indices { 26, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <30, 31, 32>, <30, 32, 33>, <34, 35, 36>, <34, 36, 37>, <38, 39, 40>, <38, 40, 41>, <42, 43, 44>, <42, 44, 45>, <46, 47, 48>, <46, 48, 49>, <50, 51, 52>, <50, 52, 53> } } } #declare LDX_3660_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-30>,<20,24,10> } #else union { // Slope Brick 45 2 x 2 Inverted // Name: 3660.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2002-09-13 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-07-02 [OrionP] Moved guts to subpart // !HISTORY 2004-09-15 [PTadmin] Official Update 2004-03 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_s_slash_3660s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 4, <20,24,-10>, <20,4,-30>, <-20,4,-30>, <-20,24,-10> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #end #declare LDX_ring2_dot_dat = union { // ~Moved to 4-4ring2 // Name: ring2.dat // Author: [PTadmin] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // // Ring 2 x 1.0 object { LDX_4_dash_4ring2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_3112_dot_dat = #if (LDXQual = 0) box { <-6,-6,-16>,<6,6,16> } #else union { // ~Brick 2 x 4 with Wheels Holder Bush Long // Name: 3112.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2007-06-25 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [mkennedy] Completed header, BFC'ed, Optimized // !HISTORY 2008-08-23 [PTadmin] Renamed from 34c // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,0,32,0,4,0,0,0,-16> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,0,32,0,6,0,0,0,-16> } object { LDX_ring2_dot_dat matrix <2,0,0,0,0,-1,0,2,0,0,0,16> } object { LDX_ring2_dot_dat matrix <2,0,0,0,0,1,0,2,0,0,0,-16> } } #end #declare LDX_313_dot_DAT = #if (LDXQual = 0) box { <-16,-6,-6>,<16,6,6> } #else union { // ~Hinge Plate 2 x 5 Pivot // Name: 313.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-05-17 [PTadmin] Official Update 1999-03 // !HISTORY 2007-10-26 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC Compliant (2004-11-16) // !HISTORY 2008-07-08 [guyvivan] Replace stud2a by primitives (2006-07-26) // !HISTORY 2009-08-24 [cwdee] Change to reference to 3112 as this is the same part used in different ways // !HISTORY 2009-12-29 [PTadmin] Official Update 2009-03 object { LDX_3112_dot_dat matrix <0,0,-1,0,1,0,1,0,0,0,0,0> } } #end #declare LDX_4_dash_4cylc_dot_dat = union { // Cylinder Closed 1.0 // Name: 4-4cylc.dat // Author: Alex Taylor [anathema] // !LDRAW_ORG Primitive UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2008-12-29 [cwdee] Removed one disc // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 object { LDX_4_dash_4disc_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_4_dash_4cyli_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_3_dash_8cyli_dot_dat = union { // Cylinder 0.375 // Name: 3-8cyli.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-05-08 [OrionP] Made BFC compliant // !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04 // !HISTORY 2004-12-11 [nielsk] Recreated using Primitive Generator, Edge lines fixed, BFC changed to CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 24, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <1,1,0>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.9239,1,0.3827>, <0.3827,1,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.7071,1,0.7071>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239>, <0.3827,1,0.9239>, <-0.3827,1,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <0,1,1>, <-0.7071,1,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.3827,1,0.9239> } face_indices { 12, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23> } } } #declare LDX_3_dash_8rin12_dot_dat = union { // Ring 12 x 0.375 // Name: 3-8rin12.dat // Author: Niels Karsdorp [nielsk] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 24, <13,0,0>, <12.0107,0,4.9751>, <11.0868,0,4.5924>, <12,0,0>, <12.0107,0,4.9751>, <9.1923,0,9.1923>, <8.4852,0,8.4852>, <11.0868,0,4.5924>, <9.1923,0,9.1923>, <4.9751,0,12.0107>, <4.5924,0,11.0868>, <8.4852,0,8.4852>, <4.9751,0,12.0107>, <0,0,13>, <0,0,12>, <4.5924,0,11.0868>, <0,0,13>, <-4.9751,0,12.0107>, <-4.5924,0,11.0868>, <0,0,12>, <-4.9751,0,12.0107>, <-9.1923,0,9.1923>, <-8.4852,0,8.4852>, <-4.5924,0,11.0868> } face_indices { 12, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23> } } } #declare LDX_3_dash_8cylo_dot_dat = union { // Cylinder Open 0.375 // Name: 3-8cylo.dat // Author: J.C. Tchang [tchang] // !LDRAW_ORG Primitive UPDATE 2013-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2013-07-21 [PTadmin] Official Update 2013-01 object { LDX_3_dash_8cyli_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_3_dash_8ring2_dot_dat = union { // Ring 2 x 0.375 // Name: 3-8ring2.dat // Author: Guy Vivan [guyvivan] // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // end of file mesh2 { vertex_vectors { 24, <2,0,0>, <3,0,0>, <2.7717,0,1.1481>, <1.8478,0,0.7654>, <1.8478,0,0.7654>, <2.7717,0,1.1481>, <2.1213,0,2.1213>, <1.4142,0,1.4142>, <1.4142,0,1.4142>, <2.1213,0,2.1213>, <1.1481,0,2.7717>, <0.7654,0,1.8478>, <0.7654,0,1.8478>, <1.1481,0,2.7717>, <0,0,3>, <0,0,2>, <0,0,2>, <0,0,3>, <-1.1481,0,2.7717>, <-0.7654,0,1.8478>, <-0.7654,0,1.8478>, <-1.1481,0,2.7717>, <-2.1213,0,2.1213>, <-1.4142,0,1.4142> } face_indices { 12, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23> } } } #declare LDX_1_dash_4ndis_dot_dat = union { // Disc Negative 0.25 // Name: 1-4ndis.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC Statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 12, <0.9239,0,0.3827>, <1,0,0>, <1,0,1>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <1,0,1>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <1,0,1>, <0,0,1>, <0.3827,0,0.9239>, <1,0,1> } face_indices { 4, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11> } } } #declare LDX_3679_dot_DAT = #if (LDXQual = 0) box { <-17.5,-4,-17.5>,<17.5,8,17.5> } #else union { // Turntable 2 x 2 Plate Top // Name: 3679.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-07-31 [sbliss] Applied BFC, added discs under studs, retitled // !HISTORY 2002-11-30 [PTadmin] Official Update 2002-05 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2011-06-30 [Steffen] removed ~ from title, used more primitives // !HISTORY 2015-02-14 [MagFors] Redesigned the connector // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 object { LDX_4_dash_4disc_dot_dat matrix <17.5,0,0,0,-1,0,0,0,17.5,0,4,0> } object { LDX_4_dash_4cylc_dot_dat matrix <17.5,0,0,0,4,0,0,0,17.5,0,0,0> } object { LDX_2_dash_4disc_dot_dat matrix <-4.24264,0,4.24264,0,-1,0,4.24264,0,4.24264,10,0,10> } object { LDX_2_dash_4disc_dot_dat matrix <-4.24264,0,-4.24264,0,-1,0,-4.24264,0,4.24264,-10,0,10> } object { LDX_2_dash_4disc_dot_dat matrix <4.24264,0,-4.24264,0,-1,0,-4.24264,0,-4.24264,-10,0,-10> } object { LDX_2_dash_4disc_dot_dat matrix <4.24264,0,4.24264,0,-1,0,4.24264,0,-4.24264,10,0,-10> } #if (LDXStuds) object { LDX_stug_dash_2x2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds // // connector object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,1.7,0,0,0,4,0,4,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <2.6668,0,0,0,1.7,0,0,0,2.6668,0,4,0> } object { LDX_3_dash_8cyli_dot_dat matrix <-3.6957,0,-1.53081,0,-0.3,0,1.53081,0,-3.6957,0,6,0> } object { LDX_3_dash_8cyli_dot_dat matrix <3.6957,0,1.53081,0,-0.3,0,-1.53081,0,3.6957,0,6,0> } object { LDX_3_dash_8rin12_dot_dat matrix <0.30798,0,0.12757,0,1,0,-0.12757,0,0.30798,0,6,0> } object { LDX_3_dash_8rin12_dot_dat matrix <-0.30798,0,-0.12757,0,1,0,0.12757,0,-0.30798,0,6,0> } object { LDX_3_dash_8cylo_dot_dat matrix <4.00368,0,1.65838,0,-2,0,-1.65838,0,4.00368,0,8,0> } object { LDX_3_dash_8cylo_dot_dat matrix <-4.00368,0,-1.65838,0,-2,0,1.65838,0,-4.00368,0,8,0> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <2.4638,0,1.02054,0,-2.3,0,-1.02054,0,2.4638,0,8,0> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <-2.4638,0,-1.02054,0,-2.3,0,1.02054,0,-2.4638,0,8,0> } object { LDX_3_dash_8ring2_dot_dat matrix <1.2319,0,0.51027,0,-1,0,-0.51027,0,1.2319,0,8,0> } object { LDX_3_dash_8ring2_dot_dat matrix <-1.2319,0,-0.51027,0,-1,0,0.51027,0,-1.2319,0,8,0> } object { LDX_3_dash_8rin12_dot_dat matrix <0.30798,0,0.12757,0,-1,0,-0.12757,0,0.30798,0,8,0> } object { LDX_3_dash_8rin12_dot_dat matrix <-0.30798,0,-0.12757,0,-1,0,0.12757,0,-0.30798,0,8,0> } // // cut-outs object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,1,0,0,0.13267,0,0.6667,-4,6,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,1,0,0,0.13267,0,-0.6667,-4,6,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,-1,0,0,-0.13267,0,-0.6667,4,6,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,-1,0,0,-0.13267,0,0.6667,4,6,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,-1,0,0,0.13267,0,0.6667,-2.6668,6,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,-1,0,0,0.13267,0,-0.6667,-2.6668,6,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,1,0,0,-0.13267,0,-0.6667,2.6668,6,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-0.3,0,1,0,0,-0.13267,0,0.6667,2.6668,6,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-0.3,0,1.3334,0,0,0.13267,0,0.6667,-4,6,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-0.3,0,1.3334,0,0,0.13267,0,-0.6667,-4,6,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-0.3,0,-1.3334,0,0,-0.13267,0,-0.6667,4,6,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-0.3,0,-1.3334,0,0,-0.13267,0,0.6667,4,6,0> } mesh2 { vertex_vectors { 128, <3.8675,8,-0.6667>, <3.8675,6,-0.6667>, <4.2009,6,-0.6667>, <4.2009,8,-0.6667>, <2.5341,6,-0.6667>, <3.8675,6,-0.6667>, <3.8675,8,-0.6667>, <2.5341,8,-0.6667>, <4.0035,6,-1.6588>, <4.2009,6,-0.6667>, <3.8675,6,-0.6667>, <3.6955,6,-1.5307>, <4.0035,8,-1.6588>, <4.2009,8,-0.6667>, <4.2009,6,-0.6667>, <4.0035,6,-1.6588>, <3.6955,8,-1.5307>, <3.8675,8,-0.6667>, <4.2009,8,-0.6667>, <4.0035,8,-1.6588>, <2.4641,8,-1.0207>, <2.5341,8,-0.6667>, <3.8675,8,-0.6667>, <3.6955,8,-1.5307>, <3.6955,6,-1.5307>, <3.8675,6,-0.6667>, <3.8675,5.7,-0.6667>, <3.6955,5.7,-1.5307>, <2.4641,5.7,-1.0207>, <2.5341,5.7,-0.6667>, <2.5341,8,-0.6667>, <2.4641,8,-1.0207>, <-4.2009,8,-0.6667>, <-4.2009,6,-0.6667>, <-3.8675,6,-0.6667>, <-3.8675,8,-0.6667>, <-2.5341,8,-0.6667>, <-3.8675,8,-0.6667>, <-3.8675,6,-0.6667>, <-2.5341,6,-0.6667>, <-3.6955,6,-1.5307>, <-3.8675,6,-0.6667>, <-4.2009,6,-0.6667>, <-4.0035,6,-1.6588>, <-4.0035,6,-1.6588>, <-4.2009,6,-0.6667>, <-4.2009,8,-0.6667>, <-4.0035,8,-1.6588>, <-4.0035,8,-1.6588>, <-4.2009,8,-0.6667>, <-3.8675,8,-0.6667>, <-3.6955,8,-1.5307>, <-3.6955,8,-1.5307>, <-3.8675,8,-0.6667>, <-2.5341,8,-0.6667>, <-2.4641,8,-1.0207>, <-3.6955,5.7,-1.5307>, <-3.8675,5.7,-0.6667>, <-3.8675,6,-0.6667>, <-3.6955,6,-1.5307>, <-2.4641,8,-1.0207>, <-2.5341,8,-0.6667>, <-2.5341,5.7,-0.6667>, <-2.4641,5.7,-1.0207>, <4.2009,8,0.6667>, <4.2009,6,0.6667>, <3.8675,6,0.6667>, <3.8675,8,0.6667>, <2.5341,8,0.6667>, <3.8675,8,0.6667>, <3.8675,6,0.6667>, <2.5341,6,0.6667>, <3.6955,6,1.5307>, <3.8675,6,0.6667>, <4.2009,6,0.6667>, <4.0035,6,1.6588>, <4.0035,6,1.6588>, <4.2009,6,0.6667>, <4.2009,8,0.6667>, <4.0035,8,1.6588>, <4.0035,8,1.6588>, <4.2009,8,0.6667>, <3.8675,8,0.6667>, <3.6955,8,1.5307>, <3.6955,8,1.5307>, <3.8675,8,0.6667>, <2.5341,8,0.6667>, <2.4641,8,1.0207>, <3.6955,5.7,1.5307>, <3.8675,5.7,0.6667>, <3.8675,6,0.6667>, <3.6955,6,1.5307>, <2.4641,8,1.0207>, <2.5341,8,0.6667>, <2.5341,5.7,0.6667>, <2.4641,5.7,1.0207>, <-3.8675,8,0.6667>, <-3.8675,6,0.6667>, <-4.2009,6,0.6667>, <-4.2009,8,0.6667>, <-2.5341,6,0.6667>, <-3.8675,6,0.6667>, <-3.8675,8,0.6667>, <-2.5341,8,0.6667>, <-4.0035,6,1.6588>, <-4.2009,6,0.6667>, <-3.8675,6,0.6667>, <-3.6955,6,1.5307>, <-4.0035,8,1.6588>, <-4.2009,8,0.6667>, <-4.2009,6,0.6667>, <-4.0035,6,1.6588>, <-3.6955,8,1.5307>, <-3.8675,8,0.6667>, <-4.2009,8,0.6667>, <-4.0035,8,1.6588>, <-2.4641,8,1.0207>, <-2.5341,8,0.6667>, <-3.8675,8,0.6667>, <-3.6955,8,1.5307>, <-3.6955,6,1.5307>, <-3.8675,6,0.6667>, <-3.8675,5.7,0.6667>, <-3.6955,5.7,1.5307>, <-2.4641,5.7,1.0207>, <-2.5341,5.7,0.6667>, <-2.5341,8,0.6667>, <-2.4641,8,1.0207> } face_indices { 64, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127> } } } #end #declare LDX_torsolow_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3149_dot_DAT LDXSeamMatrix(40, 16, 98, 0, 0, -41) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3640_dot_DAT LDXSeamMatrix(40, 40, 110, 0, 4, -15) matrix <1,0,0,0,1,0,0,0,1,10,6,-50> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3956_dot_DAT LDXSeamMatrix(40, 48, 52, 0, -16, -6) matrix <1,0,0,0,0,-1,0,1,0,10,42,-50> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3021_dot_DAT LDXSeamMatrix(60, 12, 40, 0, 2, 0) matrix <0,-1,0,0,0,-1,1,0,0,10,52,-58> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3660_dot_DAT LDXSeamMatrix(40, 28, 40, 0, 10, -10) matrix <-1,0,0,0,1,0,0,0,-1,10,22,-40> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_313_dot_DAT LDXSeamMatrix(32, 12, 12, 0, 0, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3679_dot_DAT LDXSeamMatrix(35, 12, 35, 0, 2, 0) matrix <-1,0,0,0,0,-1,0,-1,0,10,62,-66> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_STUD3A_dot_DAT = union { // Stud Tube Solid without Base Edges // Name: stud3a.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-4,0> } } #declare LDX_cylj4x8_dot_DAT = union { // Cylinder Joint 4 to 8 // Name: cylj4x8.dat // Author: Guy Vivan [guyvivan] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 mesh2 { vertex_vectors { 76, <4,0,0>, <3.696,0,1.532>, <3.696,-1.031,1.532>, <4,-1.235,0>, <3.696,0,1.532>, <3.064,0,2.476>, <3.064,-0.608,2.476>, <3.696,-1.031,1.532>, <3.064,0,2.476>, <2.828,0,2.828>, <2.828,-0.561,2.828>, <3.064,-0.608,2.476>, <2.828,0,2.828>, <1.532,0,3.696>, <1.532,-0.304,3.696>, <2.828,-0.561,2.828>, <1.532,0,3.696>, <0,0,4>, <1.532,-0.304,3.696>, <-4,-1.235,0>, <-3.696,-1.031,1.532>, <-3.696,0,1.532>, <-4,0,0>, <-3.696,-1.031,1.532>, <-3.064,-0.608,2.476>, <-3.064,0,2.476>, <-3.696,0,1.532>, <-3.064,-0.608,2.476>, <-2.828,-0.561,2.828>, <-2.828,0,2.828>, <-3.064,0,2.476>, <-2.828,-0.561,2.828>, <-1.532,-0.304,3.696>, <-1.532,0,3.696>, <-2.828,0,2.828>, <-1.532,-0.304,3.696>, <0,0,4>, <-1.532,0,3.696>, <-4,0,0>, <-3.696,0,-1.532>, <-3.696,-1.031,-1.532>, <-4,-1.235,0>, <-3.696,0,-1.532>, <-3.064,0,-2.476>, <-3.064,-0.608,-2.476>, <-3.696,-1.031,-1.532>, <-3.064,0,-2.476>, <-2.828,0,-2.828>, <-2.828,-0.561,-2.828>, <-3.064,-0.608,-2.476>, <-2.828,0,-2.828>, <-1.532,0,-3.696>, <-1.532,-0.304,-3.696>, <-2.828,-0.561,-2.828>, <-1.532,0,-3.696>, <0,0,-4>, <-1.532,-0.304,-3.696>, <4,-1.235,0>, <3.696,-1.031,-1.532>, <3.696,0,-1.532>, <4,0,0>, <3.696,-1.031,-1.532>, <3.064,-0.608,-2.476>, <3.064,0,-2.476>, <3.696,0,-1.532>, <3.064,-0.608,-2.476>, <2.828,-0.561,-2.828>, <2.828,0,-2.828>, <3.064,0,-2.476>, <2.828,-0.561,-2.828>, <1.532,-0.304,-3.696>, <1.532,0,-3.696>, <2.828,0,-2.828>, <1.532,-0.304,-3.696>, <0,0,-4>, <1.532,0,-3.696> } face_indices { 36, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <19, 20, 21>, <19, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <27, 29, 30>, <31, 32, 33>, <31, 33, 34>, <35, 36, 37>, <38, 39, 40>, <38, 40, 41>, <42, 43, 44>, <42, 44, 45>, <46, 47, 48>, <46, 48, 49>, <50, 51, 52>, <50, 52, 53>, <54, 55, 56>, <57, 58, 59>, <57, 59, 60>, <61, 62, 63>, <61, 63, 64>, <65, 66, 67>, <65, 67, 68>, <69, 70, 71>, <69, 71, 72>, <73, 74, 75> } } } #declare LDX_peghole_dot_dat = union { // Peg Hole End // Name: peghole.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-05-01 [mkennedy] replace code with ring3 // !HISTORY 2002-05-01 [sbliss] BFC // !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-14 [cwdee] Update ring3 to 4-4ring3 // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,2,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,2,0,0,0,8,0,0,0> } } #declare LDX_box3u2p_dot_dat = union { // Box with 3 Faces without 2 Parallel Edges // Name: box3u2p.dat // Author: Niels Karsdorp [nielsk] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-03-12 [PTadmin] Official Update 2003-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 12, <-1,1,-1>, <-1,1,1>, <1,1,1>, <1,1,-1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1> } face_indices { 6, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11> } } } #declare LDX_stud2_dot_dat = union { // Stud Open // Name: stud2.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-07-05 [PTadmin] Official Update 1999-05 // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2009-06-21 [cwdee] Update ring references to 4-4ring // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,4,0,0,0,6,0,-4,0> } object { LDX_4_dash_4ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-4,0> } } #declare LDX_3700_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<20,24,10> } #else union { // Technic Brick 1 x 2 with Hole // Name: 3700.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Add missing element cylj4x8.dat and use more primitives (2005-11-30) // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 #if (LDXStuds) object { LDX_STUD3A_dot_DAT matrix <1,0,0,0,-1.5,0,0,0,1,0,18,0> } #end // LDXStuds object { LDX_cylj4x8_dot_DAT matrix <1,0,0,0,1,0,0,0,1,0,18,0> } object { LDX_peghole_dot_dat matrix <1,0,0,0,0,-1,0,1,0,0,10,10> } object { LDX_peghole_dot_dat matrix <1,0,0,0,0,1,0,1,0,0,10,-10> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,0,-6,0,-10,0,4,0,0,12,14,0> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,0,6,0,-10,0,-4,0,0,-12,14,0> } object { LDX_2_dash_4cyli_dot_dat matrix <8,0,0,0,0,-12,0,8,0,0,10,6> } object { LDX_rect2p_dot_dat matrix <0,-3,0,-1,0,0,0,0,-6,8,7,0> } object { LDX_rect2p_dot_dat matrix <0,-3,0,1,0,0,0,0,6,-8,7,0> } object { LDX_2_dash_4ndis_dot_dat matrix <8,0,0,0,0,1,0,8,0,0,10,6> } object { LDX_2_dash_4ndis_dot_dat matrix <8,0,0,0,0,-1,0,8,0,0,10,-6> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,0,-16,0,6,0,0,10,8> } object { LDX_box3u2p_dot_dat matrix <0,0,-10,0,-24,0,-20,0,0,0,24,0> } object { LDX_4_dash_4ndis_dot_dat matrix <8,0,0,0,0,-1,0,8,0,0,10,10> } object { LDX_4_dash_4ndis_dot_dat matrix <8,0,0,0,0,1,0,8,0,0,10,-10> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 72, <16,24,6>, <16,4,6>, <8,4,6>, <8,18,6>, <16,24,-6>, <8,18,-6>, <8,4,-6>, <16,4,-6>, <-8,18,6>, <-8,4,6>, <-16,4,6>, <-16,24,6>, <-8,18,-6>, <-16,24,-6>, <-16,4,-6>, <-8,4,-6>, <16,24,6>, <8,18,6>, <-8,18,6>, <-16,24,6>, <16,24,-6>, <-16,24,-6>, <-8,18,-6>, <8,18,-6>, <20,24,10>, <16,24,6>, <-16,24,6>, <-20,24,10>, <20,24,-10>, <-20,24,-10>, <-16,24,-6>, <16,24,-6>, <20,24,10>, <20,24,-10>, <16,24,-6>, <16,24,6>, <-20,24,10>, <-16,24,6>, <-16,24,-6>, <-20,24,-10>, <20,24,10>, <-20,24,10>, <-8,18,10>, <8,18,10>, <20,24,-10>, <8,18,-10>, <-8,18,-10>, <-20,24,-10>, <20,0,10>, <8,2,10>, <-8,2,10>, <-20,0,10>, <20,0,-10>, <-20,0,-10>, <-8,2,-10>, <8,2,-10>, <20,24,10>, <8,18,10>, <8,2,10>, <20,0,10>, <20,24,-10>, <20,0,-10>, <8,2,-10>, <8,18,-10>, <-20,24,10>, <-20,0,10>, <-8,2,10>, <-8,18,10>, <-20,24,-10>, <-8,18,-10>, <-8,2,-10>, <-20,0,-10> } face_indices { 36, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71> } } } #end #declare LDX_stud4a_dot_dat = union { // Stud Tube Open without Base Edges // Name: stud4a.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-07-05 [PTadmin] Official Update 1999-05 // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2009-06-21 [cwdee] Update ring references to 4-4ring // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,4,0,0,0,6,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,4,0,0,0,8,0,-4,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-4,0> } } #declare LDX_4_dash_4cylo_dot_dat = union { // Cylinder Open 1.0 // Name: 4-4cylo.dat // Author: Mark Kennedy [mkennedy] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 object { LDX_4_dash_4cyli_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_box3u5p_dot_dat = union { // Box with 3 Faces without 5 Edges // Name: box3u5p.dat // Author: William Howard [WilliamH] // !LDRAW_ORG Primitive UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 mesh2 { vertex_vectors { 12, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <1,1,1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <-1,1,-1>, <1,1,-1>, <1,0,-1>, <-1,0,-1> } face_indices { 6, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11> } } } #declare LDX_box4o4a_dot_dat = union { // Box with 4 Faces (2 Parallel Pairs) without Bottom Edges // Name: box4o4a.dat // Author: Donald Sutter [technog] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 16, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_box2_dash_9_dot_dat = union { // Box with 2 Faces without 9 Edges // Name: box2-9.dat // Author: Mark Kennedy [mkennedy] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 mesh2 { vertex_vectors { 8, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,-1,1>, <1,-1,1> } face_indices { 4, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7> } } } #declare LDX_1_dash_8chrd_dot_dat = union { // Chord 0.125 // Name: 1-8chrd.dat // Author: Andy Westrate [westrate] // !LDRAW_ORG Primitive UPDATE 2004-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 3, <0.7071,0,0.7071>, <1,0,0>, <0.9239,0,0.3827> } face_indices { 1, <0, 1, 2> } } } #declare LDX_s_slash_3680s01_dot_dat = union { // ~Turntable 2 x 2 Plate - Hole // Name: s\3680s01.dat // Author: Magnus Forsberg [MagFors] // !LDRAW_ORG Subpart UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <1,0,0,0,-0.5,0,0,0,1,0,6,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_4_dash_4cylo_dot_dat matrix <4,0,0,0,2,0,0,0,4,0,4,0> } object { LDX_4_dash_4ring2_dot_dat matrix <2,0,0,0,-1,0,0,0,2,0,6,0> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,1,0,0,0,-4,0,4,0> } object { LDX_box3u5p_dot_dat matrix <0,0,-4.6175,0,3,0,4,0,0,0,4,11.3825> } object { LDX_box3u5p_dot_dat matrix <4.6175,0,0,0,3,0,0,0,4,-11.3825,4,0> } object { LDX_box3u5p_dot_dat matrix <0,0,4.6175,0,3,0,-4,0,0,0,4,-11.3825> } object { LDX_box3u5p_dot_dat matrix <-4.6175,0,0,0,3,0,0,0,-4,11.3825,4,0> } // BFC INVERTNEXT object { LDX_box4o4a_dot_dat matrix <-16,0,0,0,-1,0,0,0,16,0,8,0> } // BFC INVERTNEXT object { LDX_box2_dash_9_dot_dat matrix <0,-1.5,0,6,0,0,0,0,6,10,5.5,10> } // BFC INVERTNEXT object { LDX_box2_dash_9_dot_dat matrix <0,-1.5,0,0,0,6,-6,0,0,-10,5.5,10> } // BFC INVERTNEXT object { LDX_box2_dash_9_dot_dat matrix <0,-1.5,0,-6,0,0,0,0,-6,-10,5.5,-10> } // BFC INVERTNEXT object { LDX_box2_dash_9_dot_dat matrix <0,-1.5,0,0,0,-6,6,0,0,10,5.5,-10> } object { LDX_4_dash_4ndis_dot_dat matrix <17.5,0,0,0,-1,0,0,0,17.5,0,4,0> } object { LDX_1_dash_8chrd_dot_dat matrix <16.167891,0,-6.69696,0,1,0,6.69696,0,16.167891,0,4,0> } object { LDX_1_dash_8chrd_dot_dat matrix <6.69696,0,16.167891,0,1,0,-16.167891,0,6.69696,0,4,0> } object { LDX_1_dash_8chrd_dot_dat matrix <-16.167891,0,6.69696,0,1,0,-6.69696,0,-16.167891,0,4,0> } object { LDX_1_dash_8chrd_dot_dat matrix <-6.69696,0,-16.167891,0,1,0,16.167891,0,-6.69696,0,4,0> } // BFC INVERTNEXT object { LDX_4_dash_4cylo_dot_dat matrix <17.5,0,0,0,4,0,0,0,17.5,0,0,0> } object { LDX_4_dash_4ndis_dot_dat matrix <17.5,0,0,0,1,0,0,0,17.5,0,0,0> } mesh2 { vertex_vectors { 112, <4,4,6.765>, <4,4,16>, <-4,4,16>, <-4,4,6.765>, <-6.765,4,4>, <-16,4,4>, <-16,4,-4>, <-6.765,4,-4>, <-4,4,-6.765>, <-4,4,-16>, <4,4,-16>, <4,4,-6.765>, <6.765,4,-4>, <16,4,-4>, <16,4,4>, <6.765,4,4>, <16,4,7>, <16,4,-7>, <16.1679,4,-6.697>, <16.1677,4,6.6969>, <-7,4,16>, <7,4,16>, <6.697,4,16.1679>, <-6.6969,4,16.1677>, <-16,4,-7>, <-16,4,7>, <-16.1679,4,6.697>, <-16.1677,4,-6.6969>, <7,4,-16>, <-7,4,-16>, <-6.697,4,-16.1679>, <6.6969,4,-16.1677>, <20,0,20>, <17.5,0,17.5>, <17.5,0,-17.5>, <20,0,-20>, <-20,0,-20>, <-17.5,0,-17.5>, <-17.5,0,17.5>, <-20,0,20>, <-20,0,20>, <-17.5,0,17.5>, <17.5,0,17.5>, <20,0,20>, <20,0,-20>, <17.5,0,-17.5>, <-17.5,0,-17.5>, <-20,0,-20>, <7.3912,6,3.0616>, <5.6568,6,5.6568>, <5.6568,4,5.6568>, <6.765,4,4>, <5.6568,6,5.6568>, <3.0616,6,7.3912>, <4,4,6.765>, <5.6568,4,5.6568>, <6.765,4,4>, <5.6569,4,5.6569>, <4,4,6.765>, <4,4,4>, <-4,4,6.765>, <-4,4,4>, <4,4,4>, <4,4,6.765>, <-3.0616,6,7.3912>, <-5.6568,6,5.6568>, <-5.6568,4,5.6568>, <-4,4,6.765>, <-5.6568,6,5.6568>, <-7.3912,6,3.0616>, <-6.765,4,4>, <-5.6568,4,5.6568>, <-4,4,6.765>, <-5.6569,4,5.6569>, <-6.765,4,4>, <-4,4,4>, <-6.765,4,-4>, <-4,4,-4>, <-4,4,4>, <-6.765,4,4>, <-7.3912,6,-3.0616>, <-5.6568,6,-5.6568>, <-5.6568,4,-5.6568>, <-6.765,4,-4>, <-5.6568,6,-5.6568>, <-3.0616,6,-7.3912>, <-4,4,-6.765>, <-5.6568,4,-5.6568>, <-6.765,4,-4>, <-5.6569,4,-5.6569>, <-4,4,-6.765>, <-4,4,-4>, <4,4,-6.765>, <4,4,-4>, <-4,4,-4>, <-4,4,-6.765>, <3.0616,6,-7.3912>, <5.6568,6,-5.6568>, <5.6568,4,-5.6568>, <4,4,-6.765>, <5.6568,6,-5.6568>, <7.3912,6,-3.0616>, <6.765,4,-4>, <5.6568,4,-5.6568>, <4,4,-6.765>, <5.6569,4,-5.6569>, <6.765,4,-4>, <4,4,-4>, <6.765,4,4>, <4,4,4>, <4,4,-4>, <6.765,4,-4> } face_indices { 56, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111> } } } #declare LDX_3680_dot_DAT = #if (LDXQual = 0) box { <-20,0,-20>,<20,8,20> } #else union { // Turntable 2 x 2 Plate Base // Name: 3680.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-07 [BrickCaster] Added groove, added 4 missing lines // !HISTORY 2002-12-31 [PTadmin] Official Update 2002-06 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-11-21 [Steffen] BFCed, used more primitives, closed gaps // !HISTORY 2011-12-29 [PTadmin] Official Update 2011-02 // !HISTORY 2015-02-14 [MagFors] Redesign without peghole.dat, corrected size of cross and hole // !HISTORY 2015-02-15 [MagFors] Subfiled // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 object { LDX_s_slash_3680s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_box4_dot_dat matrix <19,0,0,0,-1,0,0,0,19,0,8,0> } object { LDX_box4_dot_dat matrix <20,0,0,0,7,0,0,0,20,0,0,0> } mesh2 { vertex_vectors { 32, <19,8,19>, <16,8,16>, <-16,8,16>, <-19,8,19>, <-19,8,19>, <-16,8,16>, <-16,8,-16>, <-19,8,-19>, <-19,8,-19>, <-16,8,-16>, <16,8,-16>, <19,8,-19>, <19,8,-19>, <16,8,-16>, <16,8,16>, <19,8,19>, <20,7,20>, <19,7,19>, <-19,7,19>, <-20,7,20>, <-20,7,20>, <-19,7,19>, <-19,7,-19>, <-20,7,-20>, <-20,7,-20>, <-19,7,-19>, <19,7,-19>, <20,7,-20>, <20,7,-20>, <19,7,-19>, <19,7,19>, <20,7,20> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #end #declare LDX_pelvis_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3700_dot_DAT LDXSeamMatrix(40, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3700_dot_DAT LDXSeamMatrix(40, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,20> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3680_dot_DAT LDXSeamMatrix(40, 8, 40, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,10> #if (version >= 3.1) material #else texture #end { LDXColor1 } } } #declare LDX_axlehole_dot_dat = union { // Technic Axle Hole Closed // Name: axlehole.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2000-04-23 [sbliss] Added conditional edges along outermost diameters // !HISTORY 2000-05-07 [PTadmin] Official Update 2000-01 // !HISTORY 2002-05-08 [OrionP] Made BFC compliant // !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04 // !HISTORY 2002-11-08 [OrionP] Adjusted fit and precision // !HISTORY 2003-03-12 [PTadmin] Official Update 2003-01 // !HISTORY 2005-05-15 [guyvivan] Use 1-8chrd.dat primitive and made BFC'ed CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_1_dash_8chrd_dot_dat matrix <5.54328,0,2.2961,0,1,0,-2.2961,0,5.54328,0,0,0> } object { LDX_1_dash_8chrd_dot_dat matrix <-2.2961,0,5.54328,0,1,0,-5.54328,0,-2.2961,0,0,0> } object { LDX_1_dash_8chrd_dot_dat matrix <-5.54328,0,-2.2961,0,1,0,2.2961,0,-5.54328,0,0,0> } object { LDX_1_dash_8chrd_dot_dat matrix <2.2961,0,-5.54328,0,1,0,5.54328,0,2.2961,0,0,0> } object { LDX_1_dash_8chrd_dot_dat matrix <5.54328,0,-2.2961,0,-1,0,-2.2961,0,-5.54328,0,1,0> } object { LDX_1_dash_8chrd_dot_dat matrix <-2.2961,0,-5.54328,0,-1,0,-5.54328,0,2.2961,0,1,0> } object { LDX_1_dash_8chrd_dot_dat matrix <-5.54328,0,2.2961,0,-1,0,2.2961,0,5.54328,0,1,0> } object { LDX_1_dash_8chrd_dot_dat matrix <2.2961,0,5.54328,0,-1,0,5.54328,0,-2.2961,0,1,0> } mesh2 { vertex_vectors { 136, <5.602,0,2>, <5.602,1,2>, <6,1,0>, <6,0,0>, <2,0,2>, <2,1,2>, <5.602,1,2>, <5.602,0,2>, <2,0,5.602>, <2,1,5.602>, <2,1,2>, <2,0,2>, <0,0,6>, <0,1,6>, <2,1,5.602>, <2,0,5.602>, <-6,1,0>, <-5.602,1,2>, <-5.602,0,2>, <-6,0,0>, <-5.602,1,2>, <-2,1,2>, <-2,0,2>, <-5.602,0,2>, <-2,1,2>, <-2,1,5.602>, <-2,0,5.602>, <-2,0,2>, <-2,1,5.602>, <0,1,6>, <0,0,6>, <-2,0,5.602>, <6,1,0>, <5.602,1,-2>, <5.602,0,-2>, <6,0,0>, <5.602,1,-2>, <2,1,-2>, <2,0,-2>, <5.602,0,-2>, <2,1,-2>, <2,1,-5.602>, <2,0,-5.602>, <2,0,-2>, <2,1,-5.602>, <0,1,-6>, <0,0,-6>, <2,0,-5.602>, <-5.602,0,-2>, <-5.602,1,-2>, <-6,1,0>, <-6,0,0>, <-2,0,-2>, <-2,1,-2>, <-5.602,1,-2>, <-5.602,0,-2>, <-2,0,-5.602>, <-2,1,-5.602>, <-2,1,-2>, <-2,0,-2>, <0,0,-6>, <0,1,-6>, <-2,1,-5.602>, <-2,0,-5.602>, <2,0,-2>, <5.543,0,-2.296>, <5.602,0,-2>, <2,0,-2>, <2,0,-5.602>, <2.296,0,-5.543>, <-5.602,0,-2>, <-5.543,0,-2.296>, <-2,0,-2>, <-2.296,0,-5.543>, <-2,0,-5.602>, <-2,0,-2>, <5.602,0,2>, <5.543,0,2.296>, <2,0,2>, <2.296,0,5.543>, <2,0,5.602>, <2,0,2>, <-2,0,2>, <-5.543,0,2.296>, <-5.602,0,2>, <-2,0,2>, <-2,0,5.602>, <-2.296,0,5.543>, <5.602,1,-2>, <5.543,1,-2.296>, <2,1,-2>, <2.296,1,-5.543>, <2,1,-5.602>, <2,1,-2>, <-2,1,-2>, <-5.543,1,-2.296>, <-5.602,1,-2>, <-2,1,-2>, <-2,1,-5.602>, <-2.296,1,-5.543>, <2,1,2>, <5.543,1,2.296>, <5.602,1,2>, <2,1,2>, <2,1,5.602>, <2.296,1,5.543>, <-5.602,1,2>, <-5.543,1,2.296>, <-2,1,2>, <-2.296,1,5.543>, <-2,1,5.602>, <-2,1,2>, <2,0,-2>, <2.296,0,-5.543>, <5.543,0,-2.296>, <-2,0,-2>, <-5.543,0,-2.296>, <-2.296,0,-5.543>, <-2,0,2>, <-2.296,0,5.543>, <-5.543,0,2.296>, <2,0,2>, <5.543,0,2.296>, <2.296,0,5.543>, <2,1,2>, <2.296,1,5.543>, <5.543,1,2.296>, <-2,1,2>, <-5.543,1,2.296>, <-2.296,1,5.543>, <-2,1,-2>, <-2.296,1,-5.543>, <-5.543,1,-2.296>, <2,1,-2>, <5.543,1,-2.296>, <2.296,1,-5.543> } face_indices { 56, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <67, 68, 69>, <70, 71, 72>, <73, 74, 75>, <76, 77, 78>, <79, 80, 81>, <82, 83, 84>, <85, 86, 87>, <88, 89, 90>, <91, 92, 93>, <94, 95, 96>, <97, 98, 99>, <100, 101, 102>, <103, 104, 105>, <106, 107, 108>, <109, 110, 111>, <112, 113, 114>, <115, 116, 117>, <118, 119, 120>, <121, 122, 123>, <124, 125, 126>, <127, 128, 129>, <130, 131, 132>, <133, 134, 135> } } } #declare LDX_4_dash_4ring1_dot_dat = union { // Ring 1 x 1.0 // Name: 4-4ring1.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-04-08 [BrickCaster] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-08-26 [cwdee] Switch polygon winding and rename // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 64, <-0.7654,0,1.8478>, <-0.3827,0,0.9239>, <0,0,1>, <0,0,2>, <-1.4142,0,1.4142>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.7654,0,1.8478>, <-1.8478,0,0.7654>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-1.4142,0,1.4142>, <-2,0,0>, <-1,0,0>, <-0.9239,0,0.3827>, <-1.8478,0,0.7654>, <-1.8478,0,-0.7654>, <-0.9239,0,-0.3827>, <-1,0,0>, <-2,0,0>, <-1.4142,0,-1.4142>, <-0.7071,0,-0.7071>, <-0.9239,0,-0.3827>, <-1.8478,0,-0.7654>, <-0.7654,0,-1.8478>, <-0.3827,0,-0.9239>, <-0.7071,0,-0.7071>, <-1.4142,0,-1.4142>, <0,0,-2>, <0,0,-1>, <-0.3827,0,-0.9239>, <-0.7654,0,-1.8478>, <0.7654,0,-1.8478>, <0.3827,0,-0.9239>, <0,0,-1>, <0,0,-2>, <1.4142,0,-1.4142>, <0.7071,0,-0.7071>, <0.3827,0,-0.9239>, <0.7654,0,-1.8478>, <1.8478,0,-0.7654>, <0.9239,0,-0.3827>, <0.7071,0,-0.7071>, <1.4142,0,-1.4142>, <2,0,0>, <1,0,0>, <0.9239,0,-0.3827>, <1.8478,0,-0.7654>, <1.8478,0,0.7654>, <0.9239,0,0.3827>, <1,0,0>, <2,0,0>, <1.4142,0,1.4142>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <1.8478,0,0.7654>, <0.7654,0,1.8478>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <1.4142,0,1.4142>, <0,0,2>, <0,0,1>, <0.3827,0,0.9239>, <0.7654,0,1.8478> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_4_dash_4ring4_dot_dat = union { // Ring 4 x 1.0 // Name: 4-4ring4.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-04-08 [BrickCaster] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-08-26 [cwdee] Switch polygon winding and rename // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 64, <-1.9135,0,4.6195>, <-1.5308,0,3.6956>, <0,0,4>, <0,0,5>, <-3.5355,0,3.5355>, <-2.8284,0,2.8284>, <-1.5308,0,3.6956>, <-1.9135,0,4.6195>, <-4.6195,0,1.9135>, <-3.6956,0,1.5308>, <-2.8284,0,2.8284>, <-3.5355,0,3.5355>, <-5,0,0>, <-4,0,0>, <-3.6956,0,1.5308>, <-4.6195,0,1.9135>, <-4.6195,0,-1.9135>, <-3.6956,0,-1.5308>, <-4,0,0>, <-5,0,0>, <-3.5355,0,-3.5355>, <-2.8284,0,-2.8284>, <-3.6956,0,-1.5308>, <-4.6195,0,-1.9135>, <-1.9135,0,-4.6195>, <-1.5308,0,-3.6956>, <-2.8284,0,-2.8284>, <-3.5355,0,-3.5355>, <0,0,-5>, <0,0,-4>, <-1.5308,0,-3.6956>, <-1.9135,0,-4.6195>, <1.9135,0,-4.6195>, <1.5308,0,-3.6956>, <0,0,-4>, <0,0,-5>, <3.5355,0,-3.5355>, <2.8284,0,-2.8284>, <1.5308,0,-3.6956>, <1.9135,0,-4.6195>, <4.6195,0,-1.9135>, <3.6956,0,-1.5308>, <2.8284,0,-2.8284>, <3.5355,0,-3.5355>, <5,0,0>, <4,0,0>, <3.6956,0,-1.5308>, <4.6195,0,-1.9135>, <4.6195,0,1.9135>, <3.6956,0,1.5308>, <4,0,0>, <5,0,0>, <3.5355,0,3.5355>, <2.8284,0,2.8284>, <3.6956,0,1.5308>, <4.6195,0,1.9135>, <1.9135,0,4.6195>, <1.5308,0,3.6956>, <2.8284,0,2.8284>, <3.5355,0,3.5355>, <0,0,5>, <0,0,4>, <1.5308,0,3.6956>, <1.9135,0,4.6195> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_1_dash_4ring2_dot_dat = union { // Ring 2 x 0.25 // Name: 1-4ring2.dat // Author: Franklin W. Cain [fwcain] // !LDRAW_ORG Primitive UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-12-31 [PTadmin] Official Update 2001-03 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 // !HISTORY 2014-12-25 [MMR1988] Fixed a rounding issue // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 // // Build by Primitive Generator 2 mesh2 { vertex_vectors { 16, <3,0,0>, <2.7717,0,1.1481>, <1.8478,0,0.7654>, <2,0,0>, <2.7717,0,1.1481>, <2.1213,0,2.1213>, <1.4142,0,1.4142>, <1.8478,0,0.7654>, <2.1213,0,2.1213>, <1.1481,0,2.7717>, <0.7654,0,1.8478>, <1.4142,0,1.4142>, <1.1481,0,2.7717>, <0,0,3>, <0,0,2>, <0.7654,0,1.8478> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_3_dash_4cyli_dot_dat = union { // Cylinder 0.75 // Name: 3-4cyli.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement; compacted code // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2004-12-11 [nielsk] Recreated using Primitive Generator, Edge lines fixed, BFC changed to CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 48, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <1,1,0>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.9239,1,0.3827>, <0.3827,1,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.7071,1,0.7071>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239>, <0.3827,1,0.9239>, <-0.3827,1,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <0,1,1>, <-0.7071,1,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.3827,1,0.9239>, <-0.9239,1,0.3827>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.7071,1,0.7071>, <-1,1,0>, <-1,0,0>, <-0.9239,0,0.3827>, <-0.9239,1,0.3827>, <-0.9239,1,-0.3827>, <-0.9239,0,-0.3827>, <-1,0,0>, <-1,1,0>, <-0.7071,1,-0.7071>, <-0.7071,0,-0.7071>, <-0.9239,0,-0.3827>, <-0.9239,1,-0.3827>, <-0.3827,1,-0.9239>, <-0.3827,0,-0.9239>, <-0.7071,0,-0.7071>, <-0.7071,1,-0.7071>, <0,1,-1>, <0,0,-1>, <-0.3827,0,-0.9239>, <-0.3827,1,-0.9239> } face_indices { 24, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47> } } } #declare LDX_stud6_dot_dat = union { // Stud Open For Round 2x2 Parts // Name: stud6.dat // Author: Steve Bliss [sbliss] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2000-09-30 [PTadmin] Official Update 2000-02 // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2002-08-27 [mkennedy] Changed top polygons to 3-4ring2 // !HISTORY 2002-11-30 [sbliss] Replaced 3-4ring2 with 1-4ring2's // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-4,0> } object { LDX_1_dash_4ring2_dot_dat matrix <0,0,2,0,1,0,-2,0,0,0,-4,0> } object { LDX_1_dash_4ring2_dot_dat matrix <-2,0,0,0,1,0,0,0,-2,0,-4,0> } object { LDX_1_dash_4ring2_dot_dat matrix <0,0,-2,0,1,0,2,0,0,0,-4,0> } object { LDX_3_dash_4cyli_dot_dat matrix <0,0,6,0,4,0,-6,0,0,0,-4,0> } mesh2 { vertex_vectors { 32, <6,-4,0>, <5.615,-4,1.94>, <3.695,-4,1.531>, <4,-4,0>, <5.615,-4,1.94>, <4.142,-4,4.142>, <2.828,-4,2.828>, <3.695,-4,1.531>, <4.142,-4,4.142>, <1.94,-4,5.615>, <1.531,-4,3.695>, <2.828,-4,2.828>, <1.94,-4,5.615>, <0,-4,6>, <0,-4,4>, <1.531,-4,3.695>, <6,0,0>, <5.6145,0,1.9397>, <5.6145,-4,1.9397>, <6,-4,0>, <5.6145,0,1.9397>, <4.142,0,4.142>, <4.142,-4,4.142>, <5.6145,-4,1.9397>, <4.142,0,4.142>, <1.9387,0,5.6145>, <1.9387,-4,5.6145>, <4.142,-4,4.142>, <1.9387,0,5.6145>, <0,0,6>, <0,-4,6>, <1.9387,-4,5.6145> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_3940_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-20>,<20,48,20> } #else union { // Support 2 x 2 x 2 Round // Name: 3940.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2013-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS Space Stand // !HISTORY 2007-06-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC compliant; changed edges/polygons to primitives; added missing surfaces (2004-11-16) // !HISTORY 2008-07-08 [sbliss] Restored essentially unmodified codelines (2004-11-16) // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // !HISTORY 2013-08-29 [cwdee] Updated description // !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02 #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <-1,0,0,0,-1,0,0,0,1,0,44,0> } #end // LDXStuds object { LDX_axlehole_dot_dat matrix <1,0,0,0,16,0,0,0,1,0,28,0> } object { LDX_4_dash_4ring2_dot_dat matrix <-2,0,0,0,-1,0,0,0,2,0,28,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,28,0,0,0,4,0,0,0> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,22,0,0,0,6,0,2,0> } object { LDX_4_dash_4cyli_dot_dat matrix <10,0,0,0,16,0,0,0,10,0,24,0> } object { LDX_4_dash_4cyli_dot_dat matrix <20,0,0,0,2,0,0,0,20,0,0,0> } object { LDX_4_dash_4cyli_dot_dat matrix <20,0,0,0,4,0,0,0,20,0,40,0> } object { LDX_4_dash_4ring1_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,0,0> } object { LDX_4_dash_4ring1_dot_dat matrix <8,0,0,0,1,0,0,0,8,0,0,0> } object { LDX_4_dash_4ring4_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,0,0> } object { LDX_4_dash_4ring1_dot_dat matrix <-4,0,0,0,-1,0,0,0,4,0,2,0> } object { LDX_4_dash_4ring1_dot_dat matrix <-8,0,0,0,-1,0,0,0,8,0,2,0> } object { LDX_4_dash_4ring4_dot_dat matrix <-4,0,0,0,-1,0,0,0,4,0,2,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> } object { LDX_4_dash_4ring4_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> } object { LDX_4_dash_4ring1_dot_dat matrix <10,0,0,0,1,0,0,0,10,0,40,0> } #if (LDXStuds) object { LDX_stud6_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud6_dot_dat matrix <0,0,-1,0,1,0,1,0,0,10,0,-10> } object { LDX_stud6_dot_dat matrix <-1,0,0,0,1,0,0,0,-1,-10,0,-10> } object { LDX_stud6_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,10> } #end // LDXStuds mesh2 { vertex_vectors { 176, <16,48,11.36>, <18.48,48,7.65>, <20,48,0>, <16,48,0>, <0,48,20>, <7.65,48,18.48>, <11.36,48,16>, <0,48,16>, <-20,48,0>, <-18.48,48,7.65>, <-16,48,11.36>, <-16,48,0>, <-11.36,48,16>, <-7.65,48,18.48>, <0,48,20>, <0,48,16>, <20,48,0>, <18.48,48,-7.65>, <16,48,-11.36>, <16,48,0>, <11.36,48,-16>, <7.65,48,-18.48>, <0,48,-20>, <0,48,-16>, <-16,48,-11.36>, <-18.48,48,-7.65>, <-20,48,0>, <-16,48,0>, <0,48,-20>, <-7.65,48,-18.48>, <-11.36,48,-16>, <0,48,-16>, <18.48,44,7.65>, <20,44,0>, <20,48,0>, <18.48,48,7.65>, <0,48,20>, <0,44,20>, <7.65,44,18.48>, <7.65,48,18.48>, <16,44,11.36>, <18.48,44,7.65>, <18.48,48,7.65>, <16,48,11.36>, <7.65,48,18.48>, <7.65,44,18.48>, <11.36,44,16>, <11.36,48,16>, <16,44,0>, <16,44,11.36>, <16,48,11.36>, <16,48,0>, <11.36,48,16>, <11.36,44,16>, <0,44,16>, <0,48,16>, <-20,48,0>, <-20,44,0>, <-18.48,44,7.65>, <-18.48,48,7.65>, <-7.65,44,18.48>, <0,44,20>, <0,48,20>, <-7.65,48,18.48>, <-18.48,48,7.65>, <-18.48,44,7.65>, <-16,44,11.36>, <-16,48,11.36>, <-11.36,44,16>, <-7.65,44,18.48>, <-7.65,48,18.48>, <-11.36,48,16>, <-16,48,11.36>, <-16,44,11.36>, <-16,44,0>, <-16,48,0>, <0,44,16>, <-11.36,44,16>, <-11.36,48,16>, <0,48,16>, <20,48,0>, <20,44,0>, <18.48,44,-7.65>, <18.48,48,-7.65>, <7.65,44,-18.48>, <0,44,-20>, <0,48,-20>, <7.65,48,-18.48>, <18.48,48,-7.65>, <18.48,44,-7.65>, <16,44,-11.36>, <16,48,-11.36>, <11.36,44,-16>, <7.65,44,-18.48>, <7.65,48,-18.48>, <11.36,48,-16>, <16,48,-11.36>, <16,44,-11.36>, <16,44,0>, <16,48,0>, <0,44,-16>, <11.36,44,-16>, <11.36,48,-16>, <0,48,-16>, <-18.48,44,-7.65>, <-20,44,0>, <-20,48,0>, <-18.48,48,-7.65>, <0,48,-20>, <0,44,-20>, <-7.65,44,-18.48>, <-7.65,48,-18.48>, <-16,44,-11.36>, <-18.48,44,-7.65>, <-18.48,48,-7.65>, <-16,48,-11.36>, <-7.65,48,-18.48>, <-7.65,44,-18.48>, <-11.36,44,-16>, <-11.36,48,-16>, <-16,44,0>, <-16,44,-11.36>, <-16,48,-11.36>, <-16,48,0>, <-11.36,48,-16>, <-11.36,44,-16>, <0,44,-16>, <0,48,-16>, <16,44,11.36>, <16,44,0>, <8,44,0>, <5.65,44,5.65>, <11.36,44,16>, <14.14,44,14.14>, <16,44,11.36>, <5.65,44,5.65>, <0,44,8>, <0,44,16>, <11.36,44,16>, <5.65,44,5.65>, <-8,44,0>, <-16,44,0>, <-16,44,11.36>, <-5.65,44,5.65>, <-16,44,11.36>, <-14.14,44,14.14>, <-11.36,44,16>, <-5.65,44,5.65>, <-11.36,44,16>, <0,44,16>, <0,44,8>, <-5.65,44,5.65>, <8,44,0>, <16,44,0>, <16,44,-11.36>, <5.65,44,-5.65>, <16,44,-11.36>, <14.14,44,-14.14>, <11.36,44,-16>, <5.65,44,-5.65>, <11.36,44,-16>, <0,44,-16>, <0,44,-8>, <5.65,44,-5.65>, <-16,44,-11.36>, <-16,44,0>, <-8,44,0>, <-5.65,44,-5.65>, <-11.36,44,-16>, <-14.14,44,-14.14>, <-16,44,-11.36>, <-5.65,44,-5.65>, <0,44,-8>, <0,44,-16>, <-11.36,44,-16>, <-5.65,44,-5.65> } face_indices { 88, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167>, <168, 169, 170>, <168, 170, 171>, <172, 173, 174>, <172, 174, 175> } } } #end #declare LDX_3_dash_4disc_dot_dat = union { // Disc 0.75 // Name: 3-4disc.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2002-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 36, <0,0,0>, <1,0,0>, <0.9239,0,0.3827>, <0,0,0>, <0.9239,0,0.3827>, <0.7071,0,0.7071>, <0,0,0>, <0.7071,0,0.7071>, <0.3827,0,0.9239>, <0,0,0>, <0.3827,0,0.9239>, <0,0,1>, <0,0,0>, <0,0,1>, <-0.3827,0,0.9239>, <0,0,0>, <-0.3827,0,0.9239>, <-0.7071,0,0.7071>, <0,0,0>, <-0.7071,0,0.7071>, <-0.9239,0,0.3827>, <0,0,0>, <-0.9239,0,0.3827>, <-1,0,0>, <0,0,0>, <-1,0,0>, <-0.9239,0,-0.3827>, <0,0,0>, <-0.9239,0,-0.3827>, <-0.7071,0,-0.7071>, <0,0,0>, <-0.7071,0,-0.7071>, <-0.3827,0,-0.9239>, <0,0,0>, <-0.3827,0,-0.9239>, <0,0,-1> } face_indices { 12, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23>, <24, 25, 26>, <27, 28, 29>, <30, 31, 32>, <33, 34, 35> } } } #declare LDX_stud10_dot_dat = union { // Stud For Round 2 x 2 Parts // Name: stud10.dat // Author: Orion Pobursky [OrionP] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-01-06 [Steffen] Fixed Header // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 object { LDX_3_dash_4cyli_dot_dat matrix <0,0,6,0,4,0,-6,0,0,0,-4,0> } object { LDX_3_dash_4disc_dot_dat matrix <0,0,6,0,1,0,-6,0,0,0,-4,0> } mesh2 { vertex_vectors { 28, <6,-4,0>, <5.615,-4,1.94>, <0,-4,0>, <5.615,-4,1.94>, <4.142,-4,4.142>, <0,-4,0>, <4.142,-4,4.142>, <1.94,-4,5.615>, <0,-4,0>, <1.94,-4,5.615>, <0,-4,6>, <0,-4,0>, <6,0,0>, <5.6145,0,1.9397>, <5.6145,-4,1.9397>, <6,-4,0>, <5.6145,0,1.9397>, <4.142,0,4.142>, <4.142,-4,4.142>, <5.6145,-4,1.9397>, <4.142,0,4.142>, <1.9387,0,5.6145>, <1.9387,-4,5.6145>, <4.142,-4,4.142>, <1.9387,0,5.6145>, <0,0,6>, <0,-4,6>, <1.9387,-4,5.6145> } face_indices { 12, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27> } } } #declare LDX_ring1_dot_dat = union { // ~Moved to 4-4ring1 // Name: ring1.dat // Author: [PTadmin] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // // Ring 1 x 1.0 object { LDX_4_dash_4ring1_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_3941_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-20>,<20,24,20> } #else union { // Brick 2 x 2 Round // Name: 3941.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-21 [OrionP] Changed stud to stud10, BFC'd // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-06-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,20,0> } #end // LDXStuds object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,16,0,0,0,8,0,4,0> } object { LDX_axlehole_dot_dat matrix <1,0,0,0,20,0,0,0,1,0,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <16,0,0,0,16,0,0,0,16,0,4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <20,0,0,0,20,0,0,0,20,0,0,0> } #if (LDXStuds) object { LDX_stud10_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud10_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,10> } object { LDX_stud10_dot_dat matrix <0,0,-1,0,1,0,1,0,0,10,0,-10> } object { LDX_stud10_dot_dat matrix <-1,0,0,0,1,0,0,0,-1,-10,0,-10> } #end // LDXStuds object { LDX_ring1_dot_dat matrix <10,0,0,0,1,0,0,0,10,0,0,0> } object { LDX_ring1_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,0,0> } object { LDX_ring1_dot_dat matrix <8,0,0,0,-1,0,0,0,8,0,4,0> } mesh2 { vertex_vectors { 184, <20,24,0>, <16,24,0>, <16,24,11.36>, <18.48,24,7.65>, <0,24,20>, <7.65,24,18.48>, <11.36,24,16>, <0,24,16>, <-20,24,0>, <-18.48,24,7.65>, <-16,24,11.36>, <-16,24,0>, <0,24,20>, <0,24,16>, <-11.36,24,16>, <-7.65,24,18.48>, <20,24,0>, <18.48,24,-7.65>, <16,24,-11.36>, <16,24,0>, <0,24,-20>, <0,24,-16>, <11.36,24,-16>, <7.65,24,-18.48>, <-20,24,0>, <-16,24,0>, <-16,24,-11.36>, <-18.48,24,-7.65>, <0,24,-20>, <-7.65,24,-18.48>, <-11.36,24,-16>, <0,24,-16>, <20,24,0>, <18.48,24,7.65>, <18.48,20,7.65>, <20,20,0>, <0,24,20>, <0,20,20>, <7.65,20,18.48>, <7.65,24,18.48>, <18.48,24,7.65>, <16,24,11.36>, <16,20,11.36>, <18.48,20,7.65>, <7.65,24,18.48>, <7.65,20,18.48>, <11.36,20,16>, <11.36,24,16>, <16,24,11.36>, <16,24,0>, <16,20,0>, <16,20,11.36>, <11.36,24,16>, <11.36,20,16>, <0,20,16>, <0,24,16>, <-20,24,0>, <-20,20,0>, <-18.48,20,7.65>, <-18.48,24,7.65>, <0,24,20>, <-7.65,24,18.48>, <-7.65,20,18.48>, <0,20,20>, <-18.48,24,7.65>, <-18.48,20,7.65>, <-16,20,11.36>, <-16,24,11.36>, <-7.65,24,18.48>, <-11.36,24,16>, <-11.36,20,16>, <-7.65,20,18.48>, <-16,24,11.36>, <-16,20,11.36>, <-16,20,0>, <-16,24,0>, <-11.36,24,16>, <0,24,16>, <0,20,16>, <-11.36,20,16>, <20,24,0>, <20,20,0>, <18.48,20,-7.65>, <18.48,24,-7.65>, <0,24,-20>, <7.65,24,-18.48>, <7.65,20,-18.48>, <0,20,-20>, <18.48,24,-7.65>, <18.48,20,-7.65>, <16,20,-11.36>, <16,24,-11.36>, <7.65,24,-18.48>, <11.36,24,-16>, <11.36,20,-16>, <7.65,20,-18.48>, <16,24,-11.36>, <16,20,-11.36>, <16,20,0>, <16,24,0>, <11.36,24,-16>, <0,24,-16>, <0,20,-16>, <11.36,20,-16>, <-20,24,0>, <-18.48,24,-7.65>, <-18.48,20,-7.65>, <-20,20,0>, <0,24,-20>, <0,20,-20>, <-7.65,20,-18.48>, <-7.65,24,-18.48>, <-18.48,24,-7.65>, <-16,24,-11.36>, <-16,20,-11.36>, <-18.48,20,-7.65>, <-7.65,24,-18.48>, <-7.65,20,-18.48>, <-11.36,20,-16>, <-11.36,24,-16>, <-16,24,-11.36>, <-16,24,0>, <-16,20,0>, <-16,20,-11.36>, <-11.36,24,-16>, <-11.36,20,-16>, <0,20,-16>, <0,24,-16>, <16,20,0>, <14.78,20,6.12>, <16,20,11.36>, <14.78,20,6.12>, <11.31,20,11.31>, <14.14,20,14.14>, <16,20,11.36>, <6.12,20,14.78>, <11.36,20,16>, <14.14,20,14.14>, <11.31,20,11.31>, <0,20,16>, <11.36,20,16>, <6.12,20,14.78>, <-16,20,0>, <-16,20,11.36>, <-14.78,20,6.12>, <-14.78,20,6.12>, <-16,20,11.36>, <-14.14,20,14.14>, <-11.31,20,11.31>, <-6.12,20,14.78>, <-11.31,20,11.31>, <-14.14,20,14.14>, <-11.36,20,16>, <0,20,16>, <-6.12,20,14.78>, <-11.36,20,16>, <16,20,0>, <16,20,-11.36>, <14.78,20,-6.12>, <14.78,20,-6.12>, <16,20,-11.36>, <14.14,20,-14.14>, <11.31,20,-11.31>, <6.12,20,-14.78>, <11.31,20,-11.31>, <14.14,20,-14.14>, <11.36,20,-16>, <0,20,-16>, <6.12,20,-14.78>, <11.36,20,-16>, <-16,20,0>, <-14.78,20,-6.12>, <-16,20,-11.36>, <-14.78,20,-6.12>, <-11.31,20,-11.31>, <-14.14,20,-14.14>, <-16,20,-11.36>, <-6.12,20,-14.78>, <-11.36,20,-16>, <-14.14,20,-14.14>, <-11.31,20,-11.31>, <0,20,-16>, <-11.36,20,-16>, <-6.12,20,-14.78> } face_indices { 88, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <131, 132, 133>, <131, 133, 134>, <135, 136, 137>, <135, 137, 138>, <139, 140, 141>, <142, 143, 144>, <145, 146, 147>, <145, 147, 148>, <149, 150, 151>, <149, 151, 152>, <153, 154, 155>, <156, 157, 158>, <159, 160, 161>, <159, 161, 162>, <163, 164, 165>, <163, 165, 166>, <167, 168, 169>, <170, 171, 172>, <173, 174, 175>, <173, 175, 176>, <177, 178, 179>, <177, 179, 180>, <181, 182, 183> } } } #end #declare LDX_2_dash_4ring8_dot_dat = union { // Ring 8 x 0.5 // Name: 2-4ring8.dat // Author: John Riley [jriley] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 32, <8,0,0>, <9,0,0>, <8.3151,0,3.4443>, <7.3912,0,3.0616>, <7.3912,0,3.0616>, <8.3151,0,3.4443>, <6.3639,0,6.3639>, <5.6568,0,5.6568>, <5.6568,0,5.6568>, <6.3639,0,6.3639>, <3.4443,0,8.3151>, <3.0616,0,7.3912>, <3.0616,0,7.3912>, <3.4443,0,8.3151>, <0,0,9>, <0,0,8>, <0,0,8>, <0,0,9>, <-3.4443,0,8.3151>, <-3.0616,0,7.3912>, <-3.0616,0,7.3912>, <-3.4443,0,8.3151>, <-6.3639,0,6.3639>, <-5.6568,0,5.6568>, <-5.6568,0,5.6568>, <-6.3639,0,6.3639>, <-8.3151,0,3.4443>, <-7.3912,0,3.0616>, <-7.3912,0,3.0616>, <-8.3151,0,3.4443>, <-9,0,0>, <-8,0,0> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_2_dash_4cylo_dot_dat = union { // Cylinder Open 0.5 // Name: 2-4cylo.dat // Author: Max Martin Richter [MMR1988] // !LDRAW_ORG Primitive UPDATE 2010-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 object { LDX_2_dash_4cyli_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_box3u8p_dot_dat = union { // Box with 3 Faces and 4 Parallel Edges // Name: box3u8p.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-12-13 [hafhead] Made BFC compliant // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 12, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1> } face_indices { 6, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11> } } } #declare LDX_2_dash_4cylc_dot_dat = union { // Cylinder Closed 0.5 // Name: 2-4cylc.dat // Author: Alex Taylor [anathema] // !LDRAW_ORG Primitive UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 object { LDX_2_dash_4disc_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_2_dash_4cyli_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_2_dash_4ring2_dot_dat = union { // Ring 2 x 0.5 // Name: 2-4ring2.dat // Author: Chris Dee [cwdee] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 32, <3,0,0>, <2.7717,0,1.1481>, <1.8478,0,0.7654>, <2,0,0>, <2.7717,0,1.1481>, <2.1213,0,2.1213>, <1.4142,0,1.4142>, <1.8478,0,0.7654>, <2.1213,0,2.1213>, <1.1481,0,2.7717>, <0.7654,0,1.8478>, <1.4142,0,1.4142>, <1.1481,0,2.7717>, <0,0,3>, <0,0,2>, <0.7654,0,1.8478>, <0,0,3>, <-1.1481,0,2.7717>, <-0.7654,0,1.8478>, <0,0,2>, <-1.1481,0,2.7717>, <-2.1213,0,2.1213>, <-1.4142,0,1.4142>, <-0.7654,0,1.8478>, <-2.1213,0,2.1213>, <-2.7717,0,1.1481>, <-1.8478,0,0.7654>, <-1.4142,0,1.4142>, <-2.7717,0,1.1481>, <-3,0,0>, <-2,0,0>, <-1.8478,0,0.7654> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_stug2_dash_2x2_dot_dat = union { // Stud Open Group 2 x 2 // Name: stug2-2x2.dat // Author: Steffen [Steffen] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // !HISTORY 2011-06-30 [PTadmin] Renamed from stug2a // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } #end // LDXStuds } #declare LDX_2444_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-20>,<20,19,20> } #else union { // Plate 2 x 2 with Hole and Split Underside Ribs // Name: 2444.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2013-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-06-08 [jriley] BFC compliant // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-05-12 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2013-09-12 [cwdee] Reworked // !HISTORY 2013-09-12 [MMR1988] Removed t-junctions, used more prims // !HISTORY 2013-09-13 [arezey] Simplified underside // !HISTORY 2013-09-14 [MMR1988] Reduced diameter of outer cylinder // !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02 object { LDX_box4_dash_1_dot_dat matrix <0,0,20,0,-8,0,-20,0,0,0,8,0> } // BFC INVERTNEXT object { LDX_box3u2p_dot_dat matrix <0,2,0,-12,0,0,0,0,16,-4,6,0> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,2,0,0,0,3.5,8.5,0,0,7.5,6,12.5> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,2,0,0,0,-3.5,8.5,0,0,7.5,6,-12.5> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,8,-1,0,0,0,-8,0,20,10,0> } object { LDX_peghole_dot_dat matrix <0,0,-1,-1,0,0,0,-1,0,20,10,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,0,-6,16,0,0,0,-6,0,2,10,0> } object { LDX_2_dash_4ring8_dot_dat matrix <0,0,1,-1,0,0,0,1,0,20,10,0> } object { LDX_2_dash_4cylo_dot_dat matrix <0,0,9,-18,0,0,0,9,0,20,10,0> } object { LDX_box3u8p_dot_dat matrix <0,0,4.5,0,4,0,1.5,0,0,-2.5,4,11.5> } object { LDX_box3u8p_dot_dat matrix <0,0,4.5,0,4,0,1.5,0,0,-2.5,4,-11.5> } object { LDX_2_dash_4cylc_dot_dat matrix <1.5,0,0,0,-4,0,0,0,-1.5,-2.5,8,7> } object { LDX_2_dash_4cylc_dot_dat matrix <1.5,0,0,0,-4,0,0,0,1.5,-2.5,8,-7> } object { LDX_2_dash_4ring2_dot_dat matrix <0,0,-3,1,0,0,0,3,0,2,10,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,6,1,0,0,0,-6,0,2,10,0> } object { LDX_rect1_dot_dat matrix <0,0,1.5,1,0,0,0,3,0,2,7,7.5> } object { LDX_rect1_dot_dat matrix <0,0,-1.5,1,0,0,0,3,0,2,7,-7.5> } #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-10,4,0> } object { LDX_stug2_dash_2x2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 83, <20,10,9>, <20,8,9>, <20,2,8>, <20,10,8>, <20,10,-9>, <20,10,-8>, <20,2,-8>, <20,8,-9>, <20,8,20>, <20,0,20>, <20,2,8>, <20,8,9>, <20,8,-20>, <20,8,-9>, <20,2,-8>, <20,0,-20>, <20,0,-20>, <20,2,-8>, <20,2,0>, <20,0,-20>, <20,2,0>, <20,2,8>, <20,0,20>, <20,8,9>, <16,8,9>, <16,8,16>, <20,8,20>, <20,8,20>, <16,8,16>, <-1,8,16>, <20,8,20>, <-1,8,16>, <-4,8,16>, <-20,8,20>, <-4,8,16>, <-16,8,16>, <-20,8,20>, <-20,8,20>, <-16,8,16>, <-16,8,-16>, <-20,8,-20>, <-1,8,-16>, <16,8,-16>, <20,8,-20>, <-20,8,-20>, <-4,8,-16>, <-1,8,-16>, <20,8,-20>, <-20,8,-20>, <-16,8,-16>, <-4,8,-16>, <20,8,-20>, <16,8,-16>, <16,8,-9>, <20,8,-9>, <20,10,9>, <2,10,9>, <16,8,9>, <20,8,9>, <16,8,9>, <2,10,9>, <2,4,9>, <16,4,9>, <20,10,-9>, <20,8,-9>, <16,8,-9>, <2,10,-9>, <16,8,-9>, <16,4,-9>, <2,4,-9>, <2,10,-9>, <-16,4,-16>, <2,4,-9>, <16,4,-9>, <16,4,-16>, <-16,4,-16>, <-16,4,16>, <2,4,9>, <2,4,-9>, <-16,4,16>, <16,4,16>, <16,4,9>, <2,4,9> } face_indices { 39, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <19, 20, 21>, <19, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <30, 31, 32>, <30, 32, 33>, <34, 35, 36>, <37, 38, 39>, <37, 39, 40>, <41, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <51, 52, 53>, <51, 53, 54>, <55, 56, 57>, <55, 57, 58>, <59, 60, 61>, <59, 61, 62>, <63, 64, 65>, <63, 65, 66>, <67, 68, 69>, <67, 69, 70>, <71, 72, 73>, <71, 73, 74>, <75, 76, 77>, <75, 77, 78>, <79, 80, 81>, <79, 81, 82> } } } #end #declare LDX_box4_dash_4a_dot_dat = union { // Box with 4 Faces without 4 Adjacent Edges // Name: box4-4a.dat // Author: Manfred Moolhuysen // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-07-15 [PTadmin] Official Update 1998-07 // !HISTORY 2002-12-13 [hafhead] Made BFC compliant // !HISTORY 2003-03-12 [PTadmin] Official Update 2003-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 16, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_6091_dot_DAT = #if (LDXQual = 0) box { <-10,0,-30>,<10,32,10> } #else union { // Brick 2 x 1 x 1 & 1/3 with Curved Top // Name: 6091.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-04 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-09-22 [OrionP] DAT Cleanup // !HISTORY 2004-02-04 [jriley] BFC compliant, box and rect substitutions // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2004-10-09 [guyvivan] Corected inner cylinder and use more primitives // !HISTORY 2004-11-06 [PTadmin] Official Update 2004-04 // !HISTORY 2007-07-12 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_box5_dot_dat matrix <2,0,0,0,4,0,0,0,2,0,12,-8> } // BFC INVERTNEXT object { LDX_box4_dash_4a_dot_dat matrix <-6,0,0,0,-4,0,0,0,8,0,16,-2> } object { LDX_box4_dash_4a_dot_dat matrix <-10,0,0,0,-8,0,0,0,10,0,16,0> } object { LDX_rect3_dot_dat matrix <-10,0,0,0,0,-1,0,8,0,0,24,-10> } object { LDX_rect3_dot_dat matrix <-6,0,0,0,0,-1,0,-2,0,0,14,-10> } object { LDX_rect_dot_dat matrix <0,4,0,0,0,-1,-10,0,0,0,4,-10> } object { LDX_rect3_dot_dat matrix <6,0,0,0,0,1,0,-7.5,0,0,12.5,-14> } // BFC INVERTNEXT object { LDX_box4o4a_dot_dat matrix <6,0,0,0,-12,0,0,0,-6,0,32,-20> } object { LDX_rect3_dot_dat matrix <-10,0,0,0,0,1,0,6,0,0,26,-30> } object { LDX_rect1_dot_dat matrix <0,6,0,-1,0,0,0,0,10,10,26,-20> } object { LDX_rect1_dot_dat matrix <0,6,0,1,0,0,0,0,-10,-10,26,-20> } object { LDX_1_dash_4cyli_dot_dat matrix <0,-20,0,-20,0,0,0,0,-20,10,20,-10> } object { LDX_1_dash_4disc_dot_dat matrix <0,-20,0,-1,0,0,0,0,-20,10,20,-10> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-20,1,0,0,0,-20,0,-10,20,-10> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,-1,0,1,0,1,0,0,0,8,0> } #end // LDXStuds object { LDX_1_dash_4disc_dot_dat matrix <0,-15,0,-1,0,0,0,0,-12,-6,20,-14> } object { LDX_1_dash_4disc_dot_dat matrix <0,-15,0,1,0,0,0,0,-12,6,20,-14> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-15,0,12,0,0,0,0,-12,-6,20,-14> } mesh2 { vertex_vectors { 28, <10,32,-10>, <6,32,-14>, <-6,32,-14>, <-10,32,-10>, <-10,32,-10>, <-6,32,-14>, <-6,32,-26>, <-10,32,-30>, <-10,32,-30>, <-6,32,-26>, <6,32,-26>, <10,32,-30>, <10,32,-30>, <6,32,-26>, <6,32,-14>, <10,32,-10>, <10,16,-10>, <6,16,-10>, <6,16,6>, <10,16,10>, <10,16,10>, <6,16,6>, <-6,16,6>, <-10,16,10>, <-10,16,10>, <-6,16,6>, <-6,16,-10>, <-10,16,-10> } face_indices { 14, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27> } } } #end #declare LDX_3023_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<20,8,10> } #else union { // Plate 1 x 2 // Name: 3023.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2002-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2002-05-07 [unknown] BFC Certification // !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03 // !HISTORY 2007-06-07 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_box5_dot_dat matrix <20,0,0,0,-8,0,0,0,10,0,8,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 16, <20,8,10>, <16,8,6>, <-16,8,6>, <-20,8,10>, <-20,8,10>, <-16,8,6>, <-16,8,-6>, <-20,8,-10>, <-20,8,-10>, <-16,8,-6>, <16,8,-6>, <20,8,-10>, <20,8,-10>, <16,8,-6>, <16,8,6>, <20,8,10> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_s_slash_3665s01_dot_dat = union { // ~Slope Brick 45 2 x 1 Inverted without Front Face // Name: s\3665s01.dat // Author: Michael Heidemann [mikeheide] // !LDRAW_ORG Subpart UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2008-07-11 [mkennedy] Made use of stud2s and more box and rect primitives. // !HISTORY 2010-05-18 [Steffen] corrected stud orientation // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <6,0,0,0,-20,0,0,0,6,0,24,0> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <8,0,0,0,2,0,0,-8,-8,0,10,-18> } object { LDX_rect_dot_dat matrix <10,0,0,0,0,-1,0,12,0,0,12,10> } object { LDX_rect_dot_dat matrix <10,0,0,0,0,1,0,2,0,0,2,-30> } object { LDX_rect3_dot_dat matrix <8,0,0,0,0,1,0,-10,0,0,10,-10> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,-1,0,1,0,1,0,0,0,0,0> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,0,4,-20> } object { LDX_stud2s_dot_dat matrix <0,0,-1,0,6,0,1,0,0,0,4,-20> } #end // LDXStuds mesh2 { vertex_vectors { 54, <-10,24,10>, <-6,24,6>, <6,24,6>, <10,24,10>, <-10,24,-10>, <-6,24,-6>, <-6,24,6>, <-10,24,10>, <10,24,-10>, <6,24,-6>, <-6,24,-6>, <-10,24,-10>, <10,24,10>, <6,24,6>, <6,24,-6>, <10,24,-10>, <10,24,10>, <10,24,-10>, <10,4,-30>, <10,0,10>, <10,0,10>, <10,4,-30>, <10,0,-30>, <-10,24,10>, <-10,0,10>, <-10,4,-30>, <-10,24,-10>, <-10,0,-30>, <-10,4,-30>, <-10,0,10>, <8,4,-26>, <8,20,-10>, <8,0,-10>, <8,0,-26>, <-8,4,-26>, <-8,0,-26>, <-8,0,-10>, <-8,20,-10>, <-10,0,10>, <10,0,10>, <8,0,-10>, <-8,0,-10>, <-10,0,-30>, <-10,0,10>, <-8,0,-10>, <-8,0,-26>, <10,0,-30>, <-10,0,-30>, <-8,0,-26>, <8,0,-26>, <10,0,10>, <10,0,-30>, <8,0,-26>, <8,0,-10> } face_indices { 26, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <30, 31, 32>, <30, 32, 33>, <34, 35, 36>, <34, 36, 37>, <38, 39, 40>, <38, 40, 41>, <42, 43, 44>, <42, 44, 45>, <46, 47, 48>, <46, 48, 49>, <50, 51, 52>, <50, 52, 53> } } } #declare LDX_3665_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-30>,<10,24,10> } #else union { // Slope Brick 45 2 x 1 Inverted // Name: 3665.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-01-21 [sbliss] Completed header; BFC'ed // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-05-17 [mikeheide] Used subpart // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 object { LDX_s_slash_3665s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 4, <10,24,-10>, <10,4,-30>, <-10,4,-30>, <-10,24,-10> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #end #declare LDX_1_dash_4chrd_dot_dat = union { // Chord 0.25 // Name: 1-4chrd.dat // Author: Tony Hafner [hafhead] // !LDRAW_ORG Primitive UPDATE 2012-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-10-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-08-02 [MMR1988] Re-creation with PrimGen2 and Rectifier // !HISTORY 2012-08-09 [PTadmin] Official Update 2012-02 mesh2 { vertex_vectors { 7, <0.9239,0,0.3827>, <0.3827,0,0.9239>, <0,0,1>, <1,0,0>, <0.7071,0,0.7071>, <0.3827,0,0.9239>, <0.9239,0,0.3827> } face_indices { 3, <0, 1, 2>, <0, 2, 3>, <4, 5, 6> } } } #declare LDX_confric_dot_dat = union { // Technic Friction Pin 1.0 with Base Collar // Name: confric.dat // Author: Donald Sutter [technog] // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // !HISTORY 2010-01-15 [cwdee] Update ring3 to 4-4ring3 // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,2,0,0,0,8,0,-2,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-2,0> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,-9.5,0,0,0,6,0,-2,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,-0.199,0,1,6,-12.5,0> } object { LDX_rect1_dot_dat matrix <0,-3.25,0,-1,0,0,-0.129,0,0.648,5.672,-14.75,1.648> } object { LDX_3_dash_8cyli_dot_dat matrix <5.543,0,2.296,0,6.5,0,-2.296,0,5.543,0,-18,0> } object { LDX_rect1_dot_dat matrix <0,-3.25,0,1,0,0,0.129,0,0.648,-5.672,-14.75,1.648> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,0.199,0,1,-6,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,0.199,0,-1,-6,-12.5,0> } object { LDX_rect1_dot_dat matrix <0,-3.25,0,1,0,0,0.129,0,-0.648,-5.672,-14.75,-1.648> } object { LDX_3_dash_8cyli_dot_dat matrix <-5.543,0,-2.296,0,6.5,0,2.296,0,-5.543,0,-18,0> } object { LDX_rect1_dot_dat matrix <0,-3.25,0,-1,0,0,-0.129,0,-0.648,5.672,-14.75,-1.648> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,-0.199,0,-1,6,-12.5,0> } object { LDX_rect2p_dot_dat matrix <-0.148,0,0.744,-1,0,0,0,1,0,6.153,-19,1.744> } object { LDX_3_dash_8cyli_dot_dat matrix <6.005,0,2.488,0,2,0,-2.488,0,6.005,0,-20,0> } object { LDX_rect2p_dot_dat matrix <0.148,0,0.744,1,0,0,0,1,0,-6.153,-19,1.744> } object { LDX_rect2p_dot_dat matrix <0.148,0,-0.744,1,0,0,0,1,0,-6.153,-19,-1.744> } object { LDX_3_dash_8cyli_dot_dat matrix <-6.005,0,-2.488,0,2,0,2.488,0,-6.005,0,-20,0> } object { LDX_rect2p_dot_dat matrix <-0.148,0,-0.744,-1,0,0,0,1,0,6.153,-19,-1.744> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,-0.199,0,1,4,-12.5,0> } object { LDX_rect2p_dot_dat matrix <0,2.75,0,0,0,1,1,0,0,4.801,-15.25,1> } object { LDX_rect3_dot_dat matrix <1.25,0,0,0,0,1,0,-1,0,5.051,-19,1> } object { LDX_rect3_dot_dat matrix <1.25,0,0,0,0,1,0,-1,0,-5.051,-19,1> } object { LDX_rect2p_dot_dat matrix <0,2.75,0,0,0,1,1,0,0,-4.801,-15.25,1> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,0.199,0,1,-6,-12.5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,0.199,0,-1,-6,-12.5,0> } object { LDX_rect2p_dot_dat matrix <0,2.75,0,0,0,-1,1,0,0,-4.801,-15.25,-1> } object { LDX_rect3_dot_dat matrix <1.25,0,0,0,0,-1,0,-1,0,-5.051,-19,-1> } object { LDX_rect3_dot_dat matrix <1.25,0,0,0,0,-1,0,-1,0,5.051,-19,-1> } object { LDX_rect2p_dot_dat matrix <0,2.75,0,0,0,-1,1,0,0,4.801,-15.25,-1> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,-0.199,0,-1,4,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,-0.199,0,1,4,-12.5,0> } object { LDX_rect1_dot_dat matrix <0,-4.25,0,1,0,0,-0.053,0,0.265,3.748,-15.75,1.265> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <3.695,0,1.531,0,8.5,0,-1.531,0,3.695,0,-20,0> } object { LDX_rect1_dot_dat matrix <0,-4.25,0,-1,0,0,0.053,0,0.265,-3.748,-15.75,1.265> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,0.199,0,1,-4,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,0.199,0,-1,-4,-12.5,0> } object { LDX_rect1_dot_dat matrix <0,-4.25,0,-1,0,0,0.053,0,-0.265,-3.748,-15.75,-1.265> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <-3.695,0,-1.531,0,8.5,0,1.531,0,-3.695,0,-20,0> } object { LDX_rect1_dot_dat matrix <0,-4.25,0,1,0,0,-0.053,0,-0.265,3.748,-15.75,-1.265> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,-0.199,0,-1,4,-12.5,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,-11.5,0,0,0,4,0,0,0> } // Friction object { LDX_1_dash_4cyli_dot_dat matrix <-0.848,0,0.566,0.177,0,0.177,0,1,0,4.243,-14,4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <0.566,0,-0.848,0.177,0,0.177,0,1,0,4.243,-14,4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.848,0,0.566,-1,0,0,0,1,0,4.419,-14,4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <0.566,0,-0.848,-1,0,0,0,1,0,4.419,-14,4.419> } object { LDX_rect3_dot_dat matrix <0.088,0,0.088,1,0,0,0,-2,0,3.483,-16,4.897> } object { LDX_rect3_dot_dat matrix <0.088,0,0.088,-1,0,0,0,-2,0,4.897,-16,3.483> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.566,0,-0.848,-0.177,0,0.177,0,1,0,-4.243,-14,4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <0.848,0,0.566,-0.177,0,0.177,0,1,0,-4.243,-14,4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.566,0,-0.848,1,0,0,0,1,0,-4.419,-14,4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <0.848,0,0.566,1,0,0,0,1,0,-4.419,-14,4.419> } object { LDX_rect3_dot_dat matrix <-0.088,0,0.088,1,0,0,0,-2,0,-4.897,-16,3.483> } object { LDX_rect3_dot_dat matrix <-0.088,0,0.088,-1,0,0,0,-2,0,-3.483,-16,4.897> } object { LDX_1_dash_4cyli_dot_dat matrix <0.848,0,-0.566,-0.177,0,-0.177,0,1,0,-4.243,-14,-4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.566,0,0.848,-0.177,0,-0.177,0,1,0,-4.243,-14,-4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <0.848,0,-0.566,1,0,0,0,1,0,-4.419,-14,-4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.566,0,0.848,1,0,0,0,1,0,-4.419,-14,-4.419> } object { LDX_rect3_dot_dat matrix <-0.088,0,-0.088,-1,0,0,0,-2,0,-3.483,-16,-4.897> } object { LDX_rect3_dot_dat matrix <-0.088,0,-0.088,1,0,0,0,-2,0,-4.897,-16,-3.483> } object { LDX_1_dash_4cyli_dot_dat matrix <0.566,0,0.848,0.177,0,-0.177,0,1,0,4.243,-14,-4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.848,0,-0.566,0.177,0,-0.177,0,1,0,4.243,-14,-4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <0.566,0,0.848,-1,0,0,0,1,0,4.419,-14,-4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.848,0,-0.566,-1,0,0,0,1,0,4.419,-14,-4.419> } object { LDX_rect3_dot_dat matrix <0.088,0,-0.088,-1,0,0,0,-2,0,4.897,-16,-3.483> } object { LDX_rect3_dot_dat matrix <0.088,0,-0.088,1,0,0,0,-2,0,3.483,-16,-4.897> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.848,0,-0.566,0.177,0,-0.177,0,-1,0,4.243,-6,-4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <0.566,0,0.848,0.177,0,-0.177,0,-1,0,4.243,-6,-4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.848,0,-0.566,-1,0,0,0,-1,0,4.419,-6,-4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <0.566,0,0.848,-1,0,0,0,-1,0,4.419,-6,-4.419> } object { LDX_rect3_dot_dat matrix <0.088,0,-0.088,1,0,0,0,2,0,3.483,-4,-4.897> } object { LDX_rect3_dot_dat matrix <0.088,0,-0.088,-1,0,0,0,2,0,4.897,-4,-3.483> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.566,0,0.848,-0.177,0,-0.177,0,-1,0,-4.243,-6,-4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <0.848,0,-0.566,-0.177,0,-0.177,0,-1,0,-4.243,-6,-4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.566,0,0.848,1,0,0,0,-1,0,-4.419,-6,-4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <0.848,0,-0.566,1,0,0,0,-1,0,-4.419,-6,-4.419> } object { LDX_rect3_dot_dat matrix <-0.088,0,-0.088,1,0,0,0,2,0,-4.897,-4,-3.483> } object { LDX_rect3_dot_dat matrix <-0.088,0,-0.088,-1,0,0,0,2,0,-3.483,-4,-4.897> } object { LDX_1_dash_4cyli_dot_dat matrix <0.848,0,0.566,-0.177,0,0.177,0,-1,0,-4.243,-6,4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.566,0,-0.848,-0.177,0,0.177,0,-1,0,-4.243,-6,4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <0.848,0,0.566,1,0,0,0,-1,0,-4.419,-6,4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.566,0,-0.848,1,0,0,0,-1,0,-4.419,-6,4.419> } object { LDX_rect3_dot_dat matrix <-0.088,0,0.088,-1,0,0,0,2,0,-3.483,-4,4.897> } object { LDX_rect3_dot_dat matrix <-0.088,0,0.088,1,0,0,0,2,0,-4.897,-4,3.483> } object { LDX_1_dash_4cyli_dot_dat matrix <0.566,0,-0.848,0.177,0,0.177,0,-1,0,4.243,-6,4.243> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.848,0,0.566,0.177,0,0.177,0,-1,0,4.243,-6,4.243> } object { LDX_1_dash_4chrd_dot_dat matrix <0.566,0,-0.848,-1,0,0,0,-1,0,4.419,-6,4.419> } object { LDX_1_dash_4chrd_dot_dat matrix <-0.848,0,0.566,-1,0,0,0,-1,0,4.419,-6,4.419> } object { LDX_rect3_dot_dat matrix <0.088,0,0.088,-1,0,0,0,2,0,4.897,-4,3.483> } object { LDX_rect3_dot_dat matrix <0.088,0,0.088,1,0,0,0,2,0,3.483,-4,4.897> } mesh2 { vertex_vectors { 192, <6.301,-18,-1>, <6.005,-18,-2.488>, <5.543,-18,-2.296>, <5.801,-18,-1>, <6.005,-18,-2.488>, <4.596,-18,-4.596>, <4.243,-18,-4.243>, <5.543,-18,-2.296>, <4.596,-18,-4.596>, <2.488,-18,-6.005>, <2.296,-18,-5.543>, <4.243,-18,-4.243>, <2.488,-18,-6.005>, <0,-18,-6.5>, <0,-18,-6>, <2.296,-18,-5.543>, <0,-18,-6.5>, <-2.488,-18,-6.005>, <-2.296,-18,-5.543>, <0,-18,-6>, <-2.488,-18,-6.005>, <-4.596,-18,-4.596>, <-4.243,-18,-4.243>, <-2.296,-18,-5.543>, <-4.596,-18,-4.596>, <-6.005,-18,-2.488>, <-5.543,-18,-2.296>, <-4.243,-18,-4.243>, <-6.005,-18,-2.488>, <-6.301,-18,-1>, <-5.801,-18,-1>, <-5.543,-18,-2.296>, <-6.301,-18,1>, <-6.005,-18,2.488>, <-5.543,-18,2.296>, <-5.801,-18,1>, <-6.005,-18,2.488>, <-4.596,-18,4.596>, <-4.243,-18,4.243>, <-5.543,-18,2.296>, <-4.596,-18,4.596>, <-2.488,-18,6.005>, <-2.296,-18,5.543>, <-4.243,-18,4.243>, <-2.488,-18,6.005>, <0,-18,6.5>, <0,-18,6>, <-2.296,-18,5.543>, <0,-18,6.5>, <2.488,-18,6.005>, <2.296,-18,5.543>, <0,-18,6>, <2.488,-18,6.005>, <4.596,-18,4.596>, <4.243,-18,4.243>, <2.296,-18,5.543>, <4.596,-18,4.596>, <6.005,-18,2.488>, <5.543,-18,2.296>, <4.243,-18,4.243>, <6.005,-18,2.488>, <6.301,-18,1>, <5.801,-18,1>, <5.543,-18,2.296>, <3.696,-20,1.531>, <3.801,-20,1>, <6.301,-20,1>, <6.005,-20,2.488>, <2.828,-20,2.828>, <3.696,-20,1.531>, <6.005,-20,2.488>, <4.596,-20,4.596>, <1.531,-20,3.696>, <2.828,-20,2.828>, <4.596,-20,4.596>, <2.488,-20,6.005>, <0,-20,4>, <1.531,-20,3.696>, <2.488,-20,6.005>, <0,-20,6.5>, <-1.531,-20,3.696>, <0,-20,4>, <0,-20,6.5>, <-2.488,-20,6.005>, <-2.828,-20,2.828>, <-1.531,-20,3.696>, <-2.488,-20,6.005>, <-4.596,-20,4.596>, <-3.696,-20,1.531>, <-2.828,-20,2.828>, <-4.596,-20,4.596>, <-6.005,-20,2.488>, <-3.801,-20,1>, <-3.696,-20,1.531>, <-6.005,-20,2.488>, <-6.301,-20,1>, <-3.696,-20,-1.531>, <-3.801,-20,-1>, <-6.301,-20,-1>, <-6.005,-20,-2.488>, <-2.828,-20,-2.828>, <-3.696,-20,-1.531>, <-6.005,-20,-2.488>, <-4.596,-20,-4.596>, <-1.531,-20,-3.696>, <-2.828,-20,-2.828>, <-4.596,-20,-4.596>, <-2.488,-20,-6.005>, <0,-20,-4>, <-1.531,-20,-3.696>, <-2.488,-20,-6.005>, <0,-20,-6.5>, <1.531,-20,-3.696>, <0,-20,-4>, <0,-20,-6.5>, <2.488,-20,-6.005>, <2.828,-20,-2.828>, <1.531,-20,-3.696>, <2.488,-20,-6.005>, <4.596,-20,-4.596>, <3.696,-20,-1.531>, <2.828,-20,-2.828>, <4.596,-20,-4.596>, <6.005,-20,-2.488>, <3.801,-20,-1>, <3.696,-20,-1.531>, <6.005,-20,-2.488>, <6.301,-20,-1>, <4.419,-13,4.419>, <3.572,-14,4.986>, <3.572,-18,4.986>, <4.419,-18,4.419>, <4.419,-18,4.419>, <4.986,-18,3.572>, <4.986,-14,3.572>, <4.419,-13,4.419>, <-4.419,-13,4.419>, <-4.986,-14,3.572>, <-4.986,-18,3.572>, <-4.419,-18,4.419>, <-4.419,-18,4.419>, <-3.572,-18,4.986>, <-3.572,-14,4.986>, <-4.419,-13,4.419>, <-4.419,-13,-4.419>, <-3.572,-14,-4.986>, <-3.572,-18,-4.986>, <-4.419,-18,-4.419>, <-4.419,-18,-4.419>, <-4.986,-18,-3.572>, <-4.986,-14,-3.572>, <-4.419,-13,-4.419>, <4.419,-13,-4.419>, <4.986,-14,-3.572>, <4.986,-18,-3.572>, <4.419,-18,-4.419>, <4.419,-18,-4.419>, <3.572,-18,-4.986>, <3.572,-14,-4.986>, <4.419,-13,-4.419>, <4.419,-7,-4.419>, <3.572,-6,-4.986>, <3.572,-2,-4.986>, <4.419,-2,-4.419>, <4.419,-2,-4.419>, <4.986,-2,-3.572>, <4.986,-6,-3.572>, <4.419,-7,-4.419>, <-4.419,-7,-4.419>, <-4.986,-6,-3.572>, <-4.986,-2,-3.572>, <-4.419,-2,-4.419>, <-4.419,-2,-4.419>, <-3.572,-2,-4.986>, <-3.572,-6,-4.986>, <-4.419,-7,-4.419>, <-4.419,-7,4.419>, <-3.572,-6,4.986>, <-3.572,-2,4.986>, <-4.419,-2,4.419>, <-4.419,-2,4.419>, <-4.986,-2,3.572>, <-4.986,-6,3.572>, <-4.419,-7,4.419>, <4.419,-7,4.419>, <4.986,-6,3.572>, <4.986,-2,3.572>, <4.419,-2,4.419>, <4.419,-2,4.419>, <3.572,-2,4.986>, <3.572,-6,4.986>, <4.419,-7,4.419> } face_indices { 96, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167>, <168, 169, 170>, <168, 170, 171>, <172, 173, 174>, <172, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <180, 182, 183>, <184, 185, 186>, <184, 186, 187>, <188, 189, 190>, <188, 190, 191> } } } #declare LDX_4459_dot_DAT = #if (LDXQual = 0) box { <-20,-8,-8>,<20,8,8> } #else union { // Technic Pin with Friction // Name: 4459.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [technog] BFC'd, updated to confric primitives (2004-05-21) // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 object { LDX_confric_dot_dat matrix <0,0,1,1,0,0,0,1,0,0,0,0> } object { LDX_confric_dot_dat matrix <0,0,1,-1,0,0,0,1,0,0,0,0> } } #end #declare LDX_thigh_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3940_dot_DAT LDXSeamMatrix(40, 52, 40, 0, 22, 0) matrix <1,0,0,0,1,0,0,0,1,0,-24,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3941_dot_DAT LDXSeamMatrix(40, 28, 40, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,0,24,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_2444_dot_DAT LDXSeamMatrix(40, 23, 40, 0, 7.5, 0) matrix <1,0,0,0,1,0,0,0,1,0,56,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_6091_dot_DAT LDXSeamMatrix(20, 32, 40, 0, 16, -10) matrix <1,0,0,0,1,0,0,0,1,-10,40,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_6091_dot_DAT LDXSeamMatrix(20, 32, 40, 0, 16, -10) matrix <-1,0,0,0,1,0,0,0,-1,-10,40,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <0,0,1,0,1,0,-1,0,0,10,48,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <0,0,1,0,1,0,-1,0,0,-10,64,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3665_dot_DAT LDXSeamMatrix(20, 28, 40, 0, 10, -10) matrix <1,0,0,0,1,0,0,0,1,-10,72,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3665_dot_DAT LDXSeamMatrix(20, 28, 40, 0, 10, -10) matrix <-1,0,0,0,1,0,0,0,-1,-10,72,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4459_dot_DAT LDXSeamMatrix(40, 16, 16, 0, 0, 0) matrix <1,0,0,0,1,0,0,0,1,20,66,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_1_dash_8cyli_dot_dat = union { // Cylinder 0.125 // Name: 1-8cyli.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2004-12-11 [nielsk] Recreated using Primitive Generator, Edge lines fixed, BFC changed to CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 8, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <1,1,0>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.9239,1,0.3827> } face_indices { 4, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7> } } } #declare LDX_3937_dot_DAT = #if (LDXQual = 0) box { <-20,2,-10>,<20,24,10> } #else union { // Hinge 1 x 2 Base // Name: 3937.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS tilt bearing, brick // !HISTORY 2003-06-08 [jriley] BFC compliant // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-10-12 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <7,0,0,0,-4,0,0,0,6,9,24,0> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <7,0,0,0,-4,0,0,0,6,-9,24,0> } object { LDX_rect_dot_dat matrix <20,0,0,0,1,0,0,0,1,0,20,-9> } object { LDX_rect_dot_dat matrix <16,0,0,0,1,0,0,0,7,0,16,-1> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,2,-4,0,0,0,-2,0,2,10,0> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0,4,-4,0,0,0,4,0,20,10,0> } object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-8,-4,0,0,0,-8,0,20,10,0> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0,4,4,0,0,0,4,0,-20,10,0> } object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-8,4,0,0,0,-8,0,-20,10,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-4,-1,0,0,0,4,0,20,10,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,4,1,0,0,0,4,0,16,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,2,-1,0,0,0,-2,0,2,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,-2,1,0,0,0,-2,0,-2,10,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-4,-1,0,0,0,4,0,-16,10,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,4,1,0,0,0,4,0,-20,10,0> } mesh2 { vertex_vectors { 168, <2,24,6>, <2,24,-6>, <-2,24,-6>, <-2,24,6>, <20,24,10>, <16,24,6>, <-16,24,6>, <-20,24,10>, <-20,24,10>, <-16,24,6>, <-16,24,-6>, <-20,24,-10>, <-20,24,-10>, <-16,24,-6>, <16,24,-6>, <20,24,-10>, <20,24,-10>, <16,24,-6>, <16,24,6>, <20,24,10>, <-20,16,-8>, <-20,20,-8>, <20,20,-8>, <20,16,-8>, <-20,20,-10>, <-20,24,-10>, <20,24,-10>, <20,20,-10>, <-20,24,10>, <-20,2,10>, <20,2,10>, <20,24,10>, <-20,2,10>, <-20,2,6>, <20,2,6>, <20,2,10>, <-16,2,6>, <-16,16,6>, <16,16,6>, <16,2,6>, <-2,16,2>, <-2,10,2>, <2,10,2>, <2,16,2>, <-2,10,-2>, <-2,16,-2>, <2,16,-2>, <2,10,-2>, <16,2,6>, <16,2,4>, <20,2,4>, <20,2,6>, <16,2,4>, <16,10,4>, <20,10,4>, <20,2,4>, <16,10,-4>, <16,3.24,-4>, <20,3.24,-4>, <20,10,-4>, <20,3.24,-4>, <16,3.24,-4>, <16,4.34,-5.66>, <20,4.34,-5.66>, <16,10,-8>, <16,16,-8>, <20,16,-8>, <20,10,-8>, <-20,2,6>, <-20,2,4>, <-16,2,4>, <-16,2,6>, <-20,2,4>, <-20,10,4>, <-16,10,4>, <-16,2,4>, <-20,10,-4>, <-20,3.24,-4>, <-16,3.24,-4>, <-16,10,-4>, <-20,3.24,-4>, <-20,4.34,-5.66>, <-16,4.34,-5.66>, <-16,3.24,-4>, <-20,10,-8>, <-20,16,-8>, <-16,16,-8>, <-16,10,-8>, <20,3.24,-4>, <20,4.34,-5.66>, <20,6.94,-7.39>, <20,10,-8>, <20,3.24,-4>, <20,10,-8>, <20,20,-8>, <20,14,-4>, <20,24,10>, <20,20,-8>, <20,20,-10>, <20,24,-10>, <20,24,10>, <20,14,4>, <20,14,-4>, <20,20,-8>, <20,24,10>, <20,2,10>, <20,2,4>, <20,14,4>, <16,3.24,-4>, <16,10,-8>, <16,6.94,-7.39>, <16,4.34,-5.66>, <16,3.24,-4>, <16,14,-4>, <16,16,-8>, <16,10,-8>, <16,16,6>, <16,16,-8>, <16,14,-4>, <16,14,4>, <16,16,6>, <16,14,4>, <16,2,4>, <16,2,6>, <2,16,2>, <2,10,2>, <2,10,-2>, <2,16,-2>, <-2,16,-2>, <-2,10,-2>, <-2,10,2>, <-2,16,2>, <-16,3.24,-4>, <-16,4.34,-5.66>, <-16,6.94,-7.39>, <-16,10,-8>, <-16,3.24,-4>, <-16,10,-8>, <-16,16,-8>, <-16,14,-4>, <-16,16,6>, <-16,14,4>, <-16,14,-4>, <-16,16,-8>, <-16,16,6>, <-16,2,6>, <-16,2,4>, <-16,14,4>, <-20,3.24,-4>, <-20,10,-8>, <-20,6.94,-7.39>, <-20,4.34,-5.66>, <-20,3.24,-4>, <-20,14,-4>, <-20,20,-8>, <-20,10,-8>, <-20,24,10>, <-20,24,-10>, <-20,20,-10>, <-20,20,-8>, <-20,24,10>, <-20,20,-8>, <-20,14,-4>, <-20,14,4>, <-20,24,10>, <-20,14,4>, <-20,2,4>, <-20,2,10> } face_indices { 84, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167> } } } #end #declare LDX_1_dash_4cylo_dot_dat = union { // Cylinder Open 0.25 // Name: 1-4cylo.dat // Author: Max Martin Richter [MMR1988] // !LDRAW_ORG Primitive UPDATE 2010-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 object { LDX_1_dash_4cyli_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_6231_dot_DAT = #if (LDXQual = 0) box { <-10,0,-10>,<10,24,10> } #else union { // Panel 1 x 1 x 1 Corner with Rounded Corners // Name: 6231.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2011-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2001-10-12 [sparre] bug-fix // !HISTORY 2001-11-30 [PTadmin] Official Update 2001-02 // !HISTORY 2007-10-26 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [mikeheide] BFC'd (2007-08-24) // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // !HISTORY 2011-01-24 [Rolf] Added rounded corners // !HISTORY 2011-12-29 [PTadmin] Official Update 2011-02 // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <6,0,0,0,-4,0,0,0,6,0,24,0> } object { LDX_1_dash_4disc_dot_dat matrix <2,0,0,0,0,2,0,-2,0,8,2,6> } object { LDX_1_dash_4disc_dot_dat matrix <2,0,0,0,0,-2,0,-2,0,8,2,10> } object { LDX_1_dash_4cylo_dot_dat matrix <2,0,0,0,0,4,0,-2,0,8,2,6> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-2,2,0,0,0,-2,0,-10,2,-8> } object { LDX_1_dash_4disc_dot_dat matrix <0,-2,0,-2,0,0,0,0,-2,-6,2,-8> } object { LDX_1_dash_4cylo_dot_dat matrix <0,0,-2,4,0,0,0,-2,0,-10,2,-8> } // // mesh2 { vertex_vectors { 76, <-10,24,10>, <-6,24,6>, <6,24,6>, <10,24,10>, <-10,24,-10>, <-6,24,-6>, <-6,24,6>, <-10,24,10>, <10,24,-10>, <6,24,-6>, <-6,24,-6>, <-10,24,-10>, <10,24,10>, <6,24,6>, <6,24,-6>, <10,24,-10>, <10,16,6>, <10,16,-10>, <-6,16,-10>, <-6,16,6>, <-6,16,-10>, <10,16,-10>, <10,24,-10>, <-10,24,-10>, <10,16,-10>, <10,16,6>, <10,24,10>, <10,24,-10>, <10,2,10>, <10,24,10>, <10,16,6>, <10,2,6>, <10,24,10>, <10,2,10>, <8,2,10>, <-10,24,10>, <8,2,10>, <8,0,10>, <-10,0,10>, <-10,24,10>, <-10,24,10>, <-10,0,10>, <-10,0,-8>, <-10,2,-8>, <-10,24,10>, <-10,2,-8>, <-10,2,-10>, <-10,24,-10>, <-10,24,-10>, <-10,2,-10>, <-6,2,-10>, <-6,16,-10>, <-6,16,-10>, <-6,2,-10>, <-6,2,-8>, <-6,16,6>, <-6,2,-8>, <-6,0,-8>, <-6,0,6>, <-6,16,6>, <-6,16,6>, <-6,0,6>, <8,0,6>, <8,2,6>, <-6,16,6>, <8,2,6>, <10,2,6>, <10,16,6>, <8,0,10>, <8,0,6>, <-6,0,6>, <-10,0,10>, <-6,0,6>, <-6,0,-8>, <-10,0,-8>, <-10,0,10> } face_indices { 38, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75> } } } #end #declare LDX_3022_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-20>,<20,8,20> } #else union { // Plate 2 x 2 // Name: 3022.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2002-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2002-05-07 [unknown] BFC Certification // !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03 // !HISTORY 2007-06-07 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,16,0,8,0> } // Next Line was 4 16 20 8 -20 16 8 -16 -16 8 -16 -20 8 -20 // Next Line was 4 16 20 8 20 16 8 16 16 8 -16 20 8 -20 object { LDX_box5_dot_dat matrix <20,0,0,0,-8,0,0,0,20,0,8,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } #end // LDXStuds mesh2 { vertex_vectors { 16, <20,8,20>, <16,8,16>, <-16,8,16>, <-20,8,20>, <-20,8,-20>, <-16,8,-16>, <16,8,-16>, <20,8,-20>, <20,8,-20>, <16,8,-16>, <16,8,16>, <20,8,20>, <-20,8,20>, <-16,8,16>, <-16,8,-16>, <-20,8,-20> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_knee_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_6231_dot_DAT LDXSeamMatrix(20, 24, 20, 0, 12, 0) matrix <1,0,0,0,1,0,0,0,1,-10,0,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_6231_dot_DAT LDXSeamMatrix(20, 24, 20, 0, 12, 0) matrix <0,0,-1,0,1,0,1,0,0,10,0,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3022_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,0,24,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_uplegl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_thigh_dot_dat matrix <-1,0,0,0,-1,0,0,0,1,20,66,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_knee_dot_dat matrix <1,0,0,0,-1,0,0,0,-1,20,122,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_2_dash_4cyls_dot_dat = union { // Cylinder Sloped 0.5 // Name: 2-4cyls.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-05-08 [OrionP] Made BFC Compliant // !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 31, <0.9239,0.0761,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <0.9239,0.0761,0.3827>, <0.7071,0.2929,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.7071,0.2929,0.7071>, <0.3827,0.6173,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.3827,0.6173,0.9239>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239>, <0,1,1>, <-0.3827,1.3827,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <-0.3827,1.3827,0.9239>, <-0.7071,1.7071,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.7071,1.7071,0.7071>, <-0.9239,1.9239,0.3827>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.9239,1.9239,0.3827>, <-1,2,0>, <-1,0,0>, <-0.9239,0,0.3827> } face_indices { 15, <0, 1, 2>, <3, 4, 5>, <3, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <11, 13, 14>, <15, 16, 17>, <15, 17, 18>, <19, 20, 21>, <19, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <27, 29, 30> } } } #declare LDX_s_slash_4858s01_dot_dat = union { // ~Wedge 4 x 4 without Front Face // Name: s\4858s01.dat // Author: James Jessiman // !LDRAW_ORG Subpart UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2001-11-30 [cwdee] corrected error on underside // !HISTORY 2001-12-17 [cwdee] corrected another erroneous line // !HISTORY 2003-08-04 [Holly-Wood] separated part without Front Face into subpart, fixed all zero row warnings, made BFC compliant. // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-09-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // // Front Face is: 4 16 -20 20 -70 -40 0 -10 40 0 -10 20 20 -70 object { LDX_box5_dot_dat matrix <1,0,0,0,20,0,0,0,2,30,4,-8> } object { LDX_box5_dot_dat matrix <1,0,0,0,20,0,0,0,2,-30,4,-8> } object { LDX_rect_dot_dat matrix <-2,0,0,0,0,1,0,4.84,0,18,11.17,-21> } object { LDX_rect_dot_dat matrix <2,0,0,0,0,-1,0,5.17,0,18,10.84,-19> } object { LDX_rect_dot_dat matrix <-2,0,0,0,0,1,0,4.84,0,-18,11.17,-21> } object { LDX_rect_dot_dat matrix <2,0,0,0,0,-1,0,5.17,0,-18,10.84,-19> } object { LDX_rect_dot_dat matrix <-1,0,0,0,-1,0,0,0,2,10,16,-28> } object { LDX_rect_dot_dat matrix <-1,0,0,0,-1,0,0,0,2,-10,16,-28> } object { LDX_2_dash_4cyls_dot_dat matrix <0,0,-4,0,-1.33,0,4,0,0,0,7.33,-20> } object { LDX_2_dash_4cyls_dot_dat matrix <0,0,-4,0,-1.33,0,-4,0,0,0,7.33,-20> } object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,5,0,0,0,4,0,7.33,-20> } #if (LDXStuds) object { LDX_STUD3A_dot_DAT matrix <1,0,0,0,-1,0,0,0,1,0,12,-20> } #end // LDXStuds // BFC INVERTNEXT object { LDX_2_dash_4cyls_dot_dat matrix <0,0,-6,0,-2,0,6,0,0,0,18,-50> } // BFC INVERTNEXT object { LDX_2_dash_4cyls_dot_dat matrix <0,0,-6,0,-2,0,-6,0,0,0,18,-50> } object { LDX_2_dash_4cyls_dot_dat matrix <0,0,-8,0,-2.67,0,8,0,0,0,18.67,-50> } object { LDX_2_dash_4cyls_dot_dat matrix <0,0,-8,0,-2.67,0,-8,0,0,0,18.67,-50> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,2,0,0,0,6,0,18,-50> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,1.33,0,0,0,8,0,18.67,-50> } #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,20,-50> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <6,0,0,0,-20,0,0,0,8,30,24,-2> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <6,0,0,0,-20,0,0,0,8,-30,24,-2> } object { LDX_rect_dot_dat matrix <20,0,0,0,-1,0,0,0,-2,0,16,-12> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 300, <16,16,-21>, <16,16,-19>, <16,5.67,-19>, <16,6.33,-21>, <20,16,-21>, <20,16,-19>, <16,16,-19>, <16,16,-21>, <-16,6.33,-21>, <-16,5.67,-19>, <-16,16,-19>, <-16,16,-21>, <-16,16,-21>, <-16,16,-19>, <-20,16,-19>, <-20,16,-21>, <11,8,-26>, <11,16,-26>, <11,16,-30>, <11,9.33,-30>, <9,9.33,-30>, <9,16,-30>, <9,16,-26>, <9,8,-26>, <-9,8,-26>, <-9,16,-26>, <-9,16,-30>, <-9,9.33,-30>, <-11,9.33,-30>, <-11,16,-30>, <-11,16,-26>, <-11,8,-26>, <9,8,-26>, <9,16,-26>, <11,16,-26>, <11,8,-26>, <-11,8,-26>, <-11,16,-26>, <-9,16,-26>, <-9,8,-26>, <22,24,-33>, <20,24,-30>, <-20,24,-30>, <-22,24,-33>, <22,24,-13>, <20,24,10>, <20,24,-30>, <22,24,-33>, <-22,24,-33>, <-20,24,-30>, <-20,24,10>, <-22,24,-13>, <36,24,-13>, <36,24,-10>, <24,24,-10>, <22,24,-13>, <-22,24,-13>, <-24,24,-10>, <-36,24,-10>, <-36,24,-13>, <22,24,-13>, <24,24,-10>, <24,24,6>, <20,24,10>, <-20,24,10>, <-24,24,6>, <-24,24,-10>, <-22,24,-13>, <20,24,10>, <24,24,6>, <36,24,6>, <40,24,10>, <-40,24,10>, <-36,24,6>, <-24,24,6>, <-20,24,10>, <40,24,10>, <36,24,6>, <36,24,-13>, <40,24,-10>, <-40,24,-10>, <-36,24,-13>, <-36,24,6>, <-40,24,10>, <40,24,-10>, <36,24,-13>, <18.33,24,-66>, <20,24,-70>, <-20,24,-70>, <-18.33,24,-66>, <-36,24,-13>, <-40,24,-10>, <20,24,-70>, <18.33,24,-66>, <-18.33,24,-66>, <-20,24,-70>, <18,24,-59>, <16,24,-61>, <20,24,-61>, <20.67,24,-59>, <-20.67,24,-59>, <-20,24,-61>, <-16,24,-61>, <-18,24,-59>, <18,24,-33>, <16,24,-33>, <16,24,-61>, <18,24,-59>, <-18,24,-59>, <-16,24,-61>, <-16,24,-33>, <-18,24,-33>, <-19.67,20,-62>, <-18.33,20,-66>, <18.33,20,-66>, <19.67,20,-62>, <-20,19.67,-61>, <-19.67,20,-62>, <19.67,20,-62>, <20,19.67,-61>, <-16,10.33,-33>, <-16,19.67,-61>, <16,19.67,-61>, <16,10.33,-33>, <36,3.66,-13>, <22,3.66,-13>, <22,10.33,-33>, <36,3.66,-13>, <22,10.33,-33>, <20.67,19,-59>, <20.67,19,-59>, <22,10.33,-33>, <18,10.33,-33>, <18,19,-59>, <-22,10.33,-33>, <-22,3.66,-13>, <-36,3.66,-13>, <-20.67,19,-59>, <-22,10.33,-33>, <-36,3.66,-13>, <-18,19,-59>, <-18,10.33,-33>, <-22,10.33,-33>, <-20.67,19,-59>, <-20,4,-14>, <-20,9.33,-30>, <20,9.33,-30>, <20,4,-14>, <40,0,10>, <40,0,-10>, <20,0,-10>, <20,0,10>, <-20,0,10>, <-20,0,-10>, <-40,0,-10>, <-40,0,10>, <16,24,-33>, <-16,24,-33>, <-16,10.33,-33>, <16,10.33,-33>, <-16,24,-33>, <-16,24,-61>, <-16,19.67,-61>, <-16,10.33,-33>, <-16,24,-61>, <-20,24,-61>, <-20,19.67,-61>, <-16,19.67,-61>, <-20,24,-61>, <-18.33,24,-66>, <-18.33,20,-66>, <-20,19.67,-61>, <-18.33,24,-66>, <18.33,24,-66>, <18.33,20,-66>, <-18.33,20,-66>, <18.33,24,-66>, <20,24,-61>, <20,19.67,-61>, <18.33,20,-66>, <20,24,-61>, <16,24,-61>, <16,19.67,-61>, <20,19.67,-61>, <16,24,-61>, <16,24,-33>, <16,10.33,-33>, <16,19.67,-61>, <36,24,-13>, <22,24,-13>, <22,3.66,-13>, <36,3.66,-13>, <22,24,-13>, <22,24,-33>, <22,10.33,-33>, <22,3.66,-13>, <22,24,-33>, <18,24,-33>, <18,10.33,-33>, <22,10.33,-33>, <18,24,-33>, <18,24,-59>, <18,19,-59>, <18,10.33,-33>, <18,24,-59>, <20.67,24,-59>, <20.67,19,-59>, <18,19,-59>, <20.67,24,-59>, <36,24,-13>, <36,3.66,-13>, <20.67,19,-59>, <-36,3.66,-13>, <-22,3.66,-13>, <-22,24,-13>, <-36,24,-13>, <-22,3.66,-13>, <-22,10.33,-33>, <-22,24,-33>, <-22,24,-13>, <-22,10.33,-33>, <-18,10.33,-33>, <-18,24,-33>, <-22,24,-33>, <-18,10.33,-33>, <-18,19,-59>, <-18,24,-59>, <-18,24,-33>, <-18,19,-59>, <-20.67,19,-59>, <-20.67,24,-59>, <-18,24,-59>, <-20.67,19,-59>, <-36,3.66,-13>, <-36,24,-13>, <-20.67,24,-59>, <20,24,10>, <20,16,-10>, <20,16,-14>, <20,24,-30>, <-20,24,-30>, <-20,16,-14>, <-20,16,-10>, <-20,24,10>, <20,16,-14>, <-20,16,-14>, <-20,4,-14>, <20,4,-14>, <-20,16,-14>, <-20,24,-30>, <-20,9.33,-30>, <-20,4,-14>, <-20,24,-30>, <20,24,-30>, <20,9.33,-30>, <-20,9.33,-30>, <20,24,-30>, <20,16,-14>, <20,4,-14>, <20,9.33,-30>, <40,0,10>, <20,0,10>, <20,24,10>, <40,24,10>, <20,0,10>, <20,0,-10>, <20,16,-10>, <20,24,10>, <20,0,-10>, <-20,0,-10>, <-20,16,-10>, <20,16,-10>, <-20,0,-10>, <-20,0,10>, <-20,24,10>, <-20,16,-10>, <-20,0,10>, <-40,0,10>, <-40,24,10>, <-20,24,10>, <-40,0,10>, <-40,0,-10>, <-40,24,-10>, <-40,24,10>, <40,0,-10>, <40,0,10>, <40,24,10>, <40,24,-10>, <-40,0,-10>, <-20,20,-70>, <-20,24,-70>, <-40,24,-10>, <-20,20,-70>, <20,20,-70>, <20,24,-70>, <-20,24,-70>, <20,20,-70>, <40,0,-10>, <40,24,-10>, <20,24,-70> } face_indices { 148, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <127, 128, 129>, <130, 131, 132>, <130, 132, 133>, <134, 135, 136>, <137, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167>, <168, 169, 170>, <168, 170, 171>, <172, 173, 174>, <172, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <180, 182, 183>, <184, 185, 186>, <184, 186, 187>, <188, 189, 190>, <188, 190, 191>, <192, 193, 194>, <192, 194, 195>, <196, 197, 198>, <196, 198, 199>, <200, 201, 202>, <200, 202, 203>, <204, 205, 206>, <204, 206, 207>, <208, 209, 210>, <208, 210, 211>, <212, 213, 214>, <212, 214, 215>, <216, 217, 218>, <216, 218, 219>, <220, 221, 222>, <220, 222, 223>, <224, 225, 226>, <224, 226, 227>, <228, 229, 230>, <228, 230, 231>, <232, 233, 234>, <232, 234, 235>, <236, 237, 238>, <236, 238, 239>, <240, 241, 242>, <240, 242, 243>, <244, 245, 246>, <244, 246, 247>, <248, 249, 250>, <248, 250, 251>, <252, 253, 254>, <252, 254, 255>, <256, 257, 258>, <256, 258, 259>, <260, 261, 262>, <260, 262, 263>, <264, 265, 266>, <264, 266, 267>, <268, 269, 270>, <268, 270, 271>, <272, 273, 274>, <272, 274, 275>, <276, 277, 278>, <276, 278, 279>, <280, 281, 282>, <280, 282, 283>, <284, 285, 286>, <284, 286, 287>, <288, 289, 290>, <288, 290, 291>, <292, 293, 294>, <292, 294, 295>, <296, 297, 298>, <296, 298, 299> } } } #declare LDX_4858_dot_DAT = #if (LDXQual = 0) box { <-40,-4,-70>,<40,24,10> } #else union { // Wedge 4 x 4 // Name: 4858.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 1998-07-15 [PTadmin] Official Update 1998-07 // !HISTORY 2001-11-30 [cwdee] corrected error on underside // !HISTORY 2001-12-17 [cwdee] corrected another erroneous line // !HISTORY 2002-02-18 [PTadmin] Official Update 2002-01 // !HISTORY 2003-08-04 [Holly-Wood] separated part without Front Face into subpart, fixed all zero row warnings, made BFC complaint. // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // // Subpart Wedge 4 x 4 without Front Face object { LDX_s_slash_4858s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } // Front Face mesh2 { vertex_vectors { 4, <-20,20,-70>, <-40,0,-10>, <40,0,-10>, <20,20,-70> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #end #declare LDX_4286_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-50>,<10,24,10> } #else union { // Slope Brick 33 3 x 1 // Name: 4286.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-02-03 [sbliss] Completed header; BFC'ed // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_STUD3A_dot_DAT matrix <-1,0,0,0,-1,0,0,0,1,0,20,-30> } #end // LDXStuds object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,8,0,0,2,-4,0,14,-30> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <-6,0,0,0,-20,0,0,0,6,0,24,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 94, <10,24,10>, <6,24,6>, <-6,24,6>, <-10,24,10>, <-10,24,10>, <-6,24,6>, <-6,24,-46>, <-10,24,-50>, <-10,24,-50>, <-6,24,-46>, <6,24,-46>, <10,24,-50>, <10,24,-50>, <6,24,-46>, <6,24,6>, <10,24,10>, <6,24,-6>, <6,24,-10>, <-6,24,-10>, <-6,24,-6>, <2,24,-10>, <2,24,-14>, <-2,24,-14>, <-2,24,-10>, <6,20,-42>, <6,20,-46>, <-6,20,-46>, <-6,20,-42>, <-10,0,-10>, <10,0,-10>, <10,0,10>, <-10,0,10>, <-10,0,10>, <10,0,10>, <10,24,10>, <-10,24,10>, <6,24,-10>, <6,4,-10>, <2,4,-10>, <2,24,-10>, <-2,4,-10>, <-6,4,-10>, <-6,24,-10>, <-2,24,-10>, <2,24,-14>, <2,6,-14>, <-2,6,-14>, <-2,24,-14>, <-6,20,-46>, <6,20,-46>, <6,24,-46>, <-6,24,-46>, <10,24,-50>, <10,20,-50>, <-10,20,-50>, <-10,24,-50>, <10,24,10>, <10,0,10>, <10,20,-50>, <10,24,-50>, <10,0,10>, <10,0,-10>, <10,20,-50>, <6,20,-46>, <6,4,-10>, <6,24,-10>, <6,24,-46>, <2,24,-10>, <2,4,-10>, <2,6,-14>, <2,24,-14>, <-2,6,-14>, <-2,4,-10>, <-2,24,-10>, <-2,24,-14>, <-6,24,-10>, <-6,4,-10>, <-6,20,-46>, <-6,24,-46>, <-10,20,-50>, <-10,0,10>, <-10,24,10>, <-10,24,-50>, <-10,20,-50>, <-10,0,-10>, <-10,0,10>, <-6,4,-10>, <6,4,-10>, <6,20,-42>, <-6,20,-42>, <10,20,-50>, <10,0,-10>, <-10,0,-10>, <-10,20,-50> } face_indices { 46, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <63, 64, 65>, <63, 65, 66>, <67, 68, 69>, <67, 69, 70>, <71, 72, 73>, <71, 73, 74>, <75, 76, 77>, <75, 77, 78>, <79, 80, 81>, <79, 81, 82>, <83, 84, 85>, <86, 87, 88>, <86, 88, 89>, <90, 91, 92>, <90, 92, 93> } } } #end #declare LDX_1_dash_4cyls_dot_dat = union { // Cylinder Sloped 0.25 // Name: 1-4cyls.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-07-03 [sbliss] Added BFC statement // !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 15, <0.9239,0.0761,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <0.9239,0.0761,0.3827>, <0.7071,0.2929,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.7071,0.2929,0.7071>, <0.3827,0.6173,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.3827,0.6173,0.9239>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239> } face_indices { 7, <0, 1, 2>, <3, 4, 5>, <3, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <11, 13, 14> } } } #declare LDX_s_slash_3040s01_dot_dat = union { // ~Slope Brick 45 2 x 1 without Front Face // Name: s\3040s01.dat // Author: Orion Pobursky [OrionP] // !LDRAW_ORG Subpart UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-07-02 [Steffen] BFCed; removed matrix all zero "errors" // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-08-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // // Uncomment for front face // // 4 16 10 20 -30 10 0 -10 -10 0 -10 -10 20 -30 #if (LDXStuds) object { LDX_STUD3A_dot_DAT matrix <1,0,0,0,-1,0,0,0,1,0,20,-10> } #end // LDXStuds object { LDX_1_dash_4cyls_dot_dat matrix <0,0,-4,0,-4,0,4,0,0,0,8,-10> } object { LDX_1_dash_4cyls_dot_dat matrix <0,0,-4,0,-4,0,-4,0,0,0,8,-10> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,16,0,0,0,4,0,4,-10> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,12,0,0,0,-4,0,8,-10> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 72, <10,24,10>, <6,24,6>, <-6,24,6>, <-10,24,10>, <-10,24,10>, <-6,24,6>, <-6,24,-26>, <-10,24,-30>, <-10,24,-30>, <-6,24,-26>, <6,24,-26>, <10,24,-30>, <10,24,-30>, <6,24,-26>, <6,24,6>, <10,24,10>, <6,4,6>, <6,4,-10>, <-6,4,-10>, <-6,4,6>, <10,0,-10>, <10,0,10>, <-10,0,10>, <-10,0,-10>, <-10,24,10>, <-10,0,10>, <10,0,10>, <10,24,10>, <6,24,6>, <6,4,6>, <-6,4,6>, <-6,24,6>, <6,20,-26>, <6,24,-26>, <-6,24,-26>, <-6,20,-26>, <10,24,-30>, <10,20,-30>, <-10,20,-30>, <-10,24,-30>, <10,24,10>, <10,0,10>, <10,20,-30>, <10,24,-30>, <10,0,10>, <10,0,-10>, <10,20,-30>, <6,20,-26>, <6,4,6>, <6,24,6>, <6,24,-26>, <6,20,-26>, <6,4,-10>, <6,4,6>, <-6,24,6>, <-6,4,6>, <-6,20,-26>, <-6,24,-26>, <-6,4,6>, <-6,4,-10>, <-6,20,-26>, <-10,20,-30>, <-10,0,10>, <-10,24,10>, <-10,24,-30>, <-10,20,-30>, <-10,0,-10>, <-10,0,10>, <-6,4,-10>, <6,4,-10>, <6,20,-26>, <-6,20,-26> } face_indices { 34, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <47, 48, 49>, <47, 49, 50>, <51, 52, 53>, <54, 55, 56>, <54, 56, 57>, <58, 59, 60>, <61, 62, 63>, <61, 63, 64>, <65, 66, 67>, <68, 69, 70>, <68, 70, 71> } } } #declare LDX_3040B_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-30>,<10,24,10> } #else union { // Slope Brick 45 2 x 1 // Name: 3040b.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-04 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-09-13 [izanette] modified with WINDZ for BFC compliance // !HISTORY 2003-07-11 [Steffen] made use of existing subfile // !HISTORY 2004-11-06 [PTadmin] Official Update 2004-04 // !HISTORY 2007-06-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_s_slash_3040s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 4, <10,20,-30>, <10,0,-10>, <-10,0,-10>, <-10,20,-30> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #end #declare LDX_box2_dash_7_dot_dat = union { // Box with 2 Faces without 7 Edges // Name: box2-7.dat // Author: Guy Vivan [guyvivan] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 8, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,-1,1>, <1,-1,1> } face_indices { 4, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7> } } } #declare LDX_box3u4a_dot_dat = union { // Box with 3 Faces without 4 Adjacent Edges // Name: box3u4a.dat // Author: Niels Karsdorp [nielsk] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 12, <-1,1,-1>, <-1,1,1>, <1,1,1>, <1,1,-1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1> } face_indices { 6, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11> } } } #declare LDX_s_slash_4460s01_dot_dat = union { // ~Slope Brick 75 2 x 1 x 3 without Top Faces // Name: s\4460s01.dat // Author: James Jessiman // !LDRAW_ORG Subpart UPDATE 2013-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2013-12-18 [MMR1988] Subpart creation // !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02 object { LDX_box2_dash_5_dot_dat matrix <10,0,0,0,-2,0,0,34,-10,0,36,-20> } object { LDX_rect2p_dot_dat matrix <0,36,0,0,0,-1,-10,0,0,0,36,10> } // BFC INVERTNEXT object { LDX_box2_dash_7_dot_dat matrix <6,0,0,0,-2.5,0,0,31.5,-9,0,38,-17> } // BFC INVERTNEXT object { LDX_box3u4a_dot_dat matrix <0,34,0,0,0,9,6,0,0,0,38,-3> } object { LDX_box2_dash_5_dot_dat matrix <0,34,0,1,0,1,1,0,-1,-6,38,-5> } object { LDX_box2_dash_5_dot_dat matrix <0,34,0,-1,0,-1,-1,0,1,6,38,-5> } mesh2 { vertex_vectors { 104, <10,72,-30>, <10,72,10>, <10,0,10>, <10,0,-10>, <10,72,-30>, <10,0,-10>, <10,68,-30>, <-10,0,-10>, <-10,0,10>, <-10,72,10>, <-10,72,-30>, <-10,68,-30>, <-10,0,-10>, <-10,72,-30>, <6,21.5,-13>, <6,4,-8>, <6,72,-7>, <6,72,-13>, <6,4,-8>, <6,4,-7>, <6,72,-7>, <-6,72,-13>, <-6,72,-7>, <-6,4,-8>, <-6,21.5,-13>, <-6,72,-7>, <-6,4,-7>, <-6,4,-8>, <-6,21.5,-13>, <-4,28.5,-15>, <-4,72,-15>, <-6,72,-13>, <-4,72,-15>, <-4,28.5,-15>, <-6,35.5,-17>, <-6,72,-17>, <6,72,-13>, <4,72,-15>, <4,28.5,-15>, <6,21.5,-13>, <6,35.5,-17>, <4,28.5,-15>, <4,72,-15>, <6,72,-17>, <-6,35.5,-17>, <-6,67,-26>, <-6,72,-26>, <-6,72,-17>, <6,67,-26>, <6,35.5,-17>, <6,72,-17>, <6,72,-26>, <6,72,-3>, <6,72,-7>, <4,72,-5>, <-6,72,-3>, <-4,72,-5>, <-6,72,-7>, <6,72,-13>, <6,72,-17>, <4,72,-15>, <-6,72,-13>, <-4,72,-15>, <-6,72,-17>, <10,72,10>, <6,72,6>, <-6,72,6>, <-10,72,10>, <-10,72,-30>, <-6,72,-26>, <6,72,-26>, <10,72,-30>, <-10,72,10>, <-6,72,6>, <-6,72,-3>, <-10,72,10>, <-6,72,-3>, <-6,72,-7>, <-10,72,10>, <-6,72,-7>, <-6,72,-13>, <-10,72,-30>, <-6,72,-17>, <-10,72,-30>, <-6,72,-13>, <-10,72,-30>, <-6,72,-17>, <-6,72,-26>, <6,72,-3>, <6,72,6>, <10,72,10>, <6,72,-7>, <6,72,-3>, <10,72,10>, <10,72,-30>, <6,72,-13>, <6,72,-7>, <10,72,10>, <6,72,-13>, <10,72,-30>, <6,72,-17>, <6,72,-26>, <6,72,-17>, <10,72,-30> } face_indices { 44, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <14, 15, 16>, <14, 16, 17>, <18, 19, 20>, <21, 22, 23>, <21, 23, 24>, <25, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <55, 56, 57>, <58, 59, 60>, <61, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <75, 76, 77>, <78, 79, 80>, <78, 80, 81>, <82, 83, 84>, <85, 86, 87>, <88, 89, 90>, <91, 92, 93>, <94, 95, 96>, <94, 96, 97>, <98, 99, 100>, <101, 102, 103> } } } #declare LDX_4460a_dot_dat = #if (LDXQual = 0) box { <-10,-4,-30>,<10,72,10> } #else union { // Slope Brick 75 2 x 1 x 3 with Open Stud // Name: 4460a.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2013-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2002-09-13 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2013-12-18 [MMR1988] Renamed from 4460 and used subpart // !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02 object { LDX_s_slash_4460s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #if (LDXStuds) object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,0,0> } object { LDX_4_dash_4ring2_dot_dat matrix <2,0,0,0,-1,0,0,0,2,0,4,0> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,-1,0,0,0,6,0,4,0> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,0,0> } mesh2 { vertex_vectors { 35, <-6,4,-8>, <-6,4,-6>, <0,4,-6>, <-6,4,-8>, <0,4,-6>, <6,4,-6>, <6,4,-8>, <0,0,-6>, <-6,0,-6>, <-10,0,-10>, <10,0,-10>, <6,0,-6>, <0,0,-6>, <-10,0,-10>, <-6,0,0>, <-6,0,6>, <-10,0,10>, <-10,0,-10>, <-6,0,-6>, <-6,0,0>, <-10,0,10>, <0,0,6>, <6,0,6>, <10,0,10>, <-10,0,10>, <-6,0,6>, <0,0,6>, <10,0,10>, <6,0,0>, <6,0,-6>, <10,0,-10>, <10,0,10>, <6,0,6>, <6,0,0>, <10,0,-10> } face_indices { 15, <0, 1, 2>, <3, 4, 5>, <3, 5, 6>, <7, 8, 9>, <10, 11, 12>, <10, 12, 13>, <14, 15, 16>, <17, 18, 19>, <17, 19, 20>, <21, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <31, 32, 33>, <31, 33, 34> } } } #end #declare LDX_4460_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-30>,<10,72,10> } #else union { // ~Moved to 4460a // Name: 4460.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2013-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02 // // Slope Brick 75 2 x 1 x 3 object { LDX_4460a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_4859_dot_DAT = #if (LDXQual = 0) box { <-40,-4,-20>,<40,8,40> } #else union { // Wing 3 x 4 with 1 x 2 Cutout without Stud Notches // Name: 4859.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS wedge plate, trapezoid // !HISTORY 2004-10-25 [sbliss] BFC'ed, retitled, added grooves, remeshed top surface // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [cwdee] Further qualify description, replaced four stud.dat with stug2.dat and rotated (2005-12-29) // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <-1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stug2_dot_dat matrix <0,0,1,0,1,0,-1,0,0,0,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 252, <23,8,37>, <21,8,40>, <40,8,40>, <36,8,37>, <23,8,16>, <21,8,20>, <21,8,40>, <23,8,37>, <-23,8,16>, <-21,8,20>, <21,8,20>, <23,8,16>, <-23,8,37>, <-21,8,40>, <-21,8,20>, <-23,8,16>, <-36,8,37>, <-40,8,40>, <-21,8,40>, <-23,8,37>, <-18.33,8,-16>, <-20,8,-20>, <-40,8,40>, <-36,8,37>, <18.33,8,-16>, <20,8,-20>, <-20,8,-20>, <-18.33,8,-16>, <36,8,37>, <40,8,40>, <20,8,-20>, <18.33,8,-16>, <30,8,19>, <29,8,16>, <23,8,16>, <23,8,19>, <-23,8,16>, <-29,8,16>, <-30,8,19>, <-23,8,19>, <20.67,8,-9>, <20,8,-11>, <16,8,-11>, <18,8,-9>, <-16,8,-11>, <-20,8,-11>, <-20.67,8,-9>, <-18,8,-9>, <18,8,16>, <18,8,-9>, <16,8,-11>, <16,8,16>, <-16,8,-11>, <-18,8,-9>, <-18,8,16>, <-16,8,16>, <21,7,40>, <21,7,20>, <20,7,20>, <20,7,40>, <21,8,40>, <21,8,20>, <21,7,20>, <21,7,40>, <-21,7,40>, <-20,7,40>, <-20,7,20>, <-21,7,20>, <-21,8,40>, <-21,7,40>, <-21,7,20>, <-21,8,20>, <23,4,37>, <23,8,37>, <36,8,37>, <36,4,37>, <23,4,19>, <23,8,19>, <23,8,37>, <23,4,37>, <30,4,19>, <30,8,19>, <23,8,19>, <23,4,19>, <36,4,37>, <36,8,37>, <30,8,19>, <30,4,19>, <-36,8,37>, <-23,8,37>, <-23,4,37>, <-36,4,37>, <-23,8,37>, <-23,8,19>, <-23,4,19>, <-23,4,37>, <-23,8,19>, <-30,8,19>, <-30,4,19>, <-23,4,19>, <-30,8,19>, <-36,8,37>, <-36,4,37>, <-30,4,19>, <18,4,16>, <18,8,16>, <29,8,16>, <29,4,16>, <18,4,-9>, <18,8,-9>, <18,8,16>, <18,4,16>, <20.67,4,-9>, <20.67,8,-9>, <18,8,-9>, <18,4,-9>, <29,4,16>, <29,8,16>, <20.67,8,-9>, <20.67,4,-9>, <-29,8,16>, <-18,8,16>, <-18,4,16>, <-29,4,16>, <-18,8,16>, <-18,8,-9>, <-18,4,-9>, <-18,4,16>, <-18,8,-9>, <-20.67,8,-9>, <-20.67,4,-9>, <-18,4,-9>, <-20.67,8,-9>, <-29,8,16>, <-29,4,16>, <-20.67,4,-9>, <-16,4,16>, <-16,8,16>, <16,8,16>, <16,4,16>, <-16,4,-11>, <-16,8,-11>, <-16,8,16>, <-16,4,16>, <-20,4,-11>, <-20,8,-11>, <-16,8,-11>, <-16,4,-11>, <-18.33,4,-16>, <-18.33,8,-16>, <-20,8,-11>, <-20,4,-11>, <18.33,4,-16>, <18.33,8,-16>, <-18.33,8,-16>, <-18.33,4,-16>, <20,4,-11>, <20,8,-11>, <18.33,8,-16>, <18.33,4,-16>, <16,4,-11>, <16,8,-11>, <20,8,-11>, <20,4,-11>, <16,4,16>, <16,8,16>, <16,8,-11>, <16,4,-11>, <36,4,37>, <30,4,19>, <23,4,19>, <23,4,37>, <-23,4,19>, <-30,4,19>, <-36,4,37>, <-23,4,37>, <29,4,16>, <20.67,4,-9>, <18,4,-9>, <18,4,16>, <-18,4,-9>, <-20.67,4,-9>, <-29,4,16>, <-18,4,16>, <16,4,16>, <16,4,-11>, <-16,4,-11>, <-16,4,16>, <20,4,-11>, <18.33,4,-16>, <-18.33,4,-16>, <-20,4,-11>, <20,0,20>, <-20,0,20>, <-20,0,-20>, <20,0,-20>, <40,0,40>, <20,0,40>, <20,0,20>, <40,0,40>, <20,0,20>, <20,0,-20>, <-20,0,20>, <-20,0,40>, <-40,0,40>, <-40,0,40>, <-20,0,-20>, <-20,0,20>, <21,8,40>, <21,7,40>, <40,0,40>, <40,8,40>, <20,7,40>, <20,0,40>, <40,0,40>, <21,7,40>, <20,7,20>, <20,0,20>, <20,0,40>, <20,7,40>, <-20,7,20>, <-20,0,20>, <20,0,20>, <20,7,20>, <-21,7,20>, <21,7,20>, <21,8,20>, <-21,8,20>, <-20,7,40>, <-20,0,40>, <-20,0,20>, <-20,7,20>, <-21,7,40>, <-40,0,40>, <-20,0,40>, <-20,7,40>, <-40,8,40>, <-40,0,40>, <-21,7,40>, <-21,8,40>, <-20,8,-20>, <-20,0,-20>, <-40,0,40>, <-40,8,40>, <20,8,-20>, <20,0,-20>, <-20,0,-20>, <-20,8,-20>, <40,8,40>, <40,0,40>, <20,0,-20>, <20,8,-20> } face_indices { 124, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167>, <168, 169, 170>, <168, 170, 171>, <172, 173, 174>, <172, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <180, 182, 183>, <184, 185, 186>, <184, 186, 187>, <188, 189, 190>, <188, 190, 191>, <192, 193, 194>, <192, 194, 195>, <196, 197, 198>, <199, 200, 201>, <202, 203, 204>, <205, 206, 207>, <208, 209, 210>, <208, 210, 211>, <212, 213, 214>, <212, 214, 215>, <216, 217, 218>, <216, 218, 219>, <220, 221, 222>, <220, 222, 223>, <224, 225, 226>, <224, 226, 227>, <228, 229, 230>, <228, 230, 231>, <232, 233, 234>, <232, 234, 235>, <236, 237, 238>, <236, 238, 239>, <240, 241, 242>, <240, 242, 243>, <244, 245, 246>, <244, 246, 247>, <248, 249, 250>, <248, 250, 251> } } } #end #declare LDX_3710_dot_DAT = #if (LDXQual = 0) box { <-40,-4,-10>,<40,8,10> } #else union { // Plate 1 x 4 // Name: 3710.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-04 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-07-25 [guyvivan] Made BFC Compliant // !HISTORY 2004-11-06 [PTadmin] Official Update 2004-04 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,0> } object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <36,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_box5_dot_dat matrix <40,0,0,0,-8,0,0,0,10,0,8,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 16, <40,8,10>, <36,8,6>, <-36,8,6>, <-40,8,10>, <-40,8,10>, <-36,8,6>, <-36,8,-6>, <-40,8,-10>, <-40,8,-10>, <-36,8,-6>, <36,8,-6>, <40,8,-10>, <40,8,-10>, <36,8,-6>, <36,8,6>, <40,8,10> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_6141_dot_dat = #if (LDXQual = 0) box { <-10,-4,-10>,<10,8,10> } #else union { // Plate 1 x 1 Round // Name: 6141.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-01-29 [sbliss] Completed header; BFC'ed; misc cleanup // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-10-26 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2014-11-29 [Steffen] Renamed from 4073 // !HISTORY 2014-12-28 [MagFors] Primitive substitution // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <-1,0,0,0,-1.25,0,0,0,1,0,3,0> } #end // LDXStuds object { LDX_4_dash_4disc_dot_dat matrix <-6,0,0,0,-1,0,0,0,6,0,3,0> } object { LDX_4_dash_4ring4_dot_dat matrix <-2,0,0,0,-1,0,0,0,2,0,3,0> } object { LDX_4_dash_4cylo_dot_dat matrix <10,0,0,0,3,0,0,0,10,0,0,0> } object { LDX_4_dash_4ring4_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds } #end #declare LDX_4073_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-10>,<10,8,10> } #else union { // ~Moved to 6141 // Name: 4073.dat // Author: [PTadmin] // !LDRAW_ORG Part Alias UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 // // Plate 1 x 1 Round object { LDX_6141_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_1_dash_8sphe_dot_dat = union { // Sphere 0.125 // Name: 1-8sphe.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2000-08-01 {Axel Poque} fixes to resolve L3P error messages. // !HISTORY 2000-08-01 {Manfred Moolhuysen} fixes to resolve L3P error messages. // !HISTORY 2000-09-30 [PTadmin] Official Update 2000-02 // !HISTORY 2002-03-28 [hafhead] Made BFC compliant // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-09-12 [MagFors] Changed winding, removed duplicated cond-line, optimized filesize // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 // !HISTORY 2012-07-01 [tcobbs] Replaced with geometry from LDView // !HISTORY 2012-12-28 [PTadmin] Official Update 2012-03 mesh2 { vertex_vectors { 48, <1,0,0>, <0.9239,0.3827,0>, <0.9239,0,0.3827>, <0.9239,0.3827,0>, <0.7836,0.4393,0.4393>, <0.9239,0,0.3827>, <0.9239,0,0.3827>, <0.7836,0.4393,0.4393>, <0.7071,0,0.7071>, <0.7836,0.4393,0.4393>, <0.4393,0.4393,0.7836>, <0.7071,0,0.7071>, <0.7071,0,0.7071>, <0.4393,0.4393,0.7836>, <0.3827,0,0.9239>, <0.4393,0.4393,0.7836>, <0,0.3827,0.9239>, <0.3827,0,0.9239>, <0.3827,0,0.9239>, <0,0.3827,0.9239>, <0,0,1>, <0.9239,0.3827,0>, <0.7071,0.7071,0>, <0.7836,0.4393,0.4393>, <0.7071,0.7071,0>, <0.4393,0.7836,0.4393>, <0.7836,0.4393,0.4393>, <0.7836,0.4393,0.4393>, <0.4393,0.7836,0.4393>, <0.4393,0.4393,0.7836>, <0.4393,0.7836,0.4393>, <0,0.7071,0.7071>, <0.4393,0.4393,0.7836>, <0.4393,0.4393,0.7836>, <0,0.7071,0.7071>, <0,0.3827,0.9239>, <0.7071,0.7071,0>, <0.3827,0.9239,0>, <0.4393,0.7836,0.4393>, <0.3827,0.9239,0>, <0,0.9239,0.3827>, <0.4393,0.7836,0.4393>, <0.4393,0.7836,0.4393>, <0,0.9239,0.3827>, <0,0.7071,0.7071>, <0.3827,0.9239,0>, <0,1,0>, <0,0.9239,0.3827> } face_indices { 16, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23>, <24, 25, 26>, <27, 28, 29>, <30, 31, 32>, <33, 34, 35>, <36, 37, 38>, <39, 40, 41>, <42, 43, 44>, <45, 46, 47> } } } #declare LDX_4_dash_4con3_dot_dat = union { // Cone 3 x 1.0 // Name: 4-4con3.dat // Author: Niels Karsdorp [nielsk] // !LDRAW_ORG Primitive UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 64, <3,1,0>, <2.7717,1,1.1481>, <3.6956,0,1.5308>, <4,0,0>, <2.7717,1,1.1481>, <2.1213,1,2.1213>, <2.8284,0,2.8284>, <3.6956,0,1.5308>, <2.1213,1,2.1213>, <1.1481,1,2.7717>, <1.5308,0,3.6956>, <2.8284,0,2.8284>, <1.1481,1,2.7717>, <0,1,3>, <0,0,4>, <1.5308,0,3.6956>, <0,1,3>, <-1.1481,1,2.7717>, <-1.5308,0,3.6956>, <0,0,4>, <-1.1481,1,2.7717>, <-2.1213,1,2.1213>, <-2.8284,0,2.8284>, <-1.5308,0,3.6956>, <-2.1213,1,2.1213>, <-2.7717,1,1.1481>, <-3.6956,0,1.5308>, <-2.8284,0,2.8284>, <-2.7717,1,1.1481>, <-3,1,0>, <-4,0,0>, <-3.6956,0,1.5308>, <-3,1,0>, <-2.7717,1,-1.1481>, <-3.6956,0,-1.5308>, <-4,0,0>, <-2.7717,1,-1.1481>, <-2.1213,1,-2.1213>, <-2.8284,0,-2.8284>, <-3.6956,0,-1.5308>, <-2.1213,1,-2.1213>, <-1.1481,1,-2.7717>, <-1.5308,0,-3.6956>, <-2.8284,0,-2.8284>, <-1.1481,1,-2.7717>, <0,1,-3>, <0,0,-4>, <-1.5308,0,-3.6956>, <0,1,-3>, <1.1481,1,-2.7717>, <1.5308,0,-3.6956>, <0,0,-4>, <1.1481,1,-2.7717>, <2.1213,1,-2.1213>, <2.8284,0,-2.8284>, <1.5308,0,-3.6956>, <2.1213,1,-2.1213>, <2.7717,1,-1.1481>, <3.6956,0,-1.5308>, <2.8284,0,-2.8284>, <2.7717,1,-1.1481>, <3,1,0>, <4,0,0>, <3.6956,0,-1.5308> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_1_dash_4con3_dot_dat = union { // Cone 3 x 0.25 // Name: 1-4con3.dat // Author: Steve Bliss [sbliss] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 1999-05-17 [PTadmin] Official Update 1999-03 // !HISTORY 2002-12-11 [cwdee] Standardised title and made BFC compliant // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Recreated CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 // // conditional lines // // Build by Primitive Generator 2 mesh2 { vertex_vectors { 16, <3,1,0>, <2.7717,1,1.1481>, <3.6956,0,1.5308>, <4,0,0>, <2.7717,1,1.1481>, <2.1213,1,2.1213>, <2.8284,0,2.8284>, <3.6956,0,1.5308>, <2.1213,1,2.1213>, <1.1481,1,2.7717>, <1.5308,0,3.6956>, <2.8284,0,2.8284>, <1.1481,1,2.7717>, <0,1,3>, <0,0,4>, <1.5308,0,3.6956> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_1_dash_8ndis_dot_dat = union { // Disc Negative 0.125 // Name: 1-8ndis.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-03-23 [sbliss] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 6, <0.9239,0,0.3827>, <1,0,0>, <1,0,1>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <1,0,1> } face_indices { 2, <0, 1, 2>, <3, 4, 5> } } } #declare LDX_clh2_dot_dat = union { // Click Lock Hinge Single Finger for Plate Top // Name: clh2.dat // Author: Donald Sutter [technog] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // !HELP To use place 1 Ldu below top surface centered on stud location. // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 object { LDX_rect1_dot_dat matrix <0,5.74,-0.87,0,0,1,-3.48,0,0,0,-5.74,-6.87> } object { LDX_1_dash_4cyli_dot_dat matrix <0.52,0,0,0,-11.48,1.74,0,0,-0.52,3.48,0,-7.22> } object { LDX_1_dash_8sphe_dot_dat matrix <0.52,0,0,0,-0.52,0,0,0,-0.52,3.48,-11.481,-5.48> } object { LDX_1_dash_4cyli_dot_dat matrix <0,-0.52,0,-6.96,0,0,0,0,-0.52,3.48,-11.481,-5.48> } object { LDX_1_dash_8sphe_dot_dat matrix <-0.52,0,0,0,-0.52,0,0,0,-0.52,-3.48,-11.481,-5.48> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.52,0,0,0,-11.48,1.74,0,0,-0.52,-3.48,0,-7.22> } object { LDX_rect1_dot_dat matrix <0,5.74,0.87,0,0,-1,-3.48,0,0,0,-5.74,6.87> } object { LDX_1_dash_4cyli_dot_dat matrix <0.52,0,0,0,-11.48,-1.74,0,0,0.52,3.48,0,7.22> } object { LDX_1_dash_8sphe_dot_dat matrix <0.52,0,0,0,-0.52,0,0,0,0.52,3.48,-11.481,5.48> } object { LDX_1_dash_4cyli_dot_dat matrix <0,-0.52,0,-6.96,0,0,0,0,0.52,3.48,-11.481,5.48> } object { LDX_1_dash_8sphe_dot_dat matrix <-0.52,0,0,0,-0.52,0,0,0,0.52,-3.48,-11.481,5.48> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.52,0,0,0,-11.48,-1.74,0,0,0.52,-3.48,0,7.22> } object { LDX_4_dash_4disc_dot_dat matrix <0,2.25,0,1,0,0,0,0,2.25,-2,-7,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,2.25,0,0.25,0,0,0,0,2.25,-2.25,-7,0> } // BFC INVERTNEXT object { LDX_4_dash_4con3_dot_dat matrix <0,0.75,0,0.75,0,0,0,0,0.75,-3,-7,0> } // BFC INVERTNEXT object { LDX_1_dash_4con3_dot_dat matrix <0,-0.707,-0.707,1,0,0,0,0.707,-0.707,-4,-7,0> } // BFC INVERTNEXT object { LDX_1_dash_4con3_dot_dat matrix <0,0.707,-0.707,1,0,0,0,0.707,0.707,-4,-7,0> } // BFC INVERTNEXT object { LDX_1_dash_4con3_dot_dat matrix <0,0.707,0.707,1,0,0,0,-0.707,0.707,-4,-7,0> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-2.82843,-2.82843,1,0,0,0,2.82843,-2.82843,-4,-7,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-4,1,0,0,0,4,0,-4,-7,0> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-2.82843,2.82843,1,0,0,0,2.82843,2.82843,-4,-7,0> } object { LDX_4_dash_4disc_dot_dat matrix <0,2.25,0,-1,0,0,0,0,-2.25,2,-7,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,2.25,0,-0.25,0,0,0,0,-2.25,2.25,-7,0> } // BFC INVERTNEXT object { LDX_4_dash_4con3_dot_dat matrix <0,0.75,0,-0.75,0,0,0,0,-0.75,3,-7,0> } // BFC INVERTNEXT object { LDX_1_dash_4con3_dot_dat matrix <0,-0.707,0.707,-1,0,0,0,0.707,0.707,4,-7,0> } // BFC INVERTNEXT object { LDX_1_dash_4con3_dot_dat matrix <0,0.707,0.707,-1,0,0,0,0.707,-0.707,4,-7,0> } // BFC INVERTNEXT object { LDX_1_dash_4con3_dot_dat matrix <0,0.707,-0.707,-1,0,0,0,-0.707,-0.707,4,-7,0> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-2.82843,-2.82843,-1,0,0,0,2.82843,-2.82843,4,-7,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,4,-1,0,0,0,4,0,4,-7,0> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-2.82843,2.82843,-1,0,0,0,2.82843,2.82843,4,-7,0> } object { LDX_1_dash_4cyli_dot_dat matrix <0.52,0,0,0,-0.16,-1.48,0,-0.52,0,3.48,-11.481,5.48> } object { LDX_1_dash_4disc_dot_dat matrix <0.52,0,0,0,0,1,0,-0.52,0,3.48,-11.64,4> } object { LDX_1_dash_4cyli_dot_dat matrix <0.52,0,0,0,-0.16,1.48,0,-0.52,0,3.48,-11.481,-5.48> } object { LDX_1_dash_4disc_dot_dat matrix <0.52,0,0,0,0,-1,0,-0.52,0,3.48,-11.64,-4> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.52,0,0,0,-0.16,1.48,0,-0.52,0,-3.48,-11.481,-5.48> } object { LDX_1_dash_4disc_dot_dat matrix <-0.52,0,0,0,0,-1,0,-0.52,0,-3.48,-11.64,-4> } object { LDX_1_dash_4cyli_dot_dat matrix <-0.52,0,0,0,-0.16,-1.48,0,-0.52,0,-3.48,-11.481,5.48> } object { LDX_1_dash_4disc_dot_dat matrix <-0.52,0,0,0,0,1,0,-0.52,0,-3.48,-11.64,4> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0,-0.25,-5,0,0,0,0.25,0,9,-0.25,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-0.25,-1,0,0,0,0.25,0,9,-0.25,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,-0.176,-0.883,-5,0,0,0,-0.589,0.117,9,-1.359,-1.133> } object { LDX_2_dash_4disc_dot_dat matrix <0,-0.176,-0.883,-1,0,0,0,-0.589,0.117,9,-1.359,-1.133> } object { LDX_2_dash_4cyli_dot_dat matrix <0,-0.176,0.883,-5,0,0,0,-0.589,-0.117,9,-1.359,1.133> } object { LDX_2_dash_4disc_dot_dat matrix <0,-0.176,0.883,-1,0,0,0,-0.589,-0.117,9,-1.359,1.133> } object { LDX_rect3_dot_dat matrix <2.5,0,0,0,0,1,0,0.767,-0.242,6.5,-0.768,-2.257> } object { LDX_rect3_dot_dat matrix <2.5,0,0,0,0,-1,0,0.767,0.242,6.5,-0.768,2.257> } object { LDX_rect2p_dot_dat matrix <0,0.467,0,0,0,-1,2.5,0,0,6.5,-0.717,-0.25> } object { LDX_rect2p_dot_dat matrix <0,0.467,0,0,0,1,2.5,0,0,6.5,-0.717,0.25> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0,0.25,5,0,0,0,0.25,0,-9,-0.25,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,0.25,1,0,0,0,0.25,0,-9,-0.25,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,-0.176,0.883,5,0,0,0,-0.589,-0.117,-9,-1.359,1.133> } object { LDX_2_dash_4disc_dot_dat matrix <0,-0.176,0.883,1,0,0,0,-0.589,-0.117,-9,-1.359,1.133> } object { LDX_2_dash_4cyli_dot_dat matrix <0,-0.176,-0.883,5,0,0,0,-0.589,0.117,-9,-1.359,-1.133> } object { LDX_2_dash_4disc_dot_dat matrix <0,-0.176,-0.883,1,0,0,0,-0.589,0.117,-9,-1.359,-1.133> } object { LDX_rect3_dot_dat matrix <-2.5,0,0,0,0,-1,0,0.767,0.242,-6.5,-0.768,2.257> } object { LDX_rect3_dot_dat matrix <-2.5,0,0,0,0,1,0,0.767,-0.242,-6.5,-0.768,-2.257> } object { LDX_rect2p_dot_dat matrix <0,0.467,0,0,0,1,-2.5,0,0,-6.5,-0.717,0.25> } object { LDX_rect2p_dot_dat matrix <0,0.467,0,0,0,-1,-2.5,0,0,-6.5,-0.717,-0.25> } mesh2 { vertex_vectors { 196, <-3.48,-12,5.48>, <-3.48,-12.16,4>, <3.48,-12.16,4>, <3.48,-12,5.48>, <-3.075,-12.16,4>, <-3,-12.35,2.26>, <3,-12.35,2.26>, <3.075,-12.16,4>, <-3,-12.35,2.26>, <-3,-12.35,-2.26>, <3,-12.35,-2.26>, <3,-12.35,2.26>, <3.075,-12.16,-4>, <3,-12.35,-2.26>, <-3,-12.35,-2.26>, <-3.075,-12.16,-4>, <3.48,-12,-5.48>, <3.48,-12.16,-4>, <-3.48,-12.16,-4>, <-3.48,-12,-5.48>, <4,-9.828,-2.828>, <3,-9.121,-2.121>, <3,-9.772,-1.148>, <3.752,-10.45,-1.446>, <3.752,-10.45,-1.446>, <3,-9.772,-1.148>, <3,-10,0>, <3.67,-10.66,0>, <3.67,-10.66,0>, <3,-10,0>, <3,-9.772,1.148>, <3.752,-10.45,1.446>, <3.752,-10.45,1.446>, <3,-9.772,1.148>, <3,-9.121,2.121>, <4,-9.828,2.828>, <3,-12.35,0>, <3.67,-10.66,0>, <3.752,-10.45,1.446>, <3,-12.35,2.26>, <4,-9.828,2.828>, <3.075,-12.16,4>, <3,-12.35,2.26>, <3.752,-10.45,1.446>, <4,-9.828,2.828>, <4,-9.828,4>, <3.075,-12.16,4>, <3.281,-11.64,4>, <3.48,-11.64,4>, <3.48,-12.16,4>, <3.075,-12.16,4>, <4,-9.828,4>, <4,-11.64,4>, <3.281,-11.64,4>, <4,-9.828,4>, <4,-9.828,5.73>, <4,-11.48,5.48>, <4,-11.64,4>, <4,-9.828,5.73>, <4,-9.828,2.828>, <4,-7,5.65>, <4,-7,6.159>, <4,0,7.22>, <4,-7,6.159>, <4,-7,4>, <4,-3,4>, <4,-3,-4>, <4,0,-7.22>, <4,0,7.22>, <4,-3,4>, <4,-7,-6.159>, <4,0,-7.22>, <4,-3,-4>, <4,-7,-4>, <4,-9.828,-2.828>, <4,-9.828,-5.73>, <4,-7,-6.159>, <4,-7,-5.65>, <4,-9.828,-5.73>, <4,-9.828,-4>, <4,-11.64,-4>, <4,-11.48,-5.48>, <4,-9.828,-4>, <3.281,-11.64,-4>, <4,-11.64,-4>, <3.48,-11.64,-4>, <3.281,-11.64,-4>, <3.075,-12.16,-4>, <3.48,-12.16,-4>, <4,-9.828,-4>, <4,-9.828,-2.828>, <3.075,-12.16,-4>, <3.075,-12.16,-4>, <4,-9.828,-2.828>, <3.752,-10.45,-1.446>, <3,-12.35,-2.26>, <3.67,-10.66,0>, <3,-12.35,0>, <3,-12.35,-2.26>, <3.752,-10.45,-1.446>, <-4,-9.828,2.828>, <-3,-9.121,2.121>, <-3,-9.772,1.148>, <-3.752,-10.45,1.446>, <-3.752,-10.45,1.446>, <-3,-9.772,1.148>, <-3,-10,0>, <-3.67,-10.66,0>, <-3.67,-10.66,0>, <-3,-10,0>, <-3,-9.772,-1.148>, <-3.752,-10.45,-1.446>, <-3.752,-10.45,-1.446>, <-3,-9.772,-1.148>, <-3,-9.121,-2.121>, <-4,-9.828,-2.828>, <-3,-12.35,0>, <-3.67,-10.66,0>, <-3.752,-10.45,-1.446>, <-3,-12.35,-2.26>, <-4,-9.828,-2.828>, <-3.075,-12.16,-4>, <-3,-12.35,-2.26>, <-3.752,-10.45,-1.446>, <-4,-9.828,-2.828>, <-4,-9.828,-4>, <-3.075,-12.16,-4>, <-3.281,-11.64,-4>, <-3.48,-11.64,-4>, <-3.48,-12.16,-4>, <-3.075,-12.16,-4>, <-4,-9.828,-4>, <-4,-11.64,-4>, <-3.281,-11.64,-4>, <-4,-9.828,-4>, <-4,-9.828,-5.73>, <-4,-11.48,-5.48>, <-4,-11.64,-4>, <-4,-9.828,-5.73>, <-4,-9.828,-2.828>, <-4,-7,-5.65>, <-4,-7,-6.159>, <-4,0,-7.22>, <-4,-7,-6.159>, <-4,-7,-4>, <-4,-3,-4>, <-4,-3,4>, <-4,0,7.22>, <-4,0,-7.22>, <-4,-3,-4>, <-4,-7,6.159>, <-4,0,7.22>, <-4,-3,4>, <-4,-7,4>, <-4,-9.828,2.828>, <-4,-9.828,5.73>, <-4,-7,6.159>, <-4,-7,5.65>, <-4,-9.828,5.73>, <-4,-9.828,4>, <-4,-11.64,4>, <-4,-11.48,5.48>, <-4,-9.828,4>, <-3.281,-11.64,4>, <-4,-11.64,4>, <-3.48,-11.64,4>, <-3.281,-11.64,4>, <-3.075,-12.16,4>, <-3.48,-12.16,4>, <-4,-9.828,4>, <-4,-9.828,2.828>, <-3.075,-12.16,4>, <-3.075,-12.16,4>, <-4,-9.828,2.828>, <-3.752,-10.45,1.446>, <-3,-12.35,2.26>, <-3.67,-10.66,0>, <-3,-12.35,0>, <-3,-12.35,2.26>, <-3.752,-10.45,1.446>, <9,0,-0.25>, <9,-1.183,-0.25>, <9,-1.535,-2.016>, <9,0,-2.5>, <9,-1.183,0.25>, <9,0,0.25>, <9,0,2.5>, <9,-1.535,2.016>, <-9,0,0.25>, <-9,-1.183,0.25>, <-9,-1.535,2.016>, <-9,0,2.5>, <-9,-1.183,-0.25>, <-9,0,-0.25>, <-9,0,-2.5>, <-9,-1.535,-2.016> } face_indices { 94, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <47, 48, 49>, <47, 49, 50>, <51, 52, 53>, <54, 55, 56>, <54, 56, 57>, <58, 59, 60>, <58, 60, 61>, <62, 63, 64>, <62, 64, 65>, <66, 67, 68>, <66, 68, 69>, <70, 71, 72>, <70, 72, 73>, <74, 75, 76>, <74, 76, 77>, <78, 79, 80>, <78, 80, 81>, <82, 83, 84>, <85, 86, 87>, <85, 87, 88>, <89, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <127, 128, 129>, <127, 129, 130>, <131, 132, 133>, <134, 135, 136>, <134, 136, 137>, <138, 139, 140>, <138, 140, 141>, <142, 143, 144>, <142, 144, 145>, <146, 147, 148>, <146, 148, 149>, <150, 151, 152>, <150, 152, 153>, <154, 155, 156>, <154, 156, 157>, <158, 159, 160>, <158, 160, 161>, <162, 163, 164>, <165, 166, 167>, <165, 167, 168>, <169, 170, 171>, <172, 173, 174>, <172, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <180, 182, 183>, <184, 185, 186>, <184, 186, 187>, <188, 189, 190>, <188, 190, 191>, <192, 193, 194>, <192, 194, 195> } } } #declare LDX_30383_dot_DAT = #if (LDXQual = 0) box { <-20,-11.35,-10>,<20,8,10> } #else union { // Hinge Plate 1 x 2 Locking with Single Finger On Top // Name: 30383.dat // Author: John Van Zwieten [jvan] // !LDRAW_ORG Part UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 1999-12-31 [PTadmin] Official Update 1999-06 // !HISTORY 2002-12-18 [technog] created and switched to hinge finger primitive // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_box4_dash_4a_dot_dat matrix <0,0,10,0,-8,0,-10,0,0,-10,8,0> } object { LDX_rect_dot_dat matrix <0,0,10,-1,0,0,0,-0.5,0,0,0.5,0> } object { LDX_box4_dash_4a_dot_dat matrix <0,0,-10,0,-7,0,10,0,0,10,8,0> } object { LDX_clh2_dot_dat matrix <0,0,-1,0,1,0,1,0,0,10,1,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <-1,0,0,0,1,0,0,0,-1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 16, <-20,8,10>, <-16,8,6>, <16,8,6>, <20,8,10>, <20,8,10>, <16,8,6>, <16,8,-6>, <20,8,-10>, <20,8,-10>, <16,8,-6>, <-16,8,-6>, <-20,8,-10>, <-20,8,-10>, <-16,8,-6>, <-16,8,6>, <-20,8,10> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_stud6a_dot_dat = union { // Stud Open For Round 2x2 Parts without Base Edges // Name: stud6a.dat // Author: Steve Bliss [sbliss] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2000-09-30 [PTadmin] Official Update 2000-02 // !HISTORY 2002-04-04 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2002-08-27 [mkennedy] Changed top polygons to 3-4ring2 // !HISTORY 2002-11-30 [sbliss] Replaced 3-4ring2 with 1-4ring2's // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-4,0> } object { LDX_1_dash_4ring2_dot_dat matrix <0,0,2,0,1,0,-2,0,0,0,-4,0> } object { LDX_1_dash_4ring2_dot_dat matrix <-2,0,0,0,1,0,0,0,-2,0,-4,0> } object { LDX_1_dash_4ring2_dot_dat matrix <0,0,-2,0,1,0,2,0,0,0,-4,0> } object { LDX_3_dash_4cyli_dot_dat matrix <0,0,6,0,4,0,-6,0,0,0,-4,0> } mesh2 { vertex_vectors { 32, <6,-4,0>, <5.615,-4,1.94>, <3.695,-4,1.531>, <4,-4,0>, <5.615,-4,1.94>, <4.142,-4,4.142>, <2.828,-4,2.828>, <3.695,-4,1.531>, <4.142,-4,4.142>, <1.94,-4,5.615>, <1.531,-4,3.695>, <2.828,-4,2.828>, <1.94,-4,5.615>, <0,-4,6>, <0,-4,4>, <1.531,-4,3.695>, <6,0,0>, <5.6145,0,1.9397>, <5.6145,-4,1.9397>, <6,-4,0>, <5.6145,0,1.9397>, <4.142,0,4.142>, <4.142,-4,4.142>, <5.6145,-4,1.9397>, <4.142,0,4.142>, <1.9387,0,5.6145>, <1.9387,-4,5.6145>, <4.142,-4,4.142>, <1.9387,0,5.6145>, <0,0,6>, <0,-4,6>, <1.9387,-4,5.6145> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_4_dash_8sphe_dot_dat = union { // Sphere 0.5 // Name: 4-8sphe.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_1_dash_8sphe_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_1_dash_8sphe_dot_dat matrix <1,0,0,0,1,0,0,0,-1,0,0,0> } object { LDX_1_dash_8sphe_dot_dat matrix <-1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_1_dash_8sphe_dot_dat matrix <-1,0,0,0,1,0,0,0,-1,0,0,0> } } #declare LDX_4_dash_4con1_dot_dat = union { // Cone 1 x 1.0 // Name: 4-4con1.dat // Author: Steve Bliss [sbliss] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-08-19 [sbliss] Renamed 4-4con12.dat to 4-4con1.dat, Moved all conditional lines before quads // !HISTORY 2000-05-07 [PTadmin] Official Update 2000-01 // !HISTORY 2002-12-11 [cwdee] Standardised title and made BFC compliant // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW, reordered // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 64, <2,0,0>, <1,1,0>, <0.9239,1,0.3827>, <1.8478,0,0.7654>, <1.8478,0,0.7654>, <0.9239,1,0.3827>, <0.7071,1,0.7071>, <1.4142,0,1.4142>, <1.4142,0,1.4142>, <0.7071,1,0.7071>, <0.3827,1,0.9239>, <0.7654,0,1.8478>, <0.7654,0,1.8478>, <0.3827,1,0.9239>, <0,1,1>, <0,0,2>, <0,0,2>, <0,1,1>, <-0.3827,1,0.9239>, <-0.7654,0,1.8478>, <-0.7654,0,1.8478>, <-0.3827,1,0.9239>, <-0.7071,1,0.7071>, <-1.4142,0,1.4142>, <-1.4142,0,1.4142>, <-0.7071,1,0.7071>, <-0.9239,1,0.3827>, <-1.8478,0,0.7654>, <-1.8478,0,0.7654>, <-0.9239,1,0.3827>, <-1,1,0>, <-2,0,0>, <-2,0,0>, <-1,1,0>, <-0.9239,1,-0.3827>, <-1.8478,0,-0.7654>, <-1.8478,0,-0.7654>, <-0.9239,1,-0.3827>, <-0.7071,1,-0.7071>, <-1.4142,0,-1.4142>, <-1.4142,0,-1.4142>, <-0.7071,1,-0.7071>, <-0.3827,1,-0.9239>, <-0.7654,0,-1.8478>, <-0.7654,0,-1.8478>, <-0.3827,1,-0.9239>, <0,1,-1>, <0,0,-2>, <0,0,-2>, <0,1,-1>, <0.3827,1,-0.9239>, <0.7654,0,-1.8478>, <0.7654,0,-1.8478>, <0.3827,1,-0.9239>, <0.7071,1,-0.7071>, <1.4142,0,-1.4142>, <1.4142,0,-1.4142>, <0.7071,1,-0.7071>, <0.9239,1,-0.3827>, <1.8478,0,-0.7654>, <1.8478,0,-0.7654>, <0.9239,1,-0.3827>, <1,1,0>, <2,0,0> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_4_dash_4con5_dot_dat = union { // Cone 5 x 1.0 // Name: 4-4con5.dat // Author: Niels Karsdorp [nielsk] // !LDRAW_ORG Primitive UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 64, <5,1,0>, <4.6195,1,1.9135>, <5.5434,0,2.2962>, <6,0,0>, <4.6195,1,1.9135>, <3.5355,1,3.5355>, <4.2426,0,4.2426>, <5.5434,0,2.2962>, <3.5355,1,3.5355>, <1.9135,1,4.6195>, <2.2962,0,5.5434>, <4.2426,0,4.2426>, <1.9135,1,4.6195>, <0,1,5>, <0,0,6>, <2.2962,0,5.5434>, <0,1,5>, <-1.9135,1,4.6195>, <-2.2962,0,5.5434>, <0,0,6>, <-1.9135,1,4.6195>, <-3.5355,1,3.5355>, <-4.2426,0,4.2426>, <-2.2962,0,5.5434>, <-3.5355,1,3.5355>, <-4.6195,1,1.9135>, <-5.5434,0,2.2962>, <-4.2426,0,4.2426>, <-4.6195,1,1.9135>, <-5,1,0>, <-6,0,0>, <-5.5434,0,2.2962>, <-5,1,0>, <-4.6195,1,-1.9135>, <-5.5434,0,-2.2962>, <-6,0,0>, <-4.6195,1,-1.9135>, <-3.5355,1,-3.5355>, <-4.2426,0,-4.2426>, <-5.5434,0,-2.2962>, <-3.5355,1,-3.5355>, <-1.9135,1,-4.6195>, <-2.2962,0,-5.5434>, <-4.2426,0,-4.2426>, <-1.9135,1,-4.6195>, <0,1,-5>, <0,0,-6>, <-2.2962,0,-5.5434>, <0,1,-5>, <1.9135,1,-4.6195>, <2.2962,0,-5.5434>, <0,0,-6>, <1.9135,1,-4.6195>, <3.5355,1,-3.5355>, <4.2426,0,-4.2426>, <2.2962,0,-5.5434>, <3.5355,1,-3.5355>, <4.6195,1,-1.9135>, <5.5434,0,-2.2962>, <4.2426,0,-4.2426>, <4.6195,1,-1.9135>, <5,1,0>, <6,0,0>, <5.5434,0,-2.2962> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_4_dash_4con16_dot_dat = union { // Cone 16 x 1.0 // Name: 4-4con16.dat // Author: John Riley [jriley] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 64, <14.7824,1,6.1232>, <15.7063,0,6.5059>, <17,0,0>, <16,1,0>, <11.3136,1,11.3136>, <12.0207,0,12.0207>, <15.7063,0,6.5059>, <14.7824,1,6.1232>, <6.1232,1,14.7824>, <6.5059,0,15.7063>, <12.0207,0,12.0207>, <11.3136,1,11.3136>, <0,1,16>, <0,0,17>, <6.5059,0,15.7063>, <6.1232,1,14.7824>, <-6.1232,1,14.7824>, <-6.5059,0,15.7063>, <0,0,17>, <0,1,16>, <-11.3136,1,11.3136>, <-12.0207,0,12.0207>, <-6.5059,0,15.7063>, <-6.1232,1,14.7824>, <-14.7824,1,6.1232>, <-15.7063,0,6.5059>, <-12.0207,0,12.0207>, <-11.3136,1,11.3136>, <-16,1,0>, <-17,0,0>, <-15.7063,0,6.5059>, <-14.7824,1,6.1232>, <-14.7824,1,-6.1232>, <-15.7063,0,-6.5059>, <-17,0,0>, <-16,1,0>, <-11.3136,1,-11.3136>, <-12.0207,0,-12.0207>, <-15.7063,0,-6.5059>, <-14.7824,1,-6.1232>, <-6.1232,1,-14.7824>, <-6.5059,0,-15.7063>, <-12.0207,0,-12.0207>, <-11.3136,1,-11.3136>, <0,1,-16>, <0,0,-17>, <-6.5059,0,-15.7063>, <-6.1232,1,-14.7824>, <6.1232,1,-14.7824>, <6.5059,0,-15.7063>, <0,0,-17>, <0,1,-16>, <11.3136,1,-11.3136>, <12.0207,0,-12.0207>, <6.5059,0,-15.7063>, <6.1232,1,-14.7824>, <14.7824,1,-6.1232>, <15.7063,0,-6.5059>, <12.0207,0,-12.0207>, <11.3136,1,-11.3136>, <16,1,0>, <17,0,0>, <15.7063,0,-6.5059>, <14.7824,1,-6.1232> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_4_dash_4ring9_dot_dat = union { // Ring 9 x 1.0 // Name: 4-4ring9.dat // Author: John Riley [jriley] // !LDRAW_ORG Primitive UPDATE 2004-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 64, <9,0,0>, <10,0,0>, <9.239,0,3.827>, <8.3151,0,3.4443>, <8.3151,0,3.4443>, <9.239,0,3.827>, <7.071,0,7.071>, <6.3639,0,6.3639>, <6.3639,0,6.3639>, <7.071,0,7.071>, <3.827,0,9.239>, <3.4443,0,8.3151>, <3.4443,0,8.3151>, <3.827,0,9.239>, <0,0,10>, <0,0,9>, <0,0,9>, <0,0,10>, <-3.827,0,9.239>, <-3.4443,0,8.3151>, <-3.4443,0,8.3151>, <-3.827,0,9.239>, <-7.071,0,7.071>, <-6.3639,0,6.3639>, <-6.3639,0,6.3639>, <-7.071,0,7.071>, <-9.239,0,3.827>, <-8.3151,0,3.4443>, <-8.3151,0,3.4443>, <-9.239,0,3.827>, <-10,0,0>, <-9,0,0>, <-9,0,0>, <-10,0,0>, <-9.239,0,-3.827>, <-8.3151,0,-3.4443>, <-8.3151,0,-3.4443>, <-9.239,0,-3.827>, <-7.071,0,-7.071>, <-6.3639,0,-6.3639>, <-6.3639,0,-6.3639>, <-7.071,0,-7.071>, <-3.827,0,-9.239>, <-3.4443,0,-8.3151>, <-3.4443,0,-8.3151>, <-3.827,0,-9.239>, <0,0,-10>, <0,0,-9>, <0,0,-9>, <0,0,-10>, <3.827,0,-9.239>, <3.4443,0,-8.3151>, <3.4443,0,-8.3151>, <3.827,0,-9.239>, <7.071,0,-7.071>, <6.3639,0,-6.3639>, <6.3639,0,-6.3639>, <7.071,0,-7.071>, <9.239,0,-3.827>, <8.3151,0,-3.4443>, <8.3151,0,-3.4443>, <9.239,0,-3.827>, <10,0,0>, <9,0,0> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_2654_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-20>,<20,8,20> } #else union { // Dish 2 x 2 // Name: 2654.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS boat stud 2 x 2, spherical, smooth bottom, skid plate, inverted tile // !KEYWORDS round // !HISTORY 2003-06-08 [jriley] BFC compliant // !HISTORY 2003-10-04 [OrionP] Changed name, add keywords // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-05-17 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-05-09 [cwdee] Remove CATEGORY Round // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 #if (LDXStuds) object { LDX_stud6a_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud6a_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,10> } object { LDX_stud6a_dot_dat matrix <0,0,-1,0,1,0,1,0,0,10,0,-10> } object { LDX_stud6a_dot_dat matrix <-1,0,0,0,1,0,0,0,-1,-10,0,-10> } #end // LDXStuds object { LDX_4_dash_4disc_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <20,0,0,0,2,0,0,0,20,0,0,0> } object { LDX_4_dash_8sphe_dot_dat matrix <20,0,0,0,6,0,0,0,20,0,2,0> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,4,10,0,10> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,4,-10,0,10> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,4,10,0,-10> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,4,-10,0,-10> } object { LDX_2_dash_4cyli_dot_dat matrix <-4.2,0,4.2,0,2.8,0,-4.2,0,-4.2,10,0,10> } object { LDX_2_dash_4cyli_dot_dat matrix <4.2,0,4.2,0,2.8,0,4.2,0,-4.2,-10,0,10> } object { LDX_2_dash_4cyli_dot_dat matrix <-4.2,0,-4.2,0,2.8,0,-4.2,0,4.2,10,0,-10> } object { LDX_2_dash_4cyli_dot_dat matrix <4.2,0,-4.2,0,2.8,0,4.2,0,4.2,-10,0,-10> } // BFC INVERTNEXT object { LDX_4_dash_4con1_dot_dat matrix <6,0,0,0,2.5806,0,0,0,6,0,1.4194,0> } // BFC INVERTNEXT object { LDX_4_dash_4con5_dot_dat matrix <2.4,0,0,0,1.0323,0,0,0,2.4,0,0.3871,0> } // BFC INVERTNEXT object { LDX_4_dash_4con16_dot_dat matrix <0.9,0,0,0,0.3871,0,0,0,0.9,0,0,0> } object { LDX_4_dash_4ring9_dot_dat matrix <1.7,0,0,0,1,0,0,0,1.7,0,0,0> } object { LDX_4_dash_4ring4_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,0,0> } } #end #declare LDX_box4o8a_dot_dat = union { // Box with 4 Faces (2 Parallel Pairs) without Top and Bottom Edges // Name: box4o8a.dat // Author: Steffen [Steffen] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 16, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_3839B_dot_DAT = #if (LDXQual = 0) box { <-30.000101,-4,-30>,<30.000101,10.000101,10> } #else union { // Plate 1 x 2 with Handles Type 2 // Name: 3839b.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS Space, Guns, Shooters // !KEYWORDS bar, bars // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2007-06-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [DeannaEarley] BFC'd and corrected stud orientation (2005-08-29) // !HISTORY 2008-11-28 [anathema] Used more primitives, fixed gap between arms and supports // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 object { LDX_box3u8p_dot_dat matrix <20,0,0,0,-8,0,0,0,-10,0,8,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,-1,0,1,0,1,0,0,-10,0,0> } object { LDX_stud_dot_dat matrix <0,0,-1,0,1,0,1,0,0,10,0,0> } #end // LDXStuds object { LDX_rect_dot_dat matrix <0,0,-10,-1,0,0,0,2.5,0,20,2.5,0> } object { LDX_rect_dot_dat matrix <0,0,10,-1,0,0,0,-0.5,0,20,7.5,0> } object { LDX_rect_dot_dat matrix <0,0,10,1,0,0,0,2.5,0,-20,2.5,0> } object { LDX_rect_dot_dat matrix <0,0,-10,1,0,0,0,-0.5,0,-20,7.5,0> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,-6,0,8,0> } #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds object { LDX_box4o8a_dot_dat matrix <0,-1,0,2.199,0,0,0,0,-10,-22.198999,6,0> } object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,0,-40,0,4,0,-26,6,10> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,0,-1,0,4,0,-26,6,10> } object { LDX_4_dash_4disc_dot_dat matrix <-4,0,0,0,0,1,0,4,0,-26,6,-30> } object { LDX_box4o8a_dot_dat matrix <0,-1,0,-2.199,0,0,0,0,-10,22.198999,6,0> } object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,0,-40,0,4,0,26,6,10> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,0,-1,0,4,0,26,6,10> } object { LDX_4_dash_4disc_dot_dat matrix <-4,0,0,0,0,1,0,4,0,26,6,-30> } mesh2 { vertex_vectors { 16, <-20,8,-10>, <-16,8,-6>, <16,8,-6>, <20,8,-10>, <20,8,10>, <16,8,6>, <-16,8,6>, <-20,8,10>, <-20,8,-10>, <-20,8,10>, <-16,8,6>, <-16,8,-6>, <20,8,10>, <20,8,-10>, <16,8,-6>, <16,8,6> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_footl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4858_dot_DAT LDXSeamMatrix(80, 28, 80, 0, 10, -30) matrix <1,0,0,0,1,0,0,0,1,0,-20,-20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4286_dot_DAT LDXSeamMatrix(20, 28, 60, 0, 10, -20) matrix <-1,0,0,0,1,0,0,0,-1,30,-20,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4286_dot_DAT LDXSeamMatrix(20, 28, 60, 0, 10, -20) matrix <-1,0,0,0,1,0,0,0,-1,-30,-20,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3040B_dot_DAT LDXSeamMatrix(20, 28, 40, 0, 10, -10) matrix <1,0,0,0,1,0,0,0,1,-30,-44,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4460_dot_DAT LDXSeamMatrix(20, 76, 40, 0, 34, -10) matrix <1,0,0,0,1,0,0,0,1,30,-92,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4859_dot_DAT LDXSeamMatrix(80, 12, 60, 0, 2, 10) matrix <1,0,0,0,1,0,0,0,1,0,4,-70> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,30,4,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,-30,4,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,-20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,-20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,40> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_30383_dot_DAT LDXSeamMatrix(40, 19.35, 20, 0, -1.675, 0) matrix <0,0,1,0,1,0,-1,0,0,10,-4,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_30383_dot_DAT LDXSeamMatrix(40, 19.35, 20, 0, -1.675, 0) matrix <0,0,1,0,1,0,-1,0,0,-10,-4,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3022_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,0,4,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2654_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,0,12,-50> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,40> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3839B_dot_DAT LDXSeamMatrix(60.000202, 14.000101, 40, 0, 3.000051, -10) matrix <-1,0,0,0,1,0,0,0,-1,0,12,-80> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_4476_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-80>,<20,120,20> } #else union { // Support 2 x 4 x 5 Stanchion Inclined // Name: 4476.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 1998-10-15 [PTadmin] Official Update 1998-09 // !HISTORY 2003-06-09 [jriley] BFC compliant // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,116,-20> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,116,-40> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,116,-60> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,36,0,120,-40> } object { LDX_box5_dot_dat matrix <20,0,0,0,-8,0,0,0,40,0,120,-40> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,5,-1.6,-4,0,0,0,0,5,2,101,-31.5> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,5,-2.3,-4,0,0,0,0,-5,2,101,-40.099998> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-5,1.6,-4,0,0,0,0,5,2,79,-24.6> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-5,2.1,-4,0,0,0,0,-5,2,79,-30.9> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,4,-1.3,-4,0,0,0,0,4,2,66,-19.5> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,4,-1.7,-4,0,0,0,0,-4,2,66,-26.4> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-4,1.2,-4,0,0,0,0,4,2,46,-13.2> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-4,1.7,-4,0,0,0,0,-4,2,46,-17.9> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,3,-0.9,-4,0,0,0,0,3,2,35,-8.8> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,3,-1.3,-4,0,0,0,0,-3,2,35,-14.2> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-3,0.9,-4,0,0,0,0,3,2,13,-1.8> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,-3,1.2,-4,0,0,0,0,-3,2,13,-4.8> } object { LDX_1_dash_4ndis_dot_dat matrix <0,5,-1.6,-1,0,0,0,0,5,2,101,-31.5> } object { LDX_1_dash_4ndis_dot_dat matrix <0,5,-2.3,-1,0,0,0,0,-5,2,101,-40.099998> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-5,1.6,-1,0,0,0,0,5,2,79,-24.6> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-5,2.1,-1,0,0,0,0,-5,2,79,-30.9> } object { LDX_1_dash_4ndis_dot_dat matrix <0,4,-1.3,-1,0,0,0,0,4,2,66,-19.5> } object { LDX_1_dash_4ndis_dot_dat matrix <0,4,-1.7,-1,0,0,0,0,-4,2,66,-26.4> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-4,1.2,-1,0,0,0,0,4,2,46,-13.2> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-4,1.7,-1,0,0,0,0,-4,2,46,-17.9> } object { LDX_1_dash_4ndis_dot_dat matrix <0,3,-0.9,-1,0,0,0,0,3,2,35,-8.8> } object { LDX_1_dash_4ndis_dot_dat matrix <0,3,-1.3,-1,0,0,0,0,-3,2,35,-14.2> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-3,0.9,-1,0,0,0,0,3,2,13,-1.8> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-3,1.2,-1,0,0,0,0,-3,2,13,-4.8> } object { LDX_1_dash_4ndis_dot_dat matrix <0,5,-1.6,1,0,0,0,0,5,-2,101,-31.5> } object { LDX_1_dash_4ndis_dot_dat matrix <0,5,-2.3,1,0,0,0,0,-5,-2,101,-40.099998> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-5,1.6,1,0,0,0,0,5,-2,79,-24.6> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-5,2.1,1,0,0,0,0,-5,-2,79,-30.9> } object { LDX_1_dash_4ndis_dot_dat matrix <0,4,-1.3,1,0,0,0,0,4,-2,66,-19.5> } object { LDX_1_dash_4ndis_dot_dat matrix <0,4,-1.7,1,0,0,0,0,-4,-2,66,-26.4> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-4,1.2,1,0,0,0,0,4,-2,46,-13.2> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-4,1.7,1,0,0,0,0,-4,-2,46,-17.9> } object { LDX_1_dash_4ndis_dot_dat matrix <0,3,-0.9,1,0,0,0,0,3,-2,35,-8.8> } object { LDX_1_dash_4ndis_dot_dat matrix <0,3,-1.3,1,0,0,0,0,-3,-2,35,-14.2> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-3,0.9,1,0,0,0,0,3,-2,13,-1.8> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-3,1.2,1,0,0,0,0,-3,-2,13,-4.8> } object { LDX_box5_dot_dat matrix <20,0,0,0,4,0,0,0,20,0,0,0> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } #end // LDXStuds mesh2 { vertex_vectors { 156, <20,120,0>, <16,120,-4>, <-16,120,-4>, <-20,120,0>, <-20,120,0>, <-16,120,-4>, <-16,120,-76>, <-20,120,-80>, <-20,120,-80>, <-16,120,-76>, <16,120,-76>, <20,120,-80>, <20,120,-80>, <16,120,-76>, <16,120,-4>, <20,120,0>, <-2,106,-33.099998>, <-2,106,-42.400002>, <2,106,-42.400002>, <2,106,-33.099998>, <2,101,-26.5>, <2,79,-19.6>, <-2,79,-19.6>, <-2,101,-26.5>, <2,101,-45.299999>, <-2,101,-45.299999>, <-2,79,-35.900002>, <2,79,-35.900002>, <2,74,-23>, <2,74,-28.799999>, <-2,74,-28.799999>, <-2,74,-23>, <-2,70,-20.799999>, <-2,70,-28.1>, <2,70,-28.1>, <2,70,-20.799999>, <2,66,-15.5>, <2,46,-9.2>, <-2,46,-9.2>, <-2,66,-15.5>, <2,66,-30.4>, <-2,66,-30.4>, <-2,46,-21.9>, <2,46,-21.9>, <2,42,-12>, <2,42,-16.200001>, <-2,42,-16.200001>, <-2,42,-12>, <-2,38,-9.7>, <-2,38,-15.5>, <2,38,-15.5>, <2,38,-9.7>, <2,35,-5.8>, <2,13,1.2>, <-2,13,1.2>, <-2,35,-5.8>, <2,35,-17.200001>, <-2,35,-17.200001>, <-2,13,-7.8>, <2,13,-7.8>, <2,10,-0.9>, <2,10,-3.6>, <-2,10,-3.6>, <-2,10,-0.9>, <2,112,-20>, <2,106,-28.1>, <2,106,-47.400002>, <2,112,-60>, <2,74,-18>, <2,70,-16.799999>, <2,70,-32.099998>, <2,74,-33.799999>, <2,42,-8>, <2,38,-6.7>, <2,38,-18.5>, <2,42,-20.200001>, <2,10,2.1>, <2,4,10>, <2,4,-10>, <2,10,-6.6>, <2,112,-20>, <2,4,10>, <2,10,2.1>, <2,106,-28.1>, <2,112,-60>, <2,106,-47.400002>, <2,10,-6.6>, <2,4,-10>, <-2,112,-20>, <-2,112,-60>, <-2,106,-47.400002>, <-2,106,-28.1>, <-2,74,-18>, <-2,74,-33.799999>, <-2,70,-32.099998>, <-2,70,-16.799999>, <-2,42,-8>, <-2,42,-20.200001>, <-2,38,-18.5>, <-2,38,-6.7>, <-2,10,2.1>, <-2,10,-6.6>, <-2,4,-10>, <-2,4,10>, <-2,112,-20>, <-2,106,-28.1>, <-2,10,2.1>, <-2,4,10>, <-2,112,-60>, <-2,4,-10>, <-2,10,-6.6>, <-2,106,-47.400002>, <6,112,-16>, <-6,112,-16>, <-6,4,14>, <6,4,14>, <-6,112,-16>, <-6,112,-20>, <-6,4,10>, <-6,4,14>, <-6,112,-20>, <-2,112,-20>, <-2,4,10>, <-6,4,10>, <-2,112,-60>, <-6,112,-60>, <-6,4,-10>, <-2,4,-10>, <-6,112,-60>, <-6,112,-64>, <-6,4,-14>, <-6,4,-10>, <-6,112,-64>, <6,112,-64>, <6,4,-14>, <-6,4,-14>, <6,112,-64>, <6,112,-60>, <6,4,-10>, <6,4,-14>, <6,112,-60>, <2,112,-60>, <2,4,-10>, <6,4,-10>, <2,112,-20>, <6,112,-20>, <6,4,10>, <2,4,10>, <6,112,-20>, <6,112,-16>, <6,4,14>, <6,4,10>, <-20,0,20>, <-20,0,-20>, <20,0,-20>, <20,0,20> } face_indices { 78, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155> } } } #end #declare LDX_1_dash_4cyls2_dot_dat = union { // Cylinder Sloped 0.25 Convex // Name: 1-4cyls2.dat // Author: Chris Dee [cwdee] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2002-07-03 [sbliss] Added BFC statement, reformatted title to fit 0.27 convention // !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04 // !HISTORY 2007-06-22 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 15, <-0.3827,0.3827,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <-0.3827,0.3827,0.9239>, <-0.7071,0.7071,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.7071,0.7071,0.7071>, <-0.9239,0.9239,0.3827>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.9239,0.9239,0.3827>, <-1,1,0>, <-1,0,0>, <-0.9239,0,0.3827> } face_indices { 7, <0, 1, 2>, <3, 4, 5>, <3, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <11, 13, 14> } } } #declare LDX_stud4s2_dot_dat = union { // Stud Tube Open 0.500 Sloped // Name: stud4s2.dat // Author: Greg Teft [gregteft] // !LDRAW_ORG Primitive UPDATE 2012-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HELP For use between a stud4a and a half-sloped surface. It is enough // !HELP to know coordinates Y of the centre and that of the outside circle. // !HELP The difference of both coordinates is the height of the primitive // !HELP to be applied. Finally, this primitive can be used with all the // !HELP parts sloped using a STUD4A. H = Y center sloped - Y common border. // !HISTORY 2012-08-09 [PTadmin] Official Update 2012-02 object { LDX_2_dash_4cyli_dot_dat matrix <0,0,8,0,1,0,-8,0,0,0,-1,0> } object { LDX_1_dash_4cyls_dot_dat matrix <8,0,0,0,-1,0,0,0,-8,0,0,0> } object { LDX_1_dash_4cyls_dot_dat matrix <8,0,0,0,-1,0,0,0,8,0,0,0> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0,6,0,0.75,0,-6,0,0,0,-1,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyls_dot_dat matrix <6,0,0,0,-0.75,0,0,0,-6,0,-0.25,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyls_dot_dat matrix <6,0,0,0,-0.75,0,0,0,6,0,-0.25,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,0,6,0,0.25,0,-6,0,0,0,-0.25,0> } } #declare LDX_s_slash_41855s01_dot_dat = union { // ~Slope Brick Rounded 2 x 2 x 0.667 without Top Faces // Name: s\41855s01.dat // Author: Franklin W. Cain [fwcain] // !LDRAW_ORG Subpart UPDATE 2014-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-09-05 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2014-11-04 [MagFors] Made BFC, primitive substitution // !HISTORY 2014-12-23 [PTadmin] Official Update 2014-02 object { LDX_rect1_dot_dat matrix <0,0,10,0,1,0,-10,0,0,0,0,0> } object { LDX_rect3_dot_dat matrix <20,0,0,0,0,-1,0,4,0,0,12,10> } object { LDX_rect1_dot_dat matrix <0,1.25,0,0,0,1,17,0,0,0,14.75,-29> } object { LDX_rect2p_dot_dat matrix <9,0,0,0,-1,0,0,0,-0.5,0,7,-29.5> } object { LDX_rect1_dot_dat matrix <0,0,8,0,-1,0,10,0,0,0,4,-2> } object { LDX_rect3_dot_dat matrix <-16,0,0,0,0,1,0,3.5,0,0,12.5,6> } object { LDX_rect3_dot_dat matrix <10,0,0,0,-1,0,0,2,-8,0,6,-18> } object { LDX_rect3_dot_dat matrix <16,0,0,0,0,-1,0,2,0,0,14,-26> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,0,-0.5,0,-1.25,0,-4,3.25,0,-13,11.5,-29.5> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,0,0.5,0,-1.25,0,4,3.25,0,13,11.5,-29.5> } object { LDX_rect1_dot_dat matrix <3,-2.5,0,0,-1,0,0,0,-2,-13,6.5,-8> } object { LDX_rect1_dot_dat matrix <-3,-2.5,0,0,-1,0,0,0,2,13,6.5,-8> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,10,0,1,0,-10,0,0,-10,0,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,10,0,1,0,10,0,0,10,0,0> } object { LDX_1_dash_4cyls2_dot_dat matrix <10,0,0,0,8,0,0,0,-10,-10,0,0> } object { LDX_1_dash_4cyls2_dot_dat matrix <10,0,0,0,8,0,0,0,10,-10,0,0> } object { LDX_1_dash_4cyls2_dot_dat matrix <-10,0,0,0,8,0,0,0,-10,10,0,0> } object { LDX_1_dash_4cyls2_dot_dat matrix <-10,0,0,0,8,0,0,0,10,10,0,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,0,-1,0,-6,0,0,-10,4,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,0,-1,0,6,0,0,10,4,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyls2_dot_dat matrix <6,0,0,0,5,0,0,0,-6,-10,4,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyls2_dot_dat matrix <6,0,0,0,5,0,0,0,6,-10,4,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyls2_dot_dat matrix <-6,0,0,0,5,0,0,0,-6,10,4,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyls2_dot_dat matrix <-6,0,0,0,5,0,0,0,6,10,4,0> } #if (LDXStuds) object { LDX_stud4s2_dot_dat matrix <0,0,-1,0,2,0,1,0,0,0,6,-10> } #end // LDXStuds // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,6,0,0,0,6,0,6,-10> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,6,0,0,0,8,0,6,-10> } #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,12,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } #end // LDXStuds object { LDX_1_dash_4ndis_dot_dat matrix <-10,8,0,0.66221,0.749318,0,0,0,10,-10,0,0> } object { LDX_1_dash_4ndis_dot_dat matrix <10,8,0,-0.66221,0.749318,0,0,0,10,10,0,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,6,0,-1,0,-6,5,0,-10,4,0> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-6,0,-1,0,6,5,0,10,4,0> } mesh2 { vertex_vectors { 132, <-10,0,10>, <10,0,10>, <20,8,10>, <-20,8,10>, <-17,13.5,-29>, <17,13.5,-29>, <9,7,-29>, <-9,7,-29>, <-9,7,-30>, <9,7,-30>, <10,4,-30>, <-10,4,-30>, <-16,16,-26>, <16,16,-26>, <17,16,-29>, <-17,16,-29>, <-20,16,10>, <20,16,10>, <16,16,6>, <-16,16,6>, <-16,9,6>, <16,9,6>, <10,4,6>, <-10,4,6>, <-10,8,-26>, <10,8,-26>, <16,12,-26>, <-16,12,-26>, <-20,12,-30>, <-17,13.5,-30>, <-9,7,-30>, <-10,4,-30>, <10,4,-30>, <9,7,-30>, <17,13.5,-30>, <20,12,-30>, <-20,16,-30>, <-17,16,-30>, <-17,13.5,-30>, <-20,12,-30>, <20,12,-30>, <17,13.5,-30>, <17,16,-30>, <20,16,-30>, <-17,16,-29>, <-20,16,10>, <-16,16,6>, <-16,16,-26>, <16,16,-26>, <16,16,6>, <20,16,10>, <17,16,-29>, <-20,16,-30>, <-20,16,10>, <-17,16,-29>, <-17,16,-30>, <17,16,-30>, <17,16,-29>, <20,16,10>, <20,16,-30>, <-20,8,0>, <-20,8,10>, <-20,16,10>, <20,16,10>, <20,8,10>, <20,8,0>, <-20,8,0>, <-20,16,10>, <-20,16,-30>, <-20,8.5,-10>, <20,8.5,-10>, <20,16,-30>, <20,16,10>, <20,8,0>, <-20,16,-30>, <-20,12,-30>, <-20,10,-20>, <-20,8.5,-10>, <20,10,-20>, <20,12,-30>, <20,16,-30>, <20,8.5,-10>, <-19.239,7.391,-3.827>, <-20,8,0>, <-20,8.5,-10>, <20,8.5,-10>, <20,8,0>, <19.239,7.391,-3.827>, <-17.070999,5.657,-7.071>, <-19.239,7.391,-3.827>, <-20,8.5,-10>, <20,8.5,-10>, <19.239,7.391,-3.827>, <17.070999,5.657,-7.071>, <-13.827,3.062,-9.239>, <-17.070999,5.657,-7.071>, <-20,8.5,-10>, <20,8.5,-10>, <17.070999,5.657,-7.071>, <13.827,3.062,-9.239>, <-10,0,-10>, <-13.827,3.062,-9.239>, <-20,8.5,-10>, <20,8.5,-10>, <13.827,3.062,-9.239>, <10,0,-10>, <-16,9,6>, <-16,9,-10>, <-16,16,-26>, <-16,16,6>, <16,16,6>, <16,16,-26>, <16,9,-10>, <16,9,6>, <-10,4,-10>, <-10,8,-26>, <-16,9,-10>, <16,9,-10>, <10,8,-26>, <10,4,-10>, <-16,12,-26>, <-16,9,-10>, <-10,8,-26>, <10,8,-26>, <16,9,-10>, <16,12,-26>, <-16,9,-10>, <-16,12,-26>, <-16,16,-26>, <16,16,-26>, <16,12,-26>, <16,9,-10> } face_indices { 58, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <63, 64, 65>, <66, 67, 68>, <66, 68, 69>, <70, 71, 72>, <70, 72, 73>, <74, 75, 76>, <74, 76, 77>, <78, 79, 80>, <78, 80, 81>, <82, 83, 84>, <85, 86, 87>, <88, 89, 90>, <91, 92, 93>, <94, 95, 96>, <97, 98, 99>, <100, 101, 102>, <103, 104, 105>, <106, 107, 108>, <106, 108, 109>, <110, 111, 112>, <110, 112, 113>, <114, 115, 116>, <117, 118, 119>, <120, 121, 122>, <123, 124, 125>, <126, 127, 128>, <129, 130, 131> } } } #declare LDX_41855_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-30>,<20,16,10> } #else union { // Slope Brick Rounded 2 x 2 x 0.667 // Name: 41855.dat // Author: Franklin W. Cain [fwcain] // !LDRAW_ORG Part UPDATE 2014-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS curved, Racers, Alpha Team, car, hood, bonnet // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2014-11-04 [MagFors] Made BFC // !HISTORY 2014-12-23 [PTadmin] Official Update 2014-02 object { LDX_s_slash_41855s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 32, <-10,1.5,-20>, <10,1.5,-20>, <10,0,-10>, <-10,0,-10>, <-10,4,-30>, <10,4,-30>, <10,1.5,-20>, <-10,1.5,-20>, <-20,8.5,-10>, <-10,1.5,-20>, <-10,0,-10>, <10,0,-10>, <10,1.5,-20>, <20,8.5,-10>, <-10,1.5,-20>, <-20,8.5,-10>, <-20,10,-20>, <20,10,-20>, <20,8.5,-10>, <10,1.5,-20>, <-20,10,-20>, <-10,4,-30>, <-10,1.5,-20>, <10,1.5,-20>, <10,4,-30>, <20,10,-20>, <-10,4,-30>, <-20,10,-20>, <-20,12,-30>, <20,12,-30>, <20,10,-20>, <10,4,-30> } face_indices { 12, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <11, 12, 13>, <14, 15, 16>, <17, 18, 19>, <20, 21, 22>, <23, 24, 25>, <26, 27, 28>, <29, 30, 31> } } } #end #declare LDX_clh4_dot_dat = union { // Click Lock Hinge Half Dual Finger // Name: clh4.dat // Author: Donald Sutter [technog] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // !HELP Requires 2 halves rotated 180 degrees apart on Z-axis. // !HELP Placement on side of bricks; rotate pair accordingly, place 10 Ldu // !HELP below top surface and 6 Ldu off side surface, fill as needed - // !HELP box4o4a.dat's recommended. // !HELP Placement off side of plates and windscreens; rotate pair accordingly, // !HELP place center origin 2 Ldu below top surface and 6 Ldu off side surface, // !HELP fill as needed. // BFC CERTIFY CCW // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2003-12-29 [technog] Corrected width // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 object { LDX_box3u8p_dot_dat matrix <0,0,0.9,-4.5,0,0,0,6,0,8.5,0,0.9> } object { LDX_2_dash_4disc_dot_dat matrix <0,5.25,0,-1,0,0,0,0,5.25,8.5,0,4> } object { LDX_2_dash_4disc_dot_dat matrix <0,5.25,0,1,0,0,0,0,5.25,4,0,4> } object { LDX_4_dash_4con3_dot_dat matrix <0,1,0,-1,0,0,0,0,1,4,0,4> } object { LDX_4_dash_4disc_dot_dat matrix <0,3,0,1,0,0,0,0,3,3,0,4> } object { LDX_rect3_dot_dat matrix <-2.25,0,0,0,0,-1,0,0.27,-0.103,6.25,5.73,1.903> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,-0.175,-0.875,4.5,0,0,0,-0.59,0.117,4,5.641,2.88> } object { LDX_2_dash_4ndis_dot_dat matrix <0,-0.175,-0.875,-1,0,0,0,-0.59,0.117,8.5,5.64,2.88> } object { LDX_2_dash_4ndis_dot_dat matrix <0,-0.175,-0.875,1,0,0,0,-0.59,0.117,4,5.641,2.88> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,-0.25,4.5,0,0,0,0.19,0,4,5.81,4> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,-0.25,-1,0,0,0,0.19,0,8.5,5.81,4> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,-0.25,1,0,0,0,0.19,0,4,5.81,4> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.175,-0.875,4.5,0,0,0,-0.59,-0.117,4,5.641,5.12> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.175,-0.875,-1,0,0,0,-0.59,-0.117,8.5,5.64,5.119> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.175,-0.875,1,0,0,0,-0.59,-0.117,4,5.641,5.12> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0.097,-0.231,4.5,0,0,0,0.175,0.073,4,5.368,6.224> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.097,-0.231,-1,0,0,0,0.175,0.073,8.5,5.368,6.224> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.097,-0.231,1,0,0,0,0.175,0.073,4,5.368,6.224> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.496,-0.741,4.5,0,0,0,-0.5,-0.334,4,4.782,7.193> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.496,-0.741,-1,0,0,0,-0.5,-0.334,8.5,4.781,7.193> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.496,-0.741,1,0,0,0,-0.5,-0.334,4,4.782,7.193> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0.177,-0.177,4.5,0,0,0,0.134,0.134,4,4.109,8.108> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.177,-0.177,-1,0,0,0,0.134,0.134,8.5,4.109,8.108> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.177,-0.177,1,0,0,0,0.134,0.134,4,4.109,8.108> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.742,-0.495,4.5,0,0,0,-0.334,-0.5,4,3.195,8.78> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.742,-0.495,-1,0,0,0,-0.334,-0.5,8.5,3.196,8.779> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.742,-0.495,1,0,0,0,-0.334,-0.5,4,3.195,8.78> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0.231,-0.097,4.5,0,0,0,0.073,0.175,4,2.224,9.368> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.231,-0.097,-1,0,0,0,0.073,0.175,8.5,2.225,9.368> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.231,-0.097,1,0,0,0,0.073,0.175,4,2.224,9.368> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.875,-0.175,4.5,0,0,0,-0.117,-0.59,4,1.12,9.64> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.875,-0.175,-1,0,0,0,-0.117,-0.59,8.5,1.12,9.64> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.875,-0.175,1,0,0,0,-0.117,-0.59,4,1.12,9.64> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0.25,0,4.5,0,0,0,0,0.19,4,0,9.81> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.25,0,-1,0,0,0,0,0.19,8.5,0,9.81> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.25,0,1,0,0,0,0,0.19,4,0,9.81> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.875,0.175,4.5,0,0,0,0.117,-0.59,4,-1.12,9.64> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.875,0.175,-1,0,0,0,0.117,-0.59,8.5,-1.12,9.64> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.875,0.175,1,0,0,0,0.117,-0.59,4,-1.12,9.64> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0.231,0.097,4.5,0,0,0,-0.073,0.175,4,-2.224,9.368> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.231,0.097,-1,0,0,0,-0.073,0.175,8.5,-2.225,9.368> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.231,0.097,1,0,0,0,-0.073,0.175,4,-2.224,9.368> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.741,0.496,4.5,0,0,0,0.334,-0.5,4,-3.193,8.782> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.741,0.496,-1,0,0,0,0.334,-0.5,8.5,-3.193,8.782> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.741,0.496,1,0,0,0,0.334,-0.5,4,-3.193,8.782> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0.177,0.177,4.5,0,0,0,-0.134,0.134,4,-4.108,8.109> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.177,0.177,-1,0,0,0,-0.134,0.134,8.5,-4.108,8.109> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.177,0.177,1,0,0,0,-0.134,0.134,4,-4.108,8.109> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.495,0.742,4.5,0,0,0,0.5,-0.334,4,-4.78,7.196> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.495,0.742,-1,0,0,0,0.5,-0.334,8.5,-4.78,7.196> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.495,0.742,1,0,0,0,0.5,-0.334,4,-4.78,7.196> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0.097,0.231,4.5,0,0,0,-0.175,0.073,4,-5.368,6.224> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.097,0.231,-1,0,0,0,-0.175,0.073,8.5,-5.368,6.224> } object { LDX_2_dash_4disc_dot_dat matrix <0,0.097,0.231,1,0,0,0,-0.175,0.073,4,-5.368,6.224> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,0.175,0.875,4.5,0,0,0,0.59,-0.117,4,-5.641,5.12> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.175,0.875,-1,0,0,0,0.59,-0.117,8.5,-5.64,5.119> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0.175,0.875,1,0,0,0,0.59,-0.117,4,-5.641,5.12> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,0.25,4.5,0,0,0,-0.19,0,4,-5.81,4> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,0.25,-1,0,0,0,-0.19,0,8.5,-5.81,4> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,0.25,1,0,0,0,-0.19,0,4,-5.81,4> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <0,-0.175,0.875,4.5,0,0,0,0.59,0.117,4,-5.641,2.88> } object { LDX_2_dash_4ndis_dot_dat matrix <0,-0.175,0.875,-1,0,0,0,0.59,0.117,8.5,-5.64,2.88> } object { LDX_2_dash_4ndis_dot_dat matrix <0,-0.175,0.875,1,0,0,0,0.59,0.117,4,-5.641,2.88> } object { LDX_rect3_dot_dat matrix <2.25,0,0,0,0,-1,0,-0.27,-0.103,6.25,-5.73,1.903> } mesh2 { vertex_vectors { 100, <8.5,6,0>, <8.5,6,1.8>, <8.5,-6,1.8>, <8.5,-6,0>, <8.5,-5.25,4>, <8.5,-4.81,1.8>, <8.5,4.81,1.8>, <8.5,5.25,4>, <4,-4.81,1.8>, <4,-5.25,4>, <4,5.25,4>, <4,4.81,1.8>, <4,4.81,1.8>, <4,4.89,2.18>, <4,5.46,2.006>, <4,6,1.8>, <8.5,4.89,2.18>, <8.5,4.81,1.8>, <8.5,6,1.8>, <8.5,5.46,2.006>, <4,5.22,3.867>, <4,5.22,4.133>, <4,5.82,4.25>, <4,5.82,3.75>, <8.5,5.22,4.133>, <8.5,5.22,3.867>, <8.5,5.82,3.75>, <8.5,5.82,4.25>, <4,4.874,5.875>, <4,4.772,6.12>, <4,5.281,6.458>, <4,5.463,5.996>, <8.5,4.772,6.12>, <8.5,4.874,5.875>, <8.5,5.463,5.996>, <8.5,5.281,6.458>, <4,3.785,7.597>, <4,3.597,7.785>, <4,3.938,8.284>, <4,4.284,7.938>, <8.5,3.597,7.785>, <8.5,3.785,7.597>, <8.5,4.284,7.938>, <8.5,3.938,8.284>, <4,2.12,8.772>, <4,1.875,8.874>, <4,1.996,9.463>, <4,2.458,9.281>, <8.5,1.875,8.874>, <8.5,2.12,8.772>, <8.5,2.458,9.281>, <8.5,1.996,9.463>, <4,0.133,9.22>, <4,-0.133,9.22>, <4,-0.25,9.82>, <4,0.25,9.82>, <8.5,-0.133,9.22>, <8.5,0.133,9.22>, <8.5,0.25,9.82>, <8.5,-0.25,9.82>, <4,-1.875,8.874>, <4,-2.12,8.772>, <4,-2.458,9.281>, <4,-1.996,9.463>, <8.5,-2.12,8.772>, <8.5,-1.875,8.874>, <8.5,-1.996,9.463>, <8.5,-2.458,9.281>, <4,-3.597,7.785>, <4,-3.785,7.597>, <4,-4.284,7.938>, <4,-3.938,8.284>, <8.5,-3.785,7.597>, <8.5,-3.597,7.785>, <8.5,-3.938,8.284>, <8.5,-4.284,7.938>, <4,-4.772,6.12>, <4,-4.874,5.875>, <4,-5.463,5.996>, <4,-5.281,6.458>, <8.5,-4.874,5.875>, <8.5,-4.772,6.12>, <8.5,-5.281,6.458>, <8.5,-5.463,5.996>, <4,-5.22,4.133>, <4,-5.22,3.867>, <4,-5.82,3.75>, <4,-5.82,4.25>, <8.5,-5.22,3.867>, <8.5,-5.22,4.133>, <8.5,-5.82,4.25>, <8.5,-5.82,3.75>, <8.5,-4.81,1.8>, <8.5,-4.89,2.18>, <8.5,-5.46,2.006>, <8.5,-6,1.8>, <4,-4.89,2.18>, <4,-4.81,1.8>, <4,-6,1.8>, <4,-5.46,2.006> } face_indices { 50, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99> } } } #declare LDX_44302_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<36,8,10> } #else union { // Hinge Plate 1 x 2 Locking with Dual Finger on End Vertical // Name: 44302.dat // Author: Chris Dee [cwdee] // !LDRAW_ORG Part UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2004-01-26 [cwdee] Modified for corrected clh4 // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_clh4_dot_dat matrix <0,0,1,0,1,0,1,0,0,26,2,0> } object { LDX_clh4_dot_dat matrix <0,0,-1,0,1,0,1,0,0,26,2,0> } mesh2 { vertex_vectors { 116, <20,8,10>, <16,8,6>, <-16,8,6>, <-19,8,10>, <-19,8,10>, <-16,8,6>, <-16,8,-6>, <-19,8,-10>, <-19,8,-10>, <-16,8,-6>, <16,8,-6>, <20,8,-10>, <20,8,-10>, <16,8,-6>, <16,8,6>, <20,8,10>, <-20,0,10>, <-19,0,10>, <-19,7,10>, <-20,7,10>, <-19,7,-10>, <-19,0,-10>, <-20,0,-10>, <-20,7,-10>, <-19,8,10>, <-19,8,-10>, <-19,7,-10>, <-19,7,10>, <-19,7,10>, <-19,7,-10>, <-20,7,-10>, <-20,7,10>, <-20,0,-10>, <20,0,-10>, <20,0,10>, <-20,0,10>, <20,0,10>, <20,8,10>, <-19,8,10>, <-19,0,10>, <-20,0,10>, <-20,7,10>, <-20,7,-10>, <-20,0,-10>, <-19,0,-10>, <-19,8,-10>, <20,8,-10>, <20,0,-10>, <20,0,-10>, <20,8,-10>, <20,8,-8.5>, <20,0,-8.5>, <20,0,-4>, <20,8,-4>, <20,8,4>, <20,0,4>, <20,0,8.5>, <20,8,8.5>, <20,8,10>, <20,0,10>, <26,0,8.5>, <26,8,8.5>, <20,8,8.5>, <20,0,8.5>, <26,0,8.5>, <20,0,8.5>, <24,-4,8.5>, <26,-4,8.5>, <20,8,4>, <26,8,4>, <26,0,4>, <20,0,4>, <24,-4,4>, <20,0,4>, <26,0,4>, <26,-4,4>, <26,0,-4>, <26,8,-4>, <20,8,-4>, <20,0,-4>, <26,0,-4>, <20,0,-4>, <24,-4,-4>, <26,-4,-4>, <20,8,-8.5>, <26,8,-8.5>, <26,0,-8.5>, <20,0,-8.5>, <24,-4,-8.5>, <20,0,-8.5>, <26,0,-8.5>, <26,-4,-8.5>, <20,0,8.5>, <20,0,4>, <24,-4,4>, <24,-4,8.5>, <24,-4,8.5>, <24,-4,4>, <26,-4,4>, <26,-4,8.5>, <20,8,4>, <20,8,8.5>, <26,8,8.5>, <26,8,4>, <20,0,-4>, <20,0,-8.5>, <24,-4,-8.5>, <24,-4,-4>, <24,-4,-4>, <24,-4,-8.5>, <26,-4,-8.5>, <26,-4,-4>, <20,8,-8.5>, <20,8,-4>, <26,8,-4>, <26,8,-8.5> } face_indices { 58, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115> } } } #end #declare LDX_3020_dot_DAT = #if (LDXQual = 0) box { <-40,-4,-20>,<40,8,20> } #else union { // Plate 2 x 4 // Name: 3020.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2002-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2002-05-07 [unknown] BFC Certification // !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03 // !HISTORY 2007-06-07 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <36,0,0,0,-4,0,0,0,16,0,8,0> } // Next Line was 4 16 40 8 -20 36 8 -16 -36 8 -16 -40 8 -20 // Next Line was 4 16 40 8 20 36 8 16 36 8 -16 40 8 -20 object { LDX_box5_dot_dat matrix <40,0,0,0,-8,0,0,0,20,0,8,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,-10> } #end // LDXStuds mesh2 { vertex_vectors { 16, <40,8,20>, <36,8,16>, <-36,8,16>, <-40,8,20>, <-40,8,-20>, <-36,8,-16>, <36,8,-16>, <40,8,-20>, <40,8,-20>, <36,8,-16>, <36,8,16>, <40,8,20>, <-40,8,20>, <-36,8,16>, <-36,8,-16>, <-40,8,-20> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_4_dash_4con0_dot_dat = union { // Cone 0 x 1.0 // Name: 4-4con0.dat // Author: William Howard [WilliamH] // !LDRAW_ORG Primitive UPDATE 2009-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-12-29 [PTadmin] Official Update 2009-03 // conditional lines // end of file mesh2 { vertex_vectors { 48, <0,1,0>, <0.9239,0,0.3827>, <1,0,0>, <0,1,0>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0,1,0>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0,1,0>, <0,0,1>, <0.3827,0,0.9239>, <0,1,0>, <-0.3827,0,0.9239>, <0,0,1>, <0,1,0>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <0,1,0>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <0,1,0>, <-1,0,0>, <-0.9239,0,0.3827>, <0,1,0>, <-0.9239,0,-0.3827>, <-1,0,0>, <0,1,0>, <-0.7071,0,-0.7071>, <-0.9239,0,-0.3827>, <0,1,0>, <-0.3827,0,-0.9239>, <-0.7071,0,-0.7071>, <0,1,0>, <0,0,-1>, <-0.3827,0,-0.9239>, <0,1,0>, <0.3827,0,-0.9239>, <0,0,-1>, <0,1,0>, <0.7071,0,-0.7071>, <0.3827,0,-0.9239>, <0,1,0>, <0.9239,0,-0.3827>, <0.7071,0,-0.7071>, <0,1,0>, <1,0,0>, <0.9239,0,-0.3827> } face_indices { 16, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23>, <24, 25, 26>, <27, 28, 29>, <30, 31, 32>, <33, 34, 35>, <36, 37, 38>, <39, 40, 41>, <42, 43, 44>, <45, 46, 47> } } } #declare LDX_bump5000_dot_dat = union { // Bump 1.0 x 0.5 // Name: bump5000.dat // Author: Magnus Forsberg [MagFors] // !LDRAW_ORG Primitive UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // !HELP This file creates a bump with radius= 1 and height= 0.5 LDU // BFC CERTIFY CCW // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 object { LDX_4_dash_4con3_dot_dat matrix <0.25,0,0,0,-0.225,0,0,0,-0.25,0,0,0> } object { LDX_4_dash_4con1_dot_dat matrix <0.375,0,0,0,-0.225,0,0,0,-0.375,0,-0.225,0> } object { LDX_4_dash_4con0_dot_dat matrix <0.375,0,0,0,-0.05,0,0,0,-0.375,0,-0.45,0> } } #declare LDX_4_dash_4ring7_dot_dat = union { // Ring 7 x 1.0 // Name: 4-4ring7.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-12-15 [PTadmin] Official Update 1998-10 // !HISTORY 2002-04-05 [hafhead] Added BFC statement // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-08-26 [cwdee] Switch polygon winding and rename // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 64, <-3.0616,0,7.3912>, <-2.6789,0,6.4673>, <0,0,7>, <0,0,8>, <-5.6568,0,5.6568>, <-4.9497,0,4.9497>, <-2.6789,0,6.4673>, <-3.0616,0,7.3912>, <-7.3912,0,3.0616>, <-6.4673,0,2.6789>, <-4.9497,0,4.9497>, <-5.6568,0,5.6568>, <-8,0,0>, <-7,0,0>, <-6.4673,0,2.6789>, <-7.3912,0,3.0616>, <-7.3912,0,-3.0616>, <-6.4673,0,-2.6789>, <-7,0,0>, <-8,0,0>, <-5.6568,0,-5.6568>, <-4.9497,0,-4.9497>, <-6.4673,0,-2.6789>, <-7.3912,0,-3.0616>, <-3.0616,0,-7.3912>, <-2.6789,0,-6.4673>, <-4.9497,0,-4.9497>, <-5.6568,0,-5.6568>, <0,0,-8>, <0,0,-7>, <-2.6789,0,-6.4673>, <-3.0616,0,-7.3912>, <3.0616,0,-7.3912>, <2.6789,0,-6.4673>, <0,0,-7>, <0,0,-8>, <5.6568,0,-5.6568>, <4.9497,0,-4.9497>, <2.6789,0,-6.4673>, <3.0616,0,-7.3912>, <7.3912,0,-3.0616>, <6.4673,0,-2.6789>, <4.9497,0,-4.9497>, <5.6568,0,-5.6568>, <8,0,0>, <7,0,0>, <6.4673,0,-2.6789>, <7.3912,0,-3.0616>, <7.3912,0,3.0616>, <6.4673,0,2.6789>, <7,0,0>, <8,0,0>, <5.6568,0,5.6568>, <4.9497,0,4.9497>, <6.4673,0,2.6789>, <7.3912,0,3.0616>, <3.0616,0,7.3912>, <2.6789,0,6.4673>, <4.9497,0,4.9497>, <5.6568,0,5.6568>, <0,0,8>, <0,0,7>, <2.6789,0,6.4673>, <3.0616,0,7.3912> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_h2_dot_dat = union { // Hinge Plate 3 Fingers // Name: h2.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2011-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-07-15 [MMR1988] Add bumps and primitives substitution // !HISTORY 2010-07-16 [MagFors] Closed hairline gap, primitives substitution // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 object { LDX_2_dash_4cylc_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,10,-10> } object { LDX_2_dash_4cylo_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,2,-6> } object { LDX_2_dash_4disc_dot_dat matrix <4,0,0,0,0,-1,0,4,0,0,10,2> } object { LDX_2_dash_4cylc_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,10,-2> } object { LDX_2_dash_4cylo_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,2,2> } object { LDX_2_dash_4cylc_dot_dat matrix <4,0,0,0,0,-4,0,4,0,0,10,10> } object { LDX_rect2p_dot_dat matrix <0,-4,0,-1,0,0,0,0,-2,4,6,0> } object { LDX_rect2p_dot_dat matrix <0,-4,0,1,0,0,0,0,2,-4,6,0> } object { LDX_box3u8p_dot_dat matrix <0,4,0,0,0,4,4,0,0,0,6,6> } object { LDX_box3u8p_dot_dat matrix <0,4,0,0,0,-4,4,0,0,0,6,-6> } object { LDX_box4o8a_dot_dat matrix <4,0,0,0,2.01,0,0,0,10,0,0,0> } object { LDX_bump5000_dot_dat matrix <0,3.5,0,0,0,-1.5,-3.5,0,0,0,10,-6> } object { LDX_4_dash_4ring7_dot_dat matrix <0.5,0,0,0,0,-1,0,0.5,0,0,10,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <-4,0,0,0,0,-1,0,-4,0,0,10,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,-1,0,4,0,0,2,-6> } object { LDX_bump5000_dot_dat matrix <0,3.5,0,0,0,1.5,-3.5,0,0,0,10,6> } object { LDX_4_dash_4ring7_dot_dat matrix <0.5,0,0,0,0,1,0,0.5,0,0,10,6> } object { LDX_2_dash_4ndis_dot_dat matrix <-4,0,0,0,0,1,0,-4,0,0,10,6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,1,0,4,0,0,2,6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,-1,0,4,0,0,2,2> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,1,0,4,0,0,2,-2> } mesh2 { vertex_vectors { 8, <4,6,2>, <4,10,2>, <-4,10,2>, <-4,6,2>, <-4,6,-2>, <-4,10,-2>, <4,10,-2>, <4,6,-2> } face_indices { 4, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7> } } } #declare LDX_4275b_dot_dat = #if (LDXQual = 0) box { <-20,-4,-10>,<34,8,10> } #else union { // Hinge Plate 1 x 2 with 3 Fingers and Hollow Studs // Name: 4275b.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2004-08-02 [guyvivan] Made BFC Compliant // !HISTORY 2004-11-06 [PTadmin] Official Update 2004-04 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [PTadmin] Renamed from 4275 // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 object { LDX_rect_dot_dat matrix <0,0,10,1,0,0,0,4,0,-20,4,0> } object { LDX_rect2p_dot_dat matrix <-20,0,0,0,0,1,0,4,0,0,4,-10> } object { LDX_rect2p_dot_dat matrix <20,0,0,0,0,-1,0,4,0,0,4,10> } #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_h2_dot_dat matrix <0,1,0,1,0,0,0,0,1,20,4,0> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 20, <20,8,10>, <16,8,6>, <-16,8,6>, <-20,8,10>, <-20,8,10>, <-16,8,6>, <-16,8,-6>, <-20,8,-10>, <-20,8,-10>, <-16,8,-6>, <16,8,-6>, <20,8,-10>, <20,8,-10>, <16,8,-6>, <16,8,6>, <20,8,10>, <-20,0,10>, <-20,0,-10>, <20,0,-10>, <20,0,10> } face_indices { 10, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19> } } } #end #declare LDX_4275_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<34,8,10> } #else union { // ~Moved to 4275b // Name: 4275.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // // Hinge Plate 1 x 2 with 3 Fingers and Hollow Studs object { LDX_4275b_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_box_dot_dat = union { // Box 6 (six faces) // Name: box.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2002-05 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-22 [sbliss] Applied BFC // !HISTORY 2002-11-30 [PTadmin] Official Update 2002-05 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 24, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <-1,-1,-1>, <1,-1,-1>, <1,-1,1>, <-1,-1,1>, <-1,-1,1>, <1,-1,1>, <1,1,1>, <-1,1,1>, <-1,-1,-1>, <-1,-1,1>, <-1,1,1>, <-1,1,-1>, <1,-1,-1>, <-1,-1,-1>, <-1,1,-1>, <1,1,-1>, <1,-1,1>, <1,-1,-1>, <1,1,-1>, <1,1,1> } face_indices { 12, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23> } } } #declare LDX_3938_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<20,16,10> } #else union { // Hinge 1 x 2 Top // Name: 3938.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-06-08 [jriley] BFC compliant // !HISTORY 2003-09-22 [OrionP] Rounded over bottom // !HISTORY 2003-11-05 [Steffen] fixed L3P error // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_rect_dot_dat matrix <-2,0,0,0,-1,0,0,0,2,0,8,0> } object { LDX_box_dot_dat matrix <20,0,0,0,1,0,0,0,10,0,1,0> } object { LDX_4_dash_4disc_dot_dat matrix <0,4,0,-1,0,0,0,0,4,20,10,0> } object { LDX_4_dash_4disc_dot_dat matrix <0,4,0,1,0,0,0,0,-4,-20,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,-6,-1,0,0,0,6,0,16,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,1,0,0,0,6,0,-16,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,1,0,0,0,6,0,14,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,-6,-1,0,0,0,6,0,-14,10,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,4,20,10,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,4,0,0,0,0,4,-20,10,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,6,-2,0,0,0,6,0,16,10,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,6,2,0,0,0,6,0,-16,10,0> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 86, <16,2,-6>, <16,10,-6>, <16,10,6>, <16,2,6>, <-16,2,6>, <-16,10,6>, <-16,10,-6>, <-16,2,-6>, <14,2,6>, <14,10,6>, <14,10,-6>, <14,2,-6>, <-14,2,-6>, <-14,10,-6>, <-14,10,6>, <-14,2,6>, <2,15.602,-2>, <2,8,-2>, <2,8,2>, <2,16,0>, <2,8,2>, <2,15.602,2>, <2,16,0>, <-2,15.602,2>, <-2,8,2>, <-2,8,-2>, <-2,16,0>, <-2,8,-2>, <-2,15.602,-2>, <-2,16,0>, <14,10,6>, <14,2,6>, <16,2,6>, <16,10,6>, <-16,10,6>, <-16,2,6>, <-14,2,6>, <-14,10,6>, <16,10,-6>, <16,2,-6>, <14,2,-6>, <14,10,-6>, <-14,10,-6>, <-14,2,-6>, <-16,2,-6>, <-16,10,-6>, <14,15.602,2>, <2,15.602,2>, <2,8,2>, <14,2,2>, <-14,15.602,2>, <-14,2,2>, <-2,8,2>, <-2,15.602,2>, <14,2,2>, <2,8,2>, <-2,8,2>, <-14,2,2>, <14,15.602,-2>, <14,2,-2>, <2,8,-2>, <2,15.602,-2>, <-14,15.602,-2>, <-2,15.602,-2>, <-2,8,-2>, <-14,2,-2>, <-14,2,-2>, <-2,8,-2>, <2,8,-2>, <14,2,-2>, <2,15.602,-2>, <2,16,0>, <14,16,0>, <14,15.602,-2>, <2,16,0>, <2,15.602,2>, <14,15.602,2>, <14,16,0>, <-14,15.602,-2>, <-14,16,0>, <-2,16,0>, <-2,15.602,-2>, <-14,16,0>, <-14,15.602,2>, <-2,15.602,2>, <-2,16,0> } face_indices { 42, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <30, 31, 32>, <30, 32, 33>, <34, 35, 36>, <34, 36, 37>, <38, 39, 40>, <38, 40, 41>, <42, 43, 44>, <42, 44, 45>, <46, 47, 48>, <46, 48, 49>, <50, 51, 52>, <50, 52, 53>, <54, 55, 56>, <54, 56, 57>, <58, 59, 60>, <58, 60, 61>, <62, 63, 64>, <62, 64, 65>, <66, 67, 68>, <66, 68, 69>, <70, 71, 72>, <70, 72, 73>, <74, 75, 76>, <74, 76, 77>, <78, 79, 80>, <78, 80, 81>, <82, 83, 84>, <82, 84, 85> } } } #end #declare LDX_shin_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4476_dot_DAT LDXSeamMatrix(40, 124, 100, 0, 58, -30) matrix <1,0,0,0,1,0,0,0,1,10,24,-20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3021_dot_DAT LDXSeamMatrix(60, 12, 40, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,10,8,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_41855_dot_DAT LDXSeamMatrix(40, 20, 40, 0, 6, -10) matrix <-1,0,0,0,1,0,0,0,-1,10,-8,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_44302_dot_DAT LDXSeamMatrix(56, 12, 20, 8, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,0,16,-20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_44302_dot_DAT LDXSeamMatrix(56, 12, 20, 8, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,20,16,-20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,16,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3020_dot_DAT LDXSeamMatrix(80, 12, 40, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,10,144,-60> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4275_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,20,16,-20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3938_dot_DAT LDXSeamMatrix(40, 20, 20, 0, 6, 0) matrix <1,0,0,0,1,0,0,0,1,10,152,-50> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_lowlegl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_footl_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,112,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_shin_dot_dat matrix <-1,0,0,0,-1,0,0,0,1,10,120,50> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_s_slash_3068bs01_dot_dat = union { // ~Tile 2 x 2 with Groove without Face // Name: s\3068bs01.dat // Author: Damien Guichard [BrickCaster] // !LDRAW_ORG Subpart UPDATE 2002-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-02 [sbliss] Modified for BFC compliance // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2007-08-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,16,0,8,0> } object { LDX_box4_dot_dat matrix <19,0,0,0,-1,0,0,0,19,0,8,0> } object { LDX_box4_dot_dat matrix <20,0,0,0,-7,0,0,0,20,0,7,0> } mesh2 { vertex_vectors { 32, <19,8,19>, <16,8,16>, <-16,8,16>, <-19,8,19>, <-19,8,19>, <-16,8,16>, <-16,8,-16>, <-19,8,-19>, <-19,8,-19>, <-16,8,-16>, <16,8,-16>, <19,8,-19>, <19,8,-19>, <16,8,-16>, <16,8,16>, <19,8,19>, <20,7,20>, <19,7,19>, <-19,7,19>, <-20,7,20>, <-20,7,20>, <-19,7,19>, <-19,7,-19>, <-20,7,-20>, <-20,7,-20>, <-19,7,-19>, <19,7,-19>, <20,7,-20>, <20,7,-20>, <19,7,-19>, <19,7,19>, <20,7,20> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_3068B_dot_DAT = #if (LDXQual = 0) box { <-20,0,-20>,<20,8,20> } #else union { // Tile 2 x 2 with Groove // Name: 3068b.dat // Author: Damien Guichard [BrickCaster] // !LDRAW_ORG Part UPDATE 2004-04 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-04-25 [PTadmin] Official Update 2002-02 // !HISTORY 2004-07-26 [guyvivan] Made BFC Compliant // !HISTORY 2004-11-06 [PTadmin] Official Update 2004-04 // !HISTORY 2007-06-13 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_s_slash_3068bs01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 4, <-20,0,-20>, <20,0,-20>, <20,0,20>, <-20,0,20> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #end #declare LDX_footr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4858_dot_DAT LDXSeamMatrix(80, 28, 80, 0, 10, -30) matrix <1,0,0,0,1,0,0,0,1,0,-20,-20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4286_dot_DAT LDXSeamMatrix(20, 28, 60, 0, 10, -20) matrix <-1,0,0,0,1,0,0,0,-1,30,-20,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4286_dot_DAT LDXSeamMatrix(20, 28, 60, 0, 10, -20) matrix <-1,0,0,0,1,0,0,0,-1,-30,-20,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3040B_dot_DAT LDXSeamMatrix(20, 28, 40, 0, 10, -10) matrix <1,0,0,0,1,0,0,0,1,30,-44,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4460_dot_DAT LDXSeamMatrix(20, 76, 40, 0, 34, -10) matrix <1,0,0,0,1,0,0,0,1,-30,-92,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4859_dot_DAT LDXSeamMatrix(80, 12, 60, 0, 2, 10) matrix <1,0,0,0,1,0,0,0,1,0,4,-70> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,30,4,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,-30,4,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,-20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,-20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,20> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,30,12,40> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_30383_dot_DAT LDXSeamMatrix(40, 19.35, 20, 0, -1.675, 0) matrix <0,0,1,0,1,0,-1,0,0,10,-4,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_30383_dot_DAT LDXSeamMatrix(40, 19.35, 20, 0, -1.675, 0) matrix <0,0,1,0,1,0,-1,0,0,-10,-4,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3068B_dot_DAT LDXSeamMatrix(40, 8, 40, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,0,4,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2654_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,0,12,-50> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-30,12,40> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3839B_dot_DAT LDXSeamMatrix(60.000202, 14.000101, 40, 0, 3.000051, -10) matrix <-1,0,0,0,1,0,0,0,-1,0,12,-80> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_legr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_thigh_dot_dat matrix <1,0,0,0,-1,0,0,0,-1,0,-56,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_footr_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,144,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_shin_dot_dat matrix <-1,0,0,0,-1,0,0,0,1,10,152,50> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_knee_dot_dat matrix <1,0,0,0,-1,0,0,0,-1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_ped_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_pelvis_dot_dat matrix <0,0.5,-0.87,0,0.87,0.5,1,0,0,30,-135.559998,-6> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_uplegl_dot_dat matrix <1,0,0,0,0.939586,-0.338346,0,0.338346,0.939586,60,-122.18,-8.29> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_lowlegl_dot_dat matrix <1,0,0,0,1,0,0,0,1,80,29,-37> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_legr_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_3639_dot_DAT = #if (LDXQual = 0) box { <-20,-16,-64>,<20,24,40> } #else union { // Hinge Plate 2 x 4 with Articulated Joint - Male // Name: 3639.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2002-08-31 [cwdee] Increased width of slot from 4LDu to 5LDu // !HISTORY 2003-03-12 [PTadmin] Official Update 2003-01 // !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC Compliant (2004-11-21) // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,20> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,-20> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,36,0,8,0> } object { LDX_box3u2p_dot_dat matrix <0,-4,0,0,0,84,20,0,0,0,4,-44> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,-1,0,0,0,4,0,24,-60> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,0,20,-60> } object { LDX_2_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,-4,0,6.5,-60> } object { LDX_2_dash_4disc_dot_dat matrix <4,0,0,0,-1,0,0,0,-4,0,1.5,-60> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,-12,-60> } object { LDX_4_dash_4disc_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,-16,-60> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,20,-60> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,17.5,0,0,0,-4,0,6.5,-60> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,17.5,0,0,0,-4,0,-16,-60> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-16,-60> } #if (LDXStuds) object { LDX_stug2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,-20> } object { LDX_stug2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,20> } #end // LDXStuds mesh2 { vertex_vectors { 96, <20,8,40>, <16,8,36>, <-16,8,36>, <-20,8,40>, <-20,8,40>, <-16,8,36>, <-16,8,-36>, <-20,8,-40>, <-20,8,-40>, <-16,8,-36>, <16,8,-36>, <20,8,-40>, <20,8,-40>, <16,8,-36>, <16,8,36>, <20,8,40>, <4,20,-40>, <4,20,-56>, <-4,20,-56>, <-4,20,-40>, <-4,6.5,-56>, <-4,6.5,-60>, <4,6.5,-60>, <4,6.5,-56>, <4,1.5,-56>, <4,1.5,-60>, <-4,1.5,-60>, <-4,1.5,-56>, <-20,0,40>, <-20,0,-40>, <20,0,-40>, <20,0,40>, <-4,-12,-40>, <-4,-12,-56>, <4,-12,-56>, <4,-12,-40>, <-4,20,-40>, <-20,8,-40>, <20,8,-40>, <4,20,-40>, <-20,0,-40>, <-4,-12,-40>, <4,-12,-40>, <20,0,-40>, <4,20,-44>, <20,8,-44>, <20,0,-44>, <4,-12,-44>, <-4,-12,-44>, <-20,0,-44>, <-20,8,-44>, <-4,20,-44>, <4,6.5,-56>, <4,1.5,-56>, <-4,1.5,-56>, <-4,6.5,-56>, <4,20,-44>, <4,6.5,-56>, <4,6.5,-60>, <4,20,-60>, <4,-12,-44>, <4,1.5,-56>, <4,6.5,-56>, <4,20,-44>, <4,-12,-60>, <4,1.5,-60>, <4,1.5,-56>, <4,-12,-44>, <-4,20,-60>, <-4,6.5,-60>, <-4,6.5,-56>, <-4,20,-44>, <-4,20,-44>, <-4,6.5,-56>, <-4,1.5,-56>, <-4,-12,-44>, <-4,-12,-44>, <-4,1.5,-56>, <-4,1.5,-60>, <-4,-12,-60>, <20,8,-40>, <20,8,-44>, <4,20,-44>, <4,20,-40>, <-20,8,-44>, <-20,8,-40>, <-4,20,-40>, <-4,20,-44>, <20,0,-44>, <20,0,-40>, <4,-12,-40>, <4,-12,-44>, <-20,0,-40>, <-20,0,-44>, <-4,-12,-44>, <-4,-12,-40> } face_indices { 48, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95> } } } #end #declare LDX_tailup_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3639_dot_DAT LDXSeamMatrix(40, 40, 104, 0, 4, -12) matrix <-1,0,0,0,1,0,0,0,-1,10,0,-120> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_4859_dot_DAT LDXSeamMatrix(80, 12, 60, 0, 2, 10) matrix <-1,0,0,0,1,0,0,0,-1,10,-8,-100> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_4275_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,0,-8,-140> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_4275_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,20,-8,-140> #if (version >= 3.1) material #else texture #end { LDXColor1 } } } #declare LDX_h1_dot_dat = union { // Hinge Plate 2 Fingers // Name: h1.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2011-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-07-15 [MMR1988] Add bumps and primitives substitution // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 object { LDX_2_dash_4cylc_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,2,-10> } object { LDX_2_dash_4cylc_dot_dat matrix <4,0,0,0,0,-4,0,4,0,0,10,-2> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,2,-2> } object { LDX_2_dash_4cylc_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,10,2> } object { LDX_2_dash_4cylc_dot_dat matrix <4,0,0,0,0,-4,0,4,0,0,2,10> } object { LDX_box4o8a_dot_dat matrix <4,0,0,0,2,0,0,0,10,0,0,0> } object { LDX_rect2p_dot_dat matrix <0,-4,0,-1,0,0,0,0,-2,4,6,-4> } object { LDX_rect2p_dot_dat matrix <0,-4,0,1,0,0,0,0,2,-4,6,-4> } object { LDX_rect2p_dot_dat matrix <0,-4,0,-1,0,0,0,0,-2,4,6,4> } object { LDX_rect2p_dot_dat matrix <0,-4,0,1,0,0,0,0,2,-4,6,4> } // BFC INVERTNEXT object { LDX_bump5000_dot_dat matrix <0,3.5,0,0,0,-1.5,-3.5,0,0,0,10,-6> } object { LDX_4_dash_4ring7_dot_dat matrix <0.5,0,0,0,0,1,0,0.5,0,0,10,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <-4,0,0,0,0,1,0,-4,0,0,10,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,1,0,4,0,0,2,-6> } // BFC INVERTNEXT object { LDX_bump5000_dot_dat matrix <0,3.5,0,0,0,1.5,-3.5,0,0,0,10,6> } object { LDX_4_dash_4ring7_dot_dat matrix <0.5,0,0,0,0,-1,0,0.5,0,0,10,6> } object { LDX_2_dash_4ndis_dot_dat matrix <-4,0,0,0,0,-1,0,-4,0,0,10,6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,-1,0,4,0,0,2,6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,1,0,4,0,0,2,2> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,-1,0,4,0,0,2,-2> } mesh2 { vertex_vectors { 8, <-4,6,2>, <-4,10,2>, <4,10,2>, <4,6,2>, <4,6,-2>, <4,10,-2>, <-4,10,-2>, <-4,6,-2> } face_indices { 4, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7> } } } #declare LDX_4276b_dot_dat = #if (LDXQual = 0) box { <-20,-4,-10>,<34,8,10> } #else union { // Hinge Plate 1 x 2 with 2 Fingers and Hollow Studs // Name: 4276b.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2004-08-02 [guyvivan] Made BFC Compliant // !HISTORY 2004-11-06 [PTadmin] Official Update 2004-04 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [PTadmin] Renamed from 4276 // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 object { LDX_rect_dot_dat matrix <0,0,-10,1,0,0,0,-4,0,-20,4,0> } object { LDX_rect2p_dot_dat matrix <20,0,0,0,0,1,0,-4,0,0,4,-10> } object { LDX_rect2p_dot_dat matrix <-20,0,0,0,0,-1,0,-4,0,0,4,10> } #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_h1_dot_dat matrix <0,1,0,1,0,0,0,0,1,20,4,0> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 20, <20,8,10>, <16,8,6>, <-16,8,6>, <-20,8,10>, <-20,8,10>, <-16,8,6>, <-16,8,-6>, <-20,8,-10>, <-20,8,-10>, <-16,8,-6>, <16,8,-6>, <20,8,-10>, <20,8,-10>, <16,8,-6>, <16,8,6>, <20,8,10>, <-20,0,10>, <-20,0,-10>, <20,0,-10>, <20,0,10> } face_indices { 10, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19> } } } #end #declare LDX_4276_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<34,8,10> } #else union { // ~Moved to 4276b // Name: 4276.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // // Hinge Plate 1 x 2 with 2 Fingers and Hollow Studs object { LDX_4276b_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_ribt45_dot_dat = union { // Rib T-Shaped for 45 Degree Plate Edges // Name: ribt45.dat // Author: Mark Kennedy [mkennedy] // !LDRAW_ORG Primitive UPDATE 2010-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-29 [jriley] Secondary author // !HISTORY 2009-11-19 [mkennedy] replaced box3u8P with two box2-5, split quad, moved origin // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 object { LDX_box4_dash_4a_dot_dat matrix <1,0,1,0,4,0,-1.45,0,1.45,-4.27,0,4.27> } object { LDX_rect1_dot_dat matrix <0,2,0,0,0,1,5.74,0,5.74,0,2,0> } object { LDX_box2_dash_5_dot_dat matrix <0,2,0,2.37,0,2.37,-1.41,0,1.41,1.96,2,4.78> } object { LDX_box2_dash_5_dot_dat matrix <0,2,0,-1.41,0,1.41,-2.37,0,-2.37,-4.78,2,-1.96> } mesh2 { vertex_vectors { 10, <2.92,4,8.56>, <5.74,4,5.74>, <-1.82,4,3.82>, <-8.56,4,-2.92>, <-3.82,4,1.82>, <-5.74,4,-5.74>, <-5.74,4,-5.74>, <-3.82,4,1.82>, <-1.82,4,3.82>, <5.74,4,5.74> } face_indices { 4, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <6, 8, 9> } } } #declare LDX_2450_dot_DAT = #if (LDXQual = 0) box { <-30,-4,-30>,<30,8,30> } #else union { // Plate 3 x 3 without Corner // Name: 2450.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2011-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-07 [jriley] BFC compliant // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-05-13 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [mkennedy] Used ribt45, optimized with box2-5 and stug2, used rect1 in gaps (2006-06-29) // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 // !HISTORY 2011-03-12 [anathema] Corrected winding of triangles and quads // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,10,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-10,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-10,4,-10> } #end // LDXStuds object { LDX_box2_dash_5_dot_dat matrix <0,4,0,0,0,30,-30,0,0,0,4,0> } object { LDX_rect2p_dot_dat matrix <10,0,0,0,0,1,0,4,0,-20,4,-30> } object { LDX_rect2p_dot_dat matrix <0,0,10,-1,0,0,0,4,0,30,4,20> } object { LDX_ribt45_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,4,-10> } object { LDX_rect1_dot_dat matrix <1.41,0,-1.41,0,-1,0,4.25,0,4.25,-1.42,4,-18.58> } object { LDX_rect1_dot_dat matrix <1.41,0,-1.41,0,-1,0,4.25,0,4.25,18.58,4,1.42> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,2,0,-26,0,0,0,0,26,0,6,0> } object { LDX_rect2p_dot_dat matrix <-7.18,0,0,0,0,-1,0,2,0,-18.82,6,-26> } object { LDX_rect2a_dot_dat matrix <-2.87,0,-2.87,-1,0,0,0,2,0,-7.13,6,-27.129999> } object { LDX_box2_dash_5_dot_dat matrix <0,2,0,-1.41,0,1.41,-2.28,0,-2.28,25.129999,6,7.95> } object { LDX_rect2p_dot_dat matrix <0,0,7.18,1,0,0,0,2,0,26,6,18.82> } object { LDX_rect2a_dot_dat matrix <2.87,0,2.87,-1,0,0,0,2,0,27.129999,6,7.13> } object { LDX_box2_dash_5_dot_dat matrix <0,2,0,-1.41,0,1.41,2.28,0,2.28,-7.95,6,-25.129999> } object { LDX_rect3_dot_dat matrix <20,0,20,-1,0,0,0,-2,0,10,2,-10> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,20,0,20> } object { LDX_stug_dash_2x2_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,10> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-20,0,-20> } #end // LDXStuds mesh2 { vertex_vectors { 38, <26,8,26>, <-26,8,26>, <-30,8,30>, <30,8,30>, <-26,8,26>, <-26,8,-26>, <-30,8,-30>, <-30,8,30>, <-26,8,-26>, <-11.65,8,-26>, <-10,8,-30>, <-30,8,-30>, <-11.65,8,-26>, <-7.07,8,-21.41>, <-4.24,8,-24.24>, <-10,8,-30>, <21.41,8,7.07>, <26,8,11.65>, <30,8,10>, <24.24,8,4.24>, <26,8,11.65>, <26,8,26>, <30,8,30>, <30,8,10>, <26,4,11.65>, <-11.65,4,-26>, <-26,4,-26>, <26,4,26>, <26,4,26>, <-26,4,-26>, <-26,4,26>, <-30,0,-30>, <-10,0,-30>, <30,0,10>, <30,0,30>, <30,0,30>, <-30,0,30>, <-30,0,-30> } face_indices { 18, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <31, 32, 33>, <31, 33, 34>, <35, 36, 37> } } } #end #declare LDX_6239_dot_DAT = #if (LDXQual = 0) box { <-20,-80,-30>,<20,8,90> } #else union { // Tail Shuttle // Name: 6239.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2007-07-16 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2014-12-19 [GeraldLasser] BFCed // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,-10> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,26,0,8,0> } object { LDX_box5_dot_dat matrix <20,0,0,0,-8,0,0,0,30,0,8,0> } mesh2 { vertex_vectors { 46, <20,8,30>, <16,8,26>, <-16,8,26>, <-20,8,30>, <-20,8,-30>, <-16,8,-26>, <16,8,-26>, <20,8,-30>, <20,8,-30>, <16,8,-26>, <16,8,26>, <20,8,30>, <-20,8,30>, <-16,8,26>, <-16,8,-26>, <-20,8,-30>, <-2,0,30>, <-2,-8,50>, <2,-8,50>, <2,0,30>, <-2,-8,50>, <-2,-80,90>, <2,-80,90>, <2,-8,50>, <-2,-80,90>, <-2,-80,50>, <2,-80,50>, <2,-80,90>, <-2,-80,50>, <-2,0,-30>, <2,0,-30>, <2,-80,50>, <2,0,30>, <2,-8,50>, <2,-80,90>, <2,-80,50>, <2,0,30>, <2,-80,50>, <2,0,-30>, <-2,-80,50>, <-2,-80,90>, <-2,-8,50>, <-2,0,30>, <-2,0,-30>, <-2,-80,50>, <-2,0,30> } face_indices { 22, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <39, 40, 41>, <39, 41, 42>, <43, 44, 45> } } } #end #declare LDX_taillow_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4276_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_4276_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <1,0,0,0,1,0,0,0,1,0,0,20> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_2450_dot_DAT LDXSeamMatrix(60, 12, 60, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-10,0,-40> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_2450_dot_DAT LDXSeamMatrix(60, 12, 60, 0, 2, 0) matrix <0,0,1,0,1,0,-1,0,0,-10,0,60> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3020_dot_DAT LDXSeamMatrix(80, 12, 40, 0, 2, 0) matrix <0,0,1,0,1,0,-1,0,0,0,8,10> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,-30,0,10> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_6239_dot_DAT LDXSeamMatrix(40, 88, 120, 0, -36, 30) matrix <0,0,1,0,1,0,-1,0,0,-10,-8,10> #if (version >= 3.1) material #else texture #end { LDXColor1 } } } #declare LDX_halflow_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_torsolow_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,-16,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_ped_dot_dat matrix <-1,0,0,0,0.5,-0.87,0,-0.87,-0.5,60,99,-185> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_tailup_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,-10,-40> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_taillow_dot_dat matrix <0,0.5,0.87,0,0.87,-0.5,-1,0,0,30,-33,-233> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_s_slash_30119s01_dot_dat = union { // ~Wing 8 x 4 - 2 x 3.333 Down // Name: s\30119s01.dat // Author: Nils Schmidt [BlackBrick89] // !LDRAW_ORG Subpart UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-09-12 [Philo] BFCed with some help of Windz, minor improvements // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <36,0,0,0,-4,0,0,0,16,0,8,0> } object { LDX_box5_dot_dat matrix <40,0,0,0,-8,0,0,0,20,0,8,0> } #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,36,-50> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box4_dot_dat matrix <16,0,0,0,4,0,0,0,6,0,36,-50> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,10,36,-50> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,-4,0,0,0,4,10,36,-50> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,-10,36,-50> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,-4,0,0,0,4,-10,36,-50> } object { LDX_box4_dot_dat matrix <20,0,0,0,4,0,0,0,10,0,36,-50> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,1,0,0,0,6,10,32,-50> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,1,0,0,0,6,-10,32,-50> } object { LDX_rect_dot_dat matrix <20,0,0,0,0,1,0,8.8,0,0,23.200001,-40> } object { LDX_rect_dot_dat matrix <24,0,0,0,0,-1,0,10.24,0,0,25.76,-36> } #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,76,-130> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,80,-130> } object { LDX_box5_dot_dat matrix <20,0,0,0,-8,0,0,0,10,0,80,-130> } object { LDX_rect2p_dot_dat matrix <10,-36,50,0,-25,-18,2,0,0,28,44,-70> } object { LDX_rect2p_dot_dat matrix <-10,-36,50,0,-25,-18,2,0,0,-28,44,-70> } object { LDX_rect3_dot_dat matrix <-10,36,-50,5,0,-1,0,-2,0,26,42,-70> } object { LDX_rect3_dot_dat matrix <-10,-36,50,-5,0,-1,0,-2,0,-26,42,-70> } object { LDX_rect1_dot_dat matrix <0,-4,0,-5,0,1,-10,36,-50,30,40,-70> } object { LDX_rect1_dot_dat matrix <0,-4,0,5,0,1,-10,-36,50,-30,40,-70> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,-10> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,32,-50> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,32,-50> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,72,-130> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,72,-130> } #end // LDXStuds mesh2 { vertex_vectors { 140, <40,8,20>, <40,8,-20>, <36,8,-16>, <36,8,16>, <-40,8,20>, <-36,8,16>, <-36,8,-16>, <-40,8,-20>, <40,8,20>, <36,8,16>, <-36,8,16>, <-40,8,20>, <40,8,-20>, <-40,8,-20>, <-36,8,-16>, <36,8,-16>, <20,40,-60>, <16,40,-56>, <16,40,-44>, <20,40,-40>, <-20,40,-60>, <-20,40,-40>, <-16,40,-44>, <-16,40,-56>, <20,40,-60>, <-20,40,-60>, <-16,40,-56>, <16,40,-56>, <20,40,-40>, <16,40,-44>, <-16,40,-44>, <-20,40,-40>, <6,36,-56>, <-6,36,-56>, <-6,36,-44>, <6,36,-44>, <6,36,-56>, <6,36,-54>, <14,36,-54>, <14,36,-56>, <-6,36,-56>, <-14,36,-56>, <-14,36,-54>, <-6,36,-54>, <6,36,-44>, <14,36,-44>, <14,36,-46>, <6,36,-46>, <-6,36,-44>, <-6,36,-46>, <-14,36,-46>, <-14,36,-44>, <14,36,-56>, <14,36,-44>, <16,36,-44>, <16,36,-56>, <-14,36,-56>, <-16,36,-56>, <-16,36,-44>, <-14,36,-44>, <4,32,-44>, <-4,32,-44>, <-4,32,-56>, <4,32,-56>, <-20,32,-40>, <-16,32,-44>, <16,32,-44>, <20,32,-40>, <16,32,-56>, <20,32,-64.444>, <20,32,-40>, <16,32,-44>, <-20,32,-64.444>, <20,32,-64.444>, <16,32,-56>, <-16,32,-56>, <-16,32,-56>, <-16,32,-44>, <-20,32,-40>, <-20,32,-64.444>, <20,32,-64.444>, <20,14.4,-40>, <20,32,-40>, <-20,32,-64.444>, <-20,32,-40>, <-20,14.4,-40>, <20,36,-40>, <-20,36,-40>, <-24,36,-36>, <24,36,-36>, <20,36,-60>, <24,36,-64.444>, <-24,36,-64.444>, <-20,36,-60>, <20,36,-60>, <20,36,-40>, <24,36,-36>, <24,36,-64.444>, <-20,36,-60>, <-24,36,-64.444>, <-24,36,-36>, <-20,36,-40>, <24,36,-64.444>, <24,36,-36>, <24,15.52,-36>, <-24,36,-64.444>, <-24,15.52,-36>, <-24,36,-36>, <20,80,-120>, <20,80,-140>, <16,80,-136>, <16,80,-124>, <-20,80,-120>, <-16,80,-124>, <-16,80,-136>, <-20,80,-140>, <20,80,-120>, <16,80,-124>, <-16,80,-124>, <-20,80,-120>, <20,80,-140>, <-20,80,-140>, <-16,80,-136>, <16,80,-136>, <33.200001,15.52,-36>, <-33.200001,15.52,-36>, <-36,4,-20>, <36,4,-20>, <33.200001,15.52,-36>, <27.111,36,-64.444>, <24,36,-64.444>, <24,15.52,-36>, <-33.200001,15.52,-36>, <-24,15.52,-36>, <-24,36,-64.444>, <-27.111,36,-64.444>, <16,76,-120>, <-16,76,-120>, <-27.111,36,-64.444>, <27.111,36,-64.444> } face_indices { 68, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <83, 84, 85>, <86, 87, 88>, <86, 88, 89>, <90, 91, 92>, <90, 92, 93>, <94, 95, 96>, <94, 96, 97>, <98, 99, 100>, <98, 100, 101>, <102, 103, 104>, <105, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139> } } } #declare LDX_30119_dot_DAT = #if (LDXQual = 0) box { <-40,-4,-140>,<40,80,20> } #else union { // Wing 8 x 4 - 2 x 3.333 Down // Name: 30119.dat // Author: Lutz Uhlmann [El-Lutzo] // !LDRAW_ORG Part UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1997-09-29 [PTadmin] Official Update 1997-15 // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2007-06-06 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-09-12 [BlackBrick89] Subfiled // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 object { LDX_s_slash_30119s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 14, <40,0,-20>, <20,0,-20>, <20,72,-120>, <-20,72,-120>, <-20,0,-20>, <-40,0,-20>, <20,0,-20>, <-20,0,-20>, <-20,14.4,-40>, <20,14.4,-40>, <20,32,-64.444397>, <-20,32,-64.444397>, <-20,72,-120>, <20,72,-120> } face_indices { 6, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <6, 8, 9>, <10, 11, 12>, <10, 12, 13> } } } #end #declare LDX_3585_dot_DAT = #if (LDXQual = 0) box { <-120,-4,-70>,<120,8,70> } #else union { // Wing 7 x 12 Right // Name: 3585.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-14 [OrionP] BFC'd, rotated studs // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-06-25 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-100,4,50> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-40,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-60,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-80,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-40,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,-50> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,-50> } #end // LDXStuds object { LDX_1_dash_4disc_dot_dat matrix <-4,0,0,0,-1,0,0,0,-4,-80,8,50> } object { LDX_1_dash_4ndis_dot_dat matrix <-4,0,0,0,-1,0,0,0,-4,-80,4,50> } object { LDX_1_dash_4disc_dot_dat matrix <-6,0,3,0,-1,0,0,0,-6,-110,4,39> } object { LDX_1_dash_4disc_dot_dat matrix <-10,0,5,0,1,0,0,0,-10,-110,0,39> } object { LDX_1_dash_4cyli_dot_dat matrix <-4,0,0,0,4,0,0,0,-4,-80,4,50> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <-6,0,3,0,4,0,0,0,-6,-110,4,39> } object { LDX_1_dash_4cyli_dot_dat matrix <-10,0,5,0,8,0,0,0,-10,-110,0,39> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-90,0,60> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-110,0,60> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-30,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-50,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-70,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-90,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-110,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-30,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-50,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-70,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-30,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,-60> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,-60> } #end // LDXStuds mesh2 { vertex_vectors { 148, <120,8,50>, <116,8,46>, <-80,8,46>, <-80,8,50>, <-80,8,50>, <-84,8,50>, <-84,8,66>, <-80,8,68>, <-80,8,68>, <-84,8,66>, <-116,8,66>, <-100,8,70>, <-100,8,70>, <-116,8,66>, <-120,8,70>, <-120,8,70>, <-116,8,66>, <-116,8,42>, <-120,8,44>, <-120,8,44>, <-116,8,42>, <-115.540001,8,39.470001>, <-119.239998,8,39.790001>, <-119.239998,8,39.790001>, <-115.540001,8,39.470001>, <-114.239998,8,36.880001>, <-117.07,8,35.470001>, <-117.07,8,35.470001>, <-114.239998,8,36.880001>, <-112.300003,8,34.610001>, <-113.830002,8,31.68>, <-113.830002,8,31.68>, <-112.300003,8,34.610001>, <-110,8,33>, <-110,8,29>, <-110,8,29>, <-110,8,33>, <88,8,-66>, <88,8,-70>, <88,8,-70>, <88,8,-66>, <116,8,-66>, <120,8,-70>, <120,8,-70>, <116,8,-66>, <116,8,46>, <120,8,50>, <-84,4,66>, <-116,4,42>, <-116,4,66>, <-84,4,66>, <-84,4,46>, <-110,4,39>, <-116,4,42>, <116,4,46>, <-110,4,33>, <-110,4,39>, <-84,4,46>, <116,4,46>, <116,4,-66>, <88,4,-66>, <-110,4,33>, <100,4,50>, <-80,4,50>, <-80,4,68>, <-100,0,70>, <-120,0,70>, <-120,0,44>, <-100,0,70>, <-120,0,44>, <-110,0,39>, <100,0,50>, <120,0,50>, <100,0,50>, <-110,0,39>, <-110,0,29>, <120,0,50>, <-110,0,29>, <88,0,-70>, <120,0,-70>, <116,4,46>, <-80,4,46>, <-80,8,46>, <116,8,46>, <-84,4,50>, <-84,4,66>, <-84,8,66>, <-84,8,50>, <-84,4,66>, <-116,4,66>, <-116,8,66>, <-84,8,66>, <-116,4,66>, <-116,4,42>, <-116,8,42>, <-116,8,66>, <-110,4,33>, <88,4,-66>, <88,8,-66>, <-110,8,33>, <88,4,-66>, <116,4,-66>, <116,8,-66>, <88,8,-66>, <116,4,-66>, <116,4,46>, <116,8,46>, <116,8,-66>, <120,0,50>, <120,8,50>, <100,4,50>, <100,0,50>, <120,8,50>, <-80,8,50>, <-80,4,50>, <100,4,50>, <-80,4,50>, <-80,8,50>, <-80,8,68>, <-80,4,68>, <100,0,50>, <100,4,50>, <-80,4,68>, <-100,0,70>, <-80,4,68>, <-80,8,68>, <-100,8,70>, <-100,0,70>, <-100,0,70>, <-100,8,70>, <-120,8,70>, <-120,0,70>, <-120,0,70>, <-120,8,70>, <-120,8,44>, <-120,0,44>, <-110,0,29>, <-110,8,29>, <88,8,-70>, <88,0,-70>, <88,0,-70>, <88,8,-70>, <120,8,-70>, <120,0,-70>, <120,0,-70>, <120,8,-70>, <120,8,50>, <120,0,50> } face_indices { 72, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <15, 16, 17>, <15, 17, 18>, <19, 20, 21>, <19, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <27, 29, 30>, <31, 32, 33>, <31, 33, 34>, <35, 36, 37>, <35, 37, 38>, <39, 40, 41>, <39, 41, 42>, <43, 44, 45>, <43, 45, 46>, <47, 48, 49>, <50, 51, 52>, <50, 52, 53>, <54, 55, 56>, <54, 56, 57>, <58, 59, 60>, <58, 60, 61>, <62, 63, 64>, <65, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147> } } } #end #declare LDX_2540_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-26>,<20,8,10> } #else union { // Plate 1 x 2 with Handle // Name: 2540.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-06-08 [jriley] BFC compliant // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-05-14 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_4_dash_4disc_dot_dat matrix <0,4,0,-1,0,0,0,0,-4,20,2,-20> } object { LDX_4_dash_4disc_dot_dat matrix <0,4,0,1,0,0,0,0,4,-20,2,-20> } object { LDX_ring2_dot_dat matrix <0,2,0,-1,0,0,0,0,-2,12,2,-20> } object { LDX_ring2_dot_dat matrix <0,2,0,1,0,0,0,0,2,6,2,-20> } object { LDX_ring2_dot_dat matrix <0,2,0,-1,0,0,0,0,-2,-6,2,-20> } object { LDX_ring2_dot_dat matrix <0,2,0,1,0,0,0,0,2,-12,2,-20> } object { LDX_2_dash_4cyli_dot_dat matrix <0,6,0,-6,0,0,0,0,-6,12,2,-20> } object { LDX_1_dash_8cyli_dot_dat matrix <0,-6,0,-6,0,0,0,0,6,12,2,-20> } object { LDX_2_dash_4cyli_dot_dat matrix <0,6,0,6,0,0,0,0,-6,-12,2,-20> } object { LDX_1_dash_8cyli_dot_dat matrix <0,-6,0,6,0,0,0,0,6,-12,2,-20> } object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,-40,0,0,0,0,4,20,2,-20> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 84, <20,8,10>, <16,8,6>, <-16,8,6>, <-20,8,10>, <-20,8,10>, <-16,8,6>, <-16,8,-6>, <-20,8,-10>, <-20,8,-10>, <-16,8,-6>, <16,8,-6>, <20,8,-10>, <20,8,-10>, <16,8,-6>, <16,8,6>, <20,8,10>, <-20,8,10>, <-20,0,10>, <20,0,10>, <20,8,10>, <20,8,10>, <20,0,10>, <20,0,-10>, <20,8,-10>, <-20,8,-10>, <-20,0,-10>, <-20,0,10>, <-20,8,10>, <20,8,-10>, <20,0,-10>, <12,0,-10>, <12,8,-10>, <-12,8,-10>, <-12,0,-10>, <-20,0,-10>, <-20,8,-10>, <6,8,-10>, <6,0,-10>, <-6,0,-10>, <-6,8,-10>, <20,0,-10>, <20,0,10>, <-20,0,10>, <-20,0,-10>, <12,8,-10>, <12,0,-10>, <12,0,-20>, <12,8,-20>, <6,8,-20>, <6,0,-20>, <6,0,-10>, <6,8,-10>, <-6,8,-10>, <-6,0,-10>, <-6,0,-20>, <-6,8,-20>, <-12,8,-20>, <-12,0,-20>, <-12,0,-10>, <-12,8,-10>, <12,8,-10>, <12,8,-20>, <6,8,-20>, <6,8,-10>, <12,-2.24,-15.76>, <12,0,-14.39>, <6,0,-14.39>, <6,-2.24,-15.76>, <12,0,-14.39>, <12,0,-10>, <6,0,-10>, <6,0,-14.39>, <-12,8,-20>, <-12,8,-10>, <-6,8,-10>, <-6,8,-20>, <-12,-2.24,-15.76>, <-6,-2.24,-15.76>, <-6,0,-14.39>, <-12,0,-14.39>, <-12,0,-10>, <-12,0,-14.39>, <-6,0,-14.39>, <-6,0,-10> } face_indices { 42, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83> } } } #end #declare LDX_s_slash_4868s01_dot_dat = union { // ~Plane Jet Engine without Top Plate // Name: s\4868s01.dat // Author: James Jessiman // !LDRAW_ORG Subpart UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2014-12-31 [Steffen] substituted primitives, BFCed, subfiled // !HISTORY 2015-02-25 [MMR1988] Used cylo primitives // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,0,-1,0,2,0,0,0,40> } object { LDX_4_dash_4ring4_dot_dat matrix <2,0,0,0,0,-1,0,2,0,0,0,40> } object { LDX_4_dash_4ring3_dot_dat matrix <-2,0,0,0,0,1,0,2,0,0,0,-4> } object { LDX_4_dash_4ring4_dot_dat matrix <-2,0,0,0,0,1,0,2,0,0,0,-4> } object { LDX_4_dash_4ring4_dot_dat matrix <-4,0,0,0,0,1,0,4,0,0,0,-60> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,0,-10,0,6,0,0,0,40> } object { LDX_axlehole_dot_dat matrix <1,0,0,0,0,-34,0,1,0,0,0,30> } object { LDX_4_dash_4cylo_dot_dat matrix <10,0,0,0,0,-28,0,10,0,0,0,24> } // BFC INVERTNEXT object { LDX_4_dash_4cylo_dot_dat matrix <16,0,0,0,0,-60,0,16,0,0,0,0> } object { LDX_4_dash_4cylo_dot_dat matrix <20,0,0,0,0,-60,0,20,0,0,0,0> } object { LDX_4_dash_4con1_dot_dat matrix <-10,0,0,0,0,40,0,10,0,0,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4con3_dot_dat matrix <-4,0,0,0,0,16,0,4,0,0,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4con5_dot_dat matrix <-2,0,0,0,0,8,0,2,0,0,0,16> } mesh2 { vertex_vectors { 19, <2,-14.58,20>, <2,-22,20>, <2,-22,-20>, <2,-19.58,-20>, <-2,-14.58,20>, <-2,-22,20>, <2,-22,20>, <2,-14.58,20>, <-2,-19.58,-20>, <-2,-22,-20>, <-2,-22,20>, <-2,-14.58,20>, <-2,-19.58,-20>, <0,-20,-20>, <2,-22,-20>, <-2,-22,-20>, <0,-20,-20>, <2,-19.58,-20>, <2,-22,-20> } face_indices { 9, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18> } } } #declare LDX_box5_dash_4a_dot_dat = union { // Box with 5 Faces without 4 Adjacent Edges // Name: box5-4a.dat // Author: Guy Vivan [guyvivan] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 20, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 10, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19> } } } #declare LDX_stug2_dash_2x1_dot_dat = union { // Stud Open Group 2 x 1 // Name: stug2-2x1.dat // Author: Steffen [Steffen] // !LDRAW_ORG Primitive UPDATE 2013-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02 #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,-10> } #end // LDXStuds } #declare LDX_4868a_dot_dat = #if (LDXQual = 0) box { <-20,-30,-60>,<20,20,40> } #else union { // Plane Jet Engine with Plate 1 x 2 // Name: 4868a.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-04-02 [PTadmin] Moved from 4868 to accommodate 2x2 plate variant // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 // !HISTORY 2014-11-21 [roland] Auto-corrected with libfix version of LDCad 1.4 // !HISTORY 2014-12-31 [Steffen] substituted primitives, BFCed, subfiled // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 object { LDX_s_slash_4868s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_rect_dot_dat matrix <-4,0,0,0,-1,0,0,0,20,6,-22,0> } object { LDX_rect_dot_dat matrix <-4,0,0,0,-1,0,0,0,20,-6,-22,0> } object { LDX_box5_dash_4a_dot_dat matrix <10,0,0,0,-4,0,0,0,20,0,-22,0> } #if (LDXStuds) object { LDX_stug2_dash_2x1_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,-26,0> } #end // LDXStuds } #end #declare LDX_4868_dot_DAT = #if (LDXQual = 0) box { <-20,-30,-60>,<20,20,40> } #else union { // ~Moved to 4868a // Name: 4868.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 // // Plane Jet Engine with Plate 1 x 2 object { LDX_4868a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_axle_dot_dat = union { // Axle // Name: axle.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2003-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2000-04-23 [sbliss] Added conditional edges along outermost diameters // !HISTORY 2000-05-07 [PTadmin] Official Update 2000-01 // !HISTORY 2002-11-08 [OrionP] Adjusted fit and precision // !HISTORY 2003-03-12 [PTadmin] Official Update 2003-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 128, <6,0,0>, <6,1,0>, <5.602,1,2>, <5.602,0,2>, <5.602,0,2>, <5.602,1,2>, <2,1,2>, <2,0,2>, <2,0,2>, <2,1,2>, <2,1,5.602>, <2,0,5.602>, <2,0,5.602>, <2,1,5.602>, <0,1,6>, <0,0,6>, <-6,0,0>, <-5.602,0,2>, <-5.602,1,2>, <-6,1,0>, <-5.602,0,2>, <-2,0,2>, <-2,1,2>, <-5.602,1,2>, <-2,0,2>, <-2,0,5.602>, <-2,1,5.602>, <-2,1,2>, <-2,0,5.602>, <-0,0,6>, <-0,1,6>, <-2,1,5.602>, <6,0,-0>, <5.602,0,-2>, <5.602,1,-2>, <6,1,-0>, <5.602,0,-2>, <2,0,-2>, <2,1,-2>, <5.602,1,-2>, <2,0,-2>, <2,0,-5.602>, <2,1,-5.602>, <2,1,-2>, <2,0,-5.602>, <0,0,-6>, <0,1,-6>, <2,1,-5.602>, <-6,0,-0>, <-6,1,-0>, <-5.602,1,-2>, <-5.602,0,-2>, <-5.602,0,-2>, <-5.602,1,-2>, <-2,1,-2>, <-2,0,-2>, <-2,0,-2>, <-2,1,-2>, <-2,1,-5.602>, <-2,0,-5.602>, <-2,0,-5.602>, <-2,1,-5.602>, <-0,1,-6>, <-0,0,-6>, <6,0,0>, <5.602,0,2>, <2,0,2>, <0,0,0>, <-6,0,0>, <0,0,0>, <-2,0,2>, <-5.602,0,2>, <6,0,0>, <0,0,0>, <2,0,-2>, <5.602,0,-2>, <-6,0,0>, <-5.602,0,-2>, <-2,0,-2>, <0,0,0>, <0,0,6>, <0,0,0>, <2,0,2>, <2,0,5.602>, <0,0,6>, <-2,0,5.602>, <-2,0,2>, <0,0,0>, <0,0,-6>, <2,0,-5.602>, <2,0,-2>, <0,0,0>, <0,0,-6>, <0,0,0>, <-2,0,-2>, <-2,0,-5.602>, <6,1,0>, <0,1,0>, <2,1,2>, <5.602,1,2>, <-6,1,0>, <-5.602,1,2>, <-2,1,2>, <0,1,0>, <6,1,0>, <5.602,1,-2>, <2,1,-2>, <0,1,0>, <-6,1,0>, <0,1,0>, <-2,1,-2>, <-5.602,1,-2>, <0,1,6>, <2,1,5.602>, <2,1,2>, <0,1,0>, <0,1,6>, <0,1,0>, <-2,1,2>, <-2,1,5.602>, <0,1,-6>, <0,1,0>, <2,1,-2>, <2,1,-5.602>, <0,1,-6>, <-2,1,-5.602>, <-2,1,-2>, <0,1,0> } face_indices { 64, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127> } } } #declare LDX_4869_dot_DAT = #if (LDXQual = 0) box { <-15,-15,-56>,<15,15,16> } #else union { // Plane Jet Engine Centre // Name: 4869.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS axle // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2002-09-06 [sbliss] Completed header, made BFC compliant, fixed rotation errors in primitive references // !HISTORY 2002-11-30 [PTadmin] Official Update 2002-05 // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2009-06-18 [Steffen] fixed BFC error, added missing edges // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 object { LDX_axle_dot_dat matrix <1,0,0,0,0,20,0,-1,0,0,0,-4> } object { LDX_4_dash_4disc_dot_dat matrix <6,0,0,0,0,-1,0,6,0,0,0,-36> } object { LDX_box5_dot_dat matrix <1,0,0,0,-9,0,0,0,8,0,-6,-44> } object { LDX_box5_dot_dat matrix <0.87,0.5,0,4.5,-7.79,0,0,0,8,3,-5.2,-44> } object { LDX_box5_dot_dat matrix <0.5,0.87,0,7.79,-4.5,0,0,0,8,5.2,-3,-44> } object { LDX_box5_dot_dat matrix <0,1,0,9,0,0,0,0,8,6,0,-44> } object { LDX_box5_dot_dat matrix <-0.5,0.87,0,7.79,4.5,0,0,0,8,5.2,3,-44> } object { LDX_box5_dot_dat matrix <-0.87,0.5,0,4.5,7.79,0,0,0,8,3,5.2,-44> } object { LDX_box5_dot_dat matrix <-1,0,0,0,9,0,0,0,8,0,6,-44> } object { LDX_box5_dot_dat matrix <-0.87,-0.5,0,-4.5,7.79,0,0,0,8,-3,5.2,-44> } object { LDX_box5_dot_dat matrix <-0.5,-0.87,0,-7.79,4.5,0,0,0,8,-5.2,3,-44> } object { LDX_box5_dot_dat matrix <0,-1,0,-9,0,0,0,0,8,-6,0,-44> } object { LDX_box5_dot_dat matrix <0.5,-0.87,0,-7.79,-4.5,0,0,0,8,-5.2,-3,-44> } object { LDX_box5_dot_dat matrix <0.87,-0.5,0,-4.5,-7.79,0,0,0,8,-3,-5.2,-44> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,0,16,0,6,0,0,0,-52> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,0,1,0,-1,0,0,0,-52> } #end // LDXStuds mesh2 { vertex_vectors { 80, <-2,-15,-26>, <2,-15,-26>, <2,-10,-4>, <-2,-10,-4>, <-2,-15,-36>, <2,-15,-36>, <2,-15,-26>, <-2,-15,-26>, <2,10,-4>, <2,15,-26>, <-2,15,-26>, <-2,10,-4>, <2,15,-26>, <2,15,-36>, <-2,15,-36>, <-2,15,-26>, <-10,2,-4>, <-15,2,-26>, <-15,-2,-26>, <-10,-2,-4>, <-15,2,-26>, <-15,2,-36>, <-15,-2,-36>, <-15,-2,-26>, <15,-2,-26>, <15,2,-26>, <10,2,-4>, <10,-2,-4>, <15,-2,-36>, <15,2,-36>, <15,2,-26>, <15,-2,-26>, <-2,10,-4>, <-2,-10,-4>, <2,-10,-4>, <2,10,-4>, <-10,2,-4>, <-10,-2,-4>, <10,-2,-4>, <10,2,-4>, <2,-15,-36>, <-2,-15,-36>, <-2,15,-36>, <2,15,-36>, <15,-2,-36>, <-15,-2,-36>, <-15,2,-36>, <15,2,-36>, <2,-10,-4>, <2,-15,-26>, <2,15,-26>, <2,10,-4>, <2,-15,-26>, <2,-15,-36>, <2,15,-36>, <2,15,-26>, <-2,15,-26>, <-2,-15,-26>, <-2,-10,-4>, <-2,10,-4>, <-2,15,-36>, <-2,-15,-36>, <-2,-15,-26>, <-2,15,-26>, <15,2,-26>, <-15,2,-26>, <-10,2,-4>, <10,2,-4>, <15,2,-36>, <-15,2,-36>, <-15,2,-26>, <15,2,-26>, <-10,-2,-4>, <-15,-2,-26>, <15,-2,-26>, <10,-2,-4>, <-15,-2,-26>, <-15,-2,-36>, <15,-2,-36>, <15,-2,-26> } face_indices { 40, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79> } } } #end #declare LDX_4595_dot_DAT = #if (LDXQual = 0) box { <-14,-4,-36>,<14,18,24> } #else union { // Brick 1 x 2 x 0.667 with Studs on Sides // Name: 4595.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS camera, Minifig accessory // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2007-07-08 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-03-14 [Steffen] Modified with WINDZ for BFC compliance // !HISTORY 2012-03-19 [Philo] Used stud4a and ring primitives, improved description, removed now obsolete cmdline // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-3,0,0,0,1,0,4,0> } #end // LDXStuds object { LDX_4_dash_4ring3_dot_dat matrix <-2,0,0,0,0,-1,0,2,0,0,10,-28> } object { LDX_4_dash_4ring2_dot_dat matrix <2,0,0,0,0,1,0,2,0,0,10,-30> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,-4,0,4,10> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,-4,0,4,-10> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,0,10> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,0,-10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,6,0,-1,0,0,0,0,6,10,10,10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,6,0,-1,0,0,0,0,6,10,10,-10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,4,0,1,0,0,0,0,4,6,10,10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,4,0,1,0,0,0,0,4,6,10,-10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,4,0,-1,0,0,0,0,-4,-6,10,10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,4,0,-1,0,0,0,0,-4,-6,10,-10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,6,0,1,0,0,0,0,6,-10,10,10> } object { LDX_4_dash_4ndis_dot_dat matrix <0,6,0,1,0,0,0,0,6,-10,10,-10> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,0,-1,0,6,0,0,10,20> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,0,1,0,4,0,0,10,16> } object { LDX_4_dash_4ndis_dot_dat matrix <-4,0,0,0,0,-1,0,4,0,0,10,-16> } object { LDX_4_dash_4ndis_dot_dat matrix <-6,0,0,0,0,1,0,6,0,0,10,-20> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,0,10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,0,-10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,4,10,10,10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,4,10,10,-10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,4,0,0,0,0,4,-10,10,10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,4,0,0,0,0,4,-10,10,-10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,0,4,0,4,0,0,10,16> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,0,14,0,4,0,0,10,-30> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,0,8,0,6,0,0,10,-28> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,0,2,0,6,0,0,10,-32> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,0,4,0,8,0,0,10,-32> } #if (LDXStuds) object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,10> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,-10> } object { LDX_stud2a_dot_dat matrix <0,1,0,-1,0,0,0,0,1,10,10,10> } object { LDX_stud2a_dot_dat matrix <0,1,0,-1,0,0,0,0,1,10,10,-10> } object { LDX_stud2a_dot_dat matrix <0,1,0,1,0,0,0,0,1,-10,10,10> } object { LDX_stud2a_dot_dat matrix <0,1,0,1,0,0,0,0,1,-10,10,-10> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,0,-1,0,1,0,0,10,20> } object { LDX_stud4a_dot_dat matrix <1,0,0,0,0,1,0,-1,0,0,10,-32> } #end // LDXStuds mesh2 { vertex_vectors { 184, <10,16,20>, <6,16,16>, <-6,16,16>, <-10,16,20>, <-10,16,20>, <-6,16,16>, <-6,16,-16>, <-10,16,-20>, <-10,16,-20>, <-6,16,-16>, <6,16,-16>, <10,16,-20>, <10,16,-20>, <6,16,-16>, <6,16,16>, <10,16,20>, <4,4,6>, <4,4,-6>, <-4,4,-6>, <-4,4,6>, <6,4,16>, <4,4,14>, <-4,4,14>, <-6,4,16>, <-6,4,16>, <-4,4,14>, <-4,4,-14>, <-6,4,-16>, <-6,4,-16>, <-4,4,-14>, <4,4,-14>, <6,4,-16>, <6,4,-16>, <4,4,-14>, <4,4,14>, <6,4,16>, <6,0,4>, <-6,0,4>, <-6,0,-4>, <6,0,-4>, <10,0,20>, <-10,0,20>, <-6,0,16>, <6,0,16>, <-10,0,20>, <-10,0,-20>, <-6,0,-16>, <-6,0,16>, <-10,0,-20>, <10,0,-20>, <6,0,-16>, <-6,0,-16>, <10,0,-20>, <10,0,20>, <6,0,16>, <6,0,-16>, <10,16,4>, <10,4,4>, <10,4,-4>, <10,16,-4>, <10,16,20>, <10,0,20>, <10,4,16>, <10,16,16>, <10,0,20>, <10,0,-20>, <10,4,-16>, <10,4,16>, <10,0,-20>, <10,16,-20>, <10,16,-16>, <10,4,-16>, <6,14,6>, <6,14,-6>, <6,6,-6>, <6,6,6>, <6,16,16>, <6,14,14>, <6,6,14>, <6,4,16>, <6,4,16>, <6,6,14>, <6,6,-14>, <6,4,-16>, <6,4,-16>, <6,6,-14>, <6,14,-14>, <6,16,-16>, <6,16,-16>, <6,14,-14>, <6,14,14>, <6,16,16>, <-6,14,6>, <-6,6,6>, <-6,6,-6>, <-6,14,-6>, <-6,16,16>, <-6,4,16>, <-6,6,14>, <-6,14,14>, <-6,4,16>, <-6,4,-16>, <-6,6,-14>, <-6,6,14>, <-6,4,-16>, <-6,16,-16>, <-6,14,-14>, <-6,6,-14>, <-6,16,-16>, <-6,16,16>, <-6,14,14>, <-6,14,-14>, <-10,16,4>, <-10,16,-4>, <-10,4,-4>, <-10,4,4>, <-10,16,20>, <-10,16,16>, <-10,4,16>, <-10,0,20>, <-10,0,20>, <-10,4,16>, <-10,4,-16>, <-10,0,-20>, <-10,0,-20>, <-10,4,-16>, <-10,16,-16>, <-10,16,-20>, <10,16,20>, <6,16,20>, <6,4,20>, <10,0,20>, <10,0,20>, <6,4,20>, <-6,4,20>, <-10,0,20>, <-10,0,20>, <-6,4,20>, <-6,16,20>, <-10,16,20>, <6,16,16>, <6,4,16>, <4,6,16>, <4,14,16>, <6,4,16>, <-6,4,16>, <-4,6,16>, <4,6,16>, <-6,4,16>, <-6,16,16>, <-4,14,16>, <-4,6,16>, <-6,16,16>, <6,16,16>, <4,14,16>, <-4,14,16>, <6,16,-16>, <4,14,-16>, <4,6,-16>, <6,4,-16>, <6,4,-16>, <4,6,-16>, <-4,6,-16>, <-6,4,-16>, <-6,4,-16>, <-4,6,-16>, <-4,14,-16>, <-6,16,-16>, <-6,16,-16>, <-4,14,-16>, <4,14,-16>, <6,16,-16>, <10,16,-20>, <10,0,-20>, <6,4,-20>, <6,16,-20>, <10,0,-20>, <-10,0,-20>, <-6,4,-20>, <6,4,-20>, <-10,0,-20>, <-10,16,-20>, <-6,16,-20>, <-6,4,-20> } face_indices { 92, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167>, <168, 169, 170>, <168, 170, 171>, <172, 173, 174>, <172, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <180, 182, 183> } } } #end #declare LDX_2412A_dot_DAT = #if (LDXQual = 0) box { <-20,0,-10>,<20,8,10> } #else union { // Tile 1 x 2 Grille without Groove // Name: 2412a.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-12-21 [cwdee] Corrected superfluous lines // !HISTORY 2002-02-18 [PTadmin] Official Update 2002-01 // !HISTORY 2003-06-08 [jriley] BFC compliancy // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-05-08 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_2_dash_4disc_dot_dat matrix <0,0,1,0,-1,0,1,0,0,3,8,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,1,0,-1,0,-1,0,0,-3,8,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,1,0,4,0,1,0,0,3,4,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,1,0,4,0,-1,0,0,-3,4,0> } mesh2 { vertex_vectors { 116, <3,8,1>, <3,8,-1>, <-3,8,-1>, <-3,8,1>, <-3,8,1>, <-3,4,1>, <3,4,1>, <3,8,1>, <3,8,-1>, <3,4,-1>, <-3,4,-1>, <-3,8,-1>, <-20,8,10>, <20,8,10>, <20,8,6>, <-20,8,6>, <20,8,-10>, <-20,8,-10>, <-20,8,-6>, <20,8,-6>, <20,8,-6>, <16,8,-6>, <16,8,6>, <20,8,6>, <-20,8,6>, <-16,8,6>, <-16,8,-6>, <-20,8,-6>, <20,8,10>, <20,4,10>, <20,4,-10>, <20,8,-10>, <-20,8,-10>, <-20,4,-10>, <-20,4,10>, <-20,8,10>, <16,8,-6>, <16,4,-6>, <16,4,6>, <16,8,6>, <-16,8,6>, <-16,4,6>, <-16,4,-6>, <-16,8,-6>, <20,4,10>, <20,0,10>, <20,0,6>, <20,4,6>, <-20,4,6>, <-20,0,6>, <-20,0,10>, <-20,4,10>, <20,4,2>, <20,0,2>, <20,0,-2>, <20,4,-2>, <-20,4,-2>, <-20,0,-2>, <-20,0,2>, <-20,4,2>, <20,4,-6>, <20,0,-6>, <20,0,-10>, <20,4,-10>, <-20,4,-10>, <-20,0,-10>, <-20,0,-6>, <-20,4,-6>, <20,4,6>, <16,4,6>, <16,4,-6>, <20,4,-6>, <-20,4,-6>, <-16,4,-6>, <-16,4,6>, <-20,4,6>, <-16,4,2>, <16,4,2>, <16,4,-2>, <-16,4,-2>, <-20,8,10>, <-20,0,10>, <20,0,10>, <20,8,10>, <20,8,6>, <20,0,6>, <-20,0,6>, <-20,8,6>, <-20,4,2>, <-20,0,2>, <20,0,2>, <20,4,2>, <20,4,-2>, <20,0,-2>, <-20,0,-2>, <-20,4,-2>, <-20,8,-6>, <-20,0,-6>, <20,0,-6>, <20,8,-6>, <20,8,-10>, <20,0,-10>, <-20,0,-10>, <-20,8,-10>, <20,0,10>, <-20,0,10>, <-20,0,6>, <20,0,6>, <20,0,2>, <-20,0,2>, <-20,0,-2>, <20,0,-2>, <20,0,-6>, <-20,0,-6>, <-20,0,-10>, <20,0,-10> } face_indices { 58, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115> } } } #end #declare LDX_3062B_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-10>,<10,24,10> } #else union { // Brick 1 x 1 Round with Hollow Stud // Name: 3062b.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-08-02 [OrionP] Made some primitive subs // !HISTORY 2003-08-04 [Steffen] replaced peghole.dat by stud4a.dat // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-10 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2009-03-19 [tchang] Add missing // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // // Note: One or more STUD references in this file have been purposely // // capitalized to ensure that the stud is fully visible in LEdit. object { LDX_4_dash_4cyli_dot_dat matrix <10,0,0,0,19,0,0,0,10,0,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,16,0,0,0,6,0,4,0> } #if (LDXStuds) object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> } object { LDX_4_dash_4ring2_dot_dat matrix <2,0,0,0,-1,0,0,0,2,0,4,0> } object { LDX_4_dash_4ring4_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> } object { LDX_4_dash_4ring4_dot_dat matrix <2,0,0,0,-1,0,0,0,2,0,19,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,1,0,0,0,8,0,19,0> } #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <1,0,0,0,-1,0,0,0,-1,0,20,0> } #end // LDXStuds } #end #declare LDX_4_dash_4con4_dot_dat = union { // Cone 4 x 1.0 // Name: 4-4con4.dat // Author: John Riley [jriley] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 64, <3.6956,1,1.5308>, <4.6195,0,1.9135>, <5,0,0>, <4,1,0>, <2.8284,1,2.8284>, <3.5355,0,3.5355>, <4.6195,0,1.9135>, <3.6956,1,1.5308>, <1.5308,1,3.6956>, <1.9135,0,4.6195>, <3.5355,0,3.5355>, <2.8284,1,2.8284>, <0,1,4>, <0,0,5>, <1.9135,0,4.6195>, <1.5308,1,3.6956>, <-1.5308,1,3.6956>, <-1.9135,0,4.6195>, <0,0,5>, <0,1,4>, <-2.8284,1,2.8284>, <-3.5355,0,3.5355>, <-1.9135,0,4.6195>, <-1.5308,1,3.6956>, <-3.6956,1,1.5308>, <-4.6195,0,1.9135>, <-3.5355,0,3.5355>, <-2.8284,1,2.8284>, <-4,1,0>, <-5,0,0>, <-4.6195,0,1.9135>, <-3.6956,1,1.5308>, <-3.6956,1,-1.5308>, <-4.6195,0,-1.9135>, <-5,0,0>, <-4,1,0>, <-2.8284,1,-2.8284>, <-3.5355,0,-3.5355>, <-4.6195,0,-1.9135>, <-3.6956,1,-1.5308>, <-1.5308,1,-3.6956>, <-1.9135,0,-4.6195>, <-3.5355,0,-3.5355>, <-2.8284,1,-2.8284>, <0,1,-4>, <0,0,-5>, <-1.9135,0,-4.6195>, <-1.5308,1,-3.6956>, <1.5308,1,-3.6956>, <1.9135,0,-4.6195>, <0,0,-5>, <0,1,-4>, <2.8284,1,-2.8284>, <3.5355,0,-3.5355>, <1.9135,0,-4.6195>, <1.5308,1,-3.6956>, <3.6956,1,-1.5308>, <4.6195,0,-1.9135>, <3.5355,0,-3.5355>, <2.8284,1,-2.8284>, <4,1,0>, <5,0,0>, <4.6195,0,-1.9135>, <3.6956,1,-1.5308> } face_indices { 32, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63> } } } #declare LDX_4589_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-10>,<10,24,10> } #else union { // Cone 1 x 1 // Name: 4589.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS round, pylon, 299.dat // !HISTORY 1997-12-05 [PTadmin] Official Update 1997-17 // !HISTORY 1999-03-01 [sbliss] Replaced conic code with primitives. Cleaned up format. // !HISTORY 2000-05-07 [PTadmin] Official Update 2000-01 // !HISTORY 2003-08-07 [jriley] BFC compliant // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-07-08 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-09-12 [mikeheide] changed references // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,-2.5,0,0,0,2,0,24,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,5,0,0,0,8,0,19,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <-6,0,0,0,-5,0,0,0,6,0,24,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,1,0,0,0,6,0,18,0> } object { LDX_axlehole_dot_dat matrix <1,0,0,0,6,0,0,0,1,0,12,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,12,0,0,0,4,0,0,0> } #if (LDXStuds) object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds object { LDX_4_dash_4ring4_dot_dat matrix <-2,0,0,0,-1,0,0,0,2,0,19,0> } object { LDX_4_dash_4ring2_dot_dat matrix <-2,0,0,0,-1,0,0,0,2,0,12,0> } object { LDX_4_dash_4con3_dot_dat matrix <-2,0,0,0,-9.5,0,0,0,2,0,9.5,0> } object { LDX_4_dash_4con4_dot_dat matrix <0,0,-2,0,-9.5,0,-2,0,0,0,19,0> } // // } #end #declare LDX_connect_dot_dat = union { // Technic Pin 1.0 with Base Collar // Name: connect.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-06-30 [OrionP] Applied lip code from connect5.dat // !HISTORY 2002-07-03 [sbliss] Made BFC compliant, replaced quads with ring3 // !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04 // !HISTORY 2004-12-18 [guyvivan] Improve holes and use more primitives // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-15 [cwdee] Update ring3 to 4-4ring3 // !HISTORY 2010-02-19 [Philo] Added condlines // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,9.5,0,0,0,6,0,-11.5,0> } object { LDX_3_dash_8cyli_dot_dat matrix <-5.54328,0,-2.2961,0,6.5,0,2.2961,0,-5.54328,0,-18,0> } object { LDX_3_dash_8cyli_dot_dat matrix <5.54328,0,2.2961,0,6.5,0,-2.2961,0,5.54328,0,-18,0> } object { LDX_3_dash_8cyli_dot_dat matrix <6.00522,0,2.48744,0,2,0,-2.48744,0,6.00522,0,-20,0> } object { LDX_3_dash_8cyli_dot_dat matrix <-6.00522,0,-2.48744,0,2,0,2.48744,0,-6.00522,0,-20,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,2,0,0,0,8,0,-2,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,11.5,0,0,0,4,0,-11.5,0> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <3.69552,0,1.53073,0,8.5,0,-1.53073,0,3.69552,0,-20,0> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <-3.69552,0,-1.53073,0,8.5,0,1.53073,0,-3.69552,0,-20,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-2,0> } object { LDX_3_dash_8ring2_dot_dat matrix <1.84776,0,0.76537,0,1,0,-0.76537,0,1.84776,0,-20,0> } object { LDX_3_dash_8ring2_dot_dat matrix <-1.84776,0,-0.76537,0,1,0,0.76537,0,-1.84776,0,-20,0> } object { LDX_3_dash_8rin12_dot_dat matrix <0.46194,0,0.19134,0,-1,0,-0.19134,0,0.46194,0,-18,0> } object { LDX_3_dash_8rin12_dot_dat matrix <-0.46194,0,-0.19134,0,-1,0,0.19134,0,-0.46194,0,-18,0> } object { LDX_3_dash_8rin12_dot_dat matrix <0.46194,0,0.19134,0,1,0,-0.19134,0,0.46194,0,-20,0> } object { LDX_3_dash_8rin12_dot_dat matrix <-0.46194,0,-0.19134,0,1,0,0.19134,0,-0.46194,0,-20,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,0.199,0,1,-6,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,0.199,0,-1,-6,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,-0.199,0,-1,6,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,-0.199,0,1,6,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,0.199,0,1,-4,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,0.199,0,-1,-4,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,-0.199,0,-1,4,-12.5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,-0.199,0,1,4,-12.5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,0.199,0,1,-6,-12.5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,0.199,0,-1,-6,-12.5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,-2,0,0,-0.199,0,-1,6,-12.5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,-2,0,0,-0.199,0,1,6,-12.5,0> } // // mesh2 { vertex_vectors { 112, <5.801,-11.5,1>, <5.543,-11.5,2.296>, <5.543,-18,2.296>, <5.801,-18,1>, <-5.543,-11.5,2.296>, <-5.801,-11.5,1>, <-5.801,-18,1>, <-5.543,-18,2.296>, <-5.801,-11.5,-1>, <-5.543,-11.5,-2.296>, <-5.543,-18,-2.296>, <-5.801,-18,-1>, <5.543,-11.5,-2.296>, <5.801,-11.5,-1>, <5.801,-18,-1>, <5.543,-18,-2.296>, <5.801,-18,1>, <5.543,-18,2.296>, <6.005,-18,2.488>, <6.301,-18,1>, <-5.543,-18,2.296>, <-5.801,-18,1>, <-6.301,-18,1>, <-6.005,-18,2.488>, <-5.801,-18,-1>, <-5.543,-18,-2.296>, <-6.005,-18,-2.488>, <-6.301,-18,-1>, <5.543,-18,-2.296>, <5.801,-18,-1>, <6.301,-18,-1>, <6.005,-18,-2.488>, <6.301,-18,1>, <6.005,-18,2.488>, <6.005,-20,2.488>, <6.301,-20,1>, <-6.005,-18,2.488>, <-6.301,-18,1>, <-6.301,-20,1>, <-6.005,-20,2.488>, <-6.301,-18,-1>, <-6.005,-18,-2.488>, <-6.005,-20,-2.488>, <-6.301,-20,-1>, <6.005,-18,-2.488>, <6.301,-18,-1>, <6.301,-20,-1>, <6.005,-20,-2.488>, <5.801,-12.5,1>, <5.801,-18,1>, <3.801,-18,1>, <3.801,-12.5,1>, <3.801,-18,1>, <6.301,-18,1>, <6.301,-20,1>, <3.801,-20,1>, <6.301,-20,1>, <6.005,-20,2.488>, <3.696,-20,1.531>, <3.801,-20,1>, <-6.005,-20,2.488>, <-6.301,-20,1>, <-3.801,-20,1>, <-3.696,-20,1.531>, <-3.801,-20,1>, <-6.301,-20,1>, <-6.301,-18,1>, <-3.801,-18,1>, <-3.801,-18,1>, <-5.801,-18,1>, <-5.801,-12.5,1>, <-3.801,-12.5,1>, <-5.801,-12.5,-1>, <-5.801,-18,-1>, <-3.801,-18,-1>, <-3.801,-12.5,-1>, <-6.301,-18,-1>, <-6.301,-20,-1>, <-3.801,-20,-1>, <-3.801,-18,-1>, <-6.301,-20,-1>, <-6.005,-20,-2.488>, <-3.696,-20,-1.531>, <-3.801,-20,-1>, <6.005,-20,-2.488>, <6.301,-20,-1>, <3.801,-20,-1>, <3.696,-20,-1.531>, <6.301,-20,-1>, <6.301,-18,-1>, <3.801,-18,-1>, <3.801,-20,-1>, <3.801,-18,-1>, <5.801,-18,-1>, <5.801,-12.5,-1>, <3.801,-12.5,-1>, <3.801,-20,1>, <3.696,-20,1.531>, <3.696,-11.5,1.531>, <3.801,-11.5,1>, <-3.696,-20,1.531>, <-3.801,-20,1>, <-3.801,-11.5,1>, <-3.696,-11.5,1.531>, <-3.801,-20,-1>, <-3.696,-20,-1.531>, <-3.696,-11.5,-1.531>, <-3.801,-11.5,-1>, <3.696,-20,-1.531>, <3.801,-20,-1>, <3.801,-11.5,-1>, <3.696,-11.5,-1.531> } face_indices { 56, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111> } } } #declare LDX_ring3_dot_dat = union { // ~Moved to 4-4ring3 // Name: ring3.dat // Author: [PTadmin] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // // Ring 3 x 1.0 object { LDX_4_dash_4ring3_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #declare LDX_4274_dot_DAT = #if (LDXQual = 0) box { <-20,-8,-8>,<4,8,8> } #else union { // Technic Pin 1/2 // Name: 4274.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-06-08 [jriley] BFC compliant // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_connect_dot_dat matrix <0,0,1,1,0,0,0,1,0,0,0,0> } #if (LDXStuds) object { LDX_stud2a_dot_dat matrix <0,0,1,-1,0,0,0,1,0,0,0,0> } #end // LDXStuds object { LDX_ring3_dot_dat matrix <0,0,2,-1,0,0,0,2,0,0,0,0> } } #end #declare LDX_4592_dot_DAT = #if (LDXQual = 0) box { <-8,-5.603,-8>,<8,8,8> } #else union { // Hinge Control Stick Base // Name: 4592.dat // Author: Steve Bliss [sbliss] // !LDRAW_ORG Part UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS Lever Small Base, antenna // !HISTORY 2003-11-15 [sbliss] redeveloped entire part // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-07-08 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // // Inside of dome-slot // Base cylinder #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <-1,0,0,0,-1.5,0,0,0,1,0,2,0> } #end // LDXStuds // // Underside slotted disc // Dome // Inside of dome-slot mesh2 { vertex_vectors { 368, <1.064,0,-7.392>, <2,0,-7.127>, <2,0,-5>, <0,0,-7.603>, <0,0,-7.603>, <2,0,-5>, <-2,0,-5>, <-2,0,-5>, <-2,0,-7.127>, <-1.064,0,-7.392>, <0,0,-7.603>, <-2,0,-5>, <2,0,-5>, <2,2,-5>, <-2,2,-5>, <-1.064,0,7.392>, <-2,0,7.127>, <-2,0,5>, <0,0,7.603>, <0,0,7.603>, <-2,0,5>, <2,0,5>, <2,0,5>, <2,0,7.127>, <1.064,0,7.392>, <0,0,7.603>, <2,0,5>, <-2,0,5>, <-2,2,5>, <2,2,5>, <2,2,0>, <5.543,2,2.296>, <6,2,0>, <5.543,2,-2.296>, <2,2,-5>, <2,2,0>, <5.543,2,-2.296>, <4.243,2,-4.243>, <2,2,-5>, <4.243,2,-4.243>, <2.296,2,-5.543>, <0,2,-6>, <2,2,-5>, <0,2,-6>, <-2,2,-5>, <-2.296,2,-5.543>, <-4.243,2,-4.243>, <-2,2,-5>, <0,2,-6>, <-4.243,2,-4.243>, <-5.543,2,-2.296>, <-2,2,0>, <-2,2,-5>, <-2,2,0>, <-5.543,2,-2.296>, <-6,2,0>, <-5.543,2,2.296>, <-2,2,5>, <-2,2,0>, <-5.543,2,2.296>, <-4.243,2,4.243>, <-2,2,5>, <-4.243,2,4.243>, <-2.296,2,5.543>, <0,2,6>, <-2,2,5>, <0,2,6>, <2,2,5>, <2.296,2,5.543>, <4.243,2,4.243>, <2,2,5>, <0,2,6>, <4.243,2,4.243>, <5.543,2,2.296>, <2,2,0>, <2,2,5>, <7.392,-1.064,0>, <7.392,2,-3.064>, <8,2,0>, <7.392,-1.064,0>, <6.272,-1.512,-3.512>, <7.392,2,-3.064>, <6.272,-1.512,-3.512>, <5.656,2,-5.656>, <7.392,2,-3.064>, <6.272,-1.512,-3.512>, <3.512,-1.512,-6.272>, <5.656,2,-5.656>, <3.512,-1.512,-6.272>, <3.064,2,-7.392>, <5.656,2,-5.656>, <2,0,-7.127>, <1.064,0,-7.392>, <3.064,2,-7.392>, <2,-1.319,-6.754>, <2,0,-7.127>, <3.064,2,-7.392>, <3.512,-1.512,-6.272>, <0,0,-7.603>, <0,2,-8>, <3.064,2,-7.392>, <1.064,0,-7.392>, <5.656,-3.656,0>, <6.272,-1.512,-3.512>, <7.392,-1.064,0>, <5.656,-3.656,0>, <3.512,-4.272,-3.512>, <6.272,-1.512,-3.512>, <3.512,-4.272,-3.512>, <3.512,-1.512,-6.272>, <6.272,-1.512,-3.512>, <3.512,-1.512,-6.272>, <3.512,-4.272,-3.512>, <2,-4.007,-4.435>, <2,-2.435,-6.007>, <2,-2.435,-6.007>, <2,-1.319,-6.754>, <3.512,-1.512,-6.272>, <3.064,-5.392,0>, <3.512,-4.272,-3.512>, <5.656,-3.656,0>, <3.064,-5.392,0>, <2,-5.392,-1.064>, <2,-4.754,-3.319>, <3.512,-4.272,-3.512>, <2,-4.754,-3.319>, <2,-4.007,-4.435>, <3.512,-4.272,-3.512>, <2,-5.603,0>, <2,-5.392,-1.064>, <3.064,-5.392,0>, <8,2,0>, <7.392,2,3.064>, <7.392,-1.064,0>, <7.392,2,3.064>, <6.272,-1.512,3.512>, <7.392,-1.064,0>, <7.392,2,3.064>, <5.656,2,5.656>, <6.272,-1.512,3.512>, <5.656,2,5.656>, <3.512,-1.512,6.272>, <6.272,-1.512,3.512>, <5.656,2,5.656>, <3.064,2,7.392>, <3.512,-1.512,6.272>, <3.064,2,7.392>, <1.064,0,7.392>, <2,0,7.127>, <3.064,2,7.392>, <2,0,7.127>, <2,-1.319,6.754>, <3.512,-1.512,6.272>, <3.064,2,7.392>, <0,2,8>, <0,0,7.603>, <1.064,0,7.392>, <7.392,-1.064,0>, <6.272,-1.512,3.512>, <5.656,-3.656,0>, <6.272,-1.512,3.512>, <3.512,-4.272,3.512>, <5.656,-3.656,0>, <6.272,-1.512,3.512>, <3.512,-1.512,6.272>, <3.512,-4.272,3.512>, <2,-4.007,4.435>, <3.512,-4.272,3.512>, <3.512,-1.512,6.272>, <2,-2.435,6.007>, <3.512,-1.512,6.272>, <2,-1.319,6.754>, <2,-2.435,6.007>, <5.656,-3.656,0>, <3.512,-4.272,3.512>, <3.064,-5.392,0>, <3.512,-4.272,3.512>, <2,-4.754,3.319>, <2,-5.392,1.064>, <3.064,-5.392,0>, <3.512,-4.272,3.512>, <2,-4.007,4.435>, <2,-4.754,3.319>, <3.064,-5.392,0>, <2,-5.392,1.064>, <2,-5.603,0>, <-7.392,-1.064,0>, <-7.392,2,3.064>, <-8,2,0>, <-7.392,-1.064,0>, <-6.272,-1.512,3.512>, <-7.392,2,3.064>, <-6.272,-1.512,3.512>, <-5.656,2,5.656>, <-7.392,2,3.064>, <-6.272,-1.512,3.512>, <-3.512,-1.512,6.272>, <-5.656,2,5.656>, <-3.512,-1.512,6.272>, <-3.064,2,7.392>, <-5.656,2,5.656>, <-2,0,7.127>, <-1.064,0,7.392>, <-3.064,2,7.392>, <-2,-1.319,6.754>, <-2,0,7.127>, <-3.064,2,7.392>, <-3.512,-1.512,6.272>, <0,0,7.603>, <0,2,8>, <-3.064,2,7.392>, <-1.064,0,7.392>, <-5.656,-3.656,0>, <-6.272,-1.512,3.512>, <-7.392,-1.064,0>, <-5.656,-3.656,0>, <-3.512,-4.272,3.512>, <-6.272,-1.512,3.512>, <-3.512,-4.272,3.512>, <-3.512,-1.512,6.272>, <-6.272,-1.512,3.512>, <-3.512,-1.512,6.272>, <-3.512,-4.272,3.512>, <-2,-4.007,4.435>, <-2,-2.435,6.007>, <-2,-2.435,6.007>, <-2,-1.319,6.754>, <-3.512,-1.512,6.272>, <-3.064,-5.392,0>, <-3.512,-4.272,3.512>, <-5.656,-3.656,0>, <-3.064,-5.392,0>, <-2,-5.392,1.064>, <-2,-4.754,3.319>, <-3.512,-4.272,3.512>, <-2,-4.754,3.319>, <-2,-4.007,4.435>, <-3.512,-4.272,3.512>, <-2,-5.603,0>, <-2,-5.392,1.064>, <-3.064,-5.392,0>, <-8,2,0>, <-7.392,2,-3.064>, <-7.392,-1.064,0>, <-7.392,2,-3.064>, <-6.272,-1.512,-3.512>, <-7.392,-1.064,0>, <-7.392,2,-3.064>, <-5.656,2,-5.656>, <-6.272,-1.512,-3.512>, <-5.656,2,-5.656>, <-3.512,-1.512,-6.272>, <-6.272,-1.512,-3.512>, <-5.656,2,-5.656>, <-3.064,2,-7.392>, <-3.512,-1.512,-6.272>, <-3.064,2,-7.392>, <-1.064,0,-7.392>, <-2,0,-7.127>, <-3.064,2,-7.392>, <-2,0,-7.127>, <-2,-1.319,-6.754>, <-3.512,-1.512,-6.272>, <-3.064,2,-7.392>, <0,2,-8>, <0,0,-7.603>, <-1.064,0,-7.392>, <-7.392,-1.064,0>, <-6.272,-1.512,-3.512>, <-5.656,-3.656,0>, <-6.272,-1.512,-3.512>, <-3.512,-4.272,-3.512>, <-5.656,-3.656,0>, <-6.272,-1.512,-3.512>, <-3.512,-1.512,-6.272>, <-3.512,-4.272,-3.512>, <-2,-4.007,-4.435>, <-3.512,-4.272,-3.512>, <-3.512,-1.512,-6.272>, <-2,-2.435,-6.007>, <-3.512,-1.512,-6.272>, <-2,-1.319,-6.754>, <-2,-2.435,-6.007>, <-5.656,-3.656,0>, <-3.512,-4.272,-3.512>, <-3.064,-5.392,0>, <-3.512,-4.272,-3.512>, <-2,-4.754,-3.319>, <-2,-5.392,-1.064>, <-3.064,-5.392,0>, <-3.512,-4.272,-3.512>, <-2,-4.007,-4.435>, <-2,-4.754,-3.319>, <-3.064,-5.392,0>, <-2,-5.392,-1.064>, <-2,-5.603,0>, <2,2,-5>, <2,0,-5>, <2,2,0>, <2,0,-5>, <2,0,-7.127>, <2,-1.319,-6.754>, <2,-2.435,-6.007>, <2,2,0>, <2,0,-5>, <2,-2.435,-6.007>, <2,-4.007,-4.435>, <2,-4.007,-4.435>, <2,-4.754,-3.319>, <2,-5.392,-1.064>, <2,2,0>, <2,2,0>, <2,-5.392,-1.064>, <2,-5.603,0>, <2,2,0>, <2,0,5>, <2,2,5>, <2,-1.319,6.754>, <2,0,7.127>, <2,0,5>, <2,-2.435,6.007>, <2,-2.435,6.007>, <2,0,5>, <2,2,0>, <2,-4.007,4.435>, <2,2,0>, <2,-5.392,1.064>, <2,-4.754,3.319>, <2,-4.007,4.435>, <2,-5.603,0>, <2,-5.392,1.064>, <2,2,0>, <-2,2,5>, <-2,0,5>, <-2,2,0>, <-2,0,5>, <-2,0,7.127>, <-2,-1.319,6.754>, <-2,-2.435,6.007>, <-2,2,0>, <-2,0,5>, <-2,-2.435,6.007>, <-2,-4.007,4.435>, <-2,-4.007,4.435>, <-2,-4.754,3.319>, <-2,-5.392,1.064>, <-2,2,0>, <-2,2,0>, <-2,-5.392,1.064>, <-2,-5.603,0>, <-2,2,0>, <-2,0,-5>, <-2,2,-5>, <-2,-1.319,-6.754>, <-2,0,-7.127>, <-2,0,-5>, <-2,-2.435,-6.007>, <-2,-2.435,-6.007>, <-2,0,-5>, <-2,2,0>, <-2,-4.007,-4.435>, <-2,2,0>, <-2,-5.392,-1.064>, <-2,-4.754,-3.319>, <-2,-4.007,-4.435>, <-2,-5.603,0>, <-2,-5.392,-1.064>, <-2,2,0> } face_indices { 152, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <11, 13, 14>, <15, 16, 17>, <15, 17, 18>, <19, 20, 21>, <22, 23, 24>, <22, 24, 25>, <26, 27, 28>, <26, 28, 29>, <30, 31, 32>, <30, 32, 33>, <34, 35, 36>, <34, 36, 37>, <38, 39, 40>, <38, 40, 41>, <42, 43, 44>, <45, 46, 47>, <45, 47, 48>, <49, 50, 51>, <49, 51, 52>, <53, 54, 55>, <53, 55, 56>, <57, 58, 59>, <57, 59, 60>, <61, 62, 63>, <61, 63, 64>, <65, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <79, 80, 81>, <82, 83, 84>, <85, 86, 87>, <88, 89, 90>, <91, 92, 93>, <94, 95, 96>, <94, 96, 97>, <98, 99, 100>, <98, 100, 101>, <102, 103, 104>, <105, 106, 107>, <108, 109, 110>, <111, 112, 113>, <111, 113, 114>, <115, 116, 117>, <118, 119, 120>, <121, 122, 123>, <121, 123, 124>, <125, 126, 127>, <128, 129, 130>, <131, 132, 133>, <134, 135, 136>, <137, 138, 139>, <140, 141, 142>, <143, 144, 145>, <146, 147, 148>, <149, 150, 151>, <149, 151, 152>, <153, 154, 155>, <153, 155, 156>, <157, 158, 159>, <160, 161, 162>, <163, 164, 165>, <166, 167, 168>, <166, 168, 169>, <170, 171, 172>, <173, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <183, 184, 185>, <186, 187, 188>, <189, 190, 191>, <192, 193, 194>, <195, 196, 197>, <198, 199, 200>, <201, 202, 203>, <204, 205, 206>, <204, 206, 207>, <208, 209, 210>, <208, 210, 211>, <212, 213, 214>, <215, 216, 217>, <218, 219, 220>, <221, 222, 223>, <221, 223, 224>, <225, 226, 227>, <228, 229, 230>, <231, 232, 233>, <231, 233, 234>, <235, 236, 237>, <238, 239, 240>, <241, 242, 243>, <244, 245, 246>, <247, 248, 249>, <250, 251, 252>, <253, 254, 255>, <256, 257, 258>, <259, 260, 261>, <259, 261, 262>, <263, 264, 265>, <263, 265, 266>, <267, 268, 269>, <270, 271, 272>, <273, 274, 275>, <276, 277, 278>, <276, 278, 279>, <280, 281, 282>, <283, 284, 285>, <286, 287, 288>, <286, 288, 289>, <290, 291, 292>, <293, 294, 295>, <296, 297, 298>, <299, 300, 301>, <299, 301, 302>, <303, 304, 305>, <303, 305, 306>, <307, 308, 309>, <307, 309, 310>, <311, 312, 313>, <314, 315, 316>, <317, 318, 319>, <317, 319, 320>, <321, 322, 323>, <321, 323, 324>, <325, 326, 327>, <325, 327, 328>, <329, 330, 331>, <332, 333, 334>, <335, 336, 337>, <335, 337, 338>, <339, 340, 341>, <339, 341, 342>, <343, 344, 345>, <343, 345, 346>, <347, 348, 349>, <350, 351, 352>, <353, 354, 355>, <353, 355, 356>, <357, 358, 359>, <357, 359, 360>, <361, 362, 363>, <361, 363, 364>, <365, 366, 367> } } } #end #declare LDX_3957a_dot_dat = #if (LDXQual = 0) box { <-8,-88,-8>,<8,8,8> } #else union { // Antenna 4H with Rounded Top // Name: 3957a.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2003-08-06 [jriley] BFCed, added inner detail // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2003-12-20 [Steffen] fixed BFC error // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-06-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-03-13 [PTadmin] Renamed from 3957 // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 // !HISTORY 2015-02-10 [MagFors] Redesign without peghole.dat // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 object { LDX_4_dash_8sphe_dot_dat matrix <4,0,0,0,-4,0,0,0,4,0,-84,0> } #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds object { LDX_4_dash_4ring1_dot_dat matrix <3,0,0,0,-1,0,0,0,3,0,4,0> } // BFC INVERTNEXT object { LDX_4_dash_4cylc_dot_dat matrix <3,0,0,0,4,0,0,0,3,0,0,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,4,0,0,0,8,0,0,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> } object { LDX_4_dash_4cylo_dot_dat matrix <6,0,0,0,4,0,0,0,6,0,-4,0> } object { LDX_4_dash_4ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-4,0> } object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,80,0,0,0,4,0,-84,0> } } #end #declare LDX_3957_dot_DAT = #if (LDXQual = 0) box { <-8,-88,-8>,<8,8,8> } #else union { // ~Moved to 3957a // Name: 3957.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 // // Antenna 4H object { LDX_3957a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_connect3_dot_dat = union { // Technic Pin 0.5 with Base Collar // Name: connect3.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2010-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-06-30 [OrionP] Applied lip code from connect5.dat // !HISTORY 2002-07-03 [sbliss] Made BFC compliant, replaced code with ring3, retitled // !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04 // !HISTORY 2004-12-18 [guyvivan] Improve holes and use more primitives // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-01-15 [cwdee] Update ring3 to 4-4ring3 // !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01 object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,2,0,0,0,6,0,-4,0> } object { LDX_3_dash_8cyli_dot_dat matrix <-5.54328,0,-2.2961,0,4,0,2.2961,0,-5.54328,0,-8,0> } object { LDX_3_dash_8cyli_dot_dat matrix <5.54328,0,2.2961,0,4,0,-2.2961,0,5.54328,0,-8,0> } object { LDX_3_dash_8cyli_dot_dat matrix <6.00522,0,2.48744,0,2,0,-2.48744,0,6.00522,0,-10,0> } object { LDX_3_dash_8cyli_dot_dat matrix <-6.00522,0,-2.48744,0,2,0,2.48744,0,-6.00522,0,-10,0> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,2,0,0,0,8,0,-2,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-4,0> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <3.69552,0,1.53073,0,6,0,-1.53073,0,3.69552,0,-10,0> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <-3.69552,0,-1.53073,0,6,0,1.53073,0,-3.69552,0,-10,0> } object { LDX_4_dash_4ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,-2,0> } object { LDX_3_dash_8ring2_dot_dat matrix <1.84776,0,0.765367,0,1,0,-0.765367,0,1.84776,0,-10,0> } object { LDX_3_dash_8ring2_dot_dat matrix <-1.84776,0,-0.765367,0,1,0,0.765367,0,-1.84776,0,-10,0> } object { LDX_3_dash_8rin12_dot_dat matrix <0.46194,0,0.191342,0,-1,0,-0.191342,0,0.46194,0,-8,0> } object { LDX_3_dash_8rin12_dot_dat matrix <-0.46194,0,-0.191342,0,-1,0,0.191342,0,-0.46194,0,-8,0> } object { LDX_3_dash_8rin12_dot_dat matrix <0.46194,0,0.191342,0,1,0,-0.191342,0,0.46194,0,-10,0> } object { LDX_3_dash_8rin12_dot_dat matrix <-0.46194,0,-0.191342,0,1,0,0.191342,0,-0.46194,0,-10,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,0.199,0,1,-6,-5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,0.199,0,-1,-6,-5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,-0.199,0,-1,6,-5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,-0.199,0,1,6,-5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,0.199,0,1,-4,-5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,-1,0,0,0.199,0,-1,-4,-5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,-0.199,0,-1,4,-5,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,1,0,1,0,0,-0.199,0,1,4,-5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,0.199,0,1,-6,-5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,2,0,0,0.199,0,-1,-6,-5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,-2,0,0,-0.199,0,-1,6,-5,0> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <0,1,0,-2,0,0,-0.199,0,1,6,-5,0> } mesh2 { vertex_vectors { 112, <5.801,-4,1>, <5.543,-4,2.296>, <5.543,-8,2.296>, <5.801,-8,1>, <-5.543,-4,2.296>, <-5.801,-4,1>, <-5.801,-8,1>, <-5.543,-8,2.296>, <-5.801,-4,-1>, <-5.543,-4,-2.296>, <-5.543,-8,-2.296>, <-5.801,-8,-1>, <5.543,-4,-2.296>, <5.801,-4,-1>, <5.801,-8,-1>, <5.543,-8,-2.296>, <5.801,-8,1>, <5.543,-8,2.296>, <6.005,-8,2.488>, <6.301,-8,1>, <-5.543,-8,2.296>, <-5.801,-8,1>, <-6.301,-8,1>, <-6.005,-8,2.488>, <-5.801,-8,-1>, <-5.543,-8,-2.296>, <-6.005,-8,-2.488>, <-6.301,-8,-1>, <5.543,-8,-2.296>, <5.801,-8,-1>, <6.301,-8,-1>, <6.005,-8,-2.488>, <6.301,-8,1>, <6.005,-8,2.488>, <6.005,-10,2.488>, <6.301,-10,1>, <-6.005,-8,2.488>, <-6.301,-8,1>, <-6.301,-10,1>, <-6.005,-10,2.488>, <-6.301,-8,-1>, <-6.005,-8,-2.488>, <-6.005,-10,-2.488>, <-6.301,-10,-1>, <6.005,-8,-2.488>, <6.301,-8,-1>, <6.301,-10,-1>, <6.005,-10,-2.488>, <5.801,-5,1>, <5.801,-8,1>, <3.801,-8,1>, <3.801,-5,1>, <3.801,-8,1>, <6.301,-8,1>, <6.301,-10,1>, <3.801,-10,1>, <6.301,-10,1>, <6.005,-10,2.488>, <3.696,-10,1.531>, <3.801,-10,1>, <-6.005,-10,2.488>, <-6.301,-10,1>, <-3.801,-10,1>, <-3.696,-10,1.531>, <-3.801,-10,1>, <-6.301,-10,1>, <-6.301,-8,1>, <-3.801,-8,1>, <-3.801,-8,1>, <-5.801,-8,1>, <-5.801,-5,1>, <-3.801,-5,1>, <-5.801,-5,-1>, <-5.801,-8,-1>, <-3.801,-8,-1>, <-3.801,-5,-1>, <-6.301,-8,-1>, <-6.301,-10,-1>, <-3.801,-10,-1>, <-3.801,-8,-1>, <-6.301,-10,-1>, <-6.005,-10,-2.488>, <-3.696,-10,-1.531>, <-3.801,-10,-1>, <6.005,-10,-2.488>, <6.301,-10,-1>, <3.801,-10,-1>, <3.696,-10,-1.531>, <6.301,-10,-1>, <6.301,-8,-1>, <3.801,-8,-1>, <3.801,-10,-1>, <3.801,-8,-1>, <5.801,-8,-1>, <5.801,-5,-1>, <3.801,-5,-1>, <3.801,-10,1>, <3.696,-10,1.531>, <3.696,-4,1.531>, <3.801,-4,1>, <-3.696,-10,1.531>, <-3.801,-10,1>, <-3.801,-4,1>, <-3.696,-4,1.531>, <-3.801,-10,-1>, <-3.696,-10,-1.531>, <-3.696,-4,-1.531>, <-3.801,-4,-1>, <3.696,-10,-1.531>, <3.801,-10,-1>, <3.801,-4,-1>, <3.696,-4,-1.531> } face_indices { 56, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111> } } } #declare LDX_32002_dot_DAT = #if (LDXQual = 0) box { <-20,-8,-8>,<10,8,8> } #else union { // Technic Pin 3/4 // Name: 32002.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2007-06-25 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC compliant (2004-08-02) // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 object { LDX_connect_dot_dat matrix <0,0,1,1,0,0,0,1,0,0,0,0> } object { LDX_connect3_dot_dat matrix <0,0,1,-1,0,0,0,1,0,0,0,0> } } #end #declare LDX_wingr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_30119_dot_DAT LDXSeamMatrix(80, 84, 160, 0, 38, -60) matrix <1,0,0,0,1,0,0,0,1,0,0,200> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3585_dot_DAT LDXSeamMatrix(240, 12, 140, 0, 2, 0) matrix <0,0,1,0,1,0,-1,0,0,-10,80,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2540_dot_DAT LDXSeamMatrix(40, 12, 36, 0, 2, -8) matrix <1,0,0,0,1,0,0,0,1,0,24,150> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4868_dot_DAT LDXSeamMatrix(40, 50, 100, 0, -5, -10) matrix <0,0,1,0,1,0,-1,0,0,0,66,150> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4869_dot_DAT LDXSeamMatrix(30, 30, 72, 0, 0, -20) matrix <0,0,1,0,1,0,-1,0,0,0,66,150> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_4595_dot_DAT LDXSeamMatrix(28, 22, 60, 0, 7, -6) matrix <0,0,1,0,1,0,-1,0,0,-10,8,200> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_2412A_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,0,1,0,-1,0,-10,18,182> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_2412A_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,0,-1,0,1,0,-10,18,218> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,-1,1,0,0,0,-1,0,16,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,1,-1,0,0,0,-1,0,-16,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,1,-1,0,0,0,-1,0,64,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,-1,1,0,0,0,-1,0,-66,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4589_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,-1,1,0,0,0,-1,0,-90,26,129> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4274_dot_DAT LDXSeamMatrix(24, 16, 16, -8, 0, 0) matrix <1,0,0,0,0,1,0,-1,0,42,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4274_dot_DAT LDXSeamMatrix(24, 16, 16, -8, 0, 0) matrix <-1,0,0,0,0,-1,0,-1,0,-42,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4592_dot_DAT LDXSeamMatrix(16, 13.603001, 16, 0, 1.1985, 0) matrix <0,-1,0,-1,0,0,0,0,-1,70,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3957_dot_DAT LDXSeamMatrix(16, 96, 16, 0, -40, 0) matrix <0,1,0,1,0,0,0,0,-1,79,18,200> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_32002_dot_DAT LDXSeamMatrix(30, 16, 16, -5, 0, 0) matrix <-1,0,0,0,1,0,0,0,-1,89,18,200> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_3585_dot_DAT_mirror = #if (LDXQual = 0) box { <-120,-4,-70>,<120,8,70> } #else union { // Wing 7 x 12 Right // Name: 3585.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-12-14 [OrionP] BFC'd, rotated studs // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-06-25 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-100,4,50> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-40,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-60,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-80,4,30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-40,4,10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,-10> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,60,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,40,4,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,100,4,-50> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,80,4,-50> } #end // LDXStuds object { LDX_1_dash_4disc_dot_dat matrix <-4,0,0,0,-1,0,0,0,-4,-80,8,50> } object { LDX_1_dash_4ndis_dot_dat matrix <-4,0,0,0,-1,0,0,0,-4,-80,4,50> } object { LDX_1_dash_4disc_dot_dat matrix <-6,0,3,0,-1,0,0,0,-6,-110,4,39> } object { LDX_1_dash_4disc_dot_dat matrix <-10,0,5,0,1,0,0,0,-10,-110,0,39> } object { LDX_1_dash_4cyli_dot_dat matrix <-4,0,0,0,4,0,0,0,-4,-80,4,50> } // BFC INVERTNEXT object { LDX_1_dash_4cyli_dot_dat matrix <-6,0,3,0,4,0,0,0,-6,-110,4,39> } object { LDX_1_dash_4cyli_dot_dat matrix <-10,0,5,0,8,0,0,0,-10,-110,0,39> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-90,0,60> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-110,0,60> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-30,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-50,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-70,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-90,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-110,0,40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-30,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-50,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-70,0,20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-10,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,-30,0,0> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,30,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,10,0,-20> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,70,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,50,0,-40> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,110,0,-60> } object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,90,0,-60> } #end // LDXStuds mesh2 { vertex_vectors { 148, <120,8,50>, <116,8,46>, <-80,8,46>, <-80,8,50>, <-80,8,50>, <-84,8,50>, <-84,8,66>, <-80,8,68>, <-80,8,68>, <-84,8,66>, <-116,8,66>, <-100,8,70>, <-100,8,70>, <-116,8,66>, <-120,8,70>, <-120,8,70>, <-116,8,66>, <-116,8,42>, <-120,8,44>, <-120,8,44>, <-116,8,42>, <-115.540001,8,39.470001>, <-119.239998,8,39.790001>, <-119.239998,8,39.790001>, <-115.540001,8,39.470001>, <-114.239998,8,36.880001>, <-117.07,8,35.470001>, <-117.07,8,35.470001>, <-114.239998,8,36.880001>, <-112.300003,8,34.610001>, <-113.830002,8,31.68>, <-113.830002,8,31.68>, <-112.300003,8,34.610001>, <-110,8,33>, <-110,8,29>, <-110,8,29>, <-110,8,33>, <88,8,-66>, <88,8,-70>, <88,8,-70>, <88,8,-66>, <116,8,-66>, <120,8,-70>, <120,8,-70>, <116,8,-66>, <116,8,46>, <120,8,50>, <-84,4,66>, <-116,4,42>, <-116,4,66>, <-84,4,66>, <-84,4,46>, <-110,4,39>, <-116,4,42>, <116,4,46>, <-110,4,33>, <-110,4,39>, <-84,4,46>, <116,4,46>, <116,4,-66>, <88,4,-66>, <-110,4,33>, <100,4,50>, <-80,4,50>, <-80,4,68>, <-100,0,70>, <-120,0,70>, <-120,0,44>, <-100,0,70>, <-120,0,44>, <-110,0,39>, <100,0,50>, <120,0,50>, <100,0,50>, <-110,0,39>, <-110,0,29>, <120,0,50>, <-110,0,29>, <88,0,-70>, <120,0,-70>, <116,4,46>, <-80,4,46>, <-80,8,46>, <116,8,46>, <-84,4,50>, <-84,4,66>, <-84,8,66>, <-84,8,50>, <-84,4,66>, <-116,4,66>, <-116,8,66>, <-84,8,66>, <-116,4,66>, <-116,4,42>, <-116,8,42>, <-116,8,66>, <-110,4,33>, <88,4,-66>, <88,8,-66>, <-110,8,33>, <88,4,-66>, <116,4,-66>, <116,8,-66>, <88,8,-66>, <116,4,-66>, <116,4,46>, <116,8,46>, <116,8,-66>, <120,0,50>, <120,8,50>, <100,4,50>, <100,0,50>, <120,8,50>, <-80,8,50>, <-80,4,50>, <100,4,50>, <-80,4,50>, <-80,8,50>, <-80,8,68>, <-80,4,68>, <100,0,50>, <100,4,50>, <-80,4,68>, <-100,0,70>, <-80,4,68>, <-80,8,68>, <-100,8,70>, <-100,0,70>, <-100,0,70>, <-100,8,70>, <-120,8,70>, <-120,0,70>, <-120,0,70>, <-120,8,70>, <-120,8,44>, <-120,0,44>, <-110,0,29>, <-110,8,29>, <88,8,-70>, <88,0,-70>, <88,0,-70>, <88,8,-70>, <120,8,-70>, <120,0,-70>, <120,0,-70>, <120,8,-70>, <120,8,50>, <120,0,50> } face_indices { 72, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <15, 16, 17>, <15, 17, 18>, <19, 20, 21>, <19, 21, 22>, <23, 24, 25>, <23, 25, 26>, <27, 28, 29>, <27, 29, 30>, <31, 32, 33>, <31, 33, 34>, <35, 36, 37>, <35, 37, 38>, <39, 40, 41>, <39, 41, 42>, <43, 44, 45>, <43, 45, 46>, <47, 48, 49>, <50, 51, 52>, <50, 52, 53>, <54, 55, 56>, <54, 56, 57>, <58, 59, 60>, <58, 60, 61>, <62, 63, 64>, <65, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147> } } } #end #declare LDX_3586_dot_DAT = #if (LDXQual = 0) box { <-120,-4,-70>,<120,8,70> } #else union { // Wing 7 x 12 Left // Name: 3586.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-06-25 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_3585_dot_DAT_mirror matrix <-1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_wingl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_30119_dot_DAT LDXSeamMatrix(80, 84, 160, 0, 38, -60) matrix <1,0,0,0,1,0,0,0,1,0,0,200> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3586_dot_DAT LDXSeamMatrix(240, 12, 140, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,10,80,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2540_dot_DAT LDXSeamMatrix(40, 12, 36, 0, 2, -8) matrix <1,0,0,0,1,0,0,0,1,0,24,150> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4868_dot_DAT LDXSeamMatrix(40, 50, 100, 0, -5, -10) matrix <0,0,-1,0,1,0,1,0,0,0,66,150> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4869_dot_DAT LDXSeamMatrix(30, 30, 72, 0, 0, -20) matrix <0,0,-1,0,1,0,1,0,0,0,66,150> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_4595_dot_DAT LDXSeamMatrix(28, 22, 60, 0, 7, -6) matrix <0,0,-1,0,1,0,1,0,0,10,8,200> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_2412A_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,0,1,0,-1,0,10,18,182> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_2412A_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,0,-1,0,1,0,10,18,218> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,-1,1,0,0,0,-1,0,16,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,1,-1,0,0,0,-1,0,-16,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,1,-1,0,0,0,-1,0,64,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,-1,1,0,0,0,-1,0,-66,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4274_dot_DAT LDXSeamMatrix(24, 16, 16, -8, 0, 0) matrix <1,0,0,0,1,0,0,0,1,42,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4274_dot_DAT LDXSeamMatrix(24, 16, 16, -8, 0, 0) matrix <-1,0,0,0,1,0,0,0,-1,-42,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4589_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,1,-1,0,0,0,-1,0,86,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4592_dot_DAT LDXSeamMatrix(16, 13.603001, 16, 0, 1.1985, 0) matrix <0,-1,0,1,0,0,0,0,1,-74,26,130> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3957_dot_DAT LDXSeamMatrix(16, 96, 16, 0, -40, 0) matrix <0,1,0,-1,0,0,0,0,1,-77,18,200> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_32002_dot_DAT LDXSeamMatrix(30, 16, 16, -5, 0, 0) matrix <1,0,0,0,1,0,0,0,1,-87,18,200> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_wings_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_wingr_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_wingl_dot_dat matrix <-1,0,0,0,1,0,0,0,-1,10,0,440> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_3_dash_8ring3_dot_dat = union { // Ring 3 x 0.375 // Name: 3-8ring3.dat // Author: Niels Karsdorp [nielsk] // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-11-10 [nielsk] changed to CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 24, <4,0,0>, <3.6956,0,1.5308>, <2.7717,0,1.1481>, <3,0,0>, <3.6956,0,1.5308>, <2.8284,0,2.8284>, <2.1213,0,2.1213>, <2.7717,0,1.1481>, <2.8284,0,2.8284>, <1.5308,0,3.6956>, <1.1481,0,2.7717>, <2.1213,0,2.1213>, <1.5308,0,3.6956>, <0,0,4>, <0,0,3>, <1.1481,0,2.7717>, <0,0,4>, <-1.5308,0,3.6956>, <-1.1481,0,2.7717>, <0,0,3>, <-1.5308,0,3.6956>, <-2.8284,0,2.8284>, <-2.1213,0,2.1213>, <-1.1481,0,2.7717> } face_indices { 12, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23> } } } #declare LDX_st4jfil4_dot_dat = union { // Stud Tube Open to Fillet Wide (4LDu) Joint // Name: st4jfil4.dat // Author: Magnus Forsberg [MagFors] // !LDRAW_ORG Primitive UPDATE 2012-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2012-08-09 [PTadmin] Official Update 2012-02 // // 1 16 0 -4 0 8 0 0 0 1 0 0 0 8 4-4edge.dat mesh2 { vertex_vectors { 31, <7.3912,-4,-3.0616>, <7.602,-4,-2>, <6,-4,0>, <5.5433,-4,-2.2961>, <7.3912,0,-3.0616>, <7.602,0,-2>, <7.602,-4,-2>, <7.3912,-4,-3.0616>, <7.602,0,-2>, <8,0,-2>, <8,-4,-2>, <7.602,-4,-2>, <5.5433,-4,2.2961>, <6,-4,0>, <7.602,-4,2>, <7.3912,-4,3.0616>, <7.3912,-4,3.0616>, <7.602,-4,2>, <7.602,0,2>, <7.3912,0,3.0616>, <7.602,-4,2>, <8,-4,2>, <8,0,2>, <7.602,0,2>, <6,-4,0>, <7.602,-4,-2>, <7.602,-4,2>, <7.602,-4,-2>, <8,-4,-2>, <8,-4,2>, <7.602,-4,2> } face_indices { 15, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <27, 28, 29>, <27, 29, 30> } } } #declare LDX_stud4f2w_dot_dat = union { // Stud Tube Open with 2 Fillets Wide Opposite // Name: stud4f2w.dat // Author: William Howard [WilliamH] // !LDRAW_ORG Primitive UPDATE 2012-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2012-04-06 [MagFors] subfiled fillet // !HISTORY 2012-08-09 [PTadmin] Official Update 2012-02 // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,4,0,0,0,-6,0,-4,0> } object { LDX_3_dash_8cyli_dot_dat matrix <7.3912,0,-3.0616,0,4,0,-3.0616,0,-7.3912,0,-4,0> } object { LDX_3_dash_8cyli_dot_dat matrix <-7.3912,0,3.0616,0,4,0,3.0616,0,7.3912,0,-4,0> } object { LDX_3_dash_8ring3_dot_dat matrix <1.8478,0,0.7654,0,1,0,-0.7654,0,1.8478,0,-4,0> } object { LDX_3_dash_8ring3_dot_dat matrix <-1.8478,0,-0.7654,0,1,0,0.7654,0,-1.8478,0,-4,0> } object { LDX_st4jfil4_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_st4jfil4_dot_dat matrix <-1,0,0,0,1,0,0,0,-1,0,0,0> } } #declare LDX_box3u6_dot_dat = union { // Box with 3 Faces without 6 Edges // Name: box3u6.dat // Author: William Howard [WilliamH] // !LDRAW_ORG Primitive UPDATE 2011-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 mesh2 { vertex_vectors { 12, <-1,1,-1>, <-1,1,1>, <1,1,1>, <1,1,-1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <1,1,-1>, <1,0,-1>, <-1,0,-1>, <-1,1,-1> } face_indices { 6, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11> } } } #declare LDX_4854_dot_DAT = #if (LDXQual = 0) box { <-40,-4,-40>,<40,24,40> } #else union { // Slope Brick 45 4 x 4 Double Inverted with Open Center // Name: 4854.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2012-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2002-09-13 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-10-16 [mkennedy] Made use of stud2s, stug2, more box and rect primitives. // !HISTORY 2008-11-02 [mikeheide] improved underside with box3u6.dat,stud4f2w.dat,box4o8a.dat and rect.dat // !HISTORY 2012-08-09 [PTadmin] Official Update 2012-02 #if (LDXStuds) object { LDX_stud4f2w_dot_dat matrix <0,0,1,0,-1,0,1,0,0,0,20,0> } #end // LDXStuds object { LDX_box3u6_dot_dat matrix <0,0,4,0,4,0,-2,0,0,0,20,12> } object { LDX_box3u6_dot_dat matrix <0,0,-4,0,4,0,-2,0,0,0,20,-12> } #if (LDXStuds) object { LDX_stud4f2w_dot_dat matrix <0,0,1,0,-1,0,1,0,0,20,20,0> } #end // LDXStuds object { LDX_box3u6_dot_dat matrix <0,0,4,0,4,0,-2,0,0,20,20,12> } object { LDX_box3u6_dot_dat matrix <0,0,-4,0,4,0,-2,0,0,20,20,-12> } #if (LDXStuds) object { LDX_stud4f2w_dot_dat matrix <0,0,1,0,-1,0,1,0,0,-20,20,0> } #end // LDXStuds object { LDX_box3u6_dot_dat matrix <0,0,4,0,4,0,-2,0,0,-20,20,12> } object { LDX_box3u6_dot_dat matrix <0,0,-4,0,4,0,-2,0,0,-20,20,-12> } // BFC INVERTNEXT object { LDX_box4o8a_dot_dat matrix <36,0,0,0,-4,0,0,0,16,0,24,0> } object { LDX_rect_dot_dat matrix <36,0,0,0,-4,0,0,0,16,0,20,0> } #if (LDXStuds) object { LDX_stud2s_dot_dat matrix <0,0,1,0,6,0,1,0,0,-30,4,30> } object { LDX_stud2s_dot_dat matrix <0,0,1,0,6,0,1,0,0,-10,4,30> } object { LDX_stud2s_dot_dat matrix <0,0,1,0,6,0,1,0,0,10,4,30> } object { LDX_stud2s_dot_dat matrix <0,0,1,0,6,0,1,0,0,30,4,30> } object { LDX_stud2s_dot_dat matrix <0,0,-1,0,6,0,1,0,0,-30,4,-30> } object { LDX_stud2s_dot_dat matrix <0,0,-1,0,6,0,1,0,0,-10,4,-30> } object { LDX_stud2s_dot_dat matrix <0,0,-1,0,6,0,1,0,0,10,4,-30> } object { LDX_stud2s_dot_dat matrix <0,0,-1,0,6,0,1,0,0,30,4,-30> } #end // LDXStuds object { LDX_box3u8p_dot_dat matrix <0,0,20,0,-8,0,40,0,0,0,24,0> } object { LDX_rect_dot_dat matrix <40,0,0,0,0,1,0,8,0,0,8,20> } object { LDX_rect_dot_dat matrix <40,0,0,0,0,-1,0,8,0,0,8,-20> } object { LDX_box2_dash_5_dot_dat matrix <40,0,0,0,2,0,0,-10,10,0,12,30> } object { LDX_box2_dash_5_dot_dat matrix <40,0,0,0,2,0,0,-10,-10,0,12,-30> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <38,0,0,0,1,0,0,-8,8,0,9,30> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <38,0,0,0,1,0,0,-8,-8,0,9,-30> } object { LDX_rect3_dot_dat matrix <38,0,0,0,0,-1,0,-9,0,0,9,22> } object { LDX_rect3_dot_dat matrix <38,0,0,0,0,1,0,-9,0,0,9,-22> } #if (LDXStuds) object { LDX_stug_dash_2x2_dot_dat matrix <1,0,0,0,1,0,0,0,1,20,16,0> } object { LDX_stug_dash_2x2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-20,16,0> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,30,4,30> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,10,4,30> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,-10,4,30> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,-30,4,30> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,30,4,-30> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,10,4,-30> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,-10,4,-30> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,2,0,0,0,1,-30,4,-30> } #end // LDXStuds // // mesh2 { vertex_vectors { 80, <-40,24,20>, <-36,24,16>, <36,24,16>, <40,24,20>, <-40,24,-20>, <-36,24,-16>, <-36,24,16>, <-40,24,20>, <40,24,-20>, <36,24,-16>, <-36,24,-16>, <-40,24,-20>, <40,24,20>, <36,24,16>, <36,24,-16>, <40,24,-20>, <40,0,20>, <40,0,40>, <40,4,40>, <40,24,20>, <40,4,-40>, <40,0,-40>, <40,0,-20>, <40,24,-20>, <-40,4,40>, <-40,0,40>, <-40,0,20>, <-40,24,20>, <-40,0,-20>, <-40,0,-40>, <-40,4,-40>, <-40,24,-20>, <38,0,38>, <38,0,22>, <38,18,22>, <38,2,38>, <38,18,-22>, <38,0,-22>, <38,0,-38>, <38,2,-38>, <-38,18,22>, <-38,0,22>, <-38,0,38>, <-38,2,38>, <-38,0,-38>, <-38,0,-22>, <-38,18,-22>, <-38,2,-38>, <38,0,38>, <-38,0,38>, <-40,0,40>, <40,0,40>, <-38,0,38>, <-38,0,22>, <-40,0,20>, <-40,0,40>, <-38,0,22>, <38,0,22>, <40,0,20>, <-40,0,20>, <38,0,22>, <38,0,38>, <40,0,40>, <40,0,20>, <-40,0,-40>, <-38,0,-38>, <38,0,-38>, <40,0,-40>, <-40,0,-20>, <-38,0,-22>, <-38,0,-38>, <-40,0,-40>, <40,0,-20>, <38,0,-22>, <-38,0,-22>, <-40,0,-20>, <40,0,-40>, <38,0,-38>, <38,0,-22>, <40,0,-20> } face_indices { 40, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79> } } } #end #declare LDX_3005_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-10>,<10,24,10> } #else union { // Brick 1 x 1 // Name: 3005.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2002-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2002-05-07 [unknown] BFC Certification // !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03 // !HISTORY 2007-05-07 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <6,0,0,0,-20,0,0,0,6,0,24,0> } object { LDX_box5_dot_dat matrix <10,0,0,0,-24,0,0,0,10,0,24,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 16, <10,24,10>, <6,24,6>, <-6,24,6>, <-10,24,10>, <-10,24,10>, <-6,24,6>, <-6,24,-6>, <-10,24,-10>, <-10,24,-10>, <-6,24,-6>, <6,24,-6>, <10,24,-10>, <10,24,-10>, <6,24,-6>, <6,24,6>, <10,24,10> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_4070_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-10>,<10,24,10> } #else union { // Brick 1 x 1 with Headlight // Name: 4070.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS side stud, headlight brick // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-01-28 [sbliss] Completed header; BFC'ed; remeshed polygons // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-30 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_rect_dot_dat matrix <10,0,0,0,1,0,0,0,2,0,20,-8> } object { LDX_rect_dot_dat matrix <6,0,0,0,1,0,0,0,2,0,16,8> } object { LDX_rect_dot_dat matrix <-6,0,0,0,-1,0,0,0,6,0,4,4> } object { LDX_rect_dot_dat matrix <10,0,0,0,1,0,0,0,8,0,0,2> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,0,-1,0,-4,0,0,10,-2> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,0,-4,0,4,0,0,10,-2> } object { LDX_4_dash_4ndis_dot_dat matrix <6,0,0,0,0,1,0,6,0,0,10,-6> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,0,1,0,1,0,0,10,-6> } #end // LDXStuds mesh2 { vertex_vectors { 120, <10,24,10>, <6,24,6>, <-6,24,6>, <-10,24,10>, <-10,24,10>, <-6,24,6>, <-6,24,-6>, <-10,24,-10>, <-10,24,-10>, <-6,24,-6>, <6,24,-6>, <10,24,-10>, <10,24,-10>, <6,24,-6>, <6,24,6>, <10,24,10>, <6,20,-2>, <6,20,-6>, <-6,20,-6>, <-6,20,-2>, <-6,16,10>, <6,16,10>, <10,24,10>, <-10,24,10>, <-6,4,10>, <-6,16,10>, <-10,24,10>, <-10,0,10>, <6,4,10>, <-6,4,10>, <-10,0,10>, <10,0,10>, <6,16,10>, <6,4,10>, <10,0,10>, <10,24,10>, <6,24,6>, <6,16,6>, <-6,16,6>, <-6,24,6>, <-4,14,-2>, <4,14,-2>, <6,20,-2>, <-6,20,-2>, <-4,6,-2>, <-4,14,-2>, <-6,20,-2>, <-6,4,-2>, <4,6,-2>, <-4,6,-2>, <-6,4,-2>, <6,4,-2>, <4,14,-2>, <4,6,-2>, <6,4,-2>, <6,20,-2>, <10,20,-6>, <6,16,-6>, <-6,16,-6>, <-10,20,-6>, <-10,20,-6>, <-6,16,-6>, <-6,4,-6>, <-10,0,-6>, <-10,0,-6>, <-6,4,-6>, <6,4,-6>, <10,0,-6>, <10,0,-6>, <6,4,-6>, <6,16,-6>, <10,20,-6>, <-6,20,-6>, <6,20,-6>, <6,24,-6>, <-6,24,-6>, <10,24,-10>, <10,20,-10>, <-10,20,-10>, <-10,24,-10>, <10,24,10>, <10,20,-6>, <10,20,-10>, <10,24,-10>, <10,24,10>, <10,0,10>, <10,0,-6>, <10,20,-6>, <6,20,-6>, <6,20,-2>, <6,24,6>, <6,24,-6>, <6,24,6>, <6,20,-2>, <6,4,-2>, <6,16,6>, <6,4,-2>, <6,4,10>, <6,16,10>, <6,16,6>, <-6,24,6>, <-6,20,-2>, <-6,20,-6>, <-6,24,-6>, <-6,4,-2>, <-6,20,-2>, <-6,24,6>, <-6,16,6>, <-6,16,10>, <-6,4,10>, <-6,4,-2>, <-6,16,6>, <-10,20,-10>, <-10,20,-6>, <-10,24,10>, <-10,24,-10>, <-10,0,-6>, <-10,0,10>, <-10,24,10>, <-10,20,-6> } face_indices { 60, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119> } } } #end #declare LDX_4857_dot_DAT = #if (LDXQual = 0) box { <-40,-4,-40>,<40,24,40> } #else union { // Slope Brick 45 4 x 4 Double with Hinge // Name: 4857.dat // Author: James Jessiman // !LDRAW_ORG Part ORIGINAL // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_rect_dot_dat matrix <2,0,0,0,1,0,0,0,6,38,24,26> } object { LDX_rect_dot_dat matrix <2,0,0,0,1,0,0,0,6,-38,24,26> } #if (LDXStuds) object { LDX_STUD3A_dot_DAT matrix <1,0,0,0,-1,0,0,0,1,20,20,-30> } object { LDX_STUD3A_dot_DAT matrix <1,0,0,0,-1,0,0,0,1,0,20,-30> } object { LDX_STUD3A_dot_DAT matrix <1,0,0,0,-1,0,0,0,1,-20,20,-30> } #end // LDXStuds object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,10,0,0,-4,4,20,14,-30> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,10,0,0,-4,4,0,14,-30> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,10,0,0,-4,4,-20,14,-30> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,6,0,0,4,-4,20,14,-30> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,6,0,0,4,-4,0,14,-30> } object { LDX_2_dash_4cyli_dot_dat matrix <4,0,0,0,6,0,0,4,-4,-20,14,-30> } #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,20,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,4,0> } #end // LDXStuds object { LDX_rect_dot_dat matrix <2,0,0,0,1,0,0,0,20,38,8,0> } object { LDX_rect_dot_dat matrix <2,0,0,0,1,0,0,0,20,-38,8,0> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,4,30,8,20> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,4,10,8,20> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,4,-10,8,20> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,4,-30,8,20> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,2,30,8,-18> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,2,10,8,-18> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,2,-10,8,-18> } object { LDX_rect_dot_dat matrix <1,0,0,0,1,0,0,0,2,-30,8,-18> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,36,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,32,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,26,20,36> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,22,20,36> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,18,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,14,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,6,20,36> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,2,20,36> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,-2,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,-6,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,-14,20,36> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,-18,20,36> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,-22,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,-26,20,36> } object { LDX_1_dash_4disc_dot_dat matrix <0,0,-4,1,0,0,0,4,0,-32,20,36> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,1,0,0,0,4,0,-36,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-4,-4,0,0,0,-4,0,40,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,-4,36,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,-4,26,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,-4,18,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,-4,6,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,4,0,0,0,0,-4,-6,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,4,0,0,0,0,-4,-18,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,4,0,0,0,0,-4,-26,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,4,0,4,0,0,0,0,-4,-36,20,36> } object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-4,4,0,0,0,-4,0,-40,20,36> } object { LDX_1_dash_4cyli_dot_dat matrix <0,4,0,-14,0,0,0,0,4,36,20,36> } object { LDX_1_dash_4cyli_dot_dat matrix <0,4,0,-16,0,0,0,0,4,18,20,36> } object { LDX_1_dash_4cyli_dot_dat matrix <0,4,0,16,0,0,0,0,4,-18,20,36> } object { LDX_1_dash_4cyli_dot_dat matrix <0,4,0,14,0,0,0,0,4,-36,20,36> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,-10> } #end // LDXStuds mesh2 { vertex_vectors { 419, <40,24,-20>, <36,24,-24>, <-36,24,-24>, <-40,24,-20>, <-40,24,-20>, <-36,24,-24>, <-36,24,-36>, <-40,24,-40>, <-40,24,-40>, <-36,24,-36>, <36,24,-36>, <40,24,-40>, <40,24,-40>, <36,24,-36>, <36,24,-24>, <40,24,-20>, <36,4,20>, <36,4,-20>, <-36,4,-20>, <-36,4,20>, <40,0,20>, <40,0,-20>, <-40,0,-20>, <-40,0,20>, <32,24,36>, <32,20,36>, <26,20,36>, <26,24,36>, <14,24,36>, <14,20,36>, <6,20,36>, <6,24,36>, <-14,24,36>, <-14,20,36>, <-6,20,36>, <-6,24,36>, <-32,24,36>, <-32,20,36>, <-26,20,36>, <-26,24,36>, <40,24,32>, <40,20,32>, <36,20,32>, <36,24,32>, <-40,24,32>, <-40,20,32>, <-36,20,32>, <-36,24,32>, <36,14.34,30.34>, <36,20,30.34>, <32,20,30.34>, <32,14.34,30.34>, <26,14.34,30.34>, <26,20,30.34>, <14,20,30.34>, <14,14.34,30.34>, <6,14.34,30.34>, <6,20,30.34>, <-6,20,30.34>, <-6,14.34,30.34>, <-14,14.34,30.34>, <-14,20,30.34>, <-26,20,30.34>, <-26,14.34,30.34>, <-32,14.34,30.34>, <-32,20,30.34>, <-36,20,30.34>, <-36,14.34,30.34>, <40,24,20>, <40,8,20>, <36,8,20>, <36,24,20>, <-40,24,20>, <-40,8,20>, <-36,8,20>, <-36,24,20>, <31,8,16>, <31,4,16>, <29,4,16>, <29,8,16>, <11,8,16>, <11,4,16>, <9,4,16>, <9,8,16>, <-9,8,16>, <-9,4,16>, <-11,4,16>, <-11,8,16>, <-29,8,16>, <-29,4,16>, <-31,4,16>, <-31,8,16>, <31,8,-16>, <31,4,-16>, <29,4,-16>, <29,8,-16>, <11,8,-16>, <11,4,-16>, <9,4,-16>, <9,8,-16>, <-9,8,-16>, <-9,4,-16>, <-11,4,-16>, <-11,8,-16>, <-29,8,-16>, <-29,4,-16>, <-31,4,-16>, <-31,8,-16>, <40,24,-20>, <40,8,-20>, <-40,8,-20>, <-40,24,-20>, <36,8,-20>, <36,4,-20>, <-36,4,-20>, <36,24,-24>, <36,8,-24>, <-36,8,-24>, <-36,24,-24>, <36,24,-36>, <36,20,-36>, <-36,20,-36>, <-36,24,-36>, <40,24,-40>, <40,20,-40>, <-40,20,-40>, <-40,24,-40>, <40,0,-20>, <40,24,-20>, <40,24,-40>, <40,20,-40>, <40,0,20>, <40,8,20>, <40,8,-20>, <40,0,-20>, <40,0,20>, <40,8,20>, <40,17.17,33.169998>, <40,15.17,35.169998>, <40,8,20>, <40,24,20>, <40,24,32>, <40,20,32>, <40,8,20>, <40,20,32>, <40,18.469999,32.299999>, <40,8,20>, <40,18.469999,32.299999>, <40,17.17,33.169998>, <36,8,-24>, <36,24,-24>, <36,24,-36>, <36,20,-36>, <36,4,20>, <36,8,20>, <36,8,-20>, <36,4,-20>, <36,4,20>, <36,24,20>, <36,24,32>, <36,16,32>, <36,20,40>, <36,15.17,35.169998>, <36,20,30.34>, <36,22.83,33.169998>, <32,20,36>, <32,14.34,30.34>, <32,20,30.34>, <32,22.83,33.169998>, <31,8,24>, <31,4,20>, <31,4,16>, <31,8,16>, <31,8,-20>, <31,4,-20>, <31,4,-16>, <31,8,-16>, <29,8,24>, <29,4,20>, <29,4,16>, <29,8,16>, <29,8,-20>, <29,4,-20>, <29,4,-16>, <29,8,-16>, <26,20,36>, <26,14.34,30.34>, <26,20,30.34>, <26,22.83,33.169998>, <22,20,40>, <22,15.17,35.169998>, <22,20,30.34>, <22,22.83,33.169998>, <18,20,40>, <18,15.17,35.169998>, <18,20,30.34>, <18,22.83,33.169998>, <14,20,36>, <14,14.34,30.34>, <14,20,30.34>, <14,22.83,33.169998>, <11,8,24>, <11,4,20>, <11,4,16>, <11,8,16>, <11,8,-20>, <11,4,-20>, <11,4,-16>, <11,8,-16>, <9,8,24>, <9,4,20>, <9,4,16>, <9,8,16>, <9,8,-20>, <9,4,-20>, <9,4,-16>, <9,8,-16>, <6,20,36>, <6,14.34,30.34>, <6,20,30.34>, <6,22.83,33.169998>, <2,20,40>, <2,15.17,35.169998>, <2,20,30.34>, <2,22.83,33.169998>, <-2,20,40>, <-2,15.17,35.169998>, <-2,20,30.34>, <-2,22.83,33.169998>, <-6,20,36>, <-6,14.34,30.34>, <-6,20,30.34>, <-6,22.83,33.169998>, <-9,8,24>, <-9,4,20>, <-9,4,16>, <-9,8,16>, <-9,8,-20>, <-9,4,-20>, <-9,4,-16>, <-9,8,-16>, <-11,8,24>, <-11,4,20>, <-11,4,16>, <-11,8,16>, <-11,8,-20>, <-11,4,-20>, <-11,4,-16>, <-11,8,-16>, <-14,20,36>, <-14,14.34,30.34>, <-14,20,30.34>, <-14,22.83,33.169998>, <-18,20,40>, <-18,15.17,35.169998>, <-18,20,30.34>, <-18,22.83,33.169998>, <-22,20,40>, <-22,15.17,35.169998>, <-22,20,30.34>, <-22,22.83,33.169998>, <-26,20,36>, <-26,14.34,30.34>, <-26,20,30.34>, <-26,22.83,33.169998>, <-29,8,24>, <-29,4,20>, <-29,4,16>, <-29,8,16>, <-29,8,-20>, <-29,4,-20>, <-29,4,-16>, <-29,8,-16>, <-31,8,24>, <-31,4,20>, <-31,4,16>, <-31,8,16>, <-31,8,-20>, <-31,4,-20>, <-31,4,-16>, <-31,8,-16>, <-32,20,36>, <-32,14.34,30.34>, <-32,20,30.34>, <-32,22.83,33.169998>, <-36,4,20>, <-36,8,20>, <-36,8,-20>, <-36,4,-20>, <-36,4,20>, <-36,24,20>, <-36,24,32>, <-36,16,32>, <-36,20,40>, <-36,15.17,35.169998>, <-36,20,30.34>, <-36,22.83,33.169998>, <-40,0,-20>, <-40,24,-20>, <-40,24,-40>, <-40,20,-40>, <-40,0,20>, <-40,8,20>, <-40,8,-20>, <-40,0,-20>, <-40,0,20>, <-40,8,20>, <-40,17.17,33.169998>, <-40,15.17,35.169998>, <-40,8,20>, <-40,24,20>, <-40,24,32>, <-40,20,32>, <-40,8,20>, <-40,20,32>, <-40,18.469999,32.299999>, <-40,8,20>, <-40,18.469999,32.299999>, <-40,17.17,33.169998>, <40,15.17,35.169998>, <40,17.17,33.169998>, <36,17.17,33.169998>, <36,15.17,35.169998>, <22,15.17,35.169998>, <22,20,30.34>, <18,20,30.34>, <18,15.17,35.169998>, <2,15.17,35.169998>, <2,20,30.34>, <-2,20,30.34>, <-2,15.17,35.169998>, <-18,15.17,35.169998>, <-18,20,30.34>, <-22,20,30.34>, <-22,15.17,35.169998>, <-36,15.17,35.169998>, <-36,17.17,33.169998>, <-40,17.17,33.169998>, <-40,15.17,35.169998>, <36,20,-36>, <36,8,-24>, <-36,8,-24>, <-36,20,-36>, <40,20,-40>, <40,0,-20>, <-40,0,-20>, <-40,20,-40>, <36,22.83,33.169998>, <36,20,30.34>, <32,20,30.34>, <32,22.83,33.169998>, <26,22.83,33.169998>, <26,20,30.34>, <22,20,30.34>, <22,22.83,33.169998>, <18,22.83,33.169998>, <18,20,30.34>, <14,20,30.34>, <14,22.83,33.169998>, <6,22.83,33.169998>, <6,20,30.34>, <2,20,30.34>, <2,22.83,33.169998>, <-6,22.83,33.169998>, <-6,20,30.34>, <-2,20,30.34>, <-2,22.83,33.169998>, <-18,22.83,33.169998>, <-18,20,30.34>, <-14,20,30.34>, <-14,22.83,33.169998>, <-26,22.83,33.169998>, <-26,20,30.34>, <-22,20,30.34>, <-22,22.83,33.169998>, <-36,22.83,33.169998>, <-36,20,30.34>, <-32,20,30.34>, <-32,22.83,33.169998>, <32,14.34,30.34>, <32,20,36>, <26,20,36>, <26,14.34,30.34>, <14,14.34,30.34>, <14,20,36>, <6,20,36>, <6,14.34,30.34>, <-14,14.34,30.34>, <-14,20,36>, <-6,20,36>, <-6,14.34,30.34>, <-32,14.34,30.34>, <-32,20,36>, <-26,20,36>, <-26,14.34,30.34>, <36,4,20>, <36,14.34,30.34>, <-36,14.34,30.34>, <-36,4,20>, <36,15.57,35.169998>, <36,20,40>, <22,20,40>, <22,15.57,35.169998>, <18,15.57,35.169998>, <18,20,40>, <2,20,40>, <2,15.57,35.169998>, <-18,15.57,35.169998>, <-18,20,40>, <-2,20,40>, <-2,15.57,35.169998>, <-36,15.57,35.169998>, <-36,20,40>, <-22,20,40>, <-22,15.57,35.169998>, <40,0,20>, <40,15.57,35.169998>, <-40,15.57,35.169998>, <-40,0,20> } face_indices { 207, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <115, 116, 117>, <115, 117, 118>, <119, 120, 121>, <119, 121, 122>, <123, 124, 125>, <123, 125, 126>, <127, 128, 129>, <127, 129, 130>, <131, 132, 133>, <131, 133, 134>, <135, 136, 137>, <135, 137, 138>, <139, 140, 141>, <139, 141, 142>, <143, 144, 145>, <146, 147, 148>, <149, 150, 151>, <149, 151, 152>, <153, 154, 155>, <153, 155, 156>, <157, 158, 159>, <157, 159, 160>, <161, 162, 163>, <161, 163, 164>, <165, 166, 167>, <165, 167, 168>, <169, 170, 171>, <169, 171, 172>, <173, 174, 175>, <173, 175, 176>, <177, 178, 179>, <177, 179, 180>, <181, 182, 183>, <181, 183, 184>, <185, 186, 187>, <185, 187, 188>, <189, 190, 191>, <189, 191, 192>, <193, 194, 195>, <193, 195, 196>, <197, 198, 199>, <197, 199, 200>, <201, 202, 203>, <201, 203, 204>, <205, 206, 207>, <205, 207, 208>, <209, 210, 211>, <209, 211, 212>, <213, 214, 215>, <213, 215, 216>, <217, 218, 219>, <217, 219, 220>, <221, 222, 223>, <221, 223, 224>, <225, 226, 227>, <225, 227, 228>, <229, 230, 231>, <229, 231, 232>, <233, 234, 235>, <233, 235, 236>, <237, 238, 239>, <237, 239, 240>, <241, 242, 243>, <241, 243, 244>, <245, 246, 247>, <245, 247, 248>, <249, 250, 251>, <249, 251, 252>, <253, 254, 255>, <253, 255, 256>, <257, 258, 259>, <257, 259, 260>, <261, 262, 263>, <261, 263, 264>, <265, 266, 267>, <265, 267, 268>, <269, 270, 271>, <269, 271, 272>, <273, 274, 275>, <273, 275, 276>, <277, 278, 279>, <277, 279, 280>, <281, 282, 283>, <281, 283, 284>, <285, 286, 287>, <285, 287, 288>, <289, 290, 291>, <289, 291, 292>, <293, 294, 295>, <293, 295, 296>, <297, 298, 299>, <297, 299, 300>, <301, 302, 303>, <301, 303, 304>, <305, 306, 307>, <305, 307, 308>, <309, 310, 311>, <309, 311, 312>, <313, 314, 315>, <316, 317, 318>, <319, 320, 321>, <319, 321, 322>, <323, 324, 325>, <323, 325, 326>, <327, 328, 329>, <327, 329, 330>, <331, 332, 333>, <331, 333, 334>, <335, 336, 337>, <335, 337, 338>, <339, 340, 341>, <339, 341, 342>, <343, 344, 345>, <343, 345, 346>, <347, 348, 349>, <347, 349, 350>, <351, 352, 353>, <351, 353, 354>, <355, 356, 357>, <355, 357, 358>, <359, 360, 361>, <359, 361, 362>, <363, 364, 365>, <363, 365, 366>, <367, 368, 369>, <367, 369, 370>, <371, 372, 373>, <371, 373, 374>, <375, 376, 377>, <375, 377, 378>, <379, 380, 381>, <379, 381, 382>, <383, 384, 385>, <383, 385, 386>, <387, 388, 389>, <387, 389, 390>, <391, 392, 393>, <391, 393, 394>, <395, 396, 397>, <395, 397, 398>, <399, 400, 401>, <399, 401, 402>, <403, 404, 405>, <403, 405, 406>, <407, 408, 409>, <407, 409, 410>, <411, 412, 413>, <411, 413, 414>, <415, 416, 417>, <415, 417, 418> } } } #end #declare LDX_s_slash_3069bs01_dot_dat = union { // ~Tile 1 x 2 with Groove without Top Face // Name: s\3069bs01.dat // Author: Santeri Piippo [arezey] // !LDRAW_ORG Subpart UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 object { LDX_box4_dot_dat matrix <20,0,0,0,7,0,0,0,10,0,0,0> } object { LDX_box4_dot_dat matrix <19,0,0,0,1,0,0,0,9,0,7,0> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } // // mesh2 { vertex_vectors { 32, <-19,8,9>, <-16,8,6>, <-16,8,-6>, <-19,8,-9>, <19,8,-9>, <16,8,-6>, <16,8,6>, <19,8,9>, <19,8,9>, <16,8,6>, <-16,8,6>, <-19,8,9>, <-19,8,-9>, <-16,8,-6>, <16,8,-6>, <19,8,-9>, <-20,7,10>, <-19,7,9>, <-19,7,-9>, <-20,7,-10>, <20,7,-10>, <19,7,-9>, <19,7,9>, <20,7,10>, <20,7,10>, <19,7,9>, <-19,7,9>, <-20,7,10>, <-20,7,-10>, <-19,7,-9>, <19,7,-9>, <20,7,-10> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_3069B_dot_DAT = #if (LDXQual = 0) box { <-20,0,-10>,<20,8,10> } #else union { // Tile 1 x 2 with Groove // Name: 3069b.dat // Author: Santeri Piippo [arezey] // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 object { LDX_s_slash_3069bs01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } // // mesh2 { vertex_vectors { 4, <20,0,-10>, <20,0,10>, <-20,0,10>, <-20,0,-10> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #end #declare LDX_stug3_dash_1x3_dot_dat = union { // Stud Tube Solid Group 1 x 3 // Name: stug3-1x3.dat // Author: Steffen [Steffen] // !LDRAW_ORG Primitive UPDATE 2012-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2012-08-09 [PTadmin] Official Update 2012-02 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,1,0,0,0,1,-20,0,0> } object { LDX_stud3_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_stud3_dot_dat matrix <1,0,0,0,1,0,0,0,1,20,0,0> } #end // LDXStuds } #declare LDX_4625_dot_DAT = #if (LDXQual = 0) box { <-40,-8,-10>,<40,8,10> } #else union { // Hinge Tile 1 x 4 // Name: 4625.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2013-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2007-07-08 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC compliant (2005-10-12) // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // !HISTORY 2013-03-05 [MMR1988] used more prims, added bumps, removed t-junctions // !HISTORY 2013-07-21 [PTadmin] Official Update 2013-01 #if (LDXStuds) object { LDX_stug3_dash_1x3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <36,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_rect2p_dot_dat matrix <0,4,0,0,0,1,-40,0,0,0,4,-10> } object { LDX_rect2a_dot_dat matrix <-7,0,0,0,1,0,0,0,4,-29,0,6> } object { LDX_rect1_dot_dat matrix <0,0,4,0,1,0,-8,0,0,-10,0,6> } object { LDX_rect1_dot_dat matrix <0,0,4,0,1,0,-8,0,0,10,0,6> } object { LDX_rect2a_dot_dat matrix <7,0,0,0,1,0,0,0,4,29,0,6> } object { LDX_rect3_dot_dat matrix <-2,0,0,0,0,1,0,2,0,-38,-2,2> } object { LDX_box4o8a_dot_dat matrix <0,0,-4,0,-4,0,-2,0,0,-20,0,6> } object { LDX_box4o8a_dot_dat matrix <0,0,-4,0,-4,0,-2,0,0,0,0,6> } object { LDX_box4o8a_dot_dat matrix <0,0,-4,0,-4,0,-2,0,0,20,0,6> } object { LDX_rect3_dot_dat matrix <-2,0,0,0,0,1,0,2,0,38,-2,2> } object { LDX_bump5000_dot_dat matrix <0,-3.5,0,-1.5,0,0,0,0,-3.5,-36,-4,6> } object { LDX_4_dash_4ring7_dot_dat matrix <0,0,-0.5,-1,0,0,0,-0.5,0,-36,-4,6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-4,-1,0,0,0,4,0,-36,-4,6> } object { LDX_bump5000_dot_dat matrix <0,-3.5,0,1.5,0,0,0,0,-3.5,36,-4,6> } object { LDX_4_dash_4ring7_dot_dat matrix <0,0,-0.5,1,0,0,0,-0.5,0,36,-4,6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-4,1,0,0,0,4,0,36,-4,6> } object { LDX_2_dash_4cylc_dot_dat matrix <0,0,4,-4,0,0,0,-4,0,40,-4,6> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,-1,0,0,0,-4,0,22,-4,6> } object { LDX_2_dash_4cylc_dot_dat matrix <0,0,4,4,0,0,0,-4,0,18,-4,6> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,-1,0,0,0,-4,0,2,-4,6> } object { LDX_2_dash_4cylc_dot_dat matrix <0,0,4,4,0,0,0,-4,0,-2,-4,6> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,4,-1,0,0,0,-4,0,-18,-4,6> } object { LDX_2_dash_4cylc_dot_dat matrix <0,0,4,4,0,0,0,-4,0,-22,-4,6> } object { LDX_2_dash_4cylc_dot_dat matrix <0,0,4,4,0,0,0,-4,0,-40,-4,6> } mesh2 { vertex_vectors { 90, <40,8,10>, <36,8,6>, <-36,8,6>, <-40,8,10>, <-40,8,10>, <-36,8,6>, <-36,8,-6>, <-40,8,-10>, <-40,8,-10>, <-36,8,-6>, <36,8,-6>, <40,8,-10>, <40,8,-10>, <36,8,-6>, <36,8,6>, <40,8,10>, <40,0,-10>, <40,8,-10>, <40,8,10>, <40,0,2>, <40,8,10>, <40,-4,10>, <40,-4,2>, <40,0,2>, <-40,0,2>, <-40,8,10>, <-40,8,-10>, <-40,0,-10>, <-40,0,2>, <-40,-4,2>, <-40,-4,10>, <-40,8,10>, <40,-4,10>, <40,8,10>, <36,0,10>, <36,-4,10>, <36,0,10>, <40,8,10>, <22,0,10>, <22,0,10>, <40,8,10>, <18,0,10>, <18,0,10>, <40,8,10>, <2,0,10>, <40,8,10>, <-40,8,10>, <-2,0,10>, <2,0,10>, <-2,0,10>, <-40,8,10>, <-18,0,10>, <-18,0,10>, <-40,8,10>, <-22,0,10>, <-22,0,10>, <-40,8,10>, <-36,0,10>, <-36,-4,10>, <-36,0,10>, <-40,8,10>, <-40,-4,10>, <-40,0,2>, <-40,0,-10>, <-36,0,2>, <-36,0,2>, <-40,0,-10>, <-22,0,2>, <-22,0,2>, <-40,0,-10>, <-18,0,2>, <-18,0,2>, <-40,0,-10>, <-2,0,2>, <-40,0,-10>, <40,0,-10>, <2,0,2>, <-2,0,2>, <2,0,2>, <40,0,-10>, <18,0,2>, <18,0,2>, <40,0,-10>, <22,0,2>, <22,0,2>, <40,0,-10>, <36,0,2>, <36,0,2>, <40,0,-10>, <40,0,2> } face_indices { 38, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <39, 40, 41>, <42, 43, 44>, <45, 46, 47>, <45, 47, 48>, <49, 50, 51>, <52, 53, 54>, <55, 56, 57>, <58, 59, 60>, <58, 60, 61>, <62, 63, 64>, <65, 66, 67>, <68, 69, 70>, <71, 72, 73>, <74, 75, 76>, <74, 76, 77>, <78, 79, 80>, <81, 82, 83>, <84, 85, 86>, <87, 88, 89> } } } #end #declare LDX_7_dash_16disc_dot_dat = union { // Disc 0.4375 // Name: 7-16disc.dat // Author: Guy Vivan [guyvivan] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // end of file mesh2 { vertex_vectors { 21, <0,0,0>, <1,0,0>, <0.9239,0,0.3827>, <0,0,0>, <0.9239,0,0.3827>, <0.7071,0,0.7071>, <0,0,0>, <0.7071,0,0.7071>, <0.3827,0,0.9239>, <0,0,0>, <0.3827,0,0.9239>, <0,0,1>, <0,0,0>, <0,0,1>, <-0.3827,0,0.9239>, <0,0,0>, <-0.3827,0,0.9239>, <-0.7071,0,0.7071>, <0,0,0>, <-0.7071,0,0.7071>, <-0.9239,0,0.3827> } face_indices { 7, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <9, 10, 11>, <12, 13, 14>, <15, 16, 17>, <18, 19, 20> } } } #declare LDX_7_dash_16cyli_dot_dat = union { // Cylinder 0.4375 // Name: 7-16cyli.dat // Author: Guy Vivan [guyvivan] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // conditional lines // end of file mesh2 { vertex_vectors { 28, <0.9239,0,0.3827>, <1,0,0>, <1,1,0>, <0.9239,1,0.3827>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.9239,1,0.3827>, <0.7071,1,0.7071>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.7071,1,0.7071>, <0.3827,1,0.9239>, <0,0,1>, <0.3827,0,0.9239>, <0.3827,1,0.9239>, <0,1,1>, <-0.3827,0,0.9239>, <0,0,1>, <0,1,1>, <-0.3827,1,0.9239>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.3827,1,0.9239>, <-0.7071,1,0.7071>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.7071,1,0.7071>, <-0.9239,1,0.3827> } face_indices { 14, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27> } } } #declare LDX_2432_dot_DAT = #if (LDXQual = 0) box { <-20,0,-10>,<20,32,10.000101> } #else union { // Tile 1 x 2 with Handle // Name: 2432.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2007-05-08 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [OrionP] Fixed slope, primitive subs (2003-08-21) // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,28,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,32,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,0,4,-32,0,0,0,4,0,16,4,6> } object { LDX_rect_dot_dat matrix <16,0,0,0,1,0,0,0,10,0,24,0> } object { LDX_rect_dot_dat matrix <20,0,0,0,0,1,0,4,0,0,28,-10> } object { LDX_rect3_dot_dat matrix <20,0,0,0,0,-1,0,4,0,0,28,10> } object { LDX_rect2p_dot_dat matrix <0,10,0,0,0,-1,-2,0,0,18,14,10> } object { LDX_rect2p_dot_dat matrix <0,10,0,0,0,-1,-2,0,0,-18,14,10> } object { LDX_7_dash_16disc_dot_dat matrix <0,0,4,-1,0,0,0,-4,0,20,4,6> } object { LDX_7_dash_16disc_dot_dat matrix <0,0,4,1,0,0,0,-4,0,-20,4,6> } object { LDX_7_dash_16cyli_dot_dat matrix <0,0,4,-4,0,0,0,-4,0,-16,4,6> } object { LDX_7_dash_16cyli_dot_dat matrix <0,0,4,-4,0,0,0,-4,0,20,4,6> } mesh2 { vertex_vectors { 48, <20,32,10>, <16,32,6>, <-16,32,6>, <-20,32,10>, <-20,32,10>, <-16,32,6>, <-16,32,-6>, <-20,32,-10>, <-20,32,-10>, <-16,32,-6>, <16,32,-6>, <20,32,-10>, <20,32,-10>, <16,32,-6>, <16,32,6>, <20,32,10>, <20,32,10>, <20,24,10>, <20,24,-10>, <20,32,-10>, <-20,32,10>, <-20,32,-10>, <-20,24,-10>, <-20,24,10>, <20,24,10>, <20,4,10>, <20,2.4692,2.3044>, <20,24,-10>, <-16,2.4692,2.3044>, <-20,2.4692,2.3044>, <-20,24,-10>, <-16,24,-10>, <20,2.4692,2.3044>, <16,2.4692,2.3044>, <16,24,-10>, <20,24,-10>, <-20,24,10>, <-20,24,-10>, <-20,2.4692,2.3044>, <-20,4,10>, <16,24,10>, <16,24,-10>, <16,2.4692,2.3044>, <16,4,10>, <-16,24,10>, <-16,4,10>, <-16,2.4692,2.3044>, <-16,24,-10> } face_indices { 24, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47> } } } #end #declare LDX_3004_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<20,24,10> } #else union { // Brick 1 x 2 // Name: 3004.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2002-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01 // !HISTORY 2002-05-07 [unknown] BFC Certification // !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03 // !HISTORY 2007-05-07 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-5,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-20,0,0,0,6,0,24,0> } object { LDX_box5_dot_dat matrix <20,0,0,0,-24,0,0,0,10,0,24,0> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 16, <20,24,10>, <16,24,6>, <-16,24,6>, <-20,24,10>, <-20,24,10>, <-16,24,6>, <-16,24,-6>, <-20,24,-10>, <-20,24,-10>, <-16,24,-6>, <16,24,-6>, <20,24,-10>, <20,24,-10>, <16,24,-6>, <16,24,6>, <20,24,10> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_314e_dot_dat = #if (LDXQual = 0) box { <-20,-14,-90>,<20,8,8> } #else union { // Hinge Plate 2 x 5 Top with Large Hole // Name: 314e.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-05-17 [PTadmin] Official Update 1999-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [guyvivan] Made BFC Compliant (2004-11-16) // !HISTORY 2008-07-08 [guyvivan] Fixed bad orientation of studs and quads size near hinge (2005-11-01) // !HISTORY 2008-07-09 [PTadmin] Renamed from 314 (2005-12-22) // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,-6,-30> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,-6,-50> } object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,-6,-70> } #end // LDXStuds object { LDX_4_dash_4ring3_dot_dat matrix <0,2,0,-1,0,0,0,0,2,10,0,0> } object { LDX_4_dash_4ring3_dot_dat matrix <0,2,0,1,0,0,0,0,2,-10,0,0> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,0,-6,-30> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,1,0,0,0,4,0,-10,-30> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,0,-10,-30> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-8,0,-1,0,0,0,0,-8,7.5,0,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-8,0,1,0,0,0,0,-8,4.5,0,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-8,0,-1,0,0,0,0,-8,-4.5,0,0> } object { LDX_1_dash_4ndis_dot_dat matrix <0,-8,0,1,0,0,0,0,-8,-7.5,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,6,0,-20,0,0,0,0,6,10,0,0> } object { LDX_3_dash_4cyli_dot_dat matrix <0,-8,0,-20,0,0,0,0,8,10,0,0> } object { LDX_1_dash_4cyli_dot_dat matrix <0,-8,0,-9,0,0,0,0,-8,4.5,0,0> } object { LDX_1_dash_4cyli_dot_dat matrix <0,-8,0,-2.5,0,0,0,0,-8,10,0,0> } object { LDX_1_dash_4cyli_dot_dat matrix <0,-8,0,2.5,0,0,0,0,-8,-10,0,0> } // BFC INVERTNEXT object { LDX_box3u2p_dot_dat matrix <0,2,0,0,0,-72,-16,0,0,0,-4,-14> } object { LDX_rect_dot_dat matrix <20,0,0,0,0,1,0,-4,0,0,-6,-90> } #if (LDXStuds) object { LDX_stug2_dot_dat matrix <0,0,1,0,1,0,-1,0,0,0,-10,-70> } object { LDX_stug2_dot_dat matrix <0,0,1,0,1,0,-1,0,0,0,-10,-30> } #end // LDXStuds mesh2 { vertex_vectors { 230, <10,-4,-6.75>, <10,-4,-7.5>, <10,-2,-8>, <10,0,-8>, <-10,0,-8>, <-10,-2,-8>, <-10,-4,-7.5>, <-10,-4,-6.75>, <16,-2,-8>, <16,-4,-7.5>, <20,-4,-7.5>, <20,-2,-8>, <10,-2,-8>, <10,-4,-7.5>, <16,-4,-7.5>, <16,-2,-8>, <16,-5.5,-6.4>, <16,-10,-6.4>, <20,-10,-6.4>, <20,-5.5,-6.4>, <16,-10,-6.4>, <16,-10,-10>, <20,-10,-10>, <20,-10,-6.4>, <-20,-2,-8>, <-20,-4,-7.5>, <-16,-4,-7.5>, <-16,-2,-8>, <-16,-2,-8>, <-16,-4,-7.5>, <-10,-4,-7.5>, <-10,-2,-8>, <-20,-4,-7.5>, <-20,-5.5,-6.4>, <-16,-5.5,-6.4>, <-16,-4,-7.5>, <16,-4,-7.5>, <16,-5.5,-6.4>, <20,-5.5,-6.4>, <20,-4,-7.5>, <-20,-5.5,-6.4>, <-20,-10,-6.4>, <-16,-10,-6.4>, <-16,-5.5,-6.4>, <-20,-10,-6.4>, <-20,-10,-10>, <-16,-10,-10>, <-16,-10,-6.4>, <20,-4,-7.5>, <20,-5.5,-6.4>, <20,-10,-6.4>, <20,-10,-10>, <20,-2,-10>, <20,-2,-8>, <20,-4,-7.5>, <20,-10,-10>, <-16,-10,-6.4>, <-16,-10,-10>, <-16,-4,-7.5>, <-16,-5.5,-6.4>, <16,-5.5,-6.4>, <16,-4,-7.5>, <16,-10,-10>, <16,-10,-6.4>, <-16,-4,-10>, <-16,-4,-7.5>, <-16,-10,-10>, <16,-10,-10>, <16,-4,-7.5>, <16,-4,-10>, <-20,-10,-10>, <-20,-10,-6.4>, <-20,-5.5,-6.4>, <-20,-4,-7.5>, <-20,-2,-8>, <-20,-2,-10>, <-20,-10,-10>, <-20,-4,-7.5>, <7.5,-4,-10>, <7.5,-4,-8>, <7.5,-8,-8>, <7.5,-10,-10>, <7.5,-10,-10>, <7.5,-8,-8>, <7.5,-8,0>, <4.5,-10,-10>, <4.5,-8,-8>, <4.5,-4,-8>, <4.5,-4,-10>, <4.5,-10,-10>, <4.5,-8,0>, <4.5,-8,-8>, <-4.5,-4,-10>, <-4.5,-4,-8>, <-4.5,-8,-8>, <-4.5,-10,-10>, <-4.5,-10,-10>, <-4.5,-8,-8>, <-4.5,-8,0>, <-7.5,-10,-10>, <-7.5,-8,-8>, <-7.5,-4,-8>, <-7.5,-4,-10>, <-7.5,-10,-10>, <-7.5,-8,0>, <-7.5,-8,-8>, <10,0,-8>, <10,-2,-8>, <-10,-2,-8>, <-10,0,-8>, <4.5,-4,-10>, <4.5,-4,-6.75>, <-4.5,-4,-6.75>, <-4.5,-4,-10>, <-7.5,-4,-10>, <-7.5,-4,-6.75>, <-10,-4,-6.75>, <-10,-4,-7.5>, <10,-4,-7.5>, <10,-4,-6.75>, <7.5,-4,-6.75>, <7.5,-4,-10>, <10,-4,-7.5>, <7.5,-4,-10>, <16,-4,-10>, <16,-4,-7.5>, <-16,-4,-7.5>, <-16,-4,-10>, <-7.5,-4,-10>, <-10,-4,-7.5>, <20,-2,-8>, <16,-2,-14>, <-16,-2,-14>, <-20,-2,-8>, <-20,-2,-90>, <-16,-2,-86>, <16,-2,-86>, <20,-2,-90>, <20,-2,-90>, <16,-2,-86>, <16,-2,-14>, <20,-2,-8>, <-20,-2,-8>, <-16,-2,-14>, <-16,-2,-86>, <-20,-2,-90>, <-4,-2.5,-14>, <-4,-6,-14>, <-16,-6,-14>, <-16,-2,-14>, <16,-2,-14>, <16,-6,-14>, <4,-6,-14>, <4,-2.5,-14>, <16,-2,-14>, <4,-2.5,-14>, <-4,-2.5,-14>, <-16,-2,-14>, <-16,-6,-86>, <-4,-6,-34>, <4,-6,-34>, <16,-6,-86>, <-4,-6,-26>, <-4,-6,-24>, <4,-6,-24>, <4,-6,-26>, <16,-6,-86>, <4,-6,-34>, <4,-6,-14>, <16,-6,-14>, <-16,-6,-14>, <-4,-6,-14>, <-4,-6,-34>, <-16,-6,-86>, <16,-10,-10>, <16,-4,-10>, <7.5,-4,-10>, <7.5,-10,-10>, <4.5,-10,-10>, <4.5,-4,-10>, <-4.5,-4,-10>, <-4.5,-10,-10>, <-7.5,-10,-10>, <-7.5,-4,-10>, <-16,-4,-10>, <-16,-10,-10>, <20,-2,-10>, <20,-10,-10>, <20,-10,-90>, <20,-2,-90>, <-20,-10,-10>, <-20,-2,-10>, <-20,-2,-90>, <-20,-10,-90>, <4.5,-8,0>, <4.5,-10,-10>, <7.5,-10,-10>, <7.5,-8,0>, <-7.5,-8,0>, <-7.5,-10,-10>, <-4.5,-10,-10>, <-4.5,-8,0>, <-20,-10,-10>, <-4,-10,-26>, <4,-10,-26>, <20,-10,-10>, <20,-10,-90>, <4,-10,-34>, <-4,-10,-34>, <-20,-10,-90>, <20,-10,-10>, <4,-10,-26>, <4,-10,-34>, <20,-10,-90>, <-20,-10,-90>, <-4,-10,-34>, <-4,-10,-26>, <-20,-10,-10>, <4,-2.5,-23.235001>, <-4,-2.5,-23.235001>, <-4,-2.5,-14>, <4,-2.5,-14>, <4,-6,-23.235001>, <4,-2.5,-23.235001>, <4,-2.5,-14>, <4,-6,-14>, <-4,-6,-14>, <-4,-2.5,-14>, <-4,-2.5,-23.235001>, <-4,-6,-23.235001> } face_indices { 112, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <67, 68, 69>, <70, 71, 72>, <70, 72, 73>, <74, 75, 76>, <74, 76, 77>, <78, 79, 80>, <78, 80, 81>, <82, 83, 84>, <85, 86, 87>, <85, 87, 88>, <89, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <99, 100, 101>, <99, 101, 102>, <103, 104, 105>, <106, 107, 108>, <106, 108, 109>, <110, 111, 112>, <110, 112, 113>, <114, 115, 116>, <114, 116, 117>, <118, 119, 120>, <118, 120, 121>, <122, 123, 124>, <122, 124, 125>, <126, 127, 128>, <126, 128, 129>, <130, 131, 132>, <130, 132, 133>, <134, 135, 136>, <134, 136, 137>, <138, 139, 140>, <138, 140, 141>, <142, 143, 144>, <142, 144, 145>, <146, 147, 148>, <146, 148, 149>, <150, 151, 152>, <150, 152, 153>, <154, 155, 156>, <154, 156, 157>, <158, 159, 160>, <158, 160, 161>, <162, 163, 164>, <162, 164, 165>, <166, 167, 168>, <166, 168, 169>, <170, 171, 172>, <170, 172, 173>, <174, 175, 176>, <174, 176, 177>, <178, 179, 180>, <178, 180, 181>, <182, 183, 184>, <182, 184, 185>, <186, 187, 188>, <186, 188, 189>, <190, 191, 192>, <190, 192, 193>, <194, 195, 196>, <194, 196, 197>, <198, 199, 200>, <198, 200, 201>, <202, 203, 204>, <202, 204, 205>, <206, 207, 208>, <206, 208, 209>, <210, 211, 212>, <210, 212, 213>, <214, 215, 216>, <214, 216, 217>, <218, 219, 220>, <218, 220, 221>, <222, 223, 224>, <222, 224, 225>, <226, 227, 228>, <226, 228, 229> } } } #end #declare LDX_314_dot_DAT = #if (LDXQual = 0) box { <-20,-14,-90>,<20,8,8> } #else union { // ~Moved to 314e // Name: 314.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2010-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-07-05 [PTadmin] Official Update 2010-02 object { LDX_314e_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_shell_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4854_dot_DAT LDXSeamMatrix(80, 28, 80, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3700_dot_DAT LDXSeamMatrix(40, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,30,-24,-30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3700_dot_DAT LDXSeamMatrix(40, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,30,-24,30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3005_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,0,-24,30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4070_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,-1,0,1,0,1,0,0,-20,-24,30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4070_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <0,0,-1,0,1,0,1,0,0,-20,-24,-30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3005_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,0,-24,-30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4857_dot_DAT LDXSeamMatrix(80, 28, 80, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,-56,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3069B_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,-10,-32,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3069B_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,30,-32,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4625_dot_DAT LDXSeamMatrix(80, 16, 20, 0, 0, 0) matrix <1,0,0,0,1,0,0,0,1,10,-32,30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2432_dot_DAT LDXSeamMatrix(40, 32, 20.000101, 0, 16, 0.000051) matrix <0,0,-1,0,1,0,1,0,0,-20,-88,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3004_dot_DAT LDXSeamMatrix(40, 28, 20, 0, 10, 0) matrix <0,0,-1,0,1,0,1,0,0,0,-80,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <0,0,1,0,1,0,-1,0,0,0,-104,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_314_dot_DAT LDXSeamMatrix(40, 22, 98, 0, -3, -41) matrix <0,0,1,0,1,0,-1,0,0,-40,34,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } } #declare LDX_s_slash_4345s01_dot_dat = union { // ~Container Box 2 x 2 x 2 without Front Face without Top Studs // Name: s\4345s01.dat // Author: Steffen [Steffen] // !LDRAW_ORG Subpart UPDATE 2004-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-09-05 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud4_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,44,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,16,0,48,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,4,0,4,0,0,0,0,-4,-16,44,-26> } object { LDX_2_dash_4disc_dot_dat matrix <0,4,0,-4,0,0,0,0,-4,-12,44,-26> } object { LDX_2_dash_4disc_dot_dat matrix <0,4,0,4,0,0,0,0,-4,12,44,-26> } object { LDX_2_dash_4disc_dot_dat matrix <0,4,0,-4,0,0,0,0,-4,16,44,-26> } object { LDX_2_dash_4cyli_dot_dat matrix <0,4,0,4,0,0,0,0,-4,-16,44,-26> } object { LDX_2_dash_4cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,-4,16,44,-26> } mesh2 { vertex_vectors { 120, <-20,48,20>, <-16,48,16>, <16,48,16>, <20,48,20>, <20,48,-20>, <16,48,-16>, <-16,48,-16>, <-20,48,-20>, <20,48,20>, <16,48,16>, <16,48,-16>, <20,48,-20>, <-20,48,-20>, <-16,48,-16>, <-16,48,16>, <-20,48,20>, <-16,48,-20>, <-16,48,-26>, <-12,48,-26>, <-12,48,-20>, <12,48,-20>, <12,48,-26>, <16,48,-26>, <16,48,-20>, <16,40,-20>, <16,40,-26>, <12,40,-26>, <12,40,-20>, <-16,40,-26>, <-16,40,-20>, <-12,40,-20>, <-12,40,-26>, <16,40,16>, <16,40,-20>, <-16,40,-20>, <-16,40,16>, <10,12,20>, <10,12,16>, <-10,12,16>, <-10,12,20>, <10,4,16>, <10,4,20>, <-10,4,20>, <-10,4,16>, <16,4,-20>, <16,4,16>, <-16,4,16>, <-16,4,-20>, <20,0,20>, <20,0,-20>, <-20,0,-20>, <-20,0,20>, <-12,48,-20>, <-12,40,-20>, <12,40,-20>, <12,48,-20>, <20,0,-20>, <20,48,-20>, <16,48,-20>, <16,4,-20>, <-20,48,-20>, <-20,0,-20>, <-16,4,-20>, <-16,48,-20>, <-16,4,-20>, <-20,0,-20>, <20,0,-20>, <16,4,-20>, <10,12,16>, <10,4,16>, <16,4,16>, <16,40,16>, <-16,40,16>, <-16,4,16>, <-10,4,16>, <-10,12,16>, <-16,40,16>, <-10,12,16>, <10,12,16>, <16,40,16>, <-16,48,-26>, <-16,48,-20>, <-16,40,-20>, <-16,40,-26>, <-12,48,-20>, <-12,48,-26>, <-12,40,-26>, <-12,40,-20>, <12,48,-26>, <12,48,-20>, <12,40,-20>, <12,40,-26>, <16,48,-20>, <16,48,-26>, <16,40,-26>, <16,40,-20>, <10,12,20>, <10,4,20>, <10,4,16>, <10,12,16>, <-10,12,16>, <-10,4,16>, <-10,4,20>, <-10,12,20>, <16,40,16>, <16,4,16>, <16,4,-20>, <16,40,-20>, <-16,40,-20>, <-16,4,-20>, <-16,4,16>, <-16,40,16>, <20,48,-20>, <20,0,-20>, <20,0,20>, <20,48,20>, <-20,48,20>, <-20,0,20>, <-20,0,-20>, <-20,48,-20> } face_indices { 60, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119> } } } #declare LDX_4345B_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-30>,<20,48,20> } #else union { // Container Box 2 x 2 x 2 with Hollow Studs // Name: 4345b.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 2003-01-20 [cwdee] Copied from 4345.dat, BFC compliance, fixed underside error // !HISTORY 2003-07-03 [Steffen] subfiled // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_s_slash_4345s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,-10> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,-10> } #end // LDXStuds mesh2 { vertex_vectors { 16, <20,48,20>, <20,0,20>, <10,4,20>, <10,12,20>, <-10,4,20>, <-20,0,20>, <-20,48,20>, <-10,12,20>, <20,48,20>, <10,12,20>, <-10,12,20>, <-20,48,20>, <10,4,20>, <20,0,20>, <-20,0,20>, <-10,4,20> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_3_dash_4ring3_dot_dat = union { // Ring 3 x 0.75 // Name: 3-4ring3.dat // Author: Lance Hopenwasser [cavehop] // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-06-11 [pneaster] Corrected Values // !HISTORY 2004-11-06 [PTadmin] Official Update 2004-04 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 48, <4,0,0>, <3.6956,0,1.5308>, <2.7717,0,1.1481>, <3,0,0>, <3.6956,0,1.5308>, <2.8284,0,2.8284>, <2.1213,0,2.1213>, <2.7717,0,1.1481>, <2.8284,0,2.8284>, <1.5308,0,3.6956>, <1.1481,0,2.7717>, <2.1213,0,2.1213>, <1.5308,0,3.6956>, <0,0,4>, <0,0,3>, <1.1481,0,2.7717>, <0,0,4>, <-1.5308,0,3.6956>, <-1.1481,0,2.7717>, <0,0,3>, <-1.5308,0,3.6956>, <-2.8284,0,2.8284>, <-2.1213,0,2.1213>, <-1.1481,0,2.7717>, <-2.8284,0,2.8284>, <-3.6956,0,1.5308>, <-2.7717,0,1.1481>, <-2.1213,0,2.1213>, <-3.6956,0,1.5308>, <-4,0,0>, <-3,0,0>, <-2.7717,0,1.1481>, <-4,0,0>, <-3.6956,0,-1.5308>, <-2.7717,0,-1.1481>, <-3,0,0>, <-3.6956,0,-1.5308>, <-2.8284,0,-2.8284>, <-2.1213,0,-2.1213>, <-2.7717,0,-1.1481>, <-2.8284,0,-2.8284>, <-1.5308,0,-3.6956>, <-1.1481,0,-2.7717>, <-2.1213,0,-2.1213>, <-1.5308,0,-3.6956>, <0,0,-4>, <0,0,-3>, <-1.1481,0,-2.7717> } face_indices { 24, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47> } } } #declare LDX_s_slash_4346s01_dot_dat = union { // ~Container Box 2 x 2 x 2 Door with Slot without Front Face // Name: s\4346s01.dat // Author: James Jessiman // !LDRAW_ORG Subpart UPDATE 2014-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-07-06 [Steffen] BFCed, subfiled // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-09-05 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2014-10-24 [Darats] T-Junctions removed, Use more Primitives, Bumps added // !HISTORY 2014-10-29 [MagFors] Added missing details // !HISTORY 2014-12-23 [PTadmin] Official Update 2014-02 object { LDX_bump5000_dot_dat matrix <0,0,3,1.5,0,0,0,3,0,16,44,-26> } object { LDX_3_dash_4ring3_dot_dat matrix <0,1,0,1,0,0,0,0,-1,16,44,-26> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,-4,1,0,0,0,-4,0,16,44,-26> } object { LDX_1_dash_4ndis_dot_dat matrix <0,0,3,1,0,0,0,3,0,16,44,-26> } object { LDX_bump5000_dot_dat matrix <0,0,-3,-1.5,0,0,0,3,0,-16,44,-26> } object { LDX_1_dash_4ndis_dot_dat matrix <0,3,0,-1,0,0,0,0,3,-16,44,-26> } object { LDX_2_dash_4ndis_dot_dat matrix <0,0,4,-1,0,0,0,-4,0,-16,44,-26> } object { LDX_3_dash_4ring3_dot_dat matrix <0,0,1,-1,0,0,0,-1,0,-16,44,-26> } object { LDX_1_dash_8chrd_dot_dat matrix <0,0,4,1,0,0,0,4,0,16,44,-24> } object { LDX_1_dash_8chrd_dot_dat matrix <0,2.82843,2.82843,1,0,0,0,2.82843,-2.82843,16,44,-24> } object { LDX_1_dash_8chrd_dot_dat matrix <0,4,0,-1,0,0,0,0,4,-16,44,-24> } object { LDX_1_dash_8chrd_dot_dat matrix <0,2.82843,2.82843,-1,0,0,0,-2.82843,2.82843,-16,44,-24> } object { LDX_rect2p_dot_dat matrix <0,0,1,0,-1,0,2,0,0,18,48,-25> } object { LDX_rect2p_dot_dat matrix <0,0,-1,0,-1,0,-2,0,0,-18,48,-25> } object { LDX_box4o4a_dot_dat matrix <0,-4,0,0,0,-4,12,0,0,0,44,-22> } object { LDX_rect_dot_dat matrix <-2,0,0,0,-1,0,0,0,2,14,40,-28> } object { LDX_rect_dot_dat matrix <2,0,0,0,-1,0,0,0,-2,-14,40,-28> } object { LDX_rect_dot_dat matrix <0,0,-2,0,1,0,10,0,0,0,12,-28> } object { LDX_rect_dot_dat matrix <0,0,-5,0,-1,0,-10,0,0,0,4,-25> } object { LDX_rect_dot_dat matrix <-1.5,0,0,0,-1,0,0,0,3,-14.5,4,-23> } object { LDX_rect3_dot_dat matrix <-1.5,0,0,0,1,0,0,-0.5,-2,-11.5,4.5,-18> } object { LDX_rect3_dot_dat matrix <-1.5,0,0,0,1,0,0,-0.5,-2,11.5,4.5,-18> } object { LDX_rect_dot_dat matrix <-1.5,0,0,0,-1,0,0,0,3,14.5,4,-23> } object { LDX_box2_dash_5_dot_dat matrix <1.5,0,0,0,3.5,0,0,0,5,-11.5,8.5,-21> } object { LDX_box2_dash_5_dot_dat matrix <1.5,0,0,0,3.5,0,0,0,5,11.5,8.5,-21> } object { LDX_box3u4a_dot_dat matrix <0,0,5,0,-44,0,20,0,0,0,44,-25> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <0,-1.5,0,0,0,-4,9.5,0,0,0,44,-22> } object { LDX_1_dash_4chrd_dot_dat matrix <0,0,-4,-1,0,0,0,4,0,20,44,-26> } object { LDX_1_dash_4chrd_dot_dat matrix <0,4,0,1,0,0,0,0,-4,-20,44,-26> } object { LDX_1_dash_4chrd_dot_dat matrix <0,0,4,1,0,0,0,4,0,-20,44,-24> } object { LDX_1_dash_4chrd_dot_dat matrix <0,4,0,-1,0,0,0,0,4,20,44,-24> } object { LDX_1_dash_4cylo_dot_dat matrix <0,4,0,4,0,0,0,0,-4,-20,44,-26> } object { LDX_1_dash_4cylo_dot_dat matrix <0,4,0,-4,0,0,0,0,4,-16,44,-24> } object { LDX_1_dash_4cylo_dot_dat matrix <0,4,0,24,0,0,0,0,-4,-12,44,-26> } object { LDX_1_dash_4cylo_dot_dat matrix <0,4,0,4,0,0,0,0,-4,16,44,-26> } object { LDX_1_dash_4cylo_dot_dat matrix <0,4,0,-4,0,0,0,0,4,20,44,-24> } object { LDX_1_dash_4chrd_dot_dat matrix <0,0,-4,-1,0,0,0,4,0,12,44,-26> } object { LDX_1_dash_4chrd_dot_dat matrix <0,4,0,1,0,0,0,0,-4,-12,44,-26> } mesh2 { vertex_vectors { 148, <16,47,-26>, <16,47,-23>, <16,48,-24>, <16,48,-26>, <16,46.8284,-21.1716>, <16,48,-24>, <16,47,-23>, <16,44,-23>, <16,44,-22>, <16,46.8284,-21.1716>, <16,47,-23>, <16,44,-22>, <16,40,-22>, <16,44,-20>, <16,46.8284,-21.1716>, <16,40,-22>, <16,4,-20>, <16,44,-20>, <16,4,-26>, <16,4,-20>, <16,40,-22>, <16,40,-26>, <-16,4,-26>, <-16,40,-26>, <-16,40,-22>, <-16,4,-20>, <-16,40,-22>, <-16,44,-20>, <-16,4,-20>, <-16,44,-22>, <-16,46.8284,-21.1716>, <-16,44,-20>, <-16,40,-22>, <-16,44,-23>, <-16,47,-23>, <-16,46.8284,-21.1716>, <-16,44,-22>, <-16,47,-26>, <-16,48,-26>, <-16,48,-24>, <-16,47,-23>, <-16,46.8284,-21.1716>, <-16,47,-23>, <-16,48,-24>, <10,12,-16>, <10,12,-30>, <10,4,-30>, <10,4,-20>, <10,5,-16>, <10,12,-16>, <10,4,-20>, <13,4,-20>, <13,4,-26>, <13,12,-26>, <13,12,-16>, <13,4,-20>, <13,12,-16>, <13,5,-16>, <-10,4,-20>, <-10,4,-30>, <-10,12,-30>, <-10,12,-16>, <-10,4,-20>, <-10,12,-16>, <-10,5,-16>, <-13,12,-16>, <-13,12,-26>, <-13,4,-26>, <-13,4,-20>, <-13,5,-16>, <-13,12,-16>, <-13,4,-20>, <16,4,-26>, <16,40,-26>, <13,12,-26>, <13,4,-26>, <-13,4,-26>, <-13,12,-26>, <-16,40,-26>, <-16,4,-26>, <12,40,-26>, <-12,40,-26>, <-10,12,-26>, <10,12,-26>, <16,40,-26>, <12,40,-26>, <10,12,-26>, <13,12,-26>, <-10,12,-26>, <-12,40,-26>, <-16,40,-26>, <-13,12,-26>, <12,48,-22>, <9.5,45.5,-22>, <9.5,42.5,-22>, <12,40,-22>, <9.5,42.5,-22>, <-9.5,42.5,-22>, <-12,40,-22>, <12,40,-22>, <-9.5,45.5,-22>, <-12,48,-22>, <-12,40,-22>, <-9.5,42.5,-22>, <12,48,-22>, <-12,48,-22>, <-9.5,45.5,-22>, <9.5,45.5,-22>, <20,44,-20>, <16,44,-20>, <16,4,-20>, <20,0,-20>, <-16,44,-20>, <-20,44,-20>, <-20,0,-20>, <-16,4,-20>, <-16,4,-20>, <-20,0,-20>, <-13,4,-20>, <-13,4,-20>, <-20,0,-20>, <-10,4,-20>, <10,4,-20>, <-10,4,-20>, <-20,0,-20>, <20,0,-20>, <10,4,-20>, <20,0,-20>, <13,4,-20>, <13,4,-20>, <20,0,-20>, <16,4,-20>, <20,48,-26>, <20,48,-24>, <20,44,-20>, <20,44,-30>, <-20,48,-26>, <-20,44,-30>, <-20,44,-20>, <-20,48,-24>, <-12,40,-30>, <-12,40,-26>, <-12,48,-26>, <-12,44,-30>, <12,40,-30>, <12,44,-30>, <12,48,-26>, <12,40,-26> } face_indices { 68, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <11, 13, 14>, <15, 16, 17>, <18, 19, 20>, <18, 20, 21>, <22, 23, 24>, <22, 24, 25>, <26, 27, 28>, <29, 30, 31>, <29, 31, 32>, <33, 34, 35>, <33, 35, 36>, <37, 38, 39>, <37, 39, 40>, <41, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <51, 52, 53>, <51, 53, 54>, <55, 56, 57>, <58, 59, 60>, <58, 60, 61>, <62, 63, 64>, <65, 66, 67>, <65, 67, 68>, <69, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <119, 120, 121>, <122, 123, 124>, <122, 124, 125>, <126, 127, 128>, <129, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147> } } } #declare LDX_4346_dot_DAT = #if (LDXQual = 0) box { <-20,0,-30>,<20,48,-16> } #else union { // Container Box 2 x 2 x 2 Door with Slot // Name: 4346.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2003-07-06 [Steffen] BFCed, made use of subfile // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_s_slash_4346s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 28, <20,44,-30>, <20,40,-30>, <16,40,-30>, <16,44,-30>, <-20,40,-30>, <-20,44,-30>, <-16,44,-30>, <-16,40,-30>, <12,44,-30>, <12,40,-30>, <-12,40,-30>, <-12,44,-30>, <20,40,-30>, <20,0,-30>, <10,4,-30>, <10,12,-30>, <-10,12,-30>, <-10,4,-30>, <-20,0,-30>, <-20,40,-30>, <20,40,-30>, <10,12,-30>, <-10,12,-30>, <-20,40,-30>, <10,4,-30>, <20,0,-30>, <-20,0,-30>, <-10,4,-30> } face_indices { 14, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27> } } } #end #declare LDX_4508_dot_dat = #if (LDXQual = 0) box { <-20,0,-34>,<20,8,20> } #else union { // Turntable 2 x 2 Plate Base with Hinge // Name: 4508.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-11-30 [PTadmin] Official Update 2002-05 // !HISTORY 2007-05-14 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [mkennedy] Updated with box and ring primitves, BFC added (2004-08-26) // !HISTORY 2008-07-08 [PTadmin] Renamed from 251 (2007-10-25) // !HISTORY 2011-07-10 [mkennedy] replaced 4-4edge and 4-4cyli with 4-4cylo // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 // !HISTORY 2015-02-15 [MagFors] Subfiled, made the hole larger, removed ~ // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 object { LDX_s_slash_3680s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_h2_dot_dat matrix <0,1,0,0,0,-1,1,0,0,0,4,-20> } object { LDX_rect3_dot_dat matrix <0,4,0,0,0,1,5,0,0,-15,4,-20> } object { LDX_rect3_dot_dat matrix <0,4,0,0,0,1,-5,0,0,15,4,-20> } object { LDX_box3u2p_dot_dat matrix <0,4,0,0,0,40,20,0,0,0,4,-20> } mesh2 { vertex_vectors { 16, <20,8,-20>, <16,8,-16>, <16,8,16>, <20,8,20>, <-20,8,-20>, <-16,8,-16>, <16,8,-16>, <20,8,-20>, <-20,8,-20>, <-20,8,20>, <-16,8,16>, <-16,8,-16>, <-20,8,20>, <20,8,20>, <16,8,16>, <-16,8,16> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_251_dot_DAT = #if (LDXQual = 0) box { <-20,0,-34>,<20,8,20> } #else union { // ~Moved to 4508 // Name: 251.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2011-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2011-07-25 [PTadmin] Official Update 2011-01 // // ~Turntable 2 x 2 Plate Base with Hinge object { LDX_4508_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_guts_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3022_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4345B_dot_DAT LDXSeamMatrix(40, 52, 50, 0, 22, -5) matrix <1,0,0,0,1,0,0,0,1,10,-48,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4346_dot_DAT LDXSeamMatrix(40, 48, 14, 0, 24, -23) matrix <1,0,0,0,1,0,0,0,1,10,-48,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3004_dot_DAT LDXSeamMatrix(40, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,-72,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4070_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,20,-72,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4070_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,0,-72,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <1,0,0,0,0,1,0,-1,0,10,-62,-24> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3069B_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,0,1,0,-1,0,10,-62,-32> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3956_dot_DAT LDXSeamMatrix(40, 48, 52, 0, -16, -6) matrix <-1,0,0,0,0,1,0,1,0,10,-52,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_251_dot_DAT LDXSeamMatrix(40, 8, 54, 0, 4, -7) matrix <-1,0,0,0,1,0,0,0,-1,10,-88,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_shldlow_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3938_dot_DAT LDXSeamMatrix(40, 20, 20, 0, 6, 0) matrix <1,0,0,0,1,0,0,0,1,10,24,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } } #declare LDX_2452_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-24>,<20,8,10> } #else union { // Hinge Plate 1 x 2 with 3 Fingers On Side // Name: 2452.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1999-02-01 [PTadmin] Official Update 1999-01 // !HISTORY 2003-01-20 [sbliss] Completed header, BFC'ed, removed excess data // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-05-13 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_h2_dot_dat matrix <0,1,0,0,0,-1,1,0,0,0,4,-10> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,-1,0,1,0,1,0,0,-10,0,0> } object { LDX_stud_dot_dat matrix <0,0,-1,0,1,0,1,0,0,10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 40, <20,8,10>, <16,8,6>, <-16,8,6>, <-20,8,10>, <-20,8,10>, <-16,8,6>, <-16,8,-6>, <-20,8,-10>, <-20,8,-10>, <-16,8,-6>, <16,8,-6>, <20,8,-10>, <20,8,-10>, <16,8,-6>, <16,8,6>, <20,8,10>, <-20,0,10>, <-20,0,-10>, <20,0,-10>, <20,0,10>, <20,8,-10>, <20,0,-10>, <10,0,-10>, <10,8,-10>, <-10,8,-10>, <-10,0,-10>, <-20,0,-10>, <-20,8,-10>, <20,0,10>, <20,0,-10>, <20,8,-10>, <20,8,10>, <-20,8,-10>, <-20,0,-10>, <-20,0,10>, <-20,8,10>, <-20,0,10>, <20,0,10>, <20,8,10>, <-20,8,10> } face_indices { 20, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39> } } } #end #declare LDX_2466_dot_DAT = #if (LDXQual = 0) box { <-20,-8,-50>,<20,136,10> } #else union { // Panel 3 x 2 x 6 // Name: 2466.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2007-05-10 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [DeannaEarley] BFC'd and fixed errors (2005-11-13) // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,132,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,10,0,-4,0,0,0,0,-10,20,118,-4> } // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-10,-4,0,0,0,10,0,20,84,-32> } // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-10,-4,0,0,0,-10,0,20,40,-32> } // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,-10,0,-4,0,0,0,0,-10,20,18,-12> } // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,10,0,4,0,0,0,0,-10,-20,118,-4> } // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-10,4,0,0,0,10,0,-20,84,-32> } // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,0,-10,4,0,0,0,-10,0,-20,40,-32> } // BFC INVERTNEXT object { LDX_1_dash_8cyli_dot_dat matrix <0,-10,0,4,0,0,0,0,-10,-20,18,-12> } object { LDX_1_dash_8ndis_dot_dat matrix <0,10,0,-1,0,0,0,0,-10,20,118,-4> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,-1,0,0,0,10,0,20,84,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,-1,0,0,0,-10,0,20,40,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-10,0,-1,0,0,0,0,-10,20,18,-12> } object { LDX_1_dash_8ndis_dot_dat matrix <0,10,0,1,0,0,0,0,-10,16,118,-4> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,1,0,0,0,10,0,16,84,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,1,0,0,0,-10,0,16,40,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-10,0,1,0,0,0,0,-10,16,18,-12> } object { LDX_1_dash_8ndis_dot_dat matrix <0,10,0,-1,0,0,0,0,-10,-16,118,-4> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,-1,0,0,0,10,0,-16,84,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,-1,0,0,0,-10,0,-16,40,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-10,0,-1,0,0,0,0,-10,-16,18,-12> } object { LDX_1_dash_8ndis_dot_dat matrix <0,10,0,1,0,0,0,0,-10,-20,118,-4> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,1,0,0,0,10,0,-20,84,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,0,-10,1,0,0,0,-10,0,-20,40,-32> } object { LDX_1_dash_8ndis_dot_dat matrix <0,-10,0,1,0,0,0,0,-10,-20,18,-12> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 302, <20,136,10>, <16,136,6>, <-16,136,6>, <-20,136,10>, <-20,136,-10>, <-16,136,-8>, <16,136,-8>, <20,136,-10>, <20,136,-10>, <16,136,-8>, <16,136,6>, <20,136,10>, <-20,136,10>, <-16,136,6>, <-16,136,-8>, <-20,136,-10>, <12,136,-6>, <12,136,-8>, <8,136,-8>, <8,136,-6>, <-8,136,-6>, <-8,136,-8>, <-12,136,-8>, <-12,136,-6>, <16,132,6>, <16,132,-8>, <-16,132,-8>, <-16,132,6>, <-20,128,10>, <-20,128,-4>, <20,128,-4>, <20,128,10>, <-16,128,-4>, <-16,128,-12>, <16,128,-12>, <16,128,-4>, <20,8,10>, <20,8,-12>, <16,8,-12>, <16,8,10>, <4,8,10>, <4,8,-19.75>, <1,8,-19.75>, <1,8,10>, <-1,8,10>, <-1,8,-19.75>, <-4,8,-19.75>, <-4,8,10>, <-16,8,10>, <-16,8,-12>, <-20,8,-12>, <-20,8,10>, <16,4,10>, <16,4,-16>, <4,4,-16>, <4,4,10>, <1,4,10>, <1,4,-16>, <-1,4,-16>, <-1,4,10>, <-4,4,10>, <-4,4,-16>, <-16,4,-16>, <-16,4,10>, <-20,0,10>, <-20,0,-10>, <20,0,-10>, <20,0,10>, <-20,136,10>, <-20,128,10>, <20,128,10>, <20,136,10>, <16,8,10>, <16,4,10>, <20,0,10>, <20,8,10>, <-20,8,10>, <-20,0,10>, <-16,4,10>, <-16,8,10>, <20,0,10>, <16,4,10>, <-16,4,10>, <-20,0,10>, <4,4,10>, <4,8,10>, <1,8,10>, <1,4,10>, <-1,4,10>, <-1,8,10>, <-4,8,10>, <-4,4,10>, <16,136,6>, <16,132,6>, <-16,132,6>, <-16,136,6>, <8,136,-6>, <8,132,-6>, <12,132,-6>, <12,136,-6>, <-12,136,-6>, <-12,132,-6>, <-8,132,-6>, <-8,136,-6>, <12,136,-8>, <12,132,-8>, <16,132,-8>, <16,136,-8>, <-8,136,-8>, <-8,132,-8>, <8,132,-8>, <8,136,-8>, <-16,136,-8>, <-16,132,-8>, <-12,132,-8>, <-12,136,-8>, <16,125.099998,-11.1>, <16,91.099998,-39.099998>, <20,91.099998,-39.099998>, <20,125.099998,-11.1>, <20,40,-42>, <20,84,-42>, <16,84,-42>, <16,40,-42>, <16,32.900002,-39.099998>, <16,10.9,-19.1>, <20,10.9,-19.1>, <20,32.900002,-39.099998>, <-20,125.099998,-11.1>, <-20,91.099998,-39.099998>, <-16,91.099998,-39.099998>, <-16,125.099998,-11.1>, <-16,40,-42>, <-16,84,-42>, <-20,84,-42>, <-20,40,-42>, <-20,32.900002,-39.099998>, <-20,10.9,-19.1>, <-16,10.9,-19.1>, <-16,32.900002,-39.099998>, <-16,128,-12>, <-16,88,-46>, <16,88,-46>, <16,128,-12>, <16,36,-46>, <16,88,-46>, <-16,88,-46>, <-16,36,-46>, <-16,36,-46>, <-16,4,-16>, <16,4,-16>, <16,36,-46>, <-20,0,-10>, <-20,-8,-10>, <20,-8,-10>, <20,0,-10>, <20,34,-50>, <20,-8,-10>, <-20,-8,-10>, <-20,34,-50>, <20,90,-50>, <20,34,-50>, <-20,34,-50>, <-20,90,-50>, <20,136,-10>, <20,90,-50>, <-20,90,-50>, <-20,136,-10>, <20,125.099998,-11.1>, <20,91.099998,-39.099998>, <20,94,-42>, <20,128,-14>, <20,32.900002,-39.099998>, <20,10.9,-19.1>, <20,8,-22>, <20,30,-42>, <20,136,10>, <20,128,10>, <20,128,-14>, <20,136,-10>, <20,136,-10>, <20,128,-14>, <20,94,-42>, <20,90,-50>, <20,90,-50>, <20,94,-42>, <20,30,-42>, <20,34,-50>, <20,34,-50>, <20,30,-42>, <20,8,-22>, <20,-8,-10>, <20,8,-22>, <20,0,-10>, <20,-8,-10>, <20,0,-10>, <20,8,-22>, <20,8,10>, <20,0,10>, <16,128,-14>, <16,94,-42>, <16,91.099998,-39.099998>, <16,125.099998,-11.1>, <16,30,-42>, <16,8,-22>, <16,10.9,-19.1>, <16,32.900002,-39.099998>, <16,94,-42>, <16,88,-46>, <16,36,-46>, <16,30,-42>, <16,8,-22>, <16,4,-16>, <16,4,10>, <16,8,10>, <-16,125.099998,-11.1>, <-16,91.099998,-39.099998>, <-16,94,-42>, <-16,128,-14>, <-16,32.900002,-39.099998>, <-16,10.9,-19.1>, <-16,8,-22>, <-16,30,-42>, <-16,30,-42>, <-16,36,-46>, <-16,88,-46>, <-16,94,-42>, <-16,8,10>, <-16,4,10>, <-16,4,-16>, <-16,8,-22>, <-20,128,-14>, <-20,94,-42>, <-20,91.099998,-39.099998>, <-20,125.099998,-11.1>, <-20,30,-42>, <-20,8,-22>, <-20,10.9,-19.1>, <-20,32.900002,-39.099998>, <-20,136,-10>, <-20,128,-14>, <-20,128,10>, <-20,136,10>, <-20,90,-50>, <-20,94,-42>, <-20,128,-14>, <-20,136,-10>, <-20,34,-50>, <-20,30,-42>, <-20,94,-42>, <-20,90,-50>, <-20,-8,-10>, <-20,8,-22>, <-20,30,-42>, <-20,34,-50>, <-20,-8,-10>, <-20,0,-10>, <-20,8,-22>, <-20,0,10>, <-20,8,10>, <-20,8,-22>, <-20,0,-10>, <16,136,-8>, <16,132,-8>, <16,132,6>, <16,136,6>, <12,136,-6>, <12,132,-6>, <12,132,-8>, <12,136,-8>, <8,136,-8>, <8,132,-8>, <8,132,-6>, <8,136,-6>, <-8,136,-6>, <-8,132,-6>, <-8,132,-8>, <-8,136,-8>, <-12,136,-8>, <-12,132,-8>, <-12,132,-6>, <-12,136,-6>, <-16,136,6>, <-16,132,6>, <-16,132,-8>, <-16,136,-8>, <4,8,10>, <4,4,10>, <4,4,-16>, <4,8,-19.75>, <1,8,-19.75>, <1,4,-16>, <1,4,10>, <1,8,10>, <-1,8,10>, <-1,4,10>, <-1,4,-16>, <-1,8,-19.75>, <-4,8,-19.75>, <-4,4,-16>, <-4,4,10>, <-4,8,10> } face_indices { 150, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131>, <132, 133, 134>, <132, 134, 135>, <136, 137, 138>, <136, 138, 139>, <140, 141, 142>, <140, 142, 143>, <144, 145, 146>, <144, 146, 147>, <148, 149, 150>, <148, 150, 151>, <152, 153, 154>, <152, 154, 155>, <156, 157, 158>, <156, 158, 159>, <160, 161, 162>, <160, 162, 163>, <164, 165, 166>, <164, 166, 167>, <168, 169, 170>, <168, 170, 171>, <172, 173, 174>, <172, 174, 175>, <176, 177, 178>, <176, 178, 179>, <180, 181, 182>, <180, 182, 183>, <184, 185, 186>, <184, 186, 187>, <188, 189, 190>, <188, 190, 191>, <192, 193, 194>, <195, 196, 197>, <195, 197, 198>, <199, 200, 201>, <199, 201, 202>, <203, 204, 205>, <203, 205, 206>, <207, 208, 209>, <207, 209, 210>, <211, 212, 213>, <211, 213, 214>, <215, 216, 217>, <215, 217, 218>, <219, 220, 221>, <219, 221, 222>, <223, 224, 225>, <223, 225, 226>, <227, 228, 229>, <227, 229, 230>, <231, 232, 233>, <231, 233, 234>, <235, 236, 237>, <235, 237, 238>, <239, 240, 241>, <239, 241, 242>, <243, 244, 245>, <243, 245, 246>, <247, 248, 249>, <247, 249, 250>, <251, 252, 253>, <251, 253, 254>, <255, 256, 257>, <258, 259, 260>, <258, 260, 261>, <262, 263, 264>, <262, 264, 265>, <266, 267, 268>, <266, 268, 269>, <270, 271, 272>, <270, 272, 273>, <274, 275, 276>, <274, 276, 277>, <278, 279, 280>, <278, 280, 281>, <282, 283, 284>, <282, 284, 285>, <286, 287, 288>, <286, 288, 289>, <290, 291, 292>, <290, 292, 293>, <294, 295, 296>, <294, 296, 297>, <298, 299, 300>, <298, 300, 301> } } } #end #declare LDX_shldmid_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_2452_dot_DAT LDXSeamMatrix(40, 12, 34, 0, 2, -7) matrix <-1,0,0,0,1,0,0,0,-1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,8,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,16,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_2466_dot_DAT LDXSeamMatrix(40, 144, 60, 0, 64, -20) matrix <1,0,0,0,1,0,0,0,1,10,24,0> #if (version >= 3.1) material #else texture #end { LDXColor42 } } object { LDX_3938_dot_DAT LDXSeamMatrix(40, 20, 20, 0, 6, 0) matrix <1,0,0,0,1,0,0,0,1,10,160,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } } #declare LDX_shldup_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4276_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,8,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4276_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <-1,0,0,0,1,0,0,0,-1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_eye_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3938_dot_DAT LDXSeamMatrix(40, 20, 20, 0, 6, 0) matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor47 } } object { LDX_4073_dot_DAT LDXSeamMatrix(20, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,-10,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor47 } } } #declare LDX_neck_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3679_dot_DAT LDXSeamMatrix(35, 12, 35, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <-1,0,0,0,1,0,0,0,-1,10,-24,-10> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_helmet_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3022_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,0,24,10> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_3938_dot_DAT LDXSeamMatrix(40, 20, 20, 0, 6, 0) matrix <0,0,-1,0,1,0,1,0,0,10,32,10> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <-1,0,0,0,1,0,0,0,-1,0,0,20> #if (version >= 3.1) material #else texture #end { LDXColor1 } } object { LDX_eye_dot_dat matrix <-1,0,0,0,0.84,0.54,0,0.54,-0.84,0,2.26,-4.94> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_eye_dot_dat matrix <1,0,0,0,0.84,-0.54,0,0.54,0.84,0,1.7,24.379999> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_neck_dot_dat matrix <0,0,1,-0.69,0.72,0,-0.72,-0.69,0,-6.62,44.939999,0.38> } } #declare LDX_torsoup_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_shell_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_guts_dot_dat matrix <0,0,-1,-1,0,0,0,1,0,-22,-12,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_shldlow_dot_dat matrix <0,0,1,-1,0,0,0,-1,0,34,-94,-10> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_shldmid_dot_dat matrix <0,0,-1,-0.66,-0.76,0,-0.76,0.66,0,136.210007,35.209999,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_shldup_dot_dat matrix <-0.95,-0.31,0,0.31,-0.95,0,0,0,1,96.809998,42.32,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_helmet_dot_dat matrix <0.68,0.72,0.11,-0.73,0.67,0.11,0.01,-0.16,0.99,103.610001,-36.060001,-14.29> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3068B_dot_DAT LDXSeamMatrix(40, 8, 40, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,-10,8,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_wristl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_2452_dot_DAT LDXSeamMatrix(40, 12, 34, 0, 2, -7) matrix <-1,0,0,0,1,0,0,0,-1,10,-8,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_2452_dot_DAT LDXSeamMatrix(40, 12, 34, 0, 2, -7) matrix <1,0,0,0,1,0,0,0,1,10,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3679_dot_DAT LDXSeamMatrix(35, 12, 35, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,10> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_fingerl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4276_dot_DAT LDXSeamMatrix(54, 12, 20, 7, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_2412A_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_handl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_wristl_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_fingerl_dot_dat matrix <0,0.97,0.28,0,-0.28,0.97,1,0,0,10,-41.59,24.870001> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_fingerl_dot_dat matrix <0,0.97,-0.26,0,-0.26,-0.97,-1,0,0,10,-42.040001,-5.59> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_4arml_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3680_dot_DAT LDXSeamMatrix(40, 8, 40, 0, 4, 0) matrix <-1,0,0,0,1,0,0,0,-1,10,-16,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3940_dot_DAT LDXSeamMatrix(40, 52, 40, 0, 22, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3022_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,40,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3938_dot_DAT LDXSeamMatrix(40, 20, 20, 0, 6, 0) matrix <1,0,0,0,1,0,0,0,1,10,48,10> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_handl_dot_dat matrix <0,0,-1,0,1,0,1,0,0,0,-16,30> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_clip2_dot_dat = union { // Vertical Clip for Bricks // Name: clip2.dat // Author: J.C. Tchang [tchang] // !LDRAW_ORG Primitive UPDATE 2010-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2010-10-16 [Holly-Wood] Changed origin, made primitive, rectified // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 object { LDX_box4o8a_dot_dat matrix <4.75,0,0,0,0,-3,0,4,0,0,0,0> } object { LDX_rect2p_dot_dat matrix <-0.325,0,-0.75,12,0,-5.2,0,-4,0,-5.075,0,-3.75> } object { LDX_rect2p_dot_dat matrix <-0.55,0,-0.75,3,0,-2.2,0,-4,0,-5.95,0,-5.25> } object { LDX_rect2p_dot_dat matrix <-0.35,0,-0.75,12,0,-5.6,0,-4,0,-6.85,0,-6.75> } object { LDX_rect2p_dot_dat matrix <-0.192,0,-0.75,4,0,-1.024,0,-4,0,-7.392,0,-8.25> } object { LDX_rect3_dot_dat matrix <0,4,0,1,0,0,0,0,-2.5,-7.584,0,-11.5> } object { LDX_rect3_dot_dat matrix <0,4,0,0,0,1,1.944,0,0,-5.64,0,-14> } object { LDX_rect3_dot_dat matrix <0,4,0,-1.03958,0,0,0,0,1.2345,-3.696,0,-12.7655> } object { LDX_rect2p_dot_dat matrix <-0.152,0,0.7655,-6.124,0,-1.216,0,-4,0,-3.848,0,-10.7655> } object { LDX_rect2p_dot_dat matrix <0.325,0,-0.75,-12,0,-5.2,0,4,0,5.075,0,-3.75> } object { LDX_rect2p_dot_dat matrix <0.55,0,-0.75,-3,0,-2.2,0,4,0,5.95,0,-5.25> } object { LDX_rect2p_dot_dat matrix <0.35,0,-0.75,-12,0,-5.6,0,4,0,6.85,0,-6.75> } object { LDX_rect2p_dot_dat matrix <0.192,0,-0.75,-4,0,-1.024,0,4,0,7.392,0,-8.25> } object { LDX_rect3_dot_dat matrix <0,-4,0,-1,0,0,0,0,-2.5,7.584,0,-11.5> } object { LDX_rect3_dot_dat matrix <0,-4,0,0,0,1,-1.944,0,0,5.64,0,-14> } object { LDX_rect3_dot_dat matrix <0,-4,0,1,0,0,0,0,1.2345,3.696,0,-12.7655> } object { LDX_rect2p_dot_dat matrix <0.152,0,0.7655,0.980851,0,-0.999992,0,4,0,3.848,0,-10.7655> } // BFC INVERTNEXT object { LDX_2_dash_4cyli_dot_dat matrix <-4,0,0,0,8,0,0,0,4,0,-4,-10> } object { LDX_2_dash_4ndis_dot_dat matrix <-4,0,0,0,1,0,0,0,4,0,-4,-10> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,0,4,-10> } // // mesh2 { vertex_vectors { 80, <-4,-4,-6>, <-4.75,-4,-3>, <-5.4,-4,-4.5>, <-4,-4,-6>, <-5.4,-4,-4.5>, <-6.5,-4,-6>, <-7.2,-4,-7.5>, <-4,-4,-10>, <-4,-4,-6>, <-7.2,-4,-7.5>, <-7.584,-4,-9>, <-3.696,-4,-11.531>, <-4,-4,-10>, <-7.584,-4,-9>, <-7.584,-4,-14>, <-7.584,-4,-14>, <-3.696,-4,-14>, <-3.696,-4,-11.531>, <-4,4,-6>, <-5.4,4,-4.5>, <-4.75,4,-3>, <-6.5,4,-6>, <-5.4,4,-4.5>, <-4,4,-6>, <-7.2,4,-7.5>, <-4,4,-10>, <-7.584,4,-9>, <-7.2,4,-7.5>, <-4,4,-6>, <-3.696,4,-11.531>, <-7.584,4,-14>, <-7.584,4,-9>, <-4,4,-10>, <-7.584,4,-14>, <-3.696,4,-11.531>, <-3.696,4,-14>, <4,-4,-6>, <5.4,-4,-4.5>, <4.75,-4,-3>, <6.5,-4,-6>, <5.4,-4,-4.5>, <4,-4,-6>, <7.2,-4,-7.5>, <4,-4,-10>, <7.584,-4,-9>, <7.2,-4,-7.5>, <4,-4,-6>, <3.696,-4,-11.531>, <7.584,-4,-14>, <7.584,-4,-9>, <4,-4,-10>, <7.584,-4,-14>, <3.696,-4,-11.531>, <3.696,-4,-14>, <4,4,-6>, <4.75,4,-3>, <5.4,4,-4.5>, <4,4,-6>, <5.4,4,-4.5>, <6.5,4,-6>, <7.2,4,-7.5>, <4,4,-10>, <4,4,-6>, <7.2,4,-7.5>, <7.584,4,-9>, <3.696,4,-11.531>, <4,4,-10>, <7.584,4,-9>, <7.584,4,-14>, <7.584,4,-14>, <3.696,4,-14>, <3.696,4,-11.531>, <-4.75,-4,-3>, <-4,-4,-6>, <4,-4,-6>, <4.75,-4,-3>, <-4.75,4,-3>, <4.75,4,-3>, <4,4,-6>, <-4,4,-6> } face_indices { 36, <0, 1, 2>, <3, 4, 5>, <3, 5, 6>, <7, 8, 9>, <7, 9, 10>, <11, 12, 13>, <11, 13, 14>, <15, 16, 17>, <18, 19, 20>, <21, 22, 23>, <21, 23, 24>, <25, 26, 27>, <25, 27, 28>, <29, 30, 31>, <29, 31, 32>, <33, 34, 35>, <36, 37, 38>, <39, 40, 41>, <39, 41, 42>, <43, 44, 45>, <43, 45, 46>, <47, 48, 49>, <47, 49, 50>, <51, 52, 53>, <54, 55, 56>, <57, 58, 59>, <57, 59, 60>, <61, 62, 63>, <61, 63, 64>, <65, 66, 67>, <65, 67, 68>, <69, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79> } } } #declare LDX_4085C_dot_DAT = #if (LDXQual = 0) box { <-10,-4,-24>,<10,8,10> } #else union { // Plate 1 x 1 with Clip Vertical (Thick U-Clip) // Name: 4085c.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2013-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2001-11-29 [cwdee] rewrite // !HISTORY 2001-11-30 [PTadmin] Official Update 2001-02 // !HISTORY 2003-01-28 [sbliss] Completed header // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-07-01 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2013-08-07 [C3POwen] Utilised clip2.dat primitive // !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02 // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <-6,0,0,0,-4,0,0,0,-6,0,8,0> } object { LDX_box3u2p_dot_dat matrix <0,4,0,0,0,20,10,0,0,0,4,-10> } object { LDX_rect3_dot_dat matrix <0,4,0,0,0,1,2.625,0,0,-7.375,4,-10> } object { LDX_clip2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,4,-10> } object { LDX_rect3_dot_dat matrix <0,-4,0,0,0,1,-2.625,0,0,7.375,4,-10> } #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,0,0,0> } #end // LDXStuds mesh2 { vertex_vectors { 32, <-6,8,6>, <-6,8,-6>, <-10,8,-10>, <-10,8,10>, <6,8,6>, <-6,8,6>, <-10,8,10>, <10,8,10>, <6,8,-6>, <6,8,6>, <10,8,10>, <10,8,-10>, <-10,8,-10>, <-6,8,-6>, <-4.75,8,-10>, <6,8,-6>, <4.75,8,-10>, <-4.75,8,-10>, <-6,8,-6>, <4.75,8,-10>, <6,8,-6>, <10,8,-10>, <-10,0,10>, <-10,0,-10>, <-4.75,0,-10>, <-10,0,10>, <-4.75,0,-10>, <4.75,0,-10>, <10,0,10>, <10,0,10>, <4.75,0,-10>, <10,0,-10> } face_indices { 14, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <15, 16, 17>, <15, 17, 18>, <19, 20, 21>, <22, 23, 24>, <25, 26, 27>, <25, 27, 28>, <29, 30, 31> } } } #end #declare LDX_5_dash_8cyli_dot_dat = union { // Cylinder 0.625 // Name: 5-8cyli.dat // Author: Mark Kennedy [mkennedy] // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2004-12-11 [nielsk] Recreated using Primitive Generator, Edge lines fixed, BFC changed to CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 40, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <1,1,0>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.9239,1,0.3827>, <0.3827,1,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.7071,1,0.7071>, <0,1,1>, <0,0,1>, <0.3827,0,0.9239>, <0.3827,1,0.9239>, <-0.3827,1,0.9239>, <-0.3827,0,0.9239>, <0,0,1>, <0,1,1>, <-0.7071,1,0.7071>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-0.3827,1,0.9239>, <-0.9239,1,0.3827>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-0.7071,1,0.7071>, <-1,1,0>, <-1,0,0>, <-0.9239,0,0.3827>, <-0.9239,1,0.3827>, <-0.9239,1,-0.3827>, <-0.9239,0,-0.3827>, <-1,0,0>, <-1,1,0>, <-0.7071,1,-0.7071>, <-0.7071,0,-0.7071>, <-0.9239,0,-0.3827>, <-0.9239,1,-0.3827> } face_indices { 20, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39> } } } #declare LDX_1_dash_16ndis_dot_dat = union { // Disc Negative 0.0625 // Name: 1-16ndis.dat // Author: Niels Karsdorp [nielsk] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 3, <1,0,0>, <1,0,1>, <0.9239,0,0.3827> } face_indices { 1, <0, 1, 2> } } } #declare LDX_box4_dash_7a_dot_dat = union { // Box with 4 Faces without 7 Adjacent Edges // Name: box4-7a.dat // Author: Manfred Moolhuysen // !LDRAW_ORG Primitive UPDATE 2012-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1998-07-15 [PTadmin] Official Update 1998-07 // !HISTORY 2002-12-13 [hafhead] Made BFC compliant // !HISTORY 2003-03-12 [PTadmin] Official Update 2003-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2012-02-16 [Philo] Changed to CCW // !HISTORY 2012-03-30 [PTadmin] Official Update 2012-01 mesh2 { vertex_vectors { 16, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_3_dash_16cyli_dot_dat = union { // Cylinder 0.1875 // Name: 3-16cyli.dat // Author: Mark Kennedy [mkennedy] // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2004-12-11 [nielsk] Recreated using Primitive Generator, Edge lines fixed, BFC changed to CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 12, <0.9239,1,0.3827>, <0.9239,0,0.3827>, <1,0,0>, <1,1,0>, <0.7071,1,0.7071>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <0.9239,1,0.3827>, <0.3827,1,0.9239>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.7071,1,0.7071> } face_indices { 6, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11> } } } #declare LDX_2_dash_4ring1_dot_dat = union { // Ring 1 x 0.5 // Name: 2-4ring1.dat // Author: Chris Dee [cwdee] // !LDRAW_ORG Primitive UPDATE 2003-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2000-09-30 [PTadmin] Official Update 2000-02 // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-08-01 [PTadmin] Official Update 2003-02 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 32, <2,0,0>, <1.8478,0,0.7654>, <0.9239,0,0.3827>, <1,0,0>, <1.8478,0,0.7654>, <1.4142,0,1.4142>, <0.7071,0,0.7071>, <0.9239,0,0.3827>, <1.4142,0,1.4142>, <0.7654,0,1.8478>, <0.3827,0,0.9239>, <0.7071,0,0.7071>, <0.7654,0,1.8478>, <0,0,2>, <0,0,1>, <0.3827,0,0.9239>, <0,0,2>, <-0.7654,0,1.8478>, <-0.3827,0,0.9239>, <0,0,1>, <-0.7654,0,1.8478>, <-1.4142,0,1.4142>, <-0.7071,0,0.7071>, <-0.3827,0,0.9239>, <-1.4142,0,1.4142>, <-1.8478,0,0.7654>, <-0.9239,0,0.3827>, <-0.7071,0,0.7071>, <-1.8478,0,0.7654>, <-2,0,0>, <-1,0,0>, <-0.9239,0,0.3827> } face_indices { 16, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31> } } } #declare LDX_clip3_dot_dat = union { // Clip Horizontal with Parallel Sides // Name: clip3.dat // Author: James Jessiman // !LDRAW_ORG Primitive UPDATE 2013-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2002-08-31 [izanette] Modified with WINDZ for BFC compliance // !HISTORY 2003-07-02 [cwdee] Fixed gaps and used ring primitive // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [mkennedy] Rearanged quads, used more primitives (2006-10-11) // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 // !HISTORY 2013-02-04 [MagFors] Closed some gaps // !HISTORY 2013-07-21 [PTadmin] Official Update 2013-01 object { LDX_rect_dot_dat matrix <-4,0,0,0,1,0,0,-0.15,1.235,0,5.85,-2.765> } object { LDX_rect_dot_dat matrix <-4,0,0,0,-1,0,0,0.15,1.235,0,-1.85,-2.765> } // BFC INVERTNEXT object { LDX_5_dash_8cyli_dot_dat matrix <0,3.7,-1.53,-8,0,0,0,1.53,3.7,4,2,0> } object { LDX_1_dash_16ndis_dot_dat matrix <0,4,0,-1,0,0,0,0,-4,4,2,0> } object { LDX_1_dash_16ndis_dot_dat matrix <0,4,0,1,0,0,0,0,-4,-4,2,0> } object { LDX_1_dash_16ndis_dot_dat matrix <0,-4,0,1,0,0,0,0,-4,-4,2,0> } object { LDX_1_dash_16ndis_dot_dat matrix <0,-4,0,-1,0,0,0,0,-4,4,2,0> } object { LDX_rect2p_dot_dat matrix <0,-0.3044,1.5308,0,-1,0,4,0,0,0,9.6956,1.5308> } // BFC INVERTNEXT object { LDX_box2_dash_7_dot_dat matrix <-4,0,0,0,0,-2.43,0,-0.6956,1.0392,0,8.6956,6.5308> } // BFC INVERTNEXT object { LDX_box2_dash_7_dot_dat matrix <-4,0,0,0,0,-1.2,0,0.5308,0.1044,0,-0.5308,8.6956> } object { LDX_box4_dash_7a_dot_dat matrix <4,0,0,0,0,-4,0,2,0,0,8,0> } object { LDX_box4_dash_7a_dot_dat matrix <4,0,0,0,0,-4,0,-2,0,0,-4,0> } object { LDX_3_dash_16cyli_dot_dat matrix <0,-8,0,-8,0,0,0,0,8,4,2,0> } object { LDX_2_dash_4ring1_dot_dat matrix <0,4,0,1,0,0,0,0,4,-4,2,0> } object { LDX_2_dash_4ring1_dot_dat matrix <0,4,0,-1,0,0,0,0,4,4,2,0> } mesh2 { vertex_vectors { 26, <-4,2,8>, <-4,0,7.6>, <-4,0,10>, <-4,8,10>, <-4,5.0616,7.3912>, <-4,2,8>, <-4,0,10>, <-4,8,10>, <-4,7.6568,5.6568>, <-4,5.0616,7.3912>, <-4,8,10>, <-4,8,5.14>, <-4,7.6568,5.6568>, <4,0,10>, <4,0,7.6>, <4,2,8>, <4,0,10>, <4,2,8>, <4,5.0616,7.3912>, <4,8,10>, <4,5.0616,7.3912>, <4,7.6568,5.6568>, <4,8,10>, <4,7.6568,5.6568>, <4,8,5.14>, <4,8,10> } face_indices { 10, <0, 1, 2>, <3, 4, 5>, <3, 5, 6>, <7, 8, 9>, <10, 11, 12>, <13, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <23, 24, 25> } } } #declare LDX_box4_dash_2p_dot_dat = union { // Box with 4 Faces without 2 Parallel Edges // Name: box4-2p.dat // Author: Guy Vivan [guyvivan] // !LDRAW_ORG Primitive UPDATE 2009-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01 mesh2 { vertex_vectors { 16, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,0,1>, <1,0,1>, <1,1,1>, <-1,1,-1>, <-1,0,-1>, <-1,0,1>, <-1,1,1>, <1,1,1>, <1,0,1>, <1,0,-1>, <1,1,-1> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #declare LDX_6019_dot_DAT = #if (LDXQual = 0) box { <-10,-6,-24>,<10,10,10> } #else union { // Plate 1 x 1 with Clip Horizontal (Open U-Clip) // Name: 6019.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2013-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-08-02 [OrionP] Made some primitive subs // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2004-03-02 [PTadmin] Official Update 2004-01 // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [Philo] Used Clip3, reoriented stud (2008-06-18) // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // !HISTORY 2013-02-10 [cwdee] Updated description // !HISTORY 2013-07-21 [PTadmin] Official Update 2013-01 #if (LDXStuds) object { LDX_stud_dot_dat matrix <0,0,1,0,1,0,-1,0,0,0,0,0> } #end // LDXStuds object { LDX_clip3_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,-20> } object { LDX_box4_dash_2p_dot_dat matrix <-10,0,0,0,0,20,0,-4,0,0,4,-10> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <6,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_rect3_dot_dat matrix <0,-4,0,0,0,1,3,0,0,-7,4,-10> } object { LDX_rect3_dot_dat matrix <0,-4,0,0,0,1,-3,0,0,7,4,-10> } mesh2 { vertex_vectors { 16, <10,8,-10>, <6,8,-6>, <-6,8,-6>, <-10,8,-10>, <-10,8,-10>, <-6,8,-6>, <-6,8,6>, <-10,8,10>, <-10,8,10>, <-6,8,6>, <6,8,6>, <10,8,10>, <10,8,10>, <6,8,6>, <6,8,-6>, <10,8,-10> } face_indices { 8, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15> } } } #end #declare LDX_uparml_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <-1,0,0,0,1,0,0,0,-1,10,-32,30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4085C_dot_DAT LDXSeamMatrix(20, 12, 34, 0, 2, -7) matrix <0,0,-1,0,1,0,1,0,0,0,-16,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_6019_dot_DAT LDXSeamMatrix(20, 16, 34, 0, 2, -7) matrix <1,0,0,0,1,0,0,0,1,20,-16,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,-24,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3069B_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,10,-32,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3940_dot_DAT LDXSeamMatrix(40, 52, 40, 0, 22, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3941_dot_DAT LDXSeamMatrix(40, 28, 40, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,40,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3679_dot_DAT LDXSeamMatrix(35, 12, 35, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,64,20> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_box3_dash_3_dot_dat = union { // Box with 3 Adjacent Faces and 3 Missing Edges // Name: box3-3.dat // Author: Mark Kennedy [mkennedy] // !LDRAW_ORG Primitive UPDATE 2004-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2004-09-15 [PTadmin] Official Update 2004-03 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 12, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <1,-1,1>, <1,-1,-1>, <1,1,-1>, <1,1,1>, <-1,1,1>, <-1,-1,1>, <1,-1,1> } face_indices { 6, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11> } } } #declare LDX_4360_dot_DAT = #if (LDXQual = 0) box { <-44,-10,-10>,<32,28,25.32> } #else union { // Minifig Camera with Side Sight // Name: 4360.dat // Author: Tore Eriksson [Tore_Eriksson] // !LDRAW_ORG Part UPDATE 2015-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !CATEGORY Minifig Accessory // !KEYWORDS Space Laser-gun with Side Sight, Town, scope, scanner, tv camera // !KEYWORDS video camera // !HISTORY 1997-10-29 [PTadmin] Official Update 1997-16 // !HISTORY 2002-07-05 [Tore_Eriksson] Fixed a lot of sloppy work // !HISTORY 2002-07-06 [Tore_Eriksson] Fixed gap at eyepiece, added some missing edges // !HISTORY 2002-08-15 [BrickCaster] Added 3 missing edges // !HISTORY 2002-11-30 [PTadmin] Official Update 2002-05 // !HISTORY 2007-07-04 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2008-07-07 [tchang] Add BFC, modify some edges and faces (2008-03-27) // !HISTORY 2009-09-03 [PTadmin] Official Update 2009-02 // !HISTORY 2015-02-11 [MagFors] Redesign without peghole.dat // !HISTORY 2015-10-11 [PTadmin] Official Update 2015-01 #if (LDXStuds) object { LDX_stud2_dot_dat matrix <0,1,0,1,0,0,0,0,-1,-40,8,0> } object { LDX_stud2_dot_dat matrix <0,1,0,0,0,1,1,0,0,-30,8,-6> } object { LDX_stud2_dot_dat matrix <0,1,0,0,0,1,1,0,0,-10,8,-6> } #end // LDXStuds object { LDX_box3_dash_3_dot_dat matrix <0,-8,0,-30,0,0,0,0,6,-10,8,0> } // BFC INVERTNEXT object { LDX_2_dash_4cylc_dot_dat matrix <0,1.6,0,0,0,-1,-1.6,0,0,1.6,3.2,-5> } // BFC INVERTNEXT object { LDX_2_dash_4cylc_dot_dat matrix <0,1.6,0,0,0,-1,1.6,0,0,11.4,3.2,-5> } // BFC INVERTNEXT object { LDX_box3u8p_dot_dat matrix <4.9,0,0,0,0,1,0,-1.6,0,6.5,3.2,-6> } // BFC INVERTNEXT object { LDX_2_dash_4cylc_dot_dat matrix <0,1.6,0,0,0,-1,-1.6,0,0,1.6,8,-5> } // BFC INVERTNEXT object { LDX_2_dash_4cylc_dot_dat matrix <0,1.6,0,0,0,-1,1.6,0,0,11.4,8,-5> } // BFC INVERTNEXT object { LDX_box3u8p_dot_dat matrix <4.9,0,0,0,0,1,0,-1.6,0,6.5,8,-6> } // BFC INVERTNEXT object { LDX_2_dash_4cylc_dot_dat matrix <0,1.6,0,0,0,-1,-1.6,0,0,1.6,12.8,-5> } // BFC INVERTNEXT object { LDX_2_dash_4cylc_dot_dat matrix <0,1.6,0,0,0,-1,1.6,0,0,11.4,12.8,-5> } // BFC INVERTNEXT object { LDX_box3u8p_dot_dat matrix <4.9,0,0,0,0,1,0,-1.6,0,6.5,12.8,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,1.6,0,0,0,1,-1.6,0,0,1.6,3.2,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,1.6,0,0,0,1,1.6,0,0,11.4,3.2,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,1.6,0,0,0,1,-1.6,0,0,1.6,8,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,1.6,0,0,0,1,1.6,0,0,11.4,8,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,1.6,0,0,0,1,-1.6,0,0,1.6,12.8,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <0,1.6,0,0,0,1,1.6,0,0,11.4,12.8,-6> } object { LDX_4_dash_4cylc_dot_dat matrix <4,0,0,0,2,0,0,0,4,-28,-2,0> } object { LDX_4_dash_4cylc_dot_dat matrix <4,0,0,0,2,0,0,0,4,0,-2,0> } object { LDX_4_dash_4cylc_dot_dat matrix <4,0,0,0,2,0,0,0,4,13,-2,0> } object { LDX_2_dash_4cylc_dot_dat matrix <0,0,1,0,2,0,-1,0,0,-19,-2,0> } object { LDX_2_dash_4cylc_dot_dat matrix <0,0,1,0,2,0,1,0,0,-9,-2,0> } object { LDX_box3u8p_dot_dat matrix <5,0,0,0,-2,0,0,0,-1,-14,0,0> } // BFC INVERTNEXT object { LDX_4_dash_4cylc_dot_dat matrix <4,0,0,0,12,0,0,0,4,-30,4,0> } // BFC INVERTNEXT object { LDX_4_dash_4cylc_dot_dat matrix <4,0,0,0,12,0,0,0,4,-19,4,0> } // BFC INVERTNEXT object { LDX_4_dash_4cylc_dot_dat matrix <4,0,0,0,12,0,0,0,4,-8,4,0> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,-30,16,0> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,-19,16,0> } object { LDX_4_dash_4ndis_dot_dat matrix <4,0,0,0,-1,0,0,0,4,-8,16,0> } object { LDX_4_dash_4cylc_dot_dat matrix <-4,0,0,0,-12,0,0,0,4,6.5,28,0> } // BFC INVERTNEXT object { LDX_4_dash_4cylc_dot_dat matrix <0,4,0,31.799999,0,0,0,0,4,-3.8,8,0> } object { LDX_1_dash_4chrd_dot_dat matrix <0,5.6568,5.6568,1,0,0,0,-5.6568,5.6568,20,8,0> } object { LDX_1_dash_4chrd_dot_dat matrix <0,5.6568,-5.6568,1,0,0,0,-5.6568,-5.6568,20,8,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,8,0,8,0,0,0,0,8,20,8,0> } object { LDX_4_dash_4ring2_dot_dat matrix <0,2,0,-1,0,0,0,0,2,28,8,0> } #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <0,1,0,-1,0,0,0,0,1,28,8,0> } object { LDX_stud4a_dot_dat matrix <0,1,0,-1,0,0,0,0,1,12,-2,17.32> } object { LDX_stud2a_dot_dat matrix <0,1,0,1,0,0,0,0,1,2,-2,17.32> } #end // LDXStuds // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,-10,0,0,0,0,4,12,-2,17.32> } object { LDX_4_dash_4ring2_dot_dat matrix <0,2,0,-1,0,0,0,0,2,12,-2,17.32> } object { LDX_2_dash_4cyli_dot_dat matrix <0,4.24264,4.24264,-6,0,0,0,-4.24264,4.24264,8,-2,17.32> } object { LDX_3_dash_4ring3_dot_dat matrix <0,2,0,1,0,0,0,0,2,8,-2,17.32> } object { LDX_4_dash_4cyli_dot_dat matrix <0,8,0,4,0,0,0,0,8,8,-2,17.32> } mesh2 { vertex_vectors { 90, <-40,16,-6>, <0,16,-6>, <0,0,-6>, <-40,0,-6>, <0,1.6,-6>, <13,1.6,-6>, <13,0,-6>, <0,0,-6>, <0,6.4,-6>, <13,6.4,-6>, <13,4.8,-6>, <0,4.8,-6>, <0,11.2,-6>, <13,11.2,-6>, <13,9.6,-6>, <0,9.6,-6>, <0,16,-6>, <13,16,-6>, <13,14.4,-6>, <0,14.4,-6>, <13,16,-6>, <20,16,-6>, <20,0,-6>, <13,0,-6>, <-40,16,6>, <-34,16,4>, <-34,16,-4>, <-40,16,-6>, <-4,16,4>, <20,16,6>, <20,16,-6>, <-4,16,-4>, <-40,16,-6>, <-34,16,-4>, <-4,16,-4>, <20,16,-6>, <20,16,6>, <-4,16,4>, <-34,16,4>, <-40,16,6>, <-26,16,4>, <-23,16,4>, <-23,16,-4>, <-26,16,-4>, <-15,16,4>, <-12,16,4>, <-12,16,-4>, <-15,16,-4>, <20,16,-6>, <20,16,6>, <20,13,6>, <20,13,-6>, <20,3,-6>, <20,3,6>, <20,0,6>, <20,0,-6>, <8,-3.1259,9.5439>, <8,-6.2426,13.0774>, <2,-6.2426,13.0774>, <2,0,6>, <12,-3.1259,9.5439>, <8,-3.1259,9.5439>, <2,0,6>, <12,0,6>, <2,16,6>, <2,2.2426,21.562599>, <8,2.2426,21.562599>, <8,16,6>, <2,0,6>, <2,-6.2426,13.0774>, <2,0,12>, <2,4,17.32>, <2,16,6>, <2,0,6>, <2,0,12>, <2,2.2426,21.562599>, <2,16,6>, <2,4,17.32>, <12,4.1875,6>, <12,1.0616,9.9288>, <12,-3.1259,9.5439>, <12,0,6>, <8,4.1875,6>, <8,1.0616,9.9288>, <12,1.0616,9.9288>, <12,4.1875,6>, <8,16,6>, <8,6,17.32>, <8,1.0616,9.9288>, <8,4.1875,6> } face_indices { 44, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <71, 72, 73>, <71, 73, 74>, <75, 76, 77>, <78, 79, 80>, <78, 80, 81>, <82, 83, 84>, <82, 84, 85>, <86, 87, 88>, <86, 88, 89> } } } #end #declare LDX_gun_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4360_dot_DAT LDXSeamMatrix(76, 38, 35.32, -6, 9, 7.66) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3957_dot_DAT LDXSeamMatrix(16, 96, 16, 0, -40, 0) matrix <0,1,0,1,0,0,0,0,-1,-38,8,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_32002_dot_DAT LDXSeamMatrix(30, 16, 16, -5, 0, 0) matrix <-1,0,0,0,-1,0,0,0,1,-118,8,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_32002_dot_DAT LDXSeamMatrix(30, 16, 16, -5, 0, 0) matrix <-1,0,0,0,-1,0,0,0,1,44,8,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_appendl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4arml_dot_dat matrix <0,0,-1,-0.71,0.71,0,0.71,0.71,0,44,26,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_uparml_dot_dat matrix <0,0,1,-1,0,0,0,-1,0,-12,104,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_gun_dot_dat matrix <-1,0,0,0,0,-1,0,-1,0,18.68,114,44> #if (version >= 3.1) material #else texture #end { LDXColor0 } } // MLCAD HIDE 1 0 32.68 84 -20 0 1 0 1 0 0 0 0 -1 lamp.dat } #declare LDX_2458_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-30>,<20,24,10> } #else union { // Brick 1 x 2 with Pin // Name: 2458.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2003-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !KEYWORDS Technic, pin, peg, connector // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 2003-06-08 [jriley] made BFC compliant // !HISTORY 2003-10-08 [fwcain] added KEYWORDS // !HISTORY 2003-12-19 [PTadmin] Official Update 2003-03 // !HISTORY 2007-05-10 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_3004_dot_DAT matrix <1,0,0,0,1,0,0,0,1,0,0,0> } object { LDX_connect_dot_dat matrix <0,1,0,0,0,1,1,0,0,0,10,-10> } } #end #declare LDX_s_slash_4865s01_dot_dat = union { // ~Panel 1 x 2 x 1 without Front Face // Name: s\4865s01.dat // Author: James Jessiman // !LDRAW_ORG Subpart UPDATE 2004-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-07-03 [Steffen] BFCed, subfiled // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-09-10 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,20,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,24,0> } mesh2 { vertex_vectors { 48, <20,24,10>, <16,24,6>, <-16,24,6>, <-20,24,10>, <-20,24,10>, <-16,24,6>, <-16,24,-6>, <-20,24,-10>, <-20,24,-10>, <-16,24,-6>, <16,24,-6>, <20,24,-10>, <20,24,-10>, <16,24,-6>, <16,24,6>, <20,24,10>, <20,16,-10>, <20,16,6>, <-20,16,6>, <-20,16,-10>, <20,0,6>, <20,0,10>, <-20,0,10>, <-20,0,6>, <-20,24,10>, <-20,24,-10>, <-20,16,-10>, <-20,16,6>, <-20,24,-10>, <20,24,-10>, <20,16,-10>, <-20,16,-10>, <20,24,-10>, <20,24,10>, <20,16,6>, <20,16,-10>, <-20,24,10>, <-20,16,6>, <-20,0,6>, <-20,0,10>, <-20,16,6>, <20,16,6>, <20,0,6>, <-20,0,6>, <20,16,6>, <20,24,10>, <20,0,10>, <20,0,6> } face_indices { 24, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47> } } } #declare LDX_4865a_dot_dat = #if (LDXQual = 0) box { <-20,0,-10>,<20,24,10> } #else union { // Panel 1 x 2 x 1 with Square Corners // Name: 4865a.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2011-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2003-07-03 [Steffen] BFCed, subfiled // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-07-09 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2011-12-08 [PTadmin] Renamed from 4865 // !HISTORY 2011-12-29 [PTadmin] Official Update 2011-02 object { LDX_s_slash_4865s01_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } mesh2 { vertex_vectors { 4, <20,24,10>, <-20,24,10>, <-20,0,10>, <20,0,10> } face_indices { 2, <0, 1, 2>, <0, 2, 3> } } } #end #declare LDX_4865_dot_DAT = #if (LDXQual = 0) box { <-20,0,-10>,<20,24,10> } #else union { // ~Moved to 4865a // Name: 4865.dat // Author: [PTadmin] // !LDRAW_ORG Part UPDATE 2011-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2011-12-29 [PTadmin] Official Update 2011-02 // // Panel 1 x 2 x 1 with Square Corners object { LDX_4865a_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> } } #end #declare LDX_shouldl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4854_dot_DAT LDXSeamMatrix(80, 28, 80, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2458_dot_DAT LDXSeamMatrix(40, 28, 40, 0, 10, -10) matrix <0,0,1,0,1,0,-1,0,0,40,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4865_dot_DAT LDXSeamMatrix(40, 24, 20, 0, 12, 0) matrix <0,0,1,0,1,0,-1,0,0,-20,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,40,-16,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,20,8,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2432_dot_DAT LDXSeamMatrix(40, 32, 20.000101, 0, 16, 0.000051) matrix <1,0,0,0,1,0,0,0,1,10,-40,-30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_2432_dot_DAT LDXSeamMatrix(40, 32, 20.000101, 0, 16, 0.000051) matrix <-1,0,0,0,1,0,0,0,-1,10,-40,30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_6134_dot_DAT = #if (LDXQual = 0) box { <-20,-4,-10>,<20,16,30> } #else union { // Hinge 2 x 2 Top // Name: 6134.dat // Author: Lutz Uhlmann // !LDRAW_ORG Part UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 1997-09-29 [PTadmin] Official Update 1997-15 // !HISTORY 2004-11-16 [guyvivan] Made BFC Compliant // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-07-16 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 object { LDX_box3u8p_dot_dat matrix <-4,0,0,0,13.5,0,0,0,2,10,2,0> } object { LDX_box3u8p_dot_dat matrix <-1,0,0,0,2,0,0,0,2,5,2,0> } object { LDX_box3u8p_dot_dat matrix <-1,0,0,0,2,0,0,0,2,-5,2,0> } object { LDX_box3u8p_dot_dat matrix <-4,0,0,0,13.5,0,0,0,2,-10,2,0> } object { LDX_box3u2p_dot_dat matrix <2,0,0,0,2,0,0,0,-2,0,2,0> } object { LDX_rect_dot_dat matrix <0,5.75,0,1,0,0,0,0,2,6,9.75,0> } object { LDX_rect_dot_dat matrix <0,5.75,0,-1,0,0,0,0,2,-6,9.75,0> } object { LDX_box_dot_dat matrix <20,0,0,0,1,0,0,0,20,0,1,10> } object { LDX_4_dash_4disc_dot_dat matrix <0,4,0,-1,0,0,0,0,4,20,10,0> } object { LDX_4_dash_4disc_dot_dat matrix <0,4,0,1,0,0,0,0,4,-20,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,-1,0,0,0,6,0,16,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,1,0,0,0,6,0,-16,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,1,0,0,0,6,0,14,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,-1,0,0,0,6,0,-14,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,-1,0,0,0,6,0,4,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,1,0,0,0,6,0,-4,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,1,0,0,0,6,0,2,10,0> } object { LDX_2_dash_4disc_dot_dat matrix <0,0,6,-1,0,0,0,6,0,-2,10,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,-4,0,0,0,0,4,20,10,0> } object { LDX_4_dash_4cyli_dot_dat matrix <0,4,0,4,0,0,0,0,4,-20,10,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,6,-2,0,0,0,6,0,16,10,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,6,2,0,0,0,6,0,-16,10,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,6,-2,0,0,0,6,0,4,10,0> } object { LDX_2_dash_4cyli_dot_dat matrix <0,0,6,2,0,0,0,6,0,-4,10,0> } object { LDX_box4o4a_dot_dat matrix <0,0,-6,0,8,0,1,0,0,3,2,0> } object { LDX_box4o4a_dot_dat matrix <0,0,-6,0,8,0,1,0,0,-3,2,0> } object { LDX_box4o4a_dot_dat matrix <0,0,-6,0,8,0,1,0,0,-15,2,0> } object { LDX_box4o4a_dot_dat matrix <0,0,-6,0,8,0,1,0,0,15,2,0> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,20> } object { LDX_stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,20> } #end // LDXStuds } #end #declare LDX_armpit_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_6134_dot_DAT LDXSeamMatrix(40, 20, 40, 0, 6, 10) matrix <1,0,0,0,0.97,-0.26,0,0.26,0.97,10,0,2> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3680_dot_DAT LDXSeamMatrix(40, 8, 40, 0, 4, 0) matrix <1,0,0,0,0.97,-0.26,0,0.26,0.97,10,-5,14> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <-1,0,0,0,1,0,0,0,-1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_socketl_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_shouldl_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_armpit_dot_dat matrix <0,0,1,0,1,0,-1,0,0,20,-8,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_arml_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_appendl_dot_dat matrix <-0.26,-0.97,0,-0.48,0.13,0.87,-0.84,0.22,-0.5,35,60,-69> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_socketl_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,160,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_shouldr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4854_dot_DAT LDXSeamMatrix(80, 28, 80, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2458_dot_DAT LDXSeamMatrix(40, 28, 40, 0, 10, -10) matrix <0,0,-1,0,1,0,1,0,0,-20,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_4865_dot_DAT LDXSeamMatrix(40, 24, 20, 0, 12, 0) matrix <0,0,-1,0,1,0,1,0,0,40,-8,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,-30> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_3710_dot_DAT LDXSeamMatrix(80, 12, 20, 0, 2, 0) matrix <0,0,-1,0,1,0,1,0,0,-20,-16,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } object { LDX_2432_dot_DAT LDXSeamMatrix(40, 32, 20.000101, 0, 16, 0.000051) matrix <1,0,0,0,1,0,0,0,1,10,-40,-30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_2432_dot_DAT LDXSeamMatrix(40, 32, 20.000101, 0, 16, 0.000051) matrix <-1,0,0,0,1,0,0,0,-1,10,-40,30> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_socketr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_shouldr_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_armpit_dot_dat matrix <0,0,-1,0,1,0,1,0,0,10,-8,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <0,0,1,0,1,0,-1,0,0,0,8,0> #if (version >= 3.1) material #else texture #end { LDXColor15 } } } #declare LDX_4590_dot_DAT = #if (LDXQual = 0) box { <-38,-4,-10>,<38,16,18> } #else union { // Plate 1 x 4 Offset // Name: 4590.dat // Author: James Jessiman // !LDRAW_ORG Part UPDATE 2004-02 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CW // !HISTORY 1998-06-20 [PTadmin] Official Update 1998-06 // !HISTORY 1999-05-17 [PTadmin] Official Update 1999-03 // !HISTORY 2003-06-30 [Steffen] BFCed, converted several quads to ring primitives, fixed two quads that did not fit to their bounding edges // !HISTORY 2003-12-02 [Steffen] fixed 2 very tiny BFC errors (wrongly oriented 1-4ndiscs) // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-10-26 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // // One or more STUD references in this file have been purposely // // capitalized to ensure that the stud is fully visible in LEdit. #if (LDXStuds) object { LDX_stud4a_dot_dat matrix <1,0,0,0,-1,0,0,0,-1,-30,12,10> } object { LDX_stud4a_dot_dat matrix <1,0,0,0,-1,0,0,0,-1,30,12,10> } object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,0,4,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,30,8,10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,4,0,0,0,4,-30,8,10> } object { LDX_ring2_dot_dat matrix <2,0,0,0,-2,0,0,0,2,-30,12,10> } object { LDX_ring2_dot_dat matrix <2,0,0,0,-2,0,0,0,2,30,12,10> } // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <16,0,0,0,-4,0,0,0,6,0,8,0> } object { LDX_1_dash_4ndis_dot_dat matrix <3,0,0,0,-1,0,0,0,3,22,8,3> } object { LDX_1_dash_4ndis_dot_dat matrix <-3,0,0,0,-1,0,0,0,3,-22,8,3> } object { LDX_1_dash_8ndis_dot_dat matrix <3,0,0,0,-3,0,0,0,-3,22,8,3> } object { LDX_1_dash_8ndis_dot_dat matrix <-3,0,0,0,-3,0,0,0,-3,-22,8,3> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <0,0,3,0,4,0,3,0,0,22,4,3> } // BFC INVERTNEXT object { LDX_3_dash_8cyli_dot_dat matrix <0,0,3,0,4,0,-3,0,0,-22,4,3> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,8,0,0,0,4,30,0,10> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,8,0,0,0,6,30,0,10> } // BFC INVERTNEXT object { LDX_4_dash_4cyli_dot_dat matrix <4,0,0,0,8,0,0,0,4,-30,0,10> } object { LDX_4_dash_4cyli_dot_dat matrix <6,0,0,0,8,0,0,0,6,-30,0,10> } #if (LDXStuds) object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,30,0,10> } object { LDX_stud2a_dot_dat matrix <1,0,0,0,1,0,0,0,1,-30,0,10> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> } object { LDX_stud_dot_dat matrix <1,0,0,0,1,0,0,0,1,-10,0,0> } #end // LDXStuds object { LDX_ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,-30,8,10> } object { LDX_ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,30,8,10> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,4,0,0,0,8,30,8,10> } object { LDX_4_dash_4cyli_dot_dat matrix <8,0,0,0,4,0,0,0,8,-30,8,10> } mesh2 { vertex_vectors { 128, <20,8,10>, <25.76,8,10>, <25.76,8,14.24>, <-25.76,8,14.24>, <-25.76,8,10>, <-20,8,10>, <25.76,8,6>, <25.76,8,10>, <-25.76,8,10>, <-25.76,8,6>, <18,8,6>, <16,8,6>, <16,8,-6>, <18,8,-5.2>, <-16,8,-6>, <-16,8,6>, <-18,8,6>, <-18,8,-5.2>, <34.240002,8,5.76>, <25.76,8,6>, <25,8,6>, <25,8,0>, <-25,8,6>, <-25.76,8,6>, <-34.240002,8,5.76>, <-25,8,0>, <34.240002,8,5.76>, <24.1,8,0.9>, <18,8,-5.2>, <20,8,-6>, <-18,8,-5.2>, <-24.1,8,0.9>, <-34.240002,8,5.76>, <-20,8,-6>, <20,8,-6>, <18,8,-5.2>, <16,8,-6>, <20,8,-10>, <-16,8,-6>, <-18,8,-5.2>, <-20,8,-6>, <-20,8,-10>, <20,8,-10>, <16,8,-6>, <-16,8,-6>, <-20,8,-10>, <25,4,1.8>, <25,4,6>, <18,4,6>, <18,4,-5.2>, <-18,4,6>, <-25,4,6>, <-25,4,1.8>, <-18,4,-5.2>, <20,0,10>, <20,0,-10>, <-20,0,-10>, <-20,0,10>, <20,0,-6>, <25.76,0,5.76>, <34.240002,0,5.76>, <-34.240002,0,5.76>, <-25.76,0,5.76>, <-20,0,-6>, <25.76,0,14.24>, <25.76,0,5.76>, <20,0,-6>, <20,0,10>, <-20,0,-6>, <-25.76,0,5.76>, <-25.76,0,14.24>, <-20,0,10>, <18,4,6>, <22,4,6>, <22,8,6>, <18,8,6>, <24.1,4,0.9>, <18,4,-5.2>, <18,8,-5.2>, <24.1,8,0.9>, <18,4,-5.2>, <18,4,6>, <18,8,6>, <18,8,-5.2>, <-22,8,6>, <-22,4,6>, <-18,4,6>, <-18,8,6>, <-18,8,-5.2>, <-18,4,-5.2>, <-24.1,4,0.9>, <-24.1,8,0.9>, <-18,8,6>, <-18,4,6>, <-18,4,-5.2>, <-18,8,-5.2>, <25.76,8,14.24>, <25.76,0,14.24>, <20,0,10>, <20,8,10>, <-20,0,10>, <-25.76,0,14.24>, <-25.76,8,14.24>, <-20,8,10>, <20,8,10>, <20,0,10>, <-20,0,10>, <-20,8,10>, <20,0,-6>, <34.240002,0,5.76>, <34.240002,8,5.76>, <20,8,-6>, <-34.240002,8,5.76>, <-34.240002,0,5.76>, <-20,0,-6>, <-20,8,-6>, <20,0,-10>, <20,0,-6>, <20,8,-6>, <20,8,-10>, <-20,8,-6>, <-20,0,-6>, <-20,0,-10>, <-20,8,-10>, <-20,8,-10>, <-20,0,-10>, <20,0,-10>, <20,8,-10> } face_indices { 62, <0, 1, 2>, <3, 4, 5>, <6, 7, 8>, <6, 8, 9>, <10, 11, 12>, <10, 12, 13>, <14, 15, 16>, <14, 16, 17>, <18, 19, 20>, <18, 20, 21>, <22, 23, 24>, <22, 24, 25>, <26, 27, 28>, <26, 28, 29>, <30, 31, 32>, <30, 32, 33>, <34, 35, 36>, <34, 36, 37>, <38, 39, 40>, <38, 40, 41>, <42, 43, 44>, <42, 44, 45>, <46, 47, 48>, <46, 48, 49>, <50, 51, 52>, <50, 52, 53>, <54, 55, 56>, <54, 56, 57>, <58, 59, 60>, <61, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127> } } } #end #declare LDX_uparmr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3941_dot_DAT LDXSeamMatrix(40, 28, 40, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,48,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3679_dot_DAT LDXSeamMatrix(35, 12, 35, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,72,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3940_dot_DAT LDXSeamMatrix(40, 52, 40, 0, 22, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3937_dot_DAT LDXSeamMatrix(40, 22, 20, 0, 13, 0) matrix <1,0,0,0,1,0,0,0,1,10,-24,-10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4590_dot_DAT LDXSeamMatrix(76, 20, 28, 0, 6, 4) matrix <1,0,0,0,1,0,0,0,1,10,-8,10> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3023_dot_DAT LDXSeamMatrix(40, 12, 20, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,-16,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3069B_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,10,-24,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,-20,8,20> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,40,8,20> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,-20,-32,20> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3062B_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,40,-32,20> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_4589_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,40,-56,20> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_4589_dot_DAT LDXSeamMatrix(20, 28, 20, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,-20,-56,20> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_wristr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_2452_dot_DAT LDXSeamMatrix(40, 12, 34, 0, 2, -7) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_2452_dot_DAT LDXSeamMatrix(40, 12, 34, 0, 2, -7) matrix <-1,0,0,0,1,0,0,0,-1,10,0,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3068B_dot_DAT LDXSeamMatrix(40, 8, 40, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,10,-8,10> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3679_dot_DAT LDXSeamMatrix(35, 12, 35, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,8,10> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_box2_dash_11_dot_dat = union { // Box with 2 Faces without 11 Edges // Name: box2-11.dat // Author: Steffen [Steffen] // !LDRAW_ORG Primitive UPDATE 2005-01 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01 // !HISTORY 2007-06-24 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 mesh2 { vertex_vectors { 8, <1,1,1>, <1,1,-1>, <-1,1,-1>, <-1,1,1>, <1,1,1>, <-1,1,1>, <-1,-1,1>, <1,-1,1> } face_indices { 4, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7> } } } #declare LDX_4626_dot_DAT = #if (LDXQual = 0) box { <-38,-12,-20>,<30,24,20> } #else union { // Excavator Bucket 2 x 3 // Name: 4626.dat // Author: Thomas Burger [grapeape] // !LDRAW_ORG Part UPDATE 2010-03 // !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt // BFC CERTIFY CCW // !CATEGORY Vehicle // !KEYWORDS excavation, digger, town, heavy equipment, construction // !KEYWORDS hinge, 2-finger // !HISTORY 1998-02-12 [PTadmin] Official Update 1998-02 // !HISTORY 2001-10-16 [pneaster] adjusted a few quads, rearranged quad winding, Added bfc // !HISTORY 2001-11-23 [pneaster] corrected BFC primitive use // !HISTORY 2001-11-30 [PTadmin] Official Update 2001-02 // !HISTORY 2003-07-09 [sbliss] Updated name to align with similar parts // !HISTORY 2004-04-22 [PTadmin] Official Update 2004-02 // !HISTORY 2007-07-08 [PTadmin] Header formatted for Contributor Agreement // !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01 // !HISTORY 2010-07-15 [MMR1988] Add bumps // !HISTORY 2010-07-15 [MagFors] Added condlines, used more primitives // !HISTORY 2010-12-31 [PTadmin] Official Update 2010-03 #if (LDXStuds) object { LDX_stud3_dot_dat matrix <1,0,0,0,-1,0,0,0,1,-20,20,0> } #end // LDXStuds // BFC INVERTNEXT object { LDX_box5_dot_dat matrix <0,0,-16,0,-4,0,6,0,0,-20,24,0> } // BFC INVERTNEXT object { LDX_box2_dash_5_dot_dat matrix <0,0,17,0,9.5,0,-9,0,0,-18,9.5,0> } object { LDX_rect3_dot_dat matrix <0,0,-17,-39.099998,17,0,0.5,1.15,0,-8.5,20.15,0> } object { LDX_rect2p_dot_dat matrix <1.5,0.025,0,-1.7,102,0,0,0,17,-6.5,21.325001,0> } // // object { LDX_box4_dash_2p_dot_dat matrix <0,0,10,0,4,0,-4,0,0,-34,0,0> } object { LDX_rect3_dot_dat matrix <0,0,2,0,1,0,-4,0,0,-34,0,0> } // BFC INVERTNEXT object { LDX_box2_dash_11_dot_dat matrix <-4,0,0,0,2,0,0,0,-2,-34,-2,8> } // BFC INVERTNEXT object { LDX_box2_dash_11_dot_dat matrix <4,0,0,0,2,0,0,0,2,-34,-2,-8> } object { LDX_box3u8p_dot_dat matrix <0,4,0,0,0,-4,-4,0,0,-34,-4,6> } object { LDX_box3u8p_dot_dat matrix <0,4,0,0,0,4,4,0,0,-34,-4,-6> } object { LDX_2_dash_4cylc_dot_dat matrix <-4,0,0,0,0,-4,0,-4,0,-34,-8,-2> } object { LDX_2_dash_4cylc_dot_dat matrix <-4,0,0,0,0,4,0,-4,0,-34,-8,2> } #if (LDXStuds) object { LDX_stud2_dot_dat matrix <0,1,0,1,0,0,0,0,-1,-30,14,-8> } object { LDX_stud2_dot_dat matrix <0,1,0,1,0,0,0,0,-1,-30,14,8> } #end // LDXStuds // BFC INVERTNEXT object { LDX_bump5000_dot_dat matrix <0,-3.5,0,0,0,-1.5,3.5,0,0,-34,-8,-6> } object { LDX_4_dash_4ring7_dot_dat matrix <-0.5,0,0,0,0,1,0,-0.5,0,-34,-8,-6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,1,0,4,0,-34,-8,-6> } // BFC INVERTNEXT object { LDX_bump5000_dot_dat matrix <0,-3.5,0,0,0,1.5,3.5,0,0,-34,-8,6> } object { LDX_4_dash_4ring7_dot_dat matrix <-0.5,0,0,0,0,-1,0,-0.5,0,-34,-8,6> } object { LDX_2_dash_4ndis_dot_dat matrix <4,0,0,0,0,-1,0,4,0,-34,-8,6> } mesh2 { vertex_vectors { 132, <-6,24,-20>, <-14,24,-16>, <-14,24,16>, <-6,24,20>, <-6,24,20>, <-14,24,16>, <-26,24,16>, <-30,24,20>, <-30,24,20>, <-26,24,16>, <-26,24,-16>, <-30,24,-20>, <-30,24,-20>, <-26,24,-16>, <-14,24,-16>, <-6,24,-20>, <-5,21.35,-17>, <3.65,19.25,-17>, <3.65,19.25,17>, <-5,21.35,17>, <3.65,19.25,-17>, <13.7,13.7,-17>, <13.7,13.7,17>, <3.65,19.25,17>, <13.7,13.7,-17>, <21,7.8,-17>, <21,7.8,17>, <13.7,13.7,17>, <21,7.8,-17>, <27,0,-17>, <27,0,17>, <21,7.8,17>, <-30,24,-20>, <-6,24,-20>, <0,0,-20>, <-30,0,-20>, <0,0,-20>, <-6,24,-20>, <5.5,21,-20>, <15.45,15.75,-20>, <0,0,-20>, <15.45,15.75,-20>, <23.6,8.7,-20>, <30,0,-20>, <-9,19,-17>, <-27,19,-17>, <-27,0,-17>, <0,0,-17>, <-8,21.299999,-17>, <-9,19,-17>, <0,0,-17>, <-5,21.35,-17>, <3.65,19.25,-17>, <-5,21.35,-17>, <0,0,-17>, <13.7,13.7,-17>, <21,7.8,-17>, <13.7,13.7,-17>, <0,0,-17>, <27,0,-17>, <0,0,20>, <-6,24,20>, <-30,24,20>, <-30,0,20>, <5.5,21,20>, <-6,24,20>, <0,0,20>, <15.45,15.75,20>, <23.6,8.7,20>, <15.45,15.75,20>, <0,0,20>, <30,0,20>, <-27,0,17>, <-27,19,17>, <-9,19,17>, <0,0,17>, <0,0,17>, <-9,19,17>, <-8,21.299999,17>, <-5,21.35,17>, <0,0,17>, <-5,21.35,17>, <3.65,19.25,17>, <13.7,13.7,17>, <0,0,17>, <13.7,13.7,17>, <21,7.8,17>, <27,0,17>, <-30,24,20>, <-30,24,-20>, <-30,4,-10>, <-30,4,10>, <-30,24,20>, <-30,4,10>, <-30,0,10>, <-30,0,20>, <-30,0,-20>, <-30,0,-10>, <-30,4,-10>, <-30,24,-20>, <5.5,21,20>, <5.5,21,-20>, <-6,24,-20>, <-6,24,20>, <15.45,15.75,20>, <15.45,15.75,-20>, <5.5,21,-20>, <5.5,21,20>, <23.6,8.7,20>, <23.6,8.7,-20>, <15.45,15.75,-20>, <15.45,15.75,20>, <30,0,20>, <30,0,-20>, <23.6,8.7,-20>, <23.6,8.7,20>, <-27,0,17>, <27,0,17>, <30,0,20>, <-30,0,20>, <-27,0,-17>, <-27,0,17>, <-30,0,20>, <-30,0,-20>, <27,0,-17>, <-27,0,-17>, <-30,0,-20>, <30,0,-20>, <27,0,17>, <27,0,-17>, <30,0,-20>, <30,0,20> } face_indices { 66, <0, 1, 2>, <0, 2, 3>, <4, 5, 6>, <4, 6, 7>, <8, 9, 10>, <8, 10, 11>, <12, 13, 14>, <12, 14, 15>, <16, 17, 18>, <16, 18, 19>, <20, 21, 22>, <20, 22, 23>, <24, 25, 26>, <24, 26, 27>, <28, 29, 30>, <28, 30, 31>, <32, 33, 34>, <32, 34, 35>, <36, 37, 38>, <36, 38, 39>, <40, 41, 42>, <40, 42, 43>, <44, 45, 46>, <44, 46, 47>, <48, 49, 50>, <48, 50, 51>, <52, 53, 54>, <52, 54, 55>, <56, 57, 58>, <56, 58, 59>, <60, 61, 62>, <60, 62, 63>, <64, 65, 66>, <64, 66, 67>, <68, 69, 70>, <68, 70, 71>, <72, 73, 74>, <72, 74, 75>, <76, 77, 78>, <76, 78, 79>, <80, 81, 82>, <80, 82, 83>, <84, 85, 86>, <84, 86, 87>, <88, 89, 90>, <88, 90, 91>, <92, 93, 94>, <92, 94, 95>, <96, 97, 98>, <96, 98, 99>, <100, 101, 102>, <100, 102, 103>, <104, 105, 106>, <104, 106, 107>, <108, 109, 110>, <108, 110, 111>, <112, 113, 114>, <112, 114, 115>, <116, 117, 118>, <116, 118, 119>, <120, 121, 122>, <120, 122, 123>, <124, 125, 126>, <124, 126, 127>, <128, 129, 130>, <128, 130, 131> } } } #end #declare LDX_fingerr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_4626_dot_DAT LDXSeamMatrix(68, 36, 40, -4, 6, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor7 } } object { LDX_3069B_dot_DAT LDXSeamMatrix(40, 8, 20, 0, 4, 0) matrix <0,0,1,1,0,0,0,1,0,-28,14,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_handr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_wristr_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_fingerr_dot_dat matrix <0,-0.87,0.5,0,-0.5,-0.87,1,0,0,20,-21,-15> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_fingerr_dot_dat matrix <0,-0.87,-0.5,0,-0.5,0.87,-1,0,0,20,-21,35> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_4armr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_3680_dot_DAT LDXSeamMatrix(40, 8, 40, 0, 4, 0) matrix <1,0,0,0,1,0,0,0,1,10,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_handr_dot_dat matrix <0,0,-1,0,1,0,1,0,0,0,-8,20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3941_dot_DAT LDXSeamMatrix(40, 28, 40, 0, 10, 0) matrix <1,0,0,0,1,0,0,0,1,10,8,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3022_dot_DAT LDXSeamMatrix(40, 12, 40, 0, 2, 0) matrix <1,0,0,0,1,0,0,0,1,10,32,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_3938_dot_DAT LDXSeamMatrix(40, 20, 20, 0, 6, 0) matrix <1,0,0,0,1,0,0,0,1,10,40,-10> #if (version >= 3.1) material #else texture #end { LDXColor7 } } } #declare LDX_appendr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_uparmr_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_4armr_dot_dat matrix <1,0,0,0,0.71,0.71,0,-0.71,0.71,0,-56,-38> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_armr_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_socketr_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_appendr_dot_dat matrix <0.84,0.22,-0.5,-0.26,0.97,0,0.48,0.13,0.87,34,-85,5> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_halfup_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_wings_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,32,-220> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_torsoup_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_arml_dot_dat matrix <0,0,1,0.71,0.71,0,-0.71,0.71,0,-84,-128,-90> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_armr_dot_dat matrix <0,0,1,0.71,0.71,0,-0.71,0.71,0,29,-15,60> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_body_dot_dat = union { // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_halflow_dot_dat matrix <0,0,1,0.57,-0.82,0,0.82,0.57,0,-30,34,-20> #if (version >= 3.1) material #else texture #end { LDXColor0 } } object { LDX_halfup_dot_dat matrix <1,0,0,0,1,0,0,0,1,10,24,0> #if (version >= 3.1) material #else texture #end { LDXColor0 } } } #declare LDX_complete_dot_dat = union { // FILE complete.dat // WRITE Author: Michael Horvath // ROTATION CENTER 0 0 0 1 "Custom" // ROTATION CONFIG 0 0 object { LDX_body_dot_dat matrix <0,-0.422618,-0.906308,0,-0.906308,0.422618,-1,0,0,10,-355.170013,-40.68> #if (version >= 3.1) material #else texture #end { LDXColor0 } } #if (LDXRefls = 0) no_reflection #end #if (LDXShads = 0) no_shadow #end } // complete.dat object { LDX_complete_dot_dat #if (version >= 3.1) material #else texture #end { LDXColor7 } } // Floor #if (LDXFloor != 0) object { plane { LDXFloorAxis, LDXFloorLoc hollow } texture { pigment { color rgb } finish { ambient LDXFloorAmb diffuse LDXFloorDif } } } #end