doc/main: Revisit and automate all renders and diagrams.
Previously, all renders were created and added manually when a newly supported device was added to the documentation. This commit revisits all diagrams by creating them using a single LDRAW multi-file part model and LPUB3D building instructions file. This makes perspective and resolution consistent across all images, and we could update them all at once if needed. It also removes the background from all images so they can be used with different documentation themes.
@@ -47,8 +47,8 @@ class PybricksRequirementsStaticDirective(Directive):
|
||||
|
||||
for hub in HUB_FEATURES:
|
||||
for compat in ("true", "false"):
|
||||
uri = "compat_{0}_{1}_label.png".format(hub, compat)
|
||||
src_uri = path.join(env.app.builder.srcdir, "images", uri)
|
||||
uri = "compat_{0}_{1}.png".format(hub, compat)
|
||||
src_uri = path.join(env.app.builder.srcdir, "diagrams", uri)
|
||||
build_uri = path.join(env.app.builder.outdir, "_images", uri)
|
||||
copyfile(src_uri, build_uri)
|
||||
|
||||
|
||||
@@ -0,0 +1,62 @@
|
||||
rm output/*
|
||||
cp LPub3D/assem/main-*.png output/all.png
|
||||
cp LPub3D/assem/main_1_ev3devices-*.png output/ev3device-all.png
|
||||
cp LPub3D/assem/main_1_ev3devices_1_ev3device-color-*.png output/ev3device-color.png
|
||||
cp LPub3D/assem/main_1_ev3devices_1_ev3device-ev3-*.png output/ev3device-ev3.png
|
||||
cp LPub3D/assem/main_1_ev3devices_1_ev3device-gyro-*.png output/ev3device-gyro.png
|
||||
cp LPub3D/assem/main_1_ev3devices_1_ev3device-infrared-*.png output/ev3device-infrared.png
|
||||
cp LPub3D/assem/main_1_ev3devices_1_ev3device-motors-*.png output/ev3device-motors.png
|
||||
cp LPub3D/assem/main_1_ev3devices_1_ev3device-touch-*.png output/ev3device-touch.png
|
||||
cp LPub3D/assem/main_1_ev3devices_1_ev3device-ultrasonic-*.png output/ev3device-ultrasonic.png
|
||||
cp LPub3D/assem/main_1_hubs_2_hubs-lwp3-*.png output/hub-lwp3.png
|
||||
cp LPub3D/assem/main_1_hubs-*0_1_1*.png output/hub-spike-inventor.png
|
||||
cp LPub3D/assem/main_1_hubs-*0_1_2*.png output/hub-all.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-city-*.png output/hub-city.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-essential-*35_-35_0_ABS.png output/hub-essential.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-essential-*45_45_0_ABS.png output/hub-essential-orientation.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-inventor-*35_-35_0_ABS.png output/hub-inventor.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-inventor-*45_45_0_ABS.png output/hub-inventor-orientation.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-move-*35_-35_0_ABS.png output/hub-move.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-move-*45_45_0_ABS.png output/hub-move-orientation.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-move-*35_-125_0_ABS.png output/hub-move-motor-a.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-move-*35_55_0_ABS.png output/hub-move-motor-b.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-prime-*35_-35_0_ABS.png output/hub-prime.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-prime-*45_45_0_ABS.png output/hub-prime-orientation.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-prime-*90_0_0_ABS.png output/hub-prime-display.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-technic-*35_-35_0_ABS.png output/hub-technic.png
|
||||
cp LPub3D/assem/main_1_hubs_1_hub-technic-*45_-135_0_ABS.png output/hub-technic-orientation.png
|
||||
cp LPub3D/assem/main_1_iodevices-*.png output/iodevice-all.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-dcmotor-*.png output/iodevice-dcmotor.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-pupdevice-*.png output/iodevice-pupdevice.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-rj12blue-*.png output/iodevice-rj12blue.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-rj12brown-*.png output/iodevice-rj12brown.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-rj12cyan-*.png output/iodevice-rj12cyan.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-rj12green-*.png output/iodevice-rj12green.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-rj12grey-*.png output/iodevice-rj12grey.png
|
||||
cp LPub3D/assem/main_1_iodevices_1_iodevice-rj12pcbbox-*.png output/iodevice-rj12pcbbox.png
|
||||
cp LPub3D/assem/main_1_nxtdevices-*.png output/nxtdevice-all.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-color-*.png output/nxtdevice-color.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-energy-*.png output/nxtdevice-energy.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-light-*.png output/nxtdevice-light.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-nxt-*.png output/nxtdevice-nxt.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-sound-*.png output/nxtdevice-sound.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-temperature-*.png output/nxtdevice-temperature.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-touch-*.png output/nxtdevice-touch.png
|
||||
cp LPub3D/assem/main_1_nxtdevices_1_nxtdevice-ultrasonic-*.png output/nxtdevice-ultrasonic.png
|
||||
cp LPub3D/assem/main_1_pupdcmotors-*.png output/pupdevice-dcmotors.png
|
||||
cp LPub3D/assem/main_1_pupdevices-*.png output/pupdevice-all.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-color-*0_0.png output/pupdevice-color-front.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-color-*ABS.png output/pupdevice-color.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-colordistance-*.png output/pupdevice-colordistance.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-force-*.png output/pupdevice-force.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-infrared-*.png output/pupdevice-infrared.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-light-*.png output/pupdevice-light.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-lightmatrix-*.png output/pupdevice-lightmatrix.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-pfmotor-*.png output/pupdevice-pfmotor.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-remote-*.png output/pupdevice-remote.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-tilt-*35_-35_0_ABS.png output/pupdevice-tilt.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-tilt-*45_-135_0_ABS.png output/pupdevice-tilt-orientation.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-ultrasonic-*0_0.png output/pupdevice-ultrasonic-front.png
|
||||
cp LPub3D/assem/main_1_pupdevices_1_pupdevice-ultrasonic-*ABS.png output/pupdevice-ultrasonic.png
|
||||
cp LPub3D/assem/main_1_pupmotors-*.png output/pupdevice-motors.png
|
||||
cp LPub3D/assem/main_1_imu-orientation-*.png output/imu-orientation.png
|
||||
@@ -0,0 +1,841 @@
|
||||
0 FILE main.ldr
|
||||
0 main
|
||||
0 Name: main.ldr
|
||||
0 Author: Pybricks
|
||||
0 !LPUB RESOLUTION GLOBAL 150 DPI
|
||||
0 !LPUB PAGE SIZE GLOBAL 33.1102 46.8110 A0
|
||||
0 !LPUB PAGE MARGINS GLOBAL 0.0000 0.0000
|
||||
0 !LPUB PLI SHOW GLOBAL FALSE
|
||||
0 !LPUB PAGE ORIENTATION GLOBAL LANDSCAPE
|
||||
0 !LPUB PAGE BACKGROUND GLOBAL TRANSPARENT
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.3
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 0 730 0 -37 1 0 0 0 1 0 0 0 1 pupdevices.ldr
|
||||
1 0 0 0 140 1 0 0 0 1 0 0 0 1 hubs.ldr
|
||||
1 0 70 0 333 1 0 0 0 1 0 0 0 1 pupmotors.ldr
|
||||
1 0 1340 380 700 0 0 1 0 1 0 -1 0 0 pupdcmotors.ldr
|
||||
1 0 -590 380 570 1 0 0 0 1 0 0 0 1 nxtdevices.ldr
|
||||
1 0 -280 380 1730 1 0 0 0 1 0 0 0 1 ev3devices.ldr
|
||||
1 0 -720 380 1840 1 0 0 0 1 0 0 0 1 iodevices.ldr
|
||||
0 BUFEXCHG A STORE
|
||||
1 0 -720 380 1840 1 0 0 0 1 0 0 0 1 imu-orientation.ldr
|
||||
0 BUFEXCHG A RETRIEVE
|
||||
0 ROTSTEP 40 -35 0 ABS
|
||||
0
|
||||
0 STEP
|
||||
0 !LPUB INSERT COVER_PAGE BACK
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevices.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevices.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.35
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
0 BUFEXCHG A STORE
|
||||
0 GHOST 1 0 1043 0 -136 1 0 0 0 1 0 0 0 1 pupdevice-pfmotor.ldr
|
||||
0 BUFEXCHG A RETRIEVE
|
||||
1 0 349 0 -225 1 0 0 0 1 0 0 0 1 pupdevice-color.ldr
|
||||
1 0 -31 0 -215 1 0 0 0 1 0 0 0 1 pupdevice-force.ldr
|
||||
1 0 139 0 -235 1 0 0 0 1 0 0 0 1 pupdevice-ultrasonic.ldr
|
||||
1 0 460 0 20 1 0 0 0 1 0 0 0 1 pupdevice-tilt.ldr
|
||||
1 0 300 0 20 1 0 0 0 1 0 0 0 1 pupdevice-colordistance.ldr
|
||||
1 0 130 0 20 1 0 0 0 1 0 0 0 1 pupdevice-infrared.ldr
|
||||
1 0 510 0 -280 1 0 0 0 1 0 0 0 1 pupdevice-lightmatrix.ldr
|
||||
1 0 560 0 60 1 0 0 0 1 0 0 0 1 pupdevice-light.ldr
|
||||
1 0 330 0 350 1 0 0 0 1 0 0 0 1 pupdevice-remote.ldr
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE hubs.ldr
|
||||
0 New Model
|
||||
0 Name: hubs.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.35
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 0 80 30 -270 1 0 0 0 1 0 0 0 1 hub-prime.ldr
|
||||
1 0 -150 30 -130 1 0 0 0 1 0 0 0 1 hub-inventor.ldr
|
||||
0 ROTSTEP 40 -35 0 ABS
|
||||
1 0 280 0 -460 1 0 0 0 1 0 0 0 1 hub-essential.ldr
|
||||
1 0 0 0 0 1 0 0 0 1 0 0 0 1 hubs-lwp3.ldr
|
||||
0 STEP
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-color.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-color.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
0 GHOST 1 15 0 0 -50 -1 0 0 0 -1 0 0 0 1 37308.dat
|
||||
0 ROTSTEP 0 0 0 ABS
|
||||
1 15 0 0 0 -1 0 0 0 -1 0 0 0 1 37308c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-ultrasonic.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-ultrasonic.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 37316.dat
|
||||
0 ROTSTEP 0 0 0 ABS
|
||||
1 511 0 14 0 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-force.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-force.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 -1 0 0 0 -1 0 0 0 1 37312c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-colordistance.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-colordistance.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 26912.dat
|
||||
1 256 0 8 35 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-infrared.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-infrared.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 0 0 1 0 1 0 -1 0 0 20844.dat
|
||||
1 256 0 8 35 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-tilt.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-tilt.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 256 0 8 35 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
1 15 0 0 0 0 0 1 0 1 0 -1 0 0 20841.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
1 15 0 0 0 0 0 1 0 1 0 -1 0 0 20841.dat
|
||||
0 ROTSTEP 45 -135 0 ABS
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE hub-technic.ldr
|
||||
0 New Model
|
||||
0 Name: hub-technic.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 71 0 0 0 1 0 0 0 1 0 0 0 1 22127.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
1 71 0 0 0 1 0 0 0 1 0 0 0 1 22127.dat
|
||||
0 ROTSTEP 45 -135 0 ABS
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE hub-prime.ldr
|
||||
0 New Model
|
||||
0 Name: hub-prime.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 45601.dat
|
||||
1 14 0 0 0 1 0 0 0 1 0 0 0 1 45610.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
1 14 0 0 0 1 0 0 0 1 0 0 0 1 45610.dat
|
||||
0 ROTSTEP 45 45 0 ABS
|
||||
1 14 0 0 0 1 0 0 0 1 0 0 0 1 45610.dat
|
||||
0 ROTSTEP 90 0 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE hub-inventor.ldr
|
||||
0 New Model
|
||||
0 Name: hub-inventor.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 67718c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 67718c01.dat
|
||||
0 ROTSTEP 45 45 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE hub-city.ldr
|
||||
0 New Model
|
||||
0 Name: hub-city.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 28738.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE hub-move.ldr
|
||||
0 New Model
|
||||
0 Name: hub-move.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 26910.dat
|
||||
0 ROTSTEP 35 -125 0 ABS
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 26910.dat
|
||||
0 ROTSTEP 35 55 0 ABS
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 26910.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 26910.dat
|
||||
0 ROTSTEP 45 45 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE hub-essential.ldr
|
||||
0 New Model
|
||||
0 Name: hub-essential.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 67351c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 67351c01.dat
|
||||
0 ROTSTEP 45 45 0 ABS
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-lightmatrix.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-lightmatrix.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 -1 0 0 0 -1 0 0 0 1 47592c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-light.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-light.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 0 0 0 0 1 0 0 0 1 0 0 0 1 22168.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-pfmotor.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-pfmotor.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 71 445 -9 202 0 0 -1 0 1 0 1 0 0 99499c01.dat
|
||||
1 71 120 0 230 0 0 1 0 1 0 -1 0 0 58123.dat
|
||||
1 15 2.655 -31 364.341 0.965925 0 -0.258819 0 1 0 0.258819 0 0.965925 26912.dat
|
||||
1 256 -6.404 -23 398.149 -0.965925 0 -0.258819 0 -1 0 -0.258819 0 0.965925 u9218c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdevice-remote.ldr
|
||||
0 New Model
|
||||
0 Name: pupdevice-remote.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 -1 0 0 0 1 0 0 0 -1 28739.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupmotors.ldr
|
||||
0 New Model
|
||||
0 Name: pupmotors.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.35
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 450 -76 -20 0 0 1 1 0 0 0 1 0 54675c01.dat
|
||||
1 15 -30 -76 280 0 0 1 1 0 0 0 1 0 68488c01.dat
|
||||
1 71 550 -76 200 0 0 1 1 0 0 0 1 0 69730c01.dat
|
||||
1 15 180 -72 140 0 0 1 1 0 0 0 1 0 54696c01.dat
|
||||
1 15 260 -72 350 0 0 1 1 0 0 0 1 0 54696p02c01.dat
|
||||
1 71 430 -84 470 1 0 0 0 1 0 0 0 1 22169c01.dat
|
||||
1 71 590 -86 360 1 0 0 0 1 0 0 0 1 22172c01.dat
|
||||
1 15 300 -110 630 1 0 0 0 1 0 0 0 1 26913c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE pupdcmotors.ldr
|
||||
0 New Model
|
||||
0 Name: pupdcmotors.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.35
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 256 61 -346 -31 1 0 0 0 1 0 0 0 1 u9218c01.dat
|
||||
1 0 60 -312 -150 1 0 0 0 1 0 0 0 1 3706.dat
|
||||
1 0 100 -312 -150 0 0 -1 0 1 0 1 0 0 u9241.dat
|
||||
1 0 100 -312 -30 0 0 -1 0 1 0 1 0 0 u9241.dat
|
||||
1 0 20 -312 -30 0 0 1 0 1 0 -1 0 0 u9241.dat
|
||||
1 0 20 -312 -150 0 0 1 0 1 0 -1 0 0 u9241.dat
|
||||
1 0 60 -312 -30 1 0 0 0 1 0 0 0 1 3706.dat
|
||||
1 0 90 -344 -90 1 0 0 0 1 0 0 0 1 2871b.dat
|
||||
1 0 60 -352 -90 -1 0 0 0 1 0 0 0 -1 2894.dat
|
||||
1 0 30 -344 -90 -1 0 0 0 1 0 0 0 -1 2871b.dat
|
||||
1 15 10 -376 -310 0 0 -1 0 1 0 1 0 0 21980c01.dat
|
||||
0 ROTSTEP 25 45 0 ABS
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevices.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevices.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.35
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
0 GHOST 1 0 20 0 600 1 0 0 0 1 0 0 0 1 nxtdevice-nxt.ldr
|
||||
1 0 60 0 110 1 0 0 0 1 0 0 0 1 nxtdevice-touch.ldr
|
||||
1 0 180 0 30 1 0 0 0 1 0 0 0 1 nxtdevice-light.ldr
|
||||
1 0 290 0 -60 1 0 0 0 1 0 0 0 1 nxtdevice-color.ldr
|
||||
1 0 -80 0 200 1 0 0 0 1 0 0 0 1 nxtdevice-ultrasonic.ldr
|
||||
1 0 410 0 -150 1 0 0 0 1 0 0 0 1 nxtdevice-sound.ldr
|
||||
1 0 -210 0 420 1 0 0 0 1 0 0 0 1 nxtdevice-temperature.ldr
|
||||
1 0 340 0 520 1 0 0 0 1 0 0 0 1 nxtdevice-energy.ldr
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-nxt.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-nxt.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 53788c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-touch.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-touch.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 53793.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-light.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-light.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 55969.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-color.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-color.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 64892.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-ultrasonic.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-ultrasonic.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 53792.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-sound.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-sound.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 55963.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-temperature.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-temperature.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 62840.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-energy.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-energy.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 71 0 0 0 1 0 0 0 1 0 0 0 1 87576c01.dat
|
||||
1 71 280 70 -220 1 0 0 0 1 0 0 0 1 87578.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-vernier.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-vernier.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 53793.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE nxtdevice-motor.ldr
|
||||
0 New Model
|
||||
0 Name: nxtdevice-motor.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 53787.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-ev3.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-ev3.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 95646c01.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-motors.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-motors.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 370 -296 -430 0 0 1 0 1 0 -1 0 0 95658.dat
|
||||
1 15 90 -296 -340 1 0 0 0 1 0 0 0 1 99455.dat
|
||||
1 151 610 -296 -580 0 0 1 0 -1 0 1 0 0 53787.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-large.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-large.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 95658.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-medium.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-medium.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 99455.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-touch.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-touch.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 95648.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-color.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-color.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 95650.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-infrared.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-infrared.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 95654.dat
|
||||
0 GHOST 1 15 210 -60 -190 -1 0 0 0 1 0 0 0 -1 72156.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-ultrasonic.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-ultrasonic.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 95652.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3device-gyro.ldr
|
||||
0 New Model
|
||||
0 Name: ev3device-gyro.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 0 0 0 1 0 0 0 1 0 0 0 1 99380.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE ev3devices.ldr
|
||||
0 New Model
|
||||
0 Name: ev3devices.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.35
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 0 370 0 40 1 0 0 0 1 0 0 0 1 ev3device-ev3.ldr
|
||||
1 0 0 280 0 1 0 0 0 1 0 0 0 1 ev3device-motors.ldr
|
||||
1 0 590 0 10 1 0 0 0 1 0 0 0 1 ev3device-touch.ldr
|
||||
1 0 630 0 -340 1 0 0 0 1 0 0 0 1 ev3device-infrared.ldr
|
||||
1 0 790 0 -150 1 0 0 0 1 0 0 0 1 ev3device-color.ldr
|
||||
1 0 480 0 -210 1 0 0 0 1 0 0 0 1 ev3device-ultrasonic.ldr
|
||||
1 0 680 0 -80 1 0 0 0 1 0 0 0 1 ev3device-gyro.ldr
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevices.ldr
|
||||
0 New Model
|
||||
0 Name: iodevices.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 !LPUB ASSEM MODEL_SCALE GLOBAL 0.35
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 0 470 0 170 1 0 0 0 1 0 0 0 1 iodevice-pupdevice.ldr
|
||||
1 0 320 -60 320 1 0 0 0 1 0 0 0 1 iodevice-dcmotor.ldr
|
||||
1 0 510 0 -100 1 0 0 0 1 0 0 0 1 iodevice-rj12green.ldr
|
||||
1 0 430 0 -40 1 0 0 0 1 0 0 0 1 iodevice-rj12brown.ldr
|
||||
1 0 170 0 100 1 0 0 0 1 0 0 0 1 iodevice-rj12cyan.ldr
|
||||
1 0 260 0 50 1 0 0 0 1 0 0 0 1 iodevice-rj12blue.ldr
|
||||
1 0 350 0 0 1 0 0 0 1 0 0 0 1 iodevice-rj12grey.ldr
|
||||
1 0 140 -50 330 1 0 0 0 1 0 0 0 1 iodevice-rj12pcbbox.ldr
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-dcmotor.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-dcmotor.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 16 0 0 -80 0 0 -1 0 1 0 1 0 0 6625c01.dat
|
||||
1 47 -70 0 160 0 0 -1 0 -1 0 -1 0 0 55804.dat
|
||||
1 0 0 0 80 0 0 -1 0 -1 0 -1 0 0 897.dat
|
||||
1 71 0 0 -60 1 0 0 0 1 0 0 0 1 71427.dat
|
||||
1 256 0 1.5 -64 0 0 1 -1 0 0 0 154 0 993.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-rj12green.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-rj12green.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 2 0 0 50 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 0 0 -1 80 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-rj12blue.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-rj12blue.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 1 0 0 50 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 0 0 -1 80 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-rj12brown.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-rj12brown.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 6 0 0 50 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 0 0 -1 80 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-rj12cyan.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-rj12cyan.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 11 0 0 50 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 0 0 -1 80 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-rj12grey.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-rj12grey.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 7 0 0 50 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 151 0 0 0 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 0 0 -1 80 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-rj12pcbbox.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-rj12pcbbox.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 0 0 5 0 0 0 -40 0 6 0 50 0 0 box.dat
|
||||
1 151 0 0 -50 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-nxtgeneric.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-nxtgeneric.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 151 1200 -392 -350 1 0 0 0 1 0 0 0 1 ms1040.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0 FILE iodevice-pupdevice.ldr
|
||||
0 New Model
|
||||
0 Name: iodevice-pupdevice.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 2 0 0 30 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 0 0 0 80 1 0 0 0 1 0 0 0 1 u9218c01.dat
|
||||
1 0 0 -1 0 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
1 0 150 0 -50 1 0 0 0 1 0 0 0 1 u9470c01.dat
|
||||
1 15 150 15 -50 1 0 0 0 1 0 0 0 1 u9218c01.dat
|
||||
1 0 120 0 -81 15 0 0 0 0 15 0 -1 0 box.dat
|
||||
1 0 180 0 -81 0 0 -8 15 0 0 0 -1 0 box.dat
|
||||
1 0 160 0 -81 0 0 8 -15 0 0 0 -1 0 box.dat
|
||||
1 4 195 -8 -81 0 0 2 -2 0 0 0 -1 0 box.dat
|
||||
1 2 150 0 -80 50 0 0 0 0 20 0 -1 0 box.dat
|
||||
1 1 195 0 -81 0 0 2 -2 0 0 0 -1 0 box.dat
|
||||
1 14 195 8 -81 0 0 2 -2 0 0 0 -1 0 box.dat
|
||||
0 ROTSTEP 35 -35 0 ABS
|
||||
0
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0
|
||||
0
|
||||
0 FILE imu-orientation.ldr
|
||||
0 New Model
|
||||
0 Name: imu-orientation.ldr
|
||||
0 Author: Pybricks
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 -80 -20 160 0 0 1 0 1 0 -1 0 0 45601c01.dat
|
||||
1 322 0 20 70 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 -160 20 70 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 0 20 250 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 -160 20 250 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
0 WRITE Type in the comment
|
||||
1 15 720 -80 170 0 0 -1 0 -1 0 -1 0 0 45601c01.dat
|
||||
1 322 800 20 80 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 640 20 80 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 800 20 260 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 640 20 260 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
0 WRITE Type in the comment
|
||||
1 15 720 -70 -630 0 1 0 0 0 -1 -1 0 0 45601c01.dat
|
||||
1 322 770 20 -720 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 610 20 -720 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 770 20 -540 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 610 20 -540 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
0 WRITE Type in the comment
|
||||
0 WRITE Type in the comment
|
||||
0 MLCAD BTG Group name
|
||||
1 71 -230 60 -780 0 0 1 -1 0 0 0 -1 0 55615.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 4 -90 60 -800 0 0 1 -1 0 0 0 -1 0 32278.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 2 -250 60 -640 0 1 0 -1 0 0 0 0 1 32278.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 71 -230 40 -780 0 0 1 0 1 0 -1 0 0 55615.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 1 -250 -100 -780 0 1 0 0 0 -1 -1 0 0 32278.dat
|
||||
0 GROUP 5 Group name
|
||||
1 15 -20 90 -570 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
1 15 720 90 -570 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
1 15 -30 90 190 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
1 15 720 90 190 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
0 ROTSTEP 35 -45 0 ABS
|
||||
0
|
||||
0
|
||||
0
|
||||
0 NOFILE
|
||||
0
|
||||
0
|
||||
0
|
||||
0 FILE hubs-lwp3.ldr
|
||||
0 New Model
|
||||
0 Name: hubs-lwp3.ldr
|
||||
0 Author: MLCad
|
||||
0 Unofficial Model
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 0 200 0 70 1 0 0 0 1 0 0 0 1 hub-technic.ldr
|
||||
1 0 40 0 220 1 0 0 0 1 0 0 0 1 hub-city.ldr
|
||||
1 0 450 0 -40 1 0 0 0 1 0 0 0 1 hub-move.ldr
|
||||
0 ROTSTEP 40 -35 0 ABS
|
||||
0
|
||||
0
|
||||
|
After Width: | Height: | Size: 2.7 MiB |
|
After Width: | Height: | Size: 360 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 360 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 727 KiB |
|
After Width: | Height: | Size: 233 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 315 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 623 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 169 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 650 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 57 KiB |
@@ -1,25 +0,0 @@
|
||||
|
||||
SRC_DIR = .
|
||||
OUT_DIR = ../images
|
||||
|
||||
POSTFIX := _label
|
||||
SVG := $(wildcard $(SRC_DIR)/*.svg)
|
||||
DIAGRAMS := $(patsubst $(SRC_DIR)/%.svg,$(OUT_DIR)/%$(POSTFIX).png,$(SVG))
|
||||
DIR := ${CURDIR}
|
||||
|
||||
all: $(DIAGRAMS)
|
||||
|
||||
clean:
|
||||
rm -f $(DIAGRAMS)
|
||||
|
||||
$(OUT_DIR)/%$(POSTFIX).png: $(SRC_DIR)/%.svg
|
||||
if inkscape --version | grep -q "Inkscape 0"; then \
|
||||
inkscape --file=$(DIR)/$< --export-area-drawing --export-png=$(DIR)/$@; \
|
||||
else \
|
||||
inkscape \
|
||||
--export-area-drawing \
|
||||
--export-background=white \
|
||||
--export-background-opacity=1.0 \
|
||||
--export-file=$(DIR)/$@ \
|
||||
$(DIR)/$<; \
|
||||
fi
|
||||
@@ -1,106 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="150"
|
||||
height="135"
|
||||
viewBox="0 0 39.687499 35.718751"
|
||||
version="1.1"
|
||||
id="svg887"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="compat_movehub_false.svg">
|
||||
<defs
|
||||
id="defs881">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath1545">
|
||||
<rect
|
||||
style="fill:#fe2020;fill-opacity:0.48022599;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect1547"
|
||||
width="39.6875"
|
||||
height="35.71875"
|
||||
x="-25.390602"
|
||||
y="312.93103" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#fcfcfc"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.959798"
|
||||
inkscape:cx="10.681815"
|
||||
inkscape:cy="89.597718"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1172"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false" />
|
||||
<metadata
|
||||
id="metadata884">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-261.28123)">
|
||||
<rect
|
||||
style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect819"
|
||||
width="39.6875"
|
||||
height="35.71875"
|
||||
x="3.5527137e-15"
|
||||
y="261.28122" />
|
||||
<image
|
||||
sodipodi:absref="../images/movehub.png"
|
||||
xlink:href="../images/movehub.png"
|
||||
transform="translate(25.390602,-51.6498)"
|
||||
clip-path="url(#clipPath1545)"
|
||||
style="stroke-width:5.92592621"
|
||||
width="40.183594"
|
||||
height="35.71875"
|
||||
preserveAspectRatio="none"
|
||||
id="image1492"
|
||||
x="-25.506657"
|
||||
y="312.93103" />
|
||||
<g
|
||||
id="g862"
|
||||
transform="matrix(0.84064533,0,0,0.84993509,-12.416361,243.07822)"
|
||||
style="stroke-width:1.18304348">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path856"
|
||||
d="m 51.33389,24.998882 5.622395,5.622396"
|
||||
style="fill:none;stroke:#e2302f;stroke-width:1.18304348;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#e2302f;stroke-width:1.18304348;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 56.956285,24.998882 51.33389,30.621278"
|
||||
id="path858"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.6 KiB |
@@ -1,96 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="150"
|
||||
height="135"
|
||||
viewBox="0 0 39.687499 35.718751"
|
||||
version="1.1"
|
||||
id="svg887"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="compat_movehub_true.svg">
|
||||
<defs
|
||||
id="defs881">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath1545">
|
||||
<rect
|
||||
style="fill:#fe2020;fill-opacity:0.48022599;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect1547"
|
||||
width="39.6875"
|
||||
height="35.71875"
|
||||
x="-25.390602"
|
||||
y="312.93103" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#fcfcfc"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.959798"
|
||||
inkscape:cx="69.775738"
|
||||
inkscape:cy="79.243654"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1172"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false" />
|
||||
<metadata
|
||||
id="metadata884">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-261.28123)">
|
||||
<rect
|
||||
style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect819"
|
||||
width="39.6875"
|
||||
height="35.71875"
|
||||
x="7.1054274e-15"
|
||||
y="261.28122" />
|
||||
<image
|
||||
sodipodi:absref="../images/movehub.png"
|
||||
xlink:href="../images/movehub.png"
|
||||
transform="translate(25.390602,-51.6498)"
|
||||
clip-path="url(#clipPath1545)"
|
||||
style="stroke-width:5.92592621"
|
||||
width="40.183594"
|
||||
height="35.71875"
|
||||
preserveAspectRatio="none"
|
||||
id="image1492"
|
||||
x="-25.506657"
|
||||
y="312.93103" />
|
||||
<path
|
||||
style="fill:none;stroke:#84ba4c;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 31.147057,265.82725 1.011052,2.9815 3.622948,-4.60003"
|
||||
id="path854"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.2 KiB |
@@ -1,6 +0,0 @@
|
||||
0 Name: pupmotors
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
1 15 370 -296 -430 0 0 1 0 1 0 -1 0 0 95658.dat
|
||||
1 15 90 -296 -340 1 0 0 0 1 0 0 0 1 99455.dat
|
||||
1 15 610 -296 -580 0 0 1 0 -1 0 1 0 0 53787.dat
|
||||
|
Before Width: | Height: | Size: 236 KiB |
@@ -1,16 +0,0 @@
|
||||
0 Name: ev3sensors
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
1 15 390 -320 -200 1 0 0 0 1 0 0 0 1 95648.dat
|
||||
1 15 10 -320 -240 1 0 0 0 1 0 0 0 1 95652.dat
|
||||
1 15 310 -320 210 1 0 0 0 1 0 0 0 1 99380.dat
|
||||
1 15 -70 -320 170 1 0 0 0 1 0 0 0 1 95650.dat
|
||||
1 15 720 -320 370 1 0 0 0 1 0 0 0 1 95654.dat
|
||||
1 15 910 -400 150 -1 0 0 0 1 0 0 0 -1 72156.dat
|
||||
1 151 410 -320 -910 1 0 0 0 1 0 0 0 1 55969.dat
|
||||
1 151 730 -320 -880 1 0 0 0 1 0 0 0 1 64892.dat
|
||||
1 151 1000 -320 -1000 1 0 0 0 1 0 0 0 1 55963.dat
|
||||
1 151 -360 -320 -940 1 0 0 0 1 0 0 0 1 62840.dat
|
||||
1 151 90 -320 -970 1 0 0 0 1 0 0 0 1 53793.dat
|
||||
1 151 1250 -320 -580 1 0 0 0 1 0 0 0 1 53792.dat
|
||||
1 151 1340 -320 -970 1 0 0 0 1 0 0 0 1 55963.dat
|
||||
@@ -1,14 +0,0 @@
|
||||
0 Name: hubs.ldr
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 -20 -56 320 1 0 0 0 1 0 0 0 1 26910.dat
|
||||
1 15 -330 -80 110 0 0 1 0 1 0 -1 0 0 28738.dat
|
||||
1 71 -310 -40 390 1 0 0 0 1 0 0 0 1 22127.dat
|
||||
1 15 260 -16 90 1 0 0 0 1 0 0 0 1 45601p02.dat
|
||||
1 3 440 -16 10 1 0 0 0 1 0 0 0 1 45601c01.dat
|
||||
1 3 780 -16 -310 1 0 0 0 1 0 0 0 1 45601c01.dat
|
||||
1 15 -930 -40 360 1 0 0 0 1 0 0 0 1 95646c01.dat
|
||||
1 15 -1490 32 350 1 0 0 0 1 0 0 0 1 53788c01.dat
|
||||
0
|
||||
@@ -1,11 +0,0 @@
|
||||
0 Name: hubsoverview.ldr
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 90 -56 300 1 0 0 0 1 0 0 0 1 26910.dat
|
||||
1 15 -150 -80 300 1 0 0 0 1 0 0 0 1 28738.dat
|
||||
1 71 -360 -40 120 -1 0 0 0 1 0 0 0 -1 22127.dat
|
||||
1 15 -160 -16 -40 1 0 0 0 1 0 0 0 1 45601p02.dat
|
||||
1 3 50 -16 -140 1 0 0 0 1 0 0 0 1 45601c01.dat
|
||||
0
|
||||
@@ -1,40 +0,0 @@
|
||||
0 Name: imu.ldr
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 3 -80 -20 160 0 0 1 0 1 0 -1 0 0 45601c01.dat
|
||||
1 322 0 20 70 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 -160 20 70 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 0 20 250 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 -160 20 250 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
0 WRITE Type in the comment
|
||||
1 3 720 -80 170 0 0 -1 0 -1 0 -1 0 0 45601c01.dat
|
||||
1 322 800 20 80 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 640 20 80 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 800 20 260 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 640 20 260 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
0 WRITE Type in the comment
|
||||
1 3 720 -70 -630 0 1 0 0 0 -1 -1 0 0 45601c01.dat
|
||||
1 322 770 20 -720 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 610 20 -720 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 770 20 -540 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
1 322 610 20 -540 1 0 0 0 1 0 0 0 1 39367p01.dat
|
||||
0 WRITE Type in the comment
|
||||
0 WRITE Type in the comment
|
||||
0 MLCAD BTG Group name
|
||||
1 71 -230 60 -780 0 0 1 -1 0 0 0 -1 0 55615.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 4 -90 60 -800 0 0 1 -1 0 0 0 -1 0 32278.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 2 -250 60 -640 0 1 0 -1 0 0 0 0 1 32278.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 71 -230 40 -780 0 0 1 0 1 0 -1 0 0 55615.dat
|
||||
0 MLCAD BTG Group name
|
||||
1 1 -250 -100 -780 0 1 0 0 0 -1 -1 0 0 32278.dat
|
||||
0 GROUP 5 Group name
|
||||
1 15 -20 90 -570 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
1 15 720 90 -570 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
1 15 -30 90 190 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
1 15 720 90 190 0 0 -1 0 -1 0 -1 0 0 3811.dat
|
||||
0
|
||||
|
Before Width: | Height: | Size: 654 KiB |
@@ -1,486 +0,0 @@
|
||||
0 FILE main.ldr
|
||||
0 Name: ev3sensors
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 !LDCAD GROUP_DEF [topLevel=true] [LID=0] [GID=Iv9FbUdBPsB] [name=Group 1] [center=0 0 0]
|
||||
0 !LDCAD GROUP_DEF [topLevel=true] [LID=1] [GID=IMOjEZg0eXo] [name=Group 2] [center=0 0 0]
|
||||
0 !LDCAD GROUP_DEF [topLevel=true] [LID=2] [GID=7Zgg7xpsn7m] [name=Group 3] [center=0 0 0]
|
||||
0 !LDCAD GROUP_DEF [topLevel=true] [LID=3] [GID=37IHSsFLUIW] [name=Group 4] [center=0 0 0]
|
||||
0 !LDCAD GROUP_DEF [topLevel=true] [LID=4] [GID=78T5iMUZhPB] [name=Group 5] [center=0 0 0]
|
||||
0 !LDCAD GROUP_DEF [topLevel=true] [LID=5] [GID=6l6RjlBcxBO] [name=Group 6] [center=0 0 0]
|
||||
0 !LDCAD GROUP_NXT [ids=2] [nrs=-1]
|
||||
1 1 1390 -320 -320 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=2] [nrs=2]
|
||||
1 151 1390 -320 -370 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
0 !LDCAD GROUP_NXT [ids=3] [nrs=2]
|
||||
1 0 1510 -315 -390 0 0 -40 0 6 0 50 0 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=3] [nrs=-1]
|
||||
1 151 1510 -320 -440 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
0 !LDCAD GROUP_NXT [ids=0] [nrs=3]
|
||||
1 2 1350 -320 140 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=0] [nrs=2]
|
||||
1 151 1350 -320 90 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
0 !LDCAD GROUP_NXT [ids=1] [nrs=2]
|
||||
1 2 1470 -320 60 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=1] [nrs=3]
|
||||
1 0 1470 -320 110 1 0 0 0 1 0 0 0 1 u9218c01.dat
|
||||
0 !LDCAD GROUP_NXT [ids=0] [nrs=-1]
|
||||
1 0 1350 -321 170 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=1] [nrs=-1]
|
||||
1 0 1470 -321 30 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=8]
|
||||
1 0 1620 -320 -20 1 0 0 0 1 0 0 0 1 u9470c01.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=9]
|
||||
1 15 1620 -305 -20 1 0 0 0 1 0 0 0 1 u9218c01.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=7]
|
||||
1 2 1620 -320 -50 50 0 0 0 0 20 0 -1 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=-1]
|
||||
1 0 1590 -320 -51 15 0 0 0 0 15 0 -1 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=5]
|
||||
1 0 1650 -320 -51 0 0 -8 15 0 0 0 -1 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=6]
|
||||
1 0 1630 -320 -51 0 0 8 -15 0 0 0 -1 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=2]
|
||||
1 4 1665 -328 -51 0 0 2 -2 0 0 0 -1 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=3]
|
||||
1 1 1665 -320 -51 0 0 2 -2 0 0 0 -1 0 box.dat
|
||||
0 !LDCAD GROUP_NXT [ids=4] [nrs=4]
|
||||
1 14 1665 -312 -51 0 0 2 -2 0 0 0 -1 0 box.dat
|
||||
1 151 1200 -392 -350 1 0 0 0 1 0 0 0 1 ms1040.dat
|
||||
|
||||
|
||||
0 !LDCAD GROUP_NXT [ids=5] [nrs=4]
|
||||
1 47 625 -780 -230 0 0 -1 0 -1 0 -1 0 0 55804.dat
|
||||
0 !LDCAD GROUP_NXT [ids=5] [nrs=3]
|
||||
1 0 695 -780 -309 0 0 -1 0 -1 0 -1 0 0 897.dat
|
||||
0 !LDCAD GROUP_NXT [ids=5] [nrs=2]
|
||||
1 0 695 -784 -314 -1 0 0 0 1 0 0 0 -1 elecCable2Brick-1.ldr
|
||||
0 !LDCAD GROUP_NXT [ids=5] [nrs=1]
|
||||
1 0 695 -784 -449 1 0 0 0 1 0 0 0 1 71427.dat
|
||||
1 0 990 -321 -330 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
1 151 990 -320 -410 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 6 990 -320 -360 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 0 1100 -321 -440 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
1 151 1100 -320 -520 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 3 1100 -320 -470 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
1 0 1210 -321 -520 -20 0 0 0 1 0 0 0 -10 box.dat
|
||||
1 151 1210 -320 -600 1 0 0 0 1 0 0 0 1 54732b.dat
|
||||
1 7 1210 -320 -550 0 0 -30 0 1 0 50 0 0 box.dat
|
||||
0 FILE elecCable2Brick-1.ldr
|
||||
0 Author: LDCad
|
||||
0 !LICENSE MIT
|
||||
0 !CATEGORY electric
|
||||
0 !KEYWORDS flexible, cable, 9V
|
||||
0 !LDCAD CONTENT [type=path] [addFallBack=default] [looped=false] [displayKind=mm] [curveStep=0] [displayLenCor=0]
|
||||
|
||||
0 !LDCAD PATH_POINT [type=bezier] [posOri=0 4 15 0 0 1 -1 0 0 0 -1 0] [prevCPDist=25] [nextCPDist=25] [cirR=20] [cirDir=xyCW] [prevYRoll=0] [nextYRoll=0]
|
||||
0 !LDCAD PATH_POINT [type=bezier] [posOri=0 4 140 0 0 1 -1 0 0 0 -1 0] [prevCPDist=25] [nextCPDist=25] [cirR=20] [cirDir=xyCW] [prevYRoll=0] [nextYRoll=0]
|
||||
|
||||
0 !LDCAD PATH_SKIN [donCol=16] [donOri=1 0 0 0 1 0 0 0 1] [donPart=ldcElecWire2Seg.dat] [donYSize=400%] [donCen=absCen] [donCenYOfs=0] [donFinScale=fitDon2Seg] [donPlace=deform] [donYAlign=0] [donInline=false] [segSize=100%] [segSizeTol=5%] [segsCnt=0] [segsGrp=0] [segsMaxMerge=10] [segsMrgAng=0] [segsMrgRollAng=0] [segsEdgeDelKind=keepFirstLeft]
|
||||
|
||||
0 !LDCAD PATH_CAP [group=end] [color=0] [posOri=0 0 155 0 0 1 0 1 0 -1 0 0] [part=6625c01.dat] [extraLen=0mm] [inlineRef=false]
|
||||
0 !LDCAD PATH_CAP [group=end] [color=0] [posOri=0 16 155 0 0 1 0 1 0 -1 0 0] [part=2727ac01.dat] [extraLen=0mm] [inlineRef=false]
|
||||
|
||||
0 !LDCAD GENERATED [generator=LDCad 1.6c]
|
||||
0 //This is the fallback LDraw content for above PATH configuration.
|
||||
0 // Do not edit, any changes will be lost upon regeneration.
|
||||
0 // The path is approx 50.00 mm (125.00) and exists out of 4 segments.
|
||||
|
||||
0 //Some general hints about the document.
|
||||
0 UNOFFICIAL PART
|
||||
0 BFC CERTIFY CCW
|
||||
|
||||
0 //Some of this content has been generated from other LDraw files, many thanks to all involved.
|
||||
0 // Credits for "ldcElecWire2Seg.dat":
|
||||
0 // Author: LDCad
|
||||
0 // Credits for "7-8cyli.dat":
|
||||
0 // Author: Guy Vivan
|
||||
0 // History:
|
||||
0 // 2009-05-02 [PTadmin] Official Update 2009-01
|
||||
0 // Credits for "ldcConRing-7-8.dat":
|
||||
0 // Author: LDCad
|
||||
|
||||
0 //End cap reference(s)
|
||||
1 0 0 0 155 0 0 1 0 1 0 -1 0 0 6625c01.dat
|
||||
1 0 0 16 155 0 0 1 0 1 0 -1 0 0 2727ac01.dat
|
||||
|
||||
0 //Segments
|
||||
0 // Segment 1, this block is (recursively) generated from "ldcElecWire2Seg.dat"
|
||||
4 16 0.32452 2.939305 55.645161 -0.00062 3.425975 55.645161 -0.00062 3.425975 15.000001 0.32452 2.939305 15.000001
|
||||
4 16 0.81118 2.614194 55.645161 0.32452 2.939305 55.645161 0.32452 2.939305 15.000001 0.81118 2.614194 15.000001
|
||||
4 16 1.385188 2.499961 55.645161 0.81118 2.614194 55.645161 0.81118 2.614194 15.000001 1.385188 2.499961 15.000001
|
||||
4 16 1.959225 2.61418 55.645161 1.385188 2.499961 55.645161 1.385188 2.499961 15.000001 1.959225 2.61418 15.000001
|
||||
4 16 2.445895 2.93932 55.645161 1.959225 2.61418 55.645161 1.959225 2.61418 15.000001 2.445895 2.93932 15.000001
|
||||
4 16 2.771006 3.42598 55.645161 2.445895 2.93932 55.645161 2.445895 2.93932 15.000001 2.771006 3.42598 15.000001
|
||||
4 16 2.885238 3.999988 55.645161 2.771006 3.42598 55.645161 2.771006 3.42598 15.000001 2.885238 3.999988 15.000001
|
||||
4 16 2.77102 4.574025 55.645161 2.885238 3.999988 55.645161 2.885238 3.999988 15.000001 2.77102 4.574025 15.000001
|
||||
4 16 2.44588 5.060695 55.645161 2.77102 4.574025 55.645161 2.77102 4.574025 15.000001 2.44588 5.060695 15.000001
|
||||
4 16 1.95922 5.385806 55.645161 2.44588 5.060695 55.645161 2.44588 5.060695 15.000001 1.95922 5.385806 15.000001
|
||||
4 16 1.385212 5.500039 55.645161 1.95922 5.385806 55.645161 1.95922 5.385806 15.000001 1.385212 5.500039 15.000001
|
||||
4 16 0.811175 5.38582 55.645161 1.385212 5.500039 55.645161 1.385212 5.500039 15.000001 0.811175 5.38582 15.000001
|
||||
4 16 0.324505 5.06068 55.645161 0.811175 5.38582 55.645161 0.811175 5.38582 15.000001 0.324505 5.06068 15.000001
|
||||
4 16 -0.000606 4.57402 55.645161 0.324505 5.06068 55.645161 0.324505 5.06068 15.000001 -0.000606 4.57402 15.000001
|
||||
4 16 -0.32452 5.060695 55.645161 -0.000606 4.57402 55.645161 -0.000606 4.57402 15.000001 -0.32452 5.060695 15.000001
|
||||
4 16 -0.81118 5.385806 55.645161 -0.32452 5.060695 55.645161 -0.32452 5.060695 15.000001 -0.81118 5.385806 15.000001
|
||||
4 16 -1.385188 5.500039 55.645161 -0.81118 5.385806 55.645161 -0.81118 5.385806 15.000001 -1.385188 5.500039 15.000001
|
||||
4 16 -1.959225 5.38582 55.645161 -1.385188 5.500039 55.645161 -1.385188 5.500039 15.000001 -1.959225 5.38582 15.000001
|
||||
4 16 -2.445895 5.06068 55.645161 -1.959225 5.38582 55.645161 -1.959225 5.38582 15.000001 -2.445895 5.06068 15.000001
|
||||
4 16 -2.771006 4.57402 55.645161 -2.445895 5.06068 55.645161 -2.445895 5.06068 15.000001 -2.771006 4.57402 15.000001
|
||||
4 16 -2.885238 4.000011 55.645161 -2.771006 4.57402 55.645161 -2.771006 4.57402 15.000001 -2.885238 4.000011 15.000001
|
||||
4 16 -2.77102 3.425975 55.645161 -2.885238 4.000011 55.645161 -2.885238 4.000011 15.000001 -2.77102 3.425975 15.000001
|
||||
4 16 -2.44588 2.939305 55.645161 -2.77102 3.425975 55.645161 -2.77102 3.425975 15.000001 -2.44588 2.939305 15.000001
|
||||
4 16 -1.95922 2.614194 55.645161 -2.44588 2.939305 55.645161 -2.44588 2.939305 15.000001 -1.95922 2.614194 15.000001
|
||||
4 16 -1.385212 2.499961 55.645161 -1.95922 2.614194 55.645161 -1.95922 2.614194 15.000001 -1.385212 2.499961 15.000001
|
||||
4 16 -0.811175 2.61418 55.645161 -1.385212 2.499961 55.645161 -1.385212 2.499961 15.000001 -0.811175 2.61418 15.000001
|
||||
4 16 -0.324505 2.93932 55.645161 -0.811175 2.61418 55.645161 -0.811175 2.61418 15.000001 -0.324505 2.93932 15.000001
|
||||
4 16 -0.00062 3.425975 55.645161 -0.324505 2.93932 55.645161 -0.324505 2.93932 15.000001 -0.00062 3.425975 15.000001
|
||||
5 24 -0.00062 3.425975 15.000001 -0.00062 3.425975 55.645161 -0.574645 4.811795 15.000001 0.32452 2.939305 15.000001
|
||||
5 24 0.32452 2.939305 15.000001 0.32452 2.939305 55.645161 -0.00062 3.425975 15.000001 0.81118 2.614194 15.000001
|
||||
5 24 0.81118 2.614194 15.000001 0.81118 2.614194 55.645161 0.32452 2.939305 15.000001 1.385188 2.499961 15.000001
|
||||
5 24 1.385188 2.499961 15.000001 1.385188 2.499961 55.645161 0.81118 2.614194 15.000001 1.959225 2.61418 15.000001
|
||||
5 24 1.959225 2.61418 15.000001 1.959225 2.61418 55.645161 1.385188 2.499961 15.000001 2.445895 2.93932 15.000001
|
||||
5 24 2.445895 2.93932 15.000001 2.445895 2.93932 55.645161 1.959225 2.61418 15.000001 2.771006 3.42598 15.000001
|
||||
5 24 2.771006 3.42598 15.000001 2.771006 3.42598 55.645161 2.445895 2.93932 15.000001 2.885238 3.999988 15.000001
|
||||
5 24 2.885238 3.999988 15.000001 2.885238 3.999988 55.645161 2.771006 3.42598 15.000001 2.77102 4.574025 15.000001
|
||||
5 24 2.77102 4.574025 15.000001 2.77102 4.574025 55.645161 2.885238 3.999988 15.000001 2.44588 5.060695 15.000001
|
||||
5 24 2.44588 5.060695 15.000001 2.44588 5.060695 55.645161 2.77102 4.574025 15.000001 1.95922 5.385806 15.000001
|
||||
5 24 1.95922 5.385806 15.000001 1.95922 5.385806 55.645161 2.44588 5.060695 15.000001 1.385212 5.500039 15.000001
|
||||
5 24 1.385212 5.500039 15.000001 1.385212 5.500039 55.645161 1.95922 5.385806 15.000001 0.811175 5.38582 15.000001
|
||||
5 24 0.811175 5.38582 15.000001 0.811175 5.38582 55.645161 1.385212 5.500039 15.000001 0.324505 5.06068 15.000001
|
||||
5 24 0.324505 5.06068 15.000001 0.324505 5.06068 55.645161 0.811175 5.38582 15.000001 -0.000606 4.57402 15.000001
|
||||
5 24 -0.000606 4.57402 15.000001 -0.000606 4.57402 55.645161 -0.574627 3.188214 15.000001 0.324505 5.06068 15.000001
|
||||
5 24 -0.000606 4.57402 15.000001 -0.000606 4.57402 55.645161 0.574645 3.188205 15.000001 -0.32452 5.060695 15.000001
|
||||
5 24 -0.32452 5.060695 15.000001 -0.32452 5.060695 55.645161 -0.000606 4.57402 15.000001 -0.81118 5.385806 15.000001
|
||||
5 24 -0.81118 5.385806 15.000001 -0.81118 5.385806 55.645161 -0.32452 5.060695 15.000001 -1.385188 5.500039 15.000001
|
||||
5 24 -1.385188 5.500039 15.000001 -1.385188 5.500039 55.645161 -0.81118 5.385806 15.000001 -1.959225 5.38582 15.000001
|
||||
5 24 -1.959225 5.38582 15.000001 -1.959225 5.38582 55.645161 -1.385188 5.500039 15.000001 -2.445895 5.06068 15.000001
|
||||
5 24 -2.445895 5.06068 15.000001 -2.445895 5.06068 55.645161 -1.959225 5.38582 15.000001 -2.771006 4.57402 15.000001
|
||||
5 24 -2.771006 4.57402 15.000001 -2.771006 4.57402 55.645161 -2.445895 5.06068 15.000001 -2.885238 4.000011 15.000001
|
||||
5 24 -2.885238 4.000011 15.000001 -2.885238 4.000011 55.645161 -2.771006 4.57402 15.000001 -2.77102 3.425975 15.000001
|
||||
5 24 -2.77102 3.425975 15.000001 -2.77102 3.425975 55.645161 -2.885238 4.000011 15.000001 -2.44588 2.939305 15.000001
|
||||
5 24 -2.44588 2.939305 15.000001 -2.44588 2.939305 55.645161 -2.77102 3.425975 15.000001 -1.95922 2.614194 15.000001
|
||||
5 24 -1.95922 2.614194 15.000001 -1.95922 2.614194 55.645161 -2.44588 2.939305 15.000001 -1.385212 2.499961 15.000001
|
||||
5 24 -1.385212 2.499961 15.000001 -1.385212 2.499961 55.645161 -1.95922 2.614194 15.000001 -0.811175 2.61418 15.000001
|
||||
5 24 -0.811175 2.61418 15.000001 -0.811175 2.61418 55.645161 -1.385212 2.499961 15.000001 -0.324505 2.93932 15.000001
|
||||
5 24 -0.324505 2.93932 15.000001 -0.324505 2.93932 55.645161 -0.811175 2.61418 15.000001 -0.00062 3.425975 15.000001
|
||||
5 24 -0.00062 3.425975 15.000001 -0.00062 3.425975 55.645161 0.574627 4.811786 15.000001 -0.324505 2.93932 15.000001
|
||||
5 24 -0.00062 3.425975 55.645161 0.32452 2.939305 55.645161 -0.00062 3.425975 75.717743 -0.00062 3.425975 15
|
||||
5 24 0.32452 2.939305 55.645161 0.81118 2.614194 55.645161 0.32452 2.939305 75.717743 0.32452 2.939305 15
|
||||
5 24 0.81118 2.614194 55.645161 1.385188 2.499961 55.645161 0.81118 2.614194 75.717743 0.81118 2.614194 15
|
||||
5 24 1.385188 2.499961 55.645161 1.959225 2.61418 55.645161 1.385188 2.499961 75.717743 1.385188 2.499961 15
|
||||
5 24 1.959225 2.61418 55.645161 2.445895 2.93932 55.645161 1.959225 2.61418 75.717743 1.959225 2.61418 15
|
||||
5 24 2.445895 2.93932 55.645161 2.771006 3.42598 55.645161 2.445895 2.93932 75.717743 2.445895 2.93932 15
|
||||
5 24 2.771006 3.42598 55.645161 2.885238 3.999988 55.645161 2.771006 3.42598 75.717743 2.771006 3.42598 15
|
||||
5 24 2.885238 3.999988 55.645161 2.77102 4.574025 55.645161 2.885238 3.999988 75.717743 2.885238 3.999988 15
|
||||
5 24 2.77102 4.574025 55.645161 2.44588 5.060695 55.645161 2.77102 4.574025 75.717743 2.77102 4.574025 15
|
||||
5 24 2.44588 5.060695 55.645161 1.95922 5.385806 55.645161 2.44588 5.060695 75.717743 2.44588 5.060695 15
|
||||
5 24 1.95922 5.385806 55.645161 1.385212 5.500039 55.645161 1.95922 5.385806 75.717743 1.95922 5.385806 15
|
||||
5 24 1.385212 5.500039 55.645161 0.811175 5.38582 55.645161 1.385212 5.500039 75.717743 1.385212 5.500039 15
|
||||
5 24 0.811175 5.38582 55.645161 0.324505 5.06068 55.645161 0.811175 5.38582 75.717743 0.811175 5.38582 15
|
||||
5 24 0.324505 5.06068 55.645161 -0.000606 4.57402 55.645161 0.324505 5.06068 75.717743 0.324505 5.06068 15
|
||||
5 24 -0.000606 4.57402 55.645161 -0.32452 5.060695 55.645161 0.00062 4.574025 75.717743 -0.000606 4.57402 15
|
||||
5 24 -0.32452 5.060695 55.645161 -0.81118 5.385806 55.645161 -0.32452 5.060695 75.717743 -0.32452 5.060695 15
|
||||
5 24 -0.81118 5.385806 55.645161 -1.385188 5.500039 55.645161 -0.81118 5.385806 75.717743 -0.81118 5.385806 15
|
||||
5 24 -1.385188 5.500039 55.645161 -1.959225 5.38582 55.645161 -1.385188 5.500039 75.717743 -1.385188 5.500039 15
|
||||
5 24 -1.959225 5.38582 55.645161 -2.445895 5.06068 55.645161 -1.959225 5.38582 75.717743 -1.959225 5.38582 15
|
||||
5 24 -2.445895 5.06068 55.645161 -2.771006 4.57402 55.645161 -2.445895 5.06068 75.717743 -2.445895 5.06068 15
|
||||
5 24 -2.771006 4.57402 55.645161 -2.885238 4.000011 55.645161 -2.771006 4.57402 75.717743 -2.771006 4.57402 15
|
||||
5 24 -2.885238 4.000011 55.645161 -2.77102 3.425975 55.645161 -2.885238 4.000011 75.717743 -2.885238 4.000011 15
|
||||
5 24 -2.77102 3.425975 55.645161 -2.44588 2.939305 55.645161 -2.77102 3.425975 75.717743 -2.77102 3.425975 15
|
||||
5 24 -2.44588 2.939305 55.645161 -1.95922 2.614194 55.645161 -2.44588 2.939305 75.717743 -2.44588 2.939305 15
|
||||
5 24 -1.95922 2.614194 55.645161 -1.385212 2.499961 55.645161 -1.95922 2.614194 75.717743 -1.95922 2.614194 15
|
||||
5 24 -1.385212 2.499961 55.645161 -0.811175 2.61418 55.645161 -1.385212 2.499961 75.717743 -1.385212 2.499961 15
|
||||
5 24 -0.811175 2.61418 55.645161 -0.324505 2.93932 55.645161 -0.811175 2.61418 75.717743 -0.811175 2.61418 15
|
||||
5 24 -0.324505 2.93932 55.645161 -0.00062 3.425975 55.645161 -0.324505 2.93932 75.717743 -0.324505 2.93932 15
|
||||
5 24 -0.00062 3.425975 15.000001 0.32452 2.939305 15.000001 -0.00062 3.425975 55.645161 -0.00062 3.425975 14.000001
|
||||
5 24 0.32452 2.939305 15.000001 0.81118 2.614194 15.000001 0.32452 2.939305 55.645161 0.32452 2.939305 14.000001
|
||||
5 24 0.81118 2.614194 15.000001 1.385188 2.499961 15.000001 0.81118 2.614194 55.645161 0.81118 2.614194 14.000001
|
||||
5 24 1.385188 2.499961 15.000001 1.959225 2.61418 15.000001 1.385188 2.499961 55.645161 1.385188 2.499961 14.000001
|
||||
5 24 1.959225 2.61418 15.000001 2.445895 2.93932 15.000001 1.959225 2.61418 55.645161 1.959225 2.61418 14.000001
|
||||
5 24 2.445895 2.93932 15.000001 2.771006 3.42598 15.000001 2.445895 2.93932 55.645161 2.445895 2.93932 14.000001
|
||||
5 24 2.771006 3.42598 15.000001 2.885238 3.999988 15.000001 2.771006 3.42598 55.645161 2.771006 3.42598 14.000001
|
||||
5 24 2.885238 3.999988 15.000001 2.77102 4.574025 15.000001 2.885238 3.999988 55.645161 2.885238 3.999988 14.000001
|
||||
5 24 2.77102 4.574025 15.000001 2.44588 5.060695 15.000001 2.77102 4.574025 55.645161 2.77102 4.574025 14.000001
|
||||
5 24 2.44588 5.060695 15.000001 1.95922 5.385806 15.000001 2.44588 5.060695 55.645161 2.44588 5.060695 14.000001
|
||||
5 24 1.95922 5.385806 15.000001 1.385212 5.500039 15.000001 1.95922 5.385806 55.645161 1.95922 5.385806 14.000001
|
||||
5 24 1.385212 5.500039 15.000001 0.811175 5.38582 15.000001 1.385212 5.500039 55.645161 1.385212 5.500039 14.000001
|
||||
5 24 0.811175 5.38582 15.000001 0.324505 5.06068 15.000001 0.811175 5.38582 55.645161 0.811175 5.38582 14.000001
|
||||
5 24 0.324505 5.06068 15.000001 -0.000606 4.57402 15.000001 0.324505 5.06068 55.645161 0.324505 5.06068 14.000001
|
||||
5 24 -0.000606 4.57402 15.000001 -0.32452 5.060695 15.000001 -0.000606 4.57402 55.645161 0.00062 4.574025 14.000001
|
||||
5 24 -0.32452 5.060695 15.000001 -0.81118 5.385806 15.000001 -0.32452 5.060695 55.645161 -0.32452 5.060695 14.000001
|
||||
5 24 -0.81118 5.385806 15.000001 -1.385188 5.500039 15.000001 -0.81118 5.385806 55.645161 -0.81118 5.385806 14.000001
|
||||
5 24 -1.385188 5.500039 15.000001 -1.959225 5.38582 15.000001 -1.385188 5.500039 55.645161 -1.385188 5.500039 14.000001
|
||||
5 24 -1.959225 5.38582 15.000001 -2.445895 5.06068 15.000001 -1.959225 5.38582 55.645161 -1.959225 5.38582 14.000001
|
||||
5 24 -2.445895 5.06068 15.000001 -2.771006 4.57402 15.000001 -2.445895 5.06068 55.645161 -2.445895 5.06068 14.000001
|
||||
5 24 -2.771006 4.57402 15.000001 -2.885238 4.000011 15.000001 -2.771006 4.57402 55.645161 -2.771006 4.57402 14.000001
|
||||
5 24 -2.885238 4.000011 15.000001 -2.77102 3.425975 15.000001 -2.885238 4.000011 55.645161 -2.885238 4.000011 14.000001
|
||||
5 24 -2.77102 3.425975 15.000001 -2.44588 2.939305 15.000001 -2.77102 3.425975 55.645161 -2.77102 3.425975 14.000001
|
||||
5 24 -2.44588 2.939305 15.000001 -1.95922 2.614194 15.000001 -2.44588 2.939305 55.645161 -2.44588 2.939305 14.000001
|
||||
5 24 -1.95922 2.614194 15.000001 -1.385212 2.499961 15.000001 -1.95922 2.614194 55.645161 -1.95922 2.614194 14.000001
|
||||
5 24 -1.385212 2.499961 15.000001 -0.811175 2.61418 15.000001 -1.385212 2.499961 55.645161 -1.385212 2.499961 14.000001
|
||||
5 24 -0.811175 2.61418 15.000001 -0.324505 2.93932 15.000001 -0.811175 2.61418 55.645161 -0.811175 2.61418 14.000001
|
||||
5 24 -0.324505 2.93932 15.000001 -0.00062 3.425975 15.000001 -0.324505 2.93932 55.645161 -0.324505 2.93932 14.000001
|
||||
|
||||
0 // Segment 2, this block is (recursively) generated from "ldcElecWire2Seg.dat"
|
||||
4 16 0.32452 2.939305 95.790321 -0.00062 3.425975 95.790321 -0.00062 3.425975 55.645161 0.32452 2.939305 55.645161
|
||||
4 16 0.81118 2.614194 95.790321 0.32452 2.939305 95.790321 0.32452 2.939305 55.645161 0.81118 2.614194 55.645161
|
||||
4 16 1.385188 2.499961 95.790321 0.81118 2.614194 95.790321 0.81118 2.614194 55.645161 1.385188 2.499961 55.645161
|
||||
4 16 1.959225 2.61418 95.790321 1.385188 2.499961 95.790321 1.385188 2.499961 55.645161 1.959225 2.61418 55.645161
|
||||
4 16 2.445895 2.93932 95.790321 1.959225 2.61418 95.790321 1.959225 2.61418 55.645161 2.445895 2.93932 55.645161
|
||||
4 16 2.771006 3.42598 95.790321 2.445895 2.93932 95.790321 2.445895 2.93932 55.645161 2.771006 3.42598 55.645161
|
||||
4 16 2.885238 3.999988 95.790321 2.771006 3.42598 95.790321 2.771006 3.42598 55.645161 2.885238 3.999988 55.645161
|
||||
4 16 2.77102 4.574025 95.790321 2.885238 3.999988 95.790321 2.885238 3.999988 55.645161 2.77102 4.574025 55.645161
|
||||
4 16 2.44588 5.060695 95.790321 2.77102 4.574025 95.790321 2.77102 4.574025 55.645161 2.44588 5.060695 55.645161
|
||||
4 16 1.95922 5.385806 95.790321 2.44588 5.060695 95.790321 2.44588 5.060695 55.645161 1.95922 5.385806 55.645161
|
||||
4 16 1.385212 5.500039 95.790321 1.95922 5.385806 95.790321 1.95922 5.385806 55.645161 1.385212 5.500039 55.645161
|
||||
4 16 0.811175 5.38582 95.790321 1.385212 5.500039 95.790321 1.385212 5.500039 55.645161 0.811175 5.38582 55.645161
|
||||
4 16 0.324505 5.06068 95.790321 0.811175 5.38582 95.790321 0.811175 5.38582 55.645161 0.324505 5.06068 55.645161
|
||||
4 16 -0.000606 4.57402 95.790321 0.324505 5.06068 95.790321 0.324505 5.06068 55.645161 -0.000606 4.57402 55.645161
|
||||
4 16 -0.32452 5.060695 95.790321 -0.000606 4.57402 95.790321 -0.000606 4.57402 55.645161 -0.32452 5.060695 55.645161
|
||||
4 16 -0.81118 5.385806 95.790321 -0.32452 5.060695 95.790321 -0.32452 5.060695 55.645161 -0.81118 5.385806 55.645161
|
||||
4 16 -1.385188 5.500039 95.790321 -0.81118 5.385806 95.790321 -0.81118 5.385806 55.645161 -1.385188 5.500039 55.645161
|
||||
4 16 -1.959225 5.38582 95.790321 -1.385188 5.500039 95.790321 -1.385188 5.500039 55.645161 -1.959225 5.38582 55.645161
|
||||
4 16 -2.445895 5.06068 95.790321 -1.959225 5.38582 95.790321 -1.959225 5.38582 55.645161 -2.445895 5.06068 55.645161
|
||||
4 16 -2.771006 4.57402 95.790321 -2.445895 5.06068 95.790321 -2.445895 5.06068 55.645161 -2.771006 4.57402 55.645161
|
||||
4 16 -2.885238 4.000011 95.790321 -2.771006 4.57402 95.790321 -2.771006 4.57402 55.645161 -2.885238 4.000011 55.645161
|
||||
4 16 -2.77102 3.425975 95.790321 -2.885238 4.000011 95.790321 -2.885238 4.000011 55.645161 -2.77102 3.425975 55.645161
|
||||
4 16 -2.44588 2.939305 95.790321 -2.77102 3.425975 95.790321 -2.77102 3.425975 55.645161 -2.44588 2.939305 55.645161
|
||||
4 16 -1.95922 2.614194 95.790321 -2.44588 2.939305 95.790321 -2.44588 2.939305 55.645161 -1.95922 2.614194 55.645161
|
||||
4 16 -1.385212 2.499961 95.790321 -1.95922 2.614194 95.790321 -1.95922 2.614194 55.645161 -1.385212 2.499961 55.645161
|
||||
4 16 -0.811175 2.61418 95.790321 -1.385212 2.499961 95.790321 -1.385212 2.499961 55.645161 -0.811175 2.61418 55.645161
|
||||
4 16 -0.324505 2.93932 95.790321 -0.811175 2.61418 95.790321 -0.811175 2.61418 55.645161 -0.324505 2.93932 55.645161
|
||||
4 16 -0.00062 3.425975 95.790321 -0.324505 2.93932 95.790321 -0.324505 2.93932 55.645161 -0.00062 3.425975 55.645161
|
||||
5 24 -0.00062 3.425975 55.645161 -0.00062 3.425975 95.790321 -0.574645 4.811795 55.645161 0.32452 2.939305 55.645161
|
||||
5 24 0.32452 2.939305 55.645161 0.32452 2.939305 95.790321 -0.00062 3.425975 55.645161 0.81118 2.614194 55.645161
|
||||
5 24 0.81118 2.614194 55.645161 0.81118 2.614194 95.790321 0.32452 2.939305 55.645161 1.385188 2.499961 55.645161
|
||||
5 24 1.385188 2.499961 55.645161 1.385188 2.499961 95.790321 0.81118 2.614194 55.645161 1.959225 2.61418 55.645161
|
||||
5 24 1.959225 2.61418 55.645161 1.959225 2.61418 95.790321 1.385188 2.499961 55.645161 2.445895 2.93932 55.645161
|
||||
5 24 2.445895 2.93932 55.645161 2.445895 2.93932 95.790321 1.959225 2.61418 55.645161 2.771006 3.42598 55.645161
|
||||
5 24 2.771006 3.42598 55.645161 2.771006 3.42598 95.790321 2.445895 2.93932 55.645161 2.885238 3.999988 55.645161
|
||||
5 24 2.885238 3.999988 55.645161 2.885238 3.999988 95.790321 2.771006 3.42598 55.645161 2.77102 4.574025 55.645161
|
||||
5 24 2.77102 4.574025 55.645161 2.77102 4.574025 95.790321 2.885238 3.999988 55.645161 2.44588 5.060695 55.645161
|
||||
5 24 2.44588 5.060695 55.645161 2.44588 5.060695 95.790321 2.77102 4.574025 55.645161 1.95922 5.385806 55.645161
|
||||
5 24 1.95922 5.385806 55.645161 1.95922 5.385806 95.790321 2.44588 5.060695 55.645161 1.385212 5.500039 55.645161
|
||||
5 24 1.385212 5.500039 55.645161 1.385212 5.500039 95.790321 1.95922 5.385806 55.645161 0.811175 5.38582 55.645161
|
||||
5 24 0.811175 5.38582 55.645161 0.811175 5.38582 95.790321 1.385212 5.500039 55.645161 0.324505 5.06068 55.645161
|
||||
5 24 0.324505 5.06068 55.645161 0.324505 5.06068 95.790321 0.811175 5.38582 55.645161 -0.000606 4.57402 55.645161
|
||||
5 24 -0.000606 4.57402 55.645161 -0.000606 4.57402 95.790321 -0.574627 3.188214 55.645161 0.324505 5.06068 55.645161
|
||||
5 24 -0.000606 4.57402 55.645161 -0.000606 4.57402 95.790321 0.574645 3.188205 55.645161 -0.32452 5.060695 55.645161
|
||||
5 24 -0.32452 5.060695 55.645161 -0.32452 5.060695 95.790321 -0.000606 4.57402 55.645161 -0.81118 5.385806 55.645161
|
||||
5 24 -0.81118 5.385806 55.645161 -0.81118 5.385806 95.790321 -0.32452 5.060695 55.645161 -1.385188 5.500039 55.645161
|
||||
5 24 -1.385188 5.500039 55.645161 -1.385188 5.500039 95.790321 -0.81118 5.385806 55.645161 -1.959225 5.38582 55.645161
|
||||
5 24 -1.959225 5.38582 55.645161 -1.959225 5.38582 95.790321 -1.385188 5.500039 55.645161 -2.445895 5.06068 55.645161
|
||||
5 24 -2.445895 5.06068 55.645161 -2.445895 5.06068 95.790321 -1.959225 5.38582 55.645161 -2.771006 4.57402 55.645161
|
||||
5 24 -2.771006 4.57402 55.645161 -2.771006 4.57402 95.790321 -2.445895 5.06068 55.645161 -2.885238 4.000011 55.645161
|
||||
5 24 -2.885238 4.000011 55.645161 -2.885238 4.000011 95.790321 -2.771006 4.57402 55.645161 -2.77102 3.425975 55.645161
|
||||
5 24 -2.77102 3.425975 55.645161 -2.77102 3.425975 95.790321 -2.885238 4.000011 55.645161 -2.44588 2.939305 55.645161
|
||||
5 24 -2.44588 2.939305 55.645161 -2.44588 2.939305 95.790321 -2.77102 3.425975 55.645161 -1.95922 2.614194 55.645161
|
||||
5 24 -1.95922 2.614194 55.645161 -1.95922 2.614194 95.790321 -2.44588 2.939305 55.645161 -1.385212 2.499961 55.645161
|
||||
5 24 -1.385212 2.499961 55.645161 -1.385212 2.499961 95.790321 -1.95922 2.614194 55.645161 -0.811175 2.61418 55.645161
|
||||
5 24 -0.811175 2.61418 55.645161 -0.811175 2.61418 95.790321 -1.385212 2.499961 55.645161 -0.324505 2.93932 55.645161
|
||||
5 24 -0.324505 2.93932 55.645161 -0.324505 2.93932 95.790321 -0.811175 2.61418 55.645161 -0.00062 3.425975 55.645161
|
||||
5 24 -0.00062 3.425975 55.645161 -0.00062 3.425975 95.790321 0.574627 4.811786 55.645161 -0.324505 2.93932 55.645161
|
||||
5 24 -0.00062 3.425975 95.790321 0.32452 2.939305 95.790321 -0.00062 3.425975 116.1129 -0.00062 3.425975 55.645161
|
||||
5 24 0.32452 2.939305 95.790321 0.81118 2.614194 95.790321 0.32452 2.939305 116.1129 0.32452 2.939305 55.645161
|
||||
5 24 0.81118 2.614194 95.790321 1.385188 2.499961 95.790321 0.81118 2.614194 116.1129 0.81118 2.614194 55.645161
|
||||
5 24 1.385188 2.499961 95.790321 1.959225 2.61418 95.790321 1.385188 2.499961 116.1129 1.385188 2.499961 55.645161
|
||||
5 24 1.959225 2.61418 95.790321 2.445895 2.93932 95.790321 1.959225 2.61418 116.1129 1.959225 2.61418 55.645161
|
||||
5 24 2.445895 2.93932 95.790321 2.771006 3.42598 95.790321 2.445895 2.93932 116.1129 2.445895 2.93932 55.645161
|
||||
5 24 2.771006 3.42598 95.790321 2.885238 3.999988 95.790321 2.771006 3.42598 116.1129 2.771006 3.42598 55.645161
|
||||
5 24 2.885238 3.999988 95.790321 2.77102 4.574025 95.790321 2.885238 3.999988 116.1129 2.885238 3.999988 55.645161
|
||||
5 24 2.77102 4.574025 95.790321 2.44588 5.060695 95.790321 2.77102 4.574025 116.1129 2.77102 4.574025 55.645161
|
||||
5 24 2.44588 5.060695 95.790321 1.95922 5.385806 95.790321 2.44588 5.060695 116.1129 2.44588 5.060695 55.645161
|
||||
5 24 1.95922 5.385806 95.790321 1.385212 5.500039 95.790321 1.95922 5.385806 116.1129 1.95922 5.385806 55.645161
|
||||
5 24 1.385212 5.500039 95.790321 0.811175 5.38582 95.790321 1.385212 5.500039 116.1129 1.385212 5.500039 55.645161
|
||||
5 24 0.811175 5.38582 95.790321 0.324505 5.06068 95.790321 0.811175 5.38582 116.1129 0.811175 5.38582 55.645161
|
||||
5 24 0.324505 5.06068 95.790321 -0.000606 4.57402 95.790321 0.324505 5.06068 116.1129 0.324505 5.06068 55.645161
|
||||
5 24 -0.000606 4.57402 95.790321 -0.32452 5.060695 95.790321 0.00062 4.574025 116.1129 -0.000606 4.57402 55.645161
|
||||
5 24 -0.32452 5.060695 95.790321 -0.81118 5.385806 95.790321 -0.32452 5.060695 116.1129 -0.32452 5.060695 55.645161
|
||||
5 24 -0.81118 5.385806 95.790321 -1.385188 5.500039 95.790321 -0.81118 5.385806 116.1129 -0.81118 5.385806 55.645161
|
||||
5 24 -1.385188 5.500039 95.790321 -1.959225 5.38582 95.790321 -1.385188 5.500039 116.1129 -1.385188 5.500039 55.645161
|
||||
5 24 -1.959225 5.38582 95.790321 -2.445895 5.06068 95.790321 -1.959225 5.38582 116.1129 -1.959225 5.38582 55.645161
|
||||
5 24 -2.445895 5.06068 95.790321 -2.771006 4.57402 95.790321 -2.445895 5.06068 116.1129 -2.445895 5.06068 55.645161
|
||||
5 24 -2.771006 4.57402 95.790321 -2.885238 4.000011 95.790321 -2.771006 4.57402 116.1129 -2.771006 4.57402 55.645161
|
||||
5 24 -2.885238 4.000011 95.790321 -2.77102 3.425975 95.790321 -2.885238 4.000011 116.1129 -2.885238 4.000011 55.645161
|
||||
5 24 -2.77102 3.425975 95.790321 -2.44588 2.939305 95.790321 -2.77102 3.425975 116.1129 -2.77102 3.425975 55.645161
|
||||
5 24 -2.44588 2.939305 95.790321 -1.95922 2.614194 95.790321 -2.44588 2.939305 116.1129 -2.44588 2.939305 55.645161
|
||||
5 24 -1.95922 2.614194 95.790321 -1.385212 2.499961 95.790321 -1.95922 2.614194 116.1129 -1.95922 2.614194 55.645161
|
||||
5 24 -1.385212 2.499961 95.790321 -0.811175 2.61418 95.790321 -1.385212 2.499961 116.1129 -1.385212 2.499961 55.645161
|
||||
5 24 -0.811175 2.61418 95.790321 -0.324505 2.93932 95.790321 -0.811175 2.61418 116.1129 -0.811175 2.61418 55.645161
|
||||
5 24 -0.324505 2.93932 95.790321 -0.00062 3.425975 95.790321 -0.324505 2.93932 116.1129 -0.324505 2.93932 55.645161
|
||||
|
||||
0 // Segment 3, this block is (recursively) generated from "ldcElecWire2Seg.dat"
|
||||
4 16 0.32452 2.939305 136.435486 -0.00062 3.425975 136.435486 -0.00062 3.425975 95.790321 0.32452 2.939305 95.790321
|
||||
4 16 0.81118 2.614194 136.435486 0.32452 2.939305 136.435486 0.32452 2.939305 95.790321 0.81118 2.614194 95.790321
|
||||
4 16 1.385188 2.499961 136.435486 0.81118 2.614194 136.435486 0.81118 2.614194 95.790321 1.385188 2.499961 95.790321
|
||||
4 16 1.959225 2.61418 136.435486 1.385188 2.499961 136.435486 1.385188 2.499961 95.790321 1.959225 2.61418 95.790321
|
||||
4 16 2.445895 2.93932 136.435486 1.959225 2.61418 136.435486 1.959225 2.61418 95.790321 2.445895 2.93932 95.790321
|
||||
4 16 2.771006 3.42598 136.435486 2.445895 2.93932 136.435486 2.445895 2.93932 95.790321 2.771006 3.42598 95.790321
|
||||
4 16 2.885238 3.999988 136.435486 2.771006 3.42598 136.435486 2.771006 3.42598 95.790321 2.885238 3.999988 95.790321
|
||||
4 16 2.77102 4.574025 136.435486 2.885238 3.999988 136.435486 2.885238 3.999988 95.790321 2.77102 4.574025 95.790321
|
||||
4 16 2.44588 5.060695 136.435486 2.77102 4.574025 136.435486 2.77102 4.574025 95.790321 2.44588 5.060695 95.790321
|
||||
4 16 1.95922 5.385806 136.435486 2.44588 5.060695 136.435486 2.44588 5.060695 95.790321 1.95922 5.385806 95.790321
|
||||
4 16 1.385212 5.500039 136.435486 1.95922 5.385806 136.435486 1.95922 5.385806 95.790321 1.385212 5.500039 95.790321
|
||||
4 16 0.811175 5.38582 136.435486 1.385212 5.500039 136.435486 1.385212 5.500039 95.790321 0.811175 5.38582 95.790321
|
||||
4 16 0.324505 5.06068 136.435486 0.811175 5.38582 136.435486 0.811175 5.38582 95.790321 0.324505 5.06068 95.790321
|
||||
4 16 -0.000606 4.57402 136.435486 0.324505 5.06068 136.435486 0.324505 5.06068 95.790321 -0.000606 4.57402 95.790321
|
||||
4 16 -0.32452 5.060695 136.435486 -0.000606 4.57402 136.435486 -0.000606 4.57402 95.790321 -0.32452 5.060695 95.790321
|
||||
4 16 -0.81118 5.385806 136.435486 -0.32452 5.060695 136.435486 -0.32452 5.060695 95.790321 -0.81118 5.385806 95.790321
|
||||
4 16 -1.385188 5.500039 136.435486 -0.81118 5.385806 136.435486 -0.81118 5.385806 95.790321 -1.385188 5.500039 95.790321
|
||||
4 16 -1.959225 5.38582 136.435486 -1.385188 5.500039 136.435486 -1.385188 5.500039 95.790321 -1.959225 5.38582 95.790321
|
||||
4 16 -2.445895 5.06068 136.435486 -1.959225 5.38582 136.435486 -1.959225 5.38582 95.790321 -2.445895 5.06068 95.790321
|
||||
4 16 -2.771006 4.57402 136.435486 -2.445895 5.06068 136.435486 -2.445895 5.06068 95.790321 -2.771006 4.57402 95.790321
|
||||
4 16 -2.885238 4.000011 136.435486 -2.771006 4.57402 136.435486 -2.771006 4.57402 95.790321 -2.885238 4.000011 95.790321
|
||||
4 16 -2.77102 3.425975 136.435486 -2.885238 4.000011 136.435486 -2.885238 4.000011 95.790321 -2.77102 3.425975 95.790321
|
||||
4 16 -2.44588 2.939305 136.435486 -2.77102 3.425975 136.435486 -2.77102 3.425975 95.790321 -2.44588 2.939305 95.790321
|
||||
4 16 -1.95922 2.614194 136.435486 -2.44588 2.939305 136.435486 -2.44588 2.939305 95.790321 -1.95922 2.614194 95.790321
|
||||
4 16 -1.385212 2.499961 136.435486 -1.95922 2.614194 136.435486 -1.95922 2.614194 95.790321 -1.385212 2.499961 95.790321
|
||||
4 16 -0.811175 2.61418 136.435486 -1.385212 2.499961 136.435486 -1.385212 2.499961 95.790321 -0.811175 2.61418 95.790321
|
||||
4 16 -0.324505 2.93932 136.435486 -0.811175 2.61418 136.435486 -0.811175 2.61418 95.790321 -0.324505 2.93932 95.790321
|
||||
4 16 -0.00062 3.425975 136.435486 -0.324505 2.93932 136.435486 -0.324505 2.93932 95.790321 -0.00062 3.425975 95.790321
|
||||
5 24 -0.00062 3.425975 95.790321 -0.00062 3.425975 136.435486 -0.574645 4.811795 95.790321 0.32452 2.939305 95.790321
|
||||
5 24 0.32452 2.939305 95.790321 0.32452 2.939305 136.435486 -0.00062 3.425975 95.790321 0.81118 2.614194 95.790321
|
||||
5 24 0.81118 2.614194 95.790321 0.81118 2.614194 136.435486 0.32452 2.939305 95.790321 1.385188 2.499961 95.790321
|
||||
5 24 1.385188 2.499961 95.790321 1.385188 2.499961 136.435486 0.81118 2.614194 95.790321 1.959225 2.61418 95.790321
|
||||
5 24 1.959225 2.61418 95.790321 1.959225 2.61418 136.435486 1.385188 2.499961 95.790321 2.445895 2.93932 95.790321
|
||||
5 24 2.445895 2.93932 95.790321 2.445895 2.93932 136.435486 1.959225 2.61418 95.790321 2.771006 3.42598 95.790321
|
||||
5 24 2.771006 3.42598 95.790321 2.771006 3.42598 136.435486 2.445895 2.93932 95.790321 2.885238 3.999988 95.790321
|
||||
5 24 2.885238 3.999988 95.790321 2.885238 3.999988 136.435486 2.771006 3.42598 95.790321 2.77102 4.574025 95.790321
|
||||
5 24 2.77102 4.574025 95.790321 2.77102 4.574025 136.435486 2.885238 3.999988 95.790321 2.44588 5.060695 95.790321
|
||||
5 24 2.44588 5.060695 95.790321 2.44588 5.060695 136.435486 2.77102 4.574025 95.790321 1.95922 5.385806 95.790321
|
||||
5 24 1.95922 5.385806 95.790321 1.95922 5.385806 136.435486 2.44588 5.060695 95.790321 1.385212 5.500039 95.790321
|
||||
5 24 1.385212 5.500039 95.790321 1.385212 5.500039 136.435486 1.95922 5.385806 95.790321 0.811175 5.38582 95.790321
|
||||
5 24 0.811175 5.38582 95.790321 0.811175 5.38582 136.435486 1.385212 5.500039 95.790321 0.324505 5.06068 95.790321
|
||||
5 24 0.324505 5.06068 95.790321 0.324505 5.06068 136.435486 0.811175 5.38582 95.790321 -0.000606 4.57402 95.790321
|
||||
5 24 -0.000606 4.57402 95.790321 -0.000606 4.57402 136.435486 -0.574627 3.188214 95.790321 0.324505 5.06068 95.790321
|
||||
5 24 -0.000606 4.57402 95.790321 -0.000606 4.57402 136.435486 0.574645 3.188205 95.790321 -0.32452 5.060695 95.790321
|
||||
5 24 -0.32452 5.060695 95.790321 -0.32452 5.060695 136.435486 -0.000606 4.57402 95.790321 -0.81118 5.385806 95.790321
|
||||
5 24 -0.81118 5.385806 95.790321 -0.81118 5.385806 136.435486 -0.32452 5.060695 95.790321 -1.385188 5.500039 95.790321
|
||||
5 24 -1.385188 5.500039 95.790321 -1.385188 5.500039 136.435486 -0.81118 5.385806 95.790321 -1.959225 5.38582 95.790321
|
||||
5 24 -1.959225 5.38582 95.790321 -1.959225 5.38582 136.435486 -1.385188 5.500039 95.790321 -2.445895 5.06068 95.790321
|
||||
5 24 -2.445895 5.06068 95.790321 -2.445895 5.06068 136.435486 -1.959225 5.38582 95.790321 -2.771006 4.57402 95.790321
|
||||
5 24 -2.771006 4.57402 95.790321 -2.771006 4.57402 136.435486 -2.445895 5.06068 95.790321 -2.885238 4.000011 95.790321
|
||||
5 24 -2.885238 4.000011 95.790321 -2.885238 4.000011 136.435486 -2.771006 4.57402 95.790321 -2.77102 3.425975 95.790321
|
||||
5 24 -2.77102 3.425975 95.790321 -2.77102 3.425975 136.435486 -2.885238 4.000011 95.790321 -2.44588 2.939305 95.790321
|
||||
5 24 -2.44588 2.939305 95.790321 -2.44588 2.939305 136.435486 -2.77102 3.425975 95.790321 -1.95922 2.614194 95.790321
|
||||
5 24 -1.95922 2.614194 95.790321 -1.95922 2.614194 136.435486 -2.44588 2.939305 95.790321 -1.385212 2.499961 95.790321
|
||||
5 24 -1.385212 2.499961 95.790321 -1.385212 2.499961 136.435486 -1.95922 2.614194 95.790321 -0.811175 2.61418 95.790321
|
||||
5 24 -0.811175 2.61418 95.790321 -0.811175 2.61418 136.435486 -1.385212 2.499961 95.790321 -0.324505 2.93932 95.790321
|
||||
5 24 -0.324505 2.93932 95.790321 -0.324505 2.93932 136.435486 -0.811175 2.61418 95.790321 -0.00062 3.425975 95.790321
|
||||
5 24 -0.00062 3.425975 95.790321 -0.00062 3.425975 136.435486 0.574627 4.811786 95.790321 -0.324505 2.93932 95.790321
|
||||
5 24 -0.00062 3.425975 136.435486 0.32452 2.939305 136.435486 -0.00062 3.425975 138.217743 -0.00062 3.425975 95.790321
|
||||
5 24 0.32452 2.939305 136.435486 0.81118 2.614194 136.435486 0.32452 2.939305 138.217743 0.32452 2.939305 95.790321
|
||||
5 24 0.81118 2.614194 136.435486 1.385188 2.499961 136.435486 0.81118 2.614194 138.217743 0.81118 2.614194 95.790321
|
||||
5 24 1.385188 2.499961 136.435486 1.959225 2.61418 136.435486 1.385188 2.499961 138.217743 1.385188 2.499961 95.790321
|
||||
5 24 1.959225 2.61418 136.435486 2.445895 2.93932 136.435486 1.959225 2.61418 138.217743 1.959225 2.61418 95.790321
|
||||
5 24 2.445895 2.93932 136.435486 2.771006 3.42598 136.435486 2.445895 2.93932 138.217743 2.445895 2.93932 95.790321
|
||||
5 24 2.771006 3.42598 136.435486 2.885238 3.999988 136.435486 2.771006 3.42598 138.217743 2.771006 3.42598 95.790321
|
||||
5 24 2.885238 3.999988 136.435486 2.77102 4.574025 136.435486 2.885238 3.999988 138.217743 2.885238 3.999988 95.790321
|
||||
5 24 2.77102 4.574025 136.435486 2.44588 5.060695 136.435486 2.77102 4.574025 138.217743 2.77102 4.574025 95.790321
|
||||
5 24 2.44588 5.060695 136.435486 1.95922 5.385806 136.435486 2.44588 5.060695 138.217743 2.44588 5.060695 95.790321
|
||||
5 24 1.95922 5.385806 136.435486 1.385212 5.500039 136.435486 1.95922 5.385806 138.217743 1.95922 5.385806 95.790321
|
||||
5 24 1.385212 5.500039 136.435486 0.811175 5.38582 136.435486 1.385212 5.500039 138.217743 1.385212 5.500039 95.790321
|
||||
5 24 0.811175 5.38582 136.435486 0.324505 5.06068 136.435486 0.811175 5.38582 138.217743 0.811175 5.38582 95.790321
|
||||
5 24 0.324505 5.06068 136.435486 -0.000606 4.57402 136.435486 0.324505 5.06068 138.217743 0.324505 5.06068 95.790321
|
||||
5 24 -0.000606 4.57402 136.435486 -0.32452 5.060695 136.435486 0.00062 4.574025 138.217743 -0.000606 4.57402 95.790321
|
||||
5 24 -0.32452 5.060695 136.435486 -0.81118 5.385806 136.435486 -0.32452 5.060695 138.217743 -0.32452 5.060695 95.790321
|
||||
5 24 -0.81118 5.385806 136.435486 -1.385188 5.500039 136.435486 -0.81118 5.385806 138.217743 -0.81118 5.385806 95.790321
|
||||
5 24 -1.385188 5.500039 136.435486 -1.959225 5.38582 136.435486 -1.385188 5.500039 138.217743 -1.385188 5.500039 95.790321
|
||||
5 24 -1.959225 5.38582 136.435486 -2.445895 5.06068 136.435486 -1.959225 5.38582 138.217743 -1.959225 5.38582 95.790321
|
||||
5 24 -2.445895 5.06068 136.435486 -2.771006 4.57402 136.435486 -2.445895 5.06068 138.217743 -2.445895 5.06068 95.790321
|
||||
5 24 -2.771006 4.57402 136.435486 -2.885238 4.000011 136.435486 -2.771006 4.57402 138.217743 -2.771006 4.57402 95.790321
|
||||
5 24 -2.885238 4.000011 136.435486 -2.77102 3.425975 136.435486 -2.885238 4.000011 138.217743 -2.885238 4.000011 95.790321
|
||||
5 24 -2.77102 3.425975 136.435486 -2.44588 2.939305 136.435486 -2.77102 3.425975 138.217743 -2.77102 3.425975 95.790321
|
||||
5 24 -2.44588 2.939305 136.435486 -1.95922 2.614194 136.435486 -2.44588 2.939305 138.217743 -2.44588 2.939305 95.790321
|
||||
5 24 -1.95922 2.614194 136.435486 -1.385212 2.499961 136.435486 -1.95922 2.614194 138.217743 -1.95922 2.614194 95.790321
|
||||
5 24 -1.385212 2.499961 136.435486 -0.811175 2.61418 136.435486 -1.385212 2.499961 138.217743 -1.385212 2.499961 95.790321
|
||||
5 24 -0.811175 2.61418 136.435486 -0.324505 2.93932 136.435486 -0.811175 2.61418 138.217743 -0.811175 2.61418 95.790321
|
||||
5 24 -0.324505 2.93932 136.435486 -0.00062 3.425975 136.435486 -0.324505 2.93932 138.217743 -0.324505 2.93932 95.790321
|
||||
|
||||
0 // Segment 4, this block is (recursively) generated from "ldcElecWire2Seg.dat"
|
||||
4 16 0.32452 2.939305 140 -0.00062 3.425975 140 -0.00062 3.425975 136.435486 0.32452 2.939305 136.435486
|
||||
4 16 0.81118 2.614194 140 0.32452 2.939305 140 0.32452 2.939305 136.435486 0.81118 2.614194 136.435486
|
||||
4 16 1.385188 2.499961 140 0.81118 2.614194 140 0.81118 2.614194 136.435486 1.385188 2.499961 136.435486
|
||||
4 16 1.959225 2.61418 140 1.385188 2.499961 140 1.385188 2.499961 136.435486 1.959225 2.61418 136.435486
|
||||
4 16 2.445895 2.93932 140 1.959225 2.61418 140 1.959225 2.61418 136.435486 2.445895 2.93932 136.435486
|
||||
4 16 2.771006 3.42598 140 2.445895 2.93932 140 2.445895 2.93932 136.435486 2.771006 3.42598 136.435486
|
||||
4 16 2.885238 3.999988 140 2.771006 3.42598 140 2.771006 3.42598 136.435486 2.885238 3.999988 136.435486
|
||||
4 16 2.77102 4.574025 140 2.885238 3.999988 140 2.885238 3.999988 136.435486 2.77102 4.574025 136.435486
|
||||
4 16 2.44588 5.060695 140 2.77102 4.574025 140 2.77102 4.574025 136.435486 2.44588 5.060695 136.435486
|
||||
4 16 1.95922 5.385806 140 2.44588 5.060695 140 2.44588 5.060695 136.435486 1.95922 5.385806 136.435486
|
||||
4 16 1.385212 5.500039 140 1.95922 5.385806 140 1.95922 5.385806 136.435486 1.385212 5.500039 136.435486
|
||||
4 16 0.811175 5.38582 140 1.385212 5.500039 140 1.385212 5.500039 136.435486 0.811175 5.38582 136.435486
|
||||
4 16 0.324505 5.06068 140 0.811175 5.38582 140 0.811175 5.38582 136.435486 0.324505 5.06068 136.435486
|
||||
4 16 -0.000606 4.57402 140 0.324505 5.06068 140 0.324505 5.06068 136.435486 -0.000606 4.57402 136.435486
|
||||
4 16 -0.32452 5.060695 140 -0.000606 4.57402 140 -0.000606 4.57402 136.435486 -0.32452 5.060695 136.435486
|
||||
4 16 -0.81118 5.385806 140 -0.32452 5.060695 140 -0.32452 5.060695 136.435486 -0.81118 5.385806 136.435486
|
||||
4 16 -1.385188 5.500039 140 -0.81118 5.385806 140 -0.81118 5.385806 136.435486 -1.385188 5.500039 136.435486
|
||||
4 16 -1.959225 5.38582 140 -1.385188 5.500039 140 -1.385188 5.500039 136.435486 -1.959225 5.38582 136.435486
|
||||
4 16 -2.445895 5.06068 140 -1.959225 5.38582 140 -1.959225 5.38582 136.435486 -2.445895 5.06068 136.435486
|
||||
4 16 -2.771006 4.57402 140 -2.445895 5.06068 140 -2.445895 5.06068 136.435486 -2.771006 4.57402 136.435486
|
||||
4 16 -2.885238 4.000011 140 -2.771006 4.57402 140 -2.771006 4.57402 136.435486 -2.885238 4.000011 136.435486
|
||||
4 16 -2.77102 3.425975 140 -2.885238 4.000011 140 -2.885238 4.000011 136.435486 -2.77102 3.425975 136.435486
|
||||
4 16 -2.44588 2.939305 140 -2.77102 3.425975 140 -2.77102 3.425975 136.435486 -2.44588 2.939305 136.435486
|
||||
4 16 -1.95922 2.614194 140 -2.44588 2.939305 140 -2.44588 2.939305 136.435486 -1.95922 2.614194 136.435486
|
||||
4 16 -1.385212 2.499961 140 -1.95922 2.614194 140 -1.95922 2.614194 136.435486 -1.385212 2.499961 136.435486
|
||||
4 16 -0.811175 2.61418 140 -1.385212 2.499961 140 -1.385212 2.499961 136.435486 -0.811175 2.61418 136.435486
|
||||
4 16 -0.324505 2.93932 140 -0.811175 2.61418 140 -0.811175 2.61418 136.435486 -0.324505 2.93932 136.435486
|
||||
4 16 -0.00062 3.425975 140 -0.324505 2.93932 140 -0.324505 2.93932 136.435486 -0.00062 3.425975 136.435486
|
||||
5 24 -0.00062 3.425975 136.435486 -0.00062 3.425975 140 -0.574645 4.811795 136.435486 0.32452 2.939305 136.435486
|
||||
5 24 0.32452 2.939305 136.435486 0.32452 2.939305 140 -0.00062 3.425975 136.435486 0.81118 2.614194 136.435486
|
||||
5 24 0.81118 2.614194 136.435486 0.81118 2.614194 140 0.32452 2.939305 136.435486 1.385188 2.499961 136.435486
|
||||
5 24 1.385188 2.499961 136.435486 1.385188 2.499961 140 0.81118 2.614194 136.435486 1.959225 2.61418 136.435486
|
||||
5 24 1.959225 2.61418 136.435486 1.959225 2.61418 140 1.385188 2.499961 136.435486 2.445895 2.93932 136.435486
|
||||
5 24 2.445895 2.93932 136.435486 2.445895 2.93932 140 1.959225 2.61418 136.435486 2.771006 3.42598 136.435486
|
||||
5 24 2.771006 3.42598 136.435486 2.771006 3.42598 140 2.445895 2.93932 136.435486 2.885238 3.999988 136.435486
|
||||
5 24 2.885238 3.999988 136.435486 2.885238 3.999988 140 2.771006 3.42598 136.435486 2.77102 4.574025 136.435486
|
||||
5 24 2.77102 4.574025 136.435486 2.77102 4.574025 140 2.885238 3.999988 136.435486 2.44588 5.060695 136.435486
|
||||
5 24 2.44588 5.060695 136.435486 2.44588 5.060695 140 2.77102 4.574025 136.435486 1.95922 5.385806 136.435486
|
||||
5 24 1.95922 5.385806 136.435486 1.95922 5.385806 140 2.44588 5.060695 136.435486 1.385212 5.500039 136.435486
|
||||
5 24 1.385212 5.500039 136.435486 1.385212 5.500039 140 1.95922 5.385806 136.435486 0.811175 5.38582 136.435486
|
||||
5 24 0.811175 5.38582 136.435486 0.811175 5.38582 140 1.385212 5.500039 136.435486 0.324505 5.06068 136.435486
|
||||
5 24 0.324505 5.06068 136.435486 0.324505 5.06068 140 0.811175 5.38582 136.435486 -0.000606 4.57402 136.435486
|
||||
5 24 -0.000606 4.57402 136.435486 -0.000606 4.57402 140 -0.574627 3.188214 136.435486 0.324505 5.06068 136.435486
|
||||
5 24 -0.000606 4.57402 136.435486 -0.000606 4.57402 140 0.574645 3.188205 136.435486 -0.32452 5.060695 136.435486
|
||||
5 24 -0.32452 5.060695 136.435486 -0.32452 5.060695 140 -0.000606 4.57402 136.435486 -0.81118 5.385806 136.435486
|
||||
5 24 -0.81118 5.385806 136.435486 -0.81118 5.385806 140 -0.32452 5.060695 136.435486 -1.385188 5.500039 136.435486
|
||||
5 24 -1.385188 5.500039 136.435486 -1.385188 5.500039 140 -0.81118 5.385806 136.435486 -1.959225 5.38582 136.435486
|
||||
5 24 -1.959225 5.38582 136.435486 -1.959225 5.38582 140 -1.385188 5.500039 136.435486 -2.445895 5.06068 136.435486
|
||||
5 24 -2.445895 5.06068 136.435486 -2.445895 5.06068 140 -1.959225 5.38582 136.435486 -2.771006 4.57402 136.435486
|
||||
5 24 -2.771006 4.57402 136.435486 -2.771006 4.57402 140 -2.445895 5.06068 136.435486 -2.885238 4.000011 136.435486
|
||||
5 24 -2.885238 4.000011 136.435486 -2.885238 4.000011 140 -2.771006 4.57402 136.435486 -2.77102 3.425975 136.435486
|
||||
5 24 -2.77102 3.425975 136.435486 -2.77102 3.425975 140 -2.885238 4.000011 136.435486 -2.44588 2.939305 136.435486
|
||||
5 24 -2.44588 2.939305 136.435486 -2.44588 2.939305 140 -2.77102 3.425975 136.435486 -1.95922 2.614194 136.435486
|
||||
5 24 -1.95922 2.614194 136.435486 -1.95922 2.614194 140 -2.44588 2.939305 136.435486 -1.385212 2.499961 136.435486
|
||||
5 24 -1.385212 2.499961 136.435486 -1.385212 2.499961 140 -1.95922 2.614194 136.435486 -0.811175 2.61418 136.435486
|
||||
5 24 -0.811175 2.61418 136.435486 -0.811175 2.61418 140 -1.385212 2.499961 136.435486 -0.324505 2.93932 136.435486
|
||||
5 24 -0.324505 2.93932 136.435486 -0.324505 2.93932 140 -0.811175 2.61418 136.435486 -0.00062 3.425975 136.435486
|
||||
5 24 -0.00062 3.425975 136.435486 -0.00062 3.425975 140 0.574627 4.811786 136.435486 -0.324505 2.93932 136.435486
|
||||
5 24 -0.00062 3.425975 140 0.32452 2.939305 140 -0.00062 3.425975 141 -0.00062 3.425975 136.435486
|
||||
5 24 0.32452 2.939305 140 0.81118 2.614194 140 0.32452 2.939305 141 0.32452 2.939305 136.435486
|
||||
5 24 0.81118 2.614194 140 1.385188 2.499961 140 0.81118 2.614194 141 0.81118 2.614194 136.435486
|
||||
5 24 1.385188 2.499961 140 1.959225 2.61418 140 1.385188 2.499961 141 1.385188 2.499961 136.435486
|
||||
5 24 1.959225 2.61418 140 2.445895 2.93932 140 1.959225 2.61418 141 1.959225 2.61418 136.435486
|
||||
5 24 2.445895 2.93932 140 2.771006 3.42598 140 2.445895 2.93932 141 2.445895 2.93932 136.435486
|
||||
5 24 2.771006 3.42598 140 2.885238 3.999988 140 2.771006 3.42598 141 2.771006 3.42598 136.435486
|
||||
5 24 2.885238 3.999988 140 2.77102 4.574025 140 2.885238 3.999988 141 2.885238 3.999988 136.435486
|
||||
5 24 2.77102 4.574025 140 2.44588 5.060695 140 2.77102 4.574025 141 2.77102 4.574025 136.435486
|
||||
5 24 2.44588 5.060695 140 1.95922 5.385806 140 2.44588 5.060695 141 2.44588 5.060695 136.435486
|
||||
5 24 1.95922 5.385806 140 1.385212 5.500039 140 1.95922 5.385806 141 1.95922 5.385806 136.435486
|
||||
5 24 1.385212 5.500039 140 0.811175 5.38582 140 1.385212 5.500039 141 1.385212 5.500039 136.435486
|
||||
5 24 0.811175 5.38582 140 0.324505 5.06068 140 0.811175 5.38582 141 0.811175 5.38582 136.435486
|
||||
5 24 0.324505 5.06068 140 -0.000606 4.57402 140 0.324505 5.06068 141 0.324505 5.06068 136.435486
|
||||
5 24 -0.000606 4.57402 140 -0.32452 5.060695 140 0.00062 4.574025 141 -0.000606 4.57402 136.435486
|
||||
5 24 -0.32452 5.060695 140 -0.81118 5.385806 140 -0.32452 5.060695 141 -0.32452 5.060695 136.435486
|
||||
5 24 -0.81118 5.385806 140 -1.385188 5.500039 140 -0.81118 5.385806 141 -0.81118 5.385806 136.435486
|
||||
5 24 -1.385188 5.500039 140 -1.959225 5.38582 140 -1.385188 5.500039 141 -1.385188 5.500039 136.435486
|
||||
5 24 -1.959225 5.38582 140 -2.445895 5.06068 140 -1.959225 5.38582 141 -1.959225 5.38582 136.435486
|
||||
5 24 -2.445895 5.06068 140 -2.771006 4.57402 140 -2.445895 5.06068 141 -2.445895 5.06068 136.435486
|
||||
5 24 -2.771006 4.57402 140 -2.885238 4.000011 140 -2.771006 4.57402 141 -2.771006 4.57402 136.435486
|
||||
5 24 -2.885238 4.000011 140 -2.77102 3.425975 140 -2.885238 4.000011 141 -2.885238 4.000011 136.435486
|
||||
5 24 -2.77102 3.425975 140 -2.44588 2.939305 140 -2.77102 3.425975 141 -2.77102 3.425975 136.435486
|
||||
5 24 -2.44588 2.939305 140 -1.95922 2.614194 140 -2.44588 2.939305 141 -2.44588 2.939305 136.435486
|
||||
5 24 -1.95922 2.614194 140 -1.385212 2.499961 140 -1.95922 2.614194 141 -1.95922 2.614194 136.435486
|
||||
5 24 -1.385212 2.499961 140 -0.811175 2.61418 140 -1.385212 2.499961 141 -1.385212 2.499961 136.435486
|
||||
5 24 -0.811175 2.61418 140 -0.324505 2.93932 140 -0.811175 2.61418 141 -0.811175 2.61418 136.435486
|
||||
5 24 -0.324505 2.93932 140 -0.00062 3.425975 140 -0.324505 2.93932 141 -0.324505 2.93932 136.435486
|
||||
|
Before Width: | Height: | Size: 292 KiB |
@@ -1,3 +0,0 @@
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
1 15 0 -48 -20 1 0 0 0 1 0 0 0 1 26910.dat
|
||||
|
Before Width: | Height: | Size: 163 KiB |
|
Before Width: | Height: | Size: 160 KiB |
@@ -1,12 +0,0 @@
|
||||
0 Name: orientation.ldr
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 -160 -56 260 0 0 1 0 1 0 -1 0 0 26910.dat
|
||||
1 71 -430 -40 520 0 0 -1 0 1 0 1 0 0 22127.dat
|
||||
1 15 140 -16 30 0 0 1 0 1 0 -1 0 0 45601p02.dat
|
||||
1 3 430 -16 -180 0 0 1 0 1 0 -1 0 0 45601c01.dat
|
||||
1 0 724 -90 -378 0 0 -1 0 -1 0 -1 0 0 u9218c01.dat
|
||||
1 15 760 -100 -378 1 0 0 0 1 0 0 0 1 20841.dat
|
||||
0
|
||||
|
Before Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 72 KiB |
@@ -1,14 +0,0 @@
|
||||
0 Name: pupmotors
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
1 0 60 -352 -90 1 0 0 0 1 0 0 0 1 87574.dat
|
||||
1 15 60 -336 -70 0 0 1 0.259 0.966 0 -0.966 0.259 0 20844c01.dat
|
||||
1 0 60 -312 -150 1 0 0 0 1 0 0 0 1 3706.dat
|
||||
1 0 100 -312 -150 0 0 -1 0 1 0 1 0 0 u9241.dat
|
||||
1 0 100 -312 -30 0 0 -1 0 1 0 1 0 0 u9241.dat
|
||||
1 0 20 -312 -30 0 0 1 0 1 0 -1 0 0 u9241.dat
|
||||
1 0 20 -312 -150 0 0 1 0 1 0 -1 0 0 u9241.dat
|
||||
1 0 60 -312 -30 1 0 0 0 1 0 0 0 1 3706.dat
|
||||
1 0 90 -344 -90 1 0 0 0 1 0 0 0 1 2871b.dat
|
||||
1 0 30 -344 -90 -1 0 0 0 1 0 0 0 -1 2871b.dat
|
||||
1 15 10 -376 -310 0 0 -1 0 1 0 1 0 0 21980c01.dat
|
||||
|
Before Width: | Height: | Size: 259 KiB |
@@ -1,14 +0,0 @@
|
||||
0 Name: pupdevicesoverview.ldr
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 130 -280 500 0 1 0 -1 0 0 0 0 1 54675c01.dat
|
||||
1 71 330 -280 300 0 1 0 -1 0 0 0 0 1 22169c01.dat
|
||||
1 15 540 -280 220 1 0 0 0 1 0 0 0 1 21980c01.dat
|
||||
1 15 560 -280 830 1 0 0 0 1 0 0 0 1 37316.dat
|
||||
1 15 370 -280 990 -1 0 0 0 -1 0 0 0 1 37308c01.dat
|
||||
1 15 750 -320 550 1 0 0 0 1 0 0 0 1 26912.dat
|
||||
1 0 750 -310 586 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
1 15 560 -266 808 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
0
|
||||
@@ -1,14 +0,0 @@
|
||||
0 Name: pupmotors.ldr
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 ROTATION CENTER 0 0 0 1 "Custom"
|
||||
0 ROTATION CONFIG 0 0
|
||||
1 15 450 -76 -20 0 0 1 1 0 0 0 1 0 54675c01.dat
|
||||
1 15 -30 -76 280 0 0 1 1 0 0 0 1 0 68488c01.dat
|
||||
1 71 550 -76 200 0 0 1 1 0 0 0 1 0 69730c01.dat
|
||||
1 15 180 -72 140 0 0 1 1 0 0 0 1 0 54696c01.dat
|
||||
1 15 260 -72 350 0 0 1 1 0 0 0 1 0 54696p02c01.dat
|
||||
1 71 430 -84 470 1 0 0 0 1 0 0 0 1 22169c01.dat
|
||||
1 71 590 -86 360 1 0 0 0 1 0 0 0 1 22172c01.dat
|
||||
1 15 300 -110 630 1 0 0 0 1 0 0 0 1 26913c01.dat
|
||||
0
|
||||
|
Before Width: | Height: | Size: 860 KiB |
@@ -1,22 +0,0 @@
|
||||
0 Name: pupsensors.ldr
|
||||
0 Author: Pybricks {laurens@pybricks.com}
|
||||
0 !LICENSE MIT
|
||||
0 !LDCAD GROUP_DEF [topLevel=true] [LID=0] [GID=9FDP9pj0O55] [name=Group 1] [center=0 0 0]
|
||||
1 15 190 -290 750 -1 0 0 0 -1 0 0 0 1 47592c01.dat
|
||||
1 15 600 -280 180 1 0 0 0 1 0 0 0 1 37316.dat
|
||||
1 15 60 -272 160 -1 0 0 0 -1 0 0 0 1 37312c01.dat
|
||||
1 15 -400 -280 240 -1 0 0 0 -1 0 0 0 1 37308c01.dat
|
||||
1 0 -400 -310 -374 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
1 15 -400 -320 -410 0 0 1 0 1 0 -1 0 0 20841.dat
|
||||
1 15 630 -320 -420 1 0 0 0 1 0 0 0 1 26912.dat
|
||||
1 0 630 -310 -384 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
1 15 60 -320 -430 0 0 1 0 1 0 -1 0 0 20844.dat
|
||||
1 0 60 -310 -394 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
1 15 600 -266 158 -1 0 0 0 -1 0 0 0 1 u9218c01.dat
|
||||
1 15 1130 -280 240 1 0 0 0 1 0 0 0 1 37316.dat
|
||||
1 15 1290 -280 220 1 0 0 0 1 0 0 0 1 37308.dat
|
||||
1 0 690 -312 530 0 0 1 0 1 0 -1 0 0 22168.dat
|
||||
0 !LDCAD GROUP_NXT [ids=0] [nrs=2]
|
||||
1 71 704.852 -312 -628.188 -0.5 0 0.866 0 1 0 -0.866 0 -0.5 58123.dat
|
||||
0 !LDCAD GROUP_NXT [ids=0] [nrs=-1]
|
||||
1 71 972.1 -321.5 -814.7 0.5 0 -0.866 0 1 0 0.866 0 0.5 99499c01.dat
|
||||
@@ -1,158 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
width="504"
|
||||
height="322"
|
||||
viewBox="0 0 504 322"
|
||||
sodipodi:docname="sensor_colorlightmatrix.svg"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
||||
<metadata
|
||||
id="metadata8">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs6">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath846">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 384.47481,408.57086 22.58181,23.6974 88.18587,13.9655 -36.98745,-79.56651 -97.14072,-16.49296 z"
|
||||
id="path848"
|
||||
inkscape:connector-curvature="0" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath874">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.10000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 491.27259,265.371 c 1.71728,2.18035 5.94442,12.92235 5.94442,12.92235 l 40.68619,39.65737 -0.39629,25.87184 -22.19247,7.07325 -62.08608,-14.9528 10.83204,-57.24707 z"
|
||||
id="path876"
|
||||
inkscape:connector-curvature="0" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1853"
|
||||
inkscape:window-height="1145"
|
||||
id="namedview4"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.70710678"
|
||||
inkscape:cx="-39.716728"
|
||||
inkscape:cy="-44.222535"
|
||||
inkscape:window-x="67"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-global="false" />
|
||||
<image
|
||||
sodipodi:absref="sensor_colorlightmatrix_main.png"
|
||||
xlink:href="sensor_colorlightmatrix_main.png"
|
||||
y="0"
|
||||
x="0"
|
||||
id="image10"
|
||||
preserveAspectRatio="none"
|
||||
height="322"
|
||||
width="504" />
|
||||
<rect
|
||||
style="fill:#e51a1a;fill-opacity:0.62566845;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect31"
|
||||
width="45.163605"
|
||||
height="44.564522"
|
||||
x="390.70432"
|
||||
y="293.66827"
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)" />
|
||||
<rect
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)"
|
||||
y="338.23279"
|
||||
x="390.70432"
|
||||
height="43.275879"
|
||||
width="45.163605"
|
||||
id="rect838"
|
||||
style="fill:#e5701a;fill-opacity:0.62566845;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
style="fill:#e5bf1a;fill-opacity:0.62566845;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect840"
|
||||
width="45.163605"
|
||||
height="38.992153"
|
||||
x="390.70432"
|
||||
y="381.46179"
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0.05126953)"
|
||||
clip-path="url(#clipPath846)" />
|
||||
<rect
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)"
|
||||
y="293.66827"
|
||||
x="435.86792"
|
||||
height="44.564514"
|
||||
width="41.462769"
|
||||
id="rect856"
|
||||
style="fill:#00af05;fill-opacity:0.62566847;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
style="fill:#0044fb;fill-opacity:0.62566847;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect858"
|
||||
width="40.347229"
|
||||
height="44.564514"
|
||||
x="477.33069"
|
||||
y="293.66827"
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)"
|
||||
clip-path="url(#clipPath874)" />
|
||||
<rect
|
||||
style="fill:#5dffe2;fill-opacity:1;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect860"
|
||||
width="41.462769"
|
||||
height="43.261936"
|
||||
x="435.86792"
|
||||
y="338.24722"
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)" />
|
||||
<rect
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)"
|
||||
y="338.24722"
|
||||
x="477.33069"
|
||||
height="43.261951"
|
||||
width="40.347229"
|
||||
id="rect862"
|
||||
style="fill:#941ae5;fill-opacity:0.62566847;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)"
|
||||
y="381.51306"
|
||||
x="435.86792"
|
||||
height="38.88504"
|
||||
width="41.489174"
|
||||
id="rect868"
|
||||
style="fill:#1acee5;fill-opacity:0.62566847;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
style="fill:#e51a9a;fill-opacity:0.62566847;stroke:none;stroke-width:1.94267738;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect870"
|
||||
width="40.281181"
|
||||
height="38.928104"
|
||||
x="477.33069"
|
||||
y="381.51306"
|
||||
transform="matrix(0.94626691,-0.32338666,0,1,0,0)" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 9.7 KiB |