summaryrefslogtreecommitdiff
path: root/app/lib
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/CHANGELOG.md35
-rw-r--r--app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake11
-rw-r--r--app/lib/CMakeFiles/CHANGELOG.dir/build.make81
-rw-r--r--app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake9
-rw-r--r--app/lib/CMakeFiles/CHANGELOG.dir/progress.make2
-rw-r--r--app/lib/CMakeFiles/CMakeDirectoryInformation.cmake16
-rw-r--r--app/lib/CMakeFiles/Readme.dir/DependInfo.cmake11
-rw-r--r--app/lib/CMakeFiles/Readme.dir/build.make81
-rw-r--r--app/lib/CMakeFiles/Readme.dir/cmake_clean.cmake9
-rw-r--r--app/lib/CMakeFiles/Readme.dir/progress.make2
-rw-r--r--app/lib/CMakeFiles/progress.marks1
-rw-r--r--app/lib/CTestTestfile.cmake9
-rw-r--r--app/lib/Makefile250
-rw-r--r--app/lib/Readme.md89
-rw-r--r--app/lib/cmake_install.cmake85
-rw-r--r--app/lib/demos/CMakeFiles/CMakeDirectoryInformation.cmake16
-rw-r--r--app/lib/demos/CMakeFiles/progress.marks1
-rw-r--r--app/lib/demos/CTestTestfile.cmake6
-rw-r--r--app/lib/demos/Makefile218
-rw-r--r--app/lib/demos/cmake_install.cmake86
-rw-r--r--app/lib/examples/CMakeFiles/CMakeDirectoryInformation.cmake16
-rw-r--r--app/lib/examples/CMakeFiles/progress.marks1
-rw-r--r--app/lib/examples/CTestTestfile.cmake6
-rw-r--r--app/lib/examples/Makefile218
-rw-r--r--app/lib/examples/cmake_install.cmake79
-rw-r--r--app/lib/params/CMakeFiles/CMakeDirectoryInformation.cmake16
-rw-r--r--app/lib/params/CMakeFiles/mkcarpart.dir/DependInfo.cmake29
-rw-r--r--app/lib/params/CMakeFiles/mkcarpart.dir/build.make113
-rw-r--r--app/lib/params/CMakeFiles/mkcarpart.dir/cmake_clean.cmake10
-rw-r--r--app/lib/params/CMakeFiles/mkcarpart.dir/depend.make2
-rw-r--r--app/lib/params/CMakeFiles/mkcarpart.dir/flags.make10
-rw-r--r--app/lib/params/CMakeFiles/mkcarpart.dir/link.txt1
-rw-r--r--app/lib/params/CMakeFiles/mkcarpart.dir/progress.make3
-rw-r--r--app/lib/params/CMakeFiles/mkstruct.dir/DependInfo.cmake29
-rw-r--r--app/lib/params/CMakeFiles/mkstruct.dir/build.make113
-rw-r--r--app/lib/params/CMakeFiles/mkstruct.dir/cmake_clean.cmake10
-rw-r--r--app/lib/params/CMakeFiles/mkstruct.dir/depend.make2
-rw-r--r--app/lib/params/CMakeFiles/mkstruct.dir/flags.make10
-rw-r--r--app/lib/params/CMakeFiles/mkstruct.dir/link.txt1
-rw-r--r--app/lib/params/CMakeFiles/mkstruct.dir/progress.make3
-rw-r--r--app/lib/params/CMakeFiles/progress.marks1
-rw-r--r--app/lib/params/CMakeFiles/xtpfiles.dir/DependInfo.cmake11
-rw-r--r--app/lib/params/CMakeFiles/xtpfiles.dir/build.make117
-rw-r--r--app/lib/params/CMakeFiles/xtpfiles.dir/cmake_clean.cmake14
-rw-r--r--app/lib/params/CMakeFiles/xtpfiles.dir/progress.make7
-rw-r--r--app/lib/params/CTestTestfile.cmake6
-rw-r--r--app/lib/params/G-NQD-AMAX Plastic.xtp36
-rw-r--r--app/lib/params/HO-Mehano.xtp135
-rw-r--r--app/lib/params/HO-Peco-Code100Streamline.xtp106
-rw-r--r--app/lib/params/HO-Peco-Code75Finescale.xtp96
-rw-r--r--app/lib/params/HO-Peco70USA.xtp32
-rw-r--r--app/lib/params/HO-Weinert-Code75.xtp168
-rw-r--r--app/lib/params/Makefile326
-rw-r--r--app/lib/params/N-AtlasTrueTrack.xtp476
-rw-r--r--app/lib/params/Nn3-FastTrack.xtp176
-rw-r--r--app/lib/params/TT-Kuehn.xtp264
-rw-r--r--app/lib/params/Z-Rokuhan.xtp2312
-rw-r--r--app/lib/params/cmake_install.cmake282
58 files changed, 2320 insertions, 3935 deletions
diff --git a/app/lib/CHANGELOG.md b/app/lib/CHANGELOG.md
index 62d7bb3..95e1d7b 100644
--- a/app/lib/CHANGELOG.md
+++ b/app/lib/CHANGELOG.md
@@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
+## [5.1.2]
+
+### Added
++ Make Debug menu both work and do something useful
+This menu in Options->Debug only appears if the env variable XTRKCADEXTRA is set A "Loosen" command also appears in Modify when set.The Debug window lists any Logging entries (set with "-d loggingname=level" parms).For example, "-d trainMove=5 -d traverseCornu=2" sets two Loglines - one at level 5 and the other 2. The value of the level can be adjusted in the Debug window and then the button "OK" sets it.Given that a level value of 0 means no logging for that logging variable, this menu allows log/tracing to be adjusted on the fly after startup.
+Debug Window has a default trace level option. This is the level of Log/Trace that all types of tracing will follow unless they have been specified explicitly in the startup parms or otherwise.
+Any log entries created before the first invocation of the window will be included, so a tester could add a LogSet("traverseBezier",0) line into the InitTrkBezier() code while testing or use a -d traverseBezier=0 and then use Debug to set level to 1 and start logging.
+
+## Fixed
++ Make Up and Down Scroll only move 1/2 a screen height (rather than 1/2 a width)
++ Fix Modify redraw for Bezier or Cornu
++ Allow modify of naked Cornu along the Cornu itself if it isn't connected to another Cornu or Bezier
++ Fix Abend on extend of naked Cornu
++ Make sure Flip Cornu produces a correct relationship between ends and Bezier segments
++ Fix Traverse Cornu for case where there are multiple sub-segments within a Bezier segment
++ Remove UndoModify from low-level functions - to ensure that they can't be called without a preceding UndoStart and cause error messages
++ Description: correct include tag for Linux
++ Fix possible error when Cloning Structures or Turnouts
++ Fix bad test for RescaleTrack and no test for RotateTrack.
++ Fix the Modify Polygon Undo problem
++ Fix memory bug when flipping a Polygon
++ Stop Connect always logging without being initialized and fix message if logging is initialized
++ Fix memory violations when logging
++ Fix Double Track components so Train will work properly
++ Improved German translations
++ Include StringLimit code to stop overwrites
++ Fix possible memory overrun when updating a car
++ Improve performance of Window Resizing, especially to a smaller size in GTK
+
+### Added and changed parameter files
++ Parameter files TT Kuehn Peco HO US, Newqida G, Atlas N and Fasttrack Nn3 new or update
++ New parameter file for Weinert Mein Gleis
++ Update parameter file for Z-Rokuhan
++ HO Peco parameters with corrected turnout definitions and new Mehano parameters
+
## [5.1.1]
### Added
diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake b/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake
deleted file mode 100644
index 19fab21..0000000
--- a/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
- )
-# The set of files for implicit dependencies of each language:
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/build.make b/app/lib/CMakeFiles/CHANGELOG.dir/build.make
deleted file mode 100644
index dde179c..0000000
--- a/app/lib/CMakeFiles/CHANGELOG.dir/build.make
+++ /dev/null
@@ -1,81 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-# Utility rule file for CHANGELOG.
-
-# Include the progress variables for this target.
-include app/lib/CMakeFiles/CHANGELOG.dir/progress.make
-
-app/lib/CMakeFiles/CHANGELOG: app/lib/CHANGELOG.txt
-
-
-app/lib/CHANGELOG.txt: app/lib/CHANGELOG.md
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating CHANGELOG.txt"
- cd /home/martin/XTrackCAD/src/work/app/lib && /usr/bin/pandoc --from=Markdown --to=plain -o /home/martin/XTrackCAD/src/work/app/lib/CHANGELOG.txt /home/martin/XTrackCAD/src/work/app/lib/CHANGELOG.md
-
-CHANGELOG: app/lib/CMakeFiles/CHANGELOG
-CHANGELOG: app/lib/CHANGELOG.txt
-CHANGELOG: app/lib/CMakeFiles/CHANGELOG.dir/build.make
-
-.PHONY : CHANGELOG
-
-# Rule to build all files generated by this target.
-app/lib/CMakeFiles/CHANGELOG.dir/build: CHANGELOG
-
-.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/build
-
-app/lib/CMakeFiles/CHANGELOG.dir/clean:
- cd /home/martin/XTrackCAD/src/work/app/lib && $(CMAKE_COMMAND) -P CMakeFiles/CHANGELOG.dir/cmake_clean.cmake
-.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/clean
-
-app/lib/CMakeFiles/CHANGELOG.dir/depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib /home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/CHANGELOG.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/depend
-
diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake b/app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake
deleted file mode 100644
index 3ca44fd..0000000
--- a/app/lib/CMakeFiles/CHANGELOG.dir/cmake_clean.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-file(REMOVE_RECURSE
- "CMakeFiles/CHANGELOG"
- "CHANGELOG.txt"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang )
- include(CMakeFiles/CHANGELOG.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()
diff --git a/app/lib/CMakeFiles/CHANGELOG.dir/progress.make b/app/lib/CMakeFiles/CHANGELOG.dir/progress.make
deleted file mode 100644
index 225de34..0000000
--- a/app/lib/CMakeFiles/CHANGELOG.dir/progress.make
+++ /dev/null
@@ -1,2 +0,0 @@
-CMAKE_PROGRESS_1 =
-
diff --git a/app/lib/CMakeFiles/CMakeDirectoryInformation.cmake b/app/lib/CMakeFiles/CMakeDirectoryInformation.cmake
deleted file mode 100644
index 2569371..0000000
--- a/app/lib/CMakeFiles/CMakeDirectoryInformation.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Relative path conversion top directories.
-set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/martin/XTrackCAD/src/work")
-set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/martin/XTrackCAD/src/work")
-
-# Force unix paths in dependencies.
-set(CMAKE_FORCE_UNIX_PATHS 1)
-
-
-# The C and CXX include file regular expressions for this directory.
-set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
-set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
-set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
-set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/app/lib/CMakeFiles/Readme.dir/DependInfo.cmake b/app/lib/CMakeFiles/Readme.dir/DependInfo.cmake
deleted file mode 100644
index 19fab21..0000000
--- a/app/lib/CMakeFiles/Readme.dir/DependInfo.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
- )
-# The set of files for implicit dependencies of each language:
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git a/app/lib/CMakeFiles/Readme.dir/build.make b/app/lib/CMakeFiles/Readme.dir/build.make
deleted file mode 100644
index b4b9850..0000000
--- a/app/lib/CMakeFiles/Readme.dir/build.make
+++ /dev/null
@@ -1,81 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-# Utility rule file for Readme.
-
-# Include the progress variables for this target.
-include app/lib/CMakeFiles/Readme.dir/progress.make
-
-app/lib/CMakeFiles/Readme: app/lib/Readme.txt
-
-
-app/lib/Readme.txt: app/lib/Readme.md
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating Readme.txt"
- cd /home/martin/XTrackCAD/src/work/app/lib && /usr/bin/pandoc --from=Markdown --to=plain -o /home/martin/XTrackCAD/src/work/app/lib/Readme.txt /home/martin/XTrackCAD/src/work/app/lib/Readme.md
-
-Readme: app/lib/CMakeFiles/Readme
-Readme: app/lib/Readme.txt
-Readme: app/lib/CMakeFiles/Readme.dir/build.make
-
-.PHONY : Readme
-
-# Rule to build all files generated by this target.
-app/lib/CMakeFiles/Readme.dir/build: Readme
-
-.PHONY : app/lib/CMakeFiles/Readme.dir/build
-
-app/lib/CMakeFiles/Readme.dir/clean:
- cd /home/martin/XTrackCAD/src/work/app/lib && $(CMAKE_COMMAND) -P CMakeFiles/Readme.dir/cmake_clean.cmake
-.PHONY : app/lib/CMakeFiles/Readme.dir/clean
-
-app/lib/CMakeFiles/Readme.dir/depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib /home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/Readme.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : app/lib/CMakeFiles/Readme.dir/depend
-
diff --git a/app/lib/CMakeFiles/Readme.dir/cmake_clean.cmake b/app/lib/CMakeFiles/Readme.dir/cmake_clean.cmake
deleted file mode 100644
index 24121b8..0000000
--- a/app/lib/CMakeFiles/Readme.dir/cmake_clean.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-file(REMOVE_RECURSE
- "CMakeFiles/Readme"
- "Readme.txt"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang )
- include(CMakeFiles/Readme.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()
diff --git a/app/lib/CMakeFiles/Readme.dir/progress.make b/app/lib/CMakeFiles/Readme.dir/progress.make
deleted file mode 100644
index 781c7de..0000000
--- a/app/lib/CMakeFiles/Readme.dir/progress.make
+++ /dev/null
@@ -1,2 +0,0 @@
-CMAKE_PROGRESS_1 = 1
-
diff --git a/app/lib/CMakeFiles/progress.marks b/app/lib/CMakeFiles/progress.marks
deleted file mode 100644
index 1e8b314..0000000
--- a/app/lib/CMakeFiles/progress.marks
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/app/lib/CTestTestfile.cmake b/app/lib/CTestTestfile.cmake
deleted file mode 100644
index 9ebcf98..0000000
--- a/app/lib/CTestTestfile.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /home/martin/XTrackCAD/src/work/app/lib
-# Build directory: /home/martin/XTrackCAD/src/work/app/lib
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
-subdirs(demos)
-subdirs(examples)
-subdirs(params)
diff --git a/app/lib/Makefile b/app/lib/Makefile
deleted file mode 100644
index 5628ff6..0000000
--- a/app/lib/Makefile
+++ /dev/null
@@ -1,250 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Default target executed when no arguments are given to make.
-default_target: all
-
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: install/local
-
-.PHONY : install/local/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: install/strip
-
-.PHONY : install/strip/fast
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-
-.PHONY : edit_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-
-.PHONY : list_install_components/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target package
-package: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackConfig.cmake
-.PHONY : package
-
-# Special rule for the target package
-package/fast: package
-
-.PHONY : package/fast
-
-# Special rule for the target package_source
-package_source:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/martin/XTrackCAD/src/work/CPackSourceConfig.cmake
-.PHONY : package_source
-
-# Special rule for the target package_source
-package_source/fast: package_source
-
-.PHONY : package_source/fast
-
-# Special rule for the target test
-test:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
- /usr/bin/ctest --force-new-ctest-process $(ARGS)
-.PHONY : test
-
-# Special rule for the target test
-test/fast: test
-
-.PHONY : test/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles /home/martin/XTrackCAD/src/work/app/lib/CMakeFiles/progress.marks
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-app/lib/CMakeFiles/Readme.dir/rule:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/CMakeFiles/Readme.dir/rule
-.PHONY : app/lib/CMakeFiles/Readme.dir/rule
-
-# Convenience name for target.
-Readme: app/lib/CMakeFiles/Readme.dir/rule
-
-.PHONY : Readme
-
-# fast build rule for target.
-Readme/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/CMakeFiles/Readme.dir/build.make app/lib/CMakeFiles/Readme.dir/build
-.PHONY : Readme/fast
-
-# Convenience name for target.
-app/lib/CMakeFiles/CHANGELOG.dir/rule:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/CMakeFiles/CHANGELOG.dir/rule
-.PHONY : app/lib/CMakeFiles/CHANGELOG.dir/rule
-
-# Convenience name for target.
-CHANGELOG: app/lib/CMakeFiles/CHANGELOG.dir/rule
-
-.PHONY : CHANGELOG
-
-# fast build rule for target.
-CHANGELOG/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/CMakeFiles/CHANGELOG.dir/build.make app/lib/CMakeFiles/CHANGELOG.dir/build
-.PHONY : CHANGELOG/fast
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... install/local"
- @echo "... Readme"
- @echo "... install"
- @echo "... install/strip"
- @echo "... edit_cache"
- @echo "... CHANGELOG"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
- @echo "... package"
- @echo "... package_source"
- @echo "... test"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/app/lib/Readme.md b/app/lib/Readme.md
index 689730f..aa64ce7 100644
--- a/app/lib/Readme.md
+++ b/app/lib/Readme.md
@@ -1,4 +1,4 @@
-# XTrackCAD 4.3.0 #
+# XTrackCAD 5.1.2 #
This file contains installation instructions and up-to-date information regarding XTrackCad.
@@ -6,7 +6,7 @@ This file contains installation instructions and up-to-date information regardin
* About XTrackCad
* License Information
-* Installation
+* Installation
* Upgrading from earlier releases
* Bugs fixed
* Building
@@ -23,65 +23,81 @@ Some highlights:
* Supplied with parameter libraries for many popular brands of turnouts, plus the capability to define your own.
* Automatic easement (spiral transition) curve calculation.
* Extensive help files and video-clip demonstration mode.
-
+
Availability:
-XTrkCad Fork is a project for further development of the original XTrkCad
+XTrkCad Fork is a project for further development of the original XTrkCad
software. See the project homepage at <http://www.xtrackcad.org/> for news and current releases.
## License Information ##
**Copying:**
-XTrackCad is copyrighted by Dave Bullis and Martin Fischer and licensed as
-free software under the terms of the GNU General Public License v2 which
+XTrackCad is copyrighted by Dave Bullis and Martin Fischer and licensed as
+free software under the terms of the GNU General Public License v2 which
you can find in the file COPYING.
# Installation #
## Windows ##
-XTrackCad has only been tested on Windows 7 and Windows 10.
+XTrackCad has only been tested on Windows 10.
The MS-Windows version of XTrackCad is shipped as a self-extracting/
self-installing program using the NSIS Installer from Nullsoft Inc.
Using Windows Explorer, locate the directory in which you downloaded or copied your new version of XTrackCAD.
-Start the installation program by double clicking on the
-**[xtrkcad-setup-4.4.0beta1.exe][]** file icon.
+Start the installation program by double clicking on the
+**[xtrkcad-setup-5.1.2a.exe][]** file icon.
Follow the steps in the installation program.
-The installation lets you define the directory into which XTrackCAD is
+The installation lets you define the directory into which XTrackCAD is
installed. The directory is created automatically if it doesn't already exist.
-A program folder named XTrackCAD 4.4.0beta1 will be created during the installation
-process. This folder contains the program, documentation, parameter and
-example files. An existing installation of earlier versions of XTrackCad is
-not overwritten.
+A program folder named XTrackCAD 5.1.2a will be created during the installation
+process. This folder contains the program, documentation, parameter and
+example files. An existing installation of earlier versions of XTrackCad is
+not overwritten.
+
+A new program group named XTrackCad 5.1.2 will be created in the Start menu.
+
+## OSX ##
+
+XTrackCAD for Mac is shipped as a self-installing OSX package
+Start the install by double clicking on the
+**[xtrkcad-osx-5.1.2a.dmg][]** file icon.
+
+Drag the package and drop into the Applications folder.
-A new program group named XTrackCad 4.4.0beta1 will be created in the Start menu.
+You may receive a prompt telling you that the package is not signed. To install it anyway, go to the System Preferences page and select Security & Privacy. Hit the button marked "Install Anyway".
+
+If you have a previous version you will be asked if you want to replace it or install a second version.
+
+You will need to have installed the correct level of XQuartz for your level of OSX to run XTrackCAD on Mac - go to http://www.xquartz.org/ and download and then install the package. Remember to log out and in again (or reboot) if this your first xQuartz install.
+
+Once the XQuartz package has installed go to the XtrkCAD icon in Applications and double click on it. You may again be told the program is not signed. If so, again go to Systems Preferences->Security & Privacy and hit "Run Anyway".
## Linux ##
XTrackCAD for LINUX is shipped as a RPM file and a self extracting archive.
-You will need libc6, X11R6, GTK+2.0, webkitgtk.
+You will need libc6, X11R6, GTK+2.0.
-### Installing from the RPM package. ###
+### Installing from the RPM package. ###
Use your operating system's package manager to install XTrackCAD.
### Installing from the self-extracting archive. ###
-After downloading open a command line then
+After downloading open a command line then as root run
- ./xtrkcad-setup-4.4.0beta1.x86_64.sh --prefix=/usr/local --exclude-subdir
+ ./xtrkcad-setup-5.1.2a.x86_64.sh --prefix=/usr/local --exclude-subdir
-This will install the executable in /usr/local/bin. A directory named
+This will install the executable in /usr/local/bin. A directory named
xtrkcad will be created in /usr/local/share and all files will be unpacked
into it.
-If you install XTrackCAD into another directory, set the XTRKCADLIB
+If you install XTrackCAD into another directory, set the XTRKCADLIB
environment variable to point to that directory.
# Release Info #
@@ -90,9 +106,9 @@ environment variable to point to that directory.
**Note:** This version of XTrackCAD comes with the new cornu feature. In order to support
this feature, the file format for layout files (.xtc) had to be extended.
-Files from earlier versions of XTrackCAD can be read without problems.
-Layouts that were saved from this version of the program cannot be read by older
-versions of XTrackCAD.
+Files from earlier versions of XTrackCAD can be read without problems.
+Layouts that were saved from this version of the program cannot be read by older
+versions of XTrackCAD.
# Building #
## Overview ##
@@ -129,12 +145,9 @@ GNU/Linux, and Mac OSX using the build tool(s) of your choice.
http://www.xtrkcad.org/Wikka/Internationalization for additional information.
* Use XTRKCAD_USE_GTK to control the user-interface back-end. Choose "OFF"
for Windows, "ON" for all other platforms.
-* Use XTRKCAD_USE_GTK_CAIRO to enable optional high-quality antialiased
- Cairo rendering for the GTK back-end. This option has no effect unless you are
- using the GTK back-end.
* Use XTRKCAD_USE_DOXYGEN to enable the production of type, function, etc.,
documentation from the the source code. Requires doxygen if enabled.
- Enable if and only if you intend to hack on the code.
+ Enable if and only if you intend to hack on the code.
* If you made any changes, press the "c" key again to update your new
configuration.
* Once everything is configured to your satisfaction, press the "g" key to
@@ -154,8 +167,8 @@ GNU/Linux, and Mac OSX using the build tool(s) of your choice.
* If XTRKCAD_USE_DOXYGEN was enabled:
$ make docs-doxygen
-
- to create the internals documentation. Read this documentation by pointing
+
+ to create the internals documentation. Read this documentation by pointing
your web browser at ~/build/xtrkcad/docs/doxygen/html/index.html.
### Building XTrackCAD on Mac OSX ###
@@ -163,8 +176,7 @@ GNU/Linux, and Mac OSX using the build tool(s) of your choice.
* You will need to install the following dependencies - I recommend using
<http://www.macports.org> to obtain them:
- GTK2
- - webkit
- - gnome-icon-theme
+ - gnome-icon-theme
* Once the prerequisites are installed the build instructions are the same
as for the GNU/Linux build, above.
* Remember that to run XTrackCAD on OSX, you need to have X11 running with
@@ -181,8 +193,8 @@ GNU/Linux, and Mac OSX using the build tool(s) of your choice.
provide a build directory outside the source tree - I use "c:/build/xtrkcad".
* Press the "Configure" button to configure the build. You will be prompted
for the type of build to generate. Choose your desired tool - I used "Visual
- Studio 10". After a few moments you will see three options to
- configure: CMAKE_INSTALL_PREFIX, XTRKCAD_USE_GTK, and XTRKCAD_USE_GTK_CAIRO.
+ Studio 15". After a few moments you will see two options to
+ configure: CMAKE_INSTALL_PREFIX and XTRKCAD_USE_GTK.
* Use CMAKE_INSTALL_PREFIX to control where the software will be installed.
The default "c:/Program Files/XTrkCAD" is a good choice.
* Use XTRKCAD_USE_GETTEXT to add new locales (language translations). Choose
@@ -190,12 +202,9 @@ GNU/Linux, and Mac OSX using the build tool(s) of your choice.
<http://www.xtrkcad.org/Wikka/Internationalization> for additional information.
* Use XTRKCAD_USE_GTK to control the user-interface back-end. Choose "OFF"
for Windows.
-* Use XTRKCAD_USE_GTK_CAIRO to enable optional high-quality antialiased
- Cairo rendering for the GTK back-end. This option has no effect unless on
- Windows.
* Use XTRKCAD_USE_DOXYGEN to enable the production of type, function, etc.,
documentation from the the source code. Requires doxygen if enabled.
- Enable if and only if you intend to hack on the code.
+ Enable if and only if you intend to hack on the code.
* If you made any changes, press the "Configure" button again to update your
new configuration.
* Once everything is configured to your satisfaction, press the "OK" button
@@ -209,11 +218,11 @@ GNU/Linux, and Mac OSX using the build tool(s) of your choice.
## Where to go for support ##
-The following web addresses will be helpful for any questions or bug
+The following web addresses will be helpful for any questions or bug
reports
- The Yahoo!Group mailing list <http://groups.yahoo.com/projects/XTrkCad>
- The project website for the open source development <http://www.xtrackcad.org/>
- The official Sourceforge site <http://www.sourceforge.net/groups/xtrkcad-fork/>
-Thanks for your interest in XTrackCAD. \ No newline at end of file
+Thanks for your interest in XTrackCAD.
diff --git a/app/lib/cmake_install.cmake b/app/lib/cmake_install.cmake
deleted file mode 100644
index 02e4ca6..0000000
--- a/app/lib/cmake_install.cmake
+++ /dev/null
@@ -1,85 +0,0 @@
-# Install script for directory: /home/martin/XTrackCAD/src/work/app/lib
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
- set(CMAKE_INSTALL_SO_NO_EXE "0")
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/xtrkcad" TYPE FILE FILES
- "/home/martin/XTrackCAD/src/work/app/lib/COPYING"
- "/home/martin/XTrackCAD/src/work/app/lib/logo.bmp"
- "/home/martin/XTrackCAD/src/work/app/lib/xtrkcad.xtq"
- )
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/xtrkcad" TYPE FILE FILES
- "/home/martin/XTrackCAD/src/work/app/lib/Readme.txt"
- "/home/martin/XTrackCAD/src/work/app/lib/CHANGELOG.txt"
- )
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/xtrkcad" TYPE PROGRAM FILES "/home/martin/XTrackCAD/src/work/app/lib/xdg-open")
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
- "/usr/share/applications/xtrkcad.desktop")
- if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
- message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
- endif()
- if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
- message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
- endif()
-file(INSTALL DESTINATION "/usr/share/applications" TYPE FILE FILES "/home/martin/XTrackCAD/src/work/app/lib/xtrkcad.desktop")
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
- "/usr/share/pixmaps/xtrkcad.png")
- if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
- message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
- endif()
- if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
- message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
- endif()
-file(INSTALL DESTINATION "/usr/share/pixmaps" TYPE FILE FILES "/home/martin/XTrackCAD/src/work/app/lib/xtrkcad.png")
-endif()
-
-if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- # Include the install script for each subdirectory.
- include("/home/martin/XTrackCAD/src/work/app/lib/demos/cmake_install.cmake")
- include("/home/martin/XTrackCAD/src/work/app/lib/examples/cmake_install.cmake")
- include("/home/martin/XTrackCAD/src/work/app/lib/params/cmake_install.cmake")
-
-endif()
-
diff --git a/app/lib/demos/CMakeFiles/CMakeDirectoryInformation.cmake b/app/lib/demos/CMakeFiles/CMakeDirectoryInformation.cmake
deleted file mode 100644
index 2569371..0000000
--- a/app/lib/demos/CMakeFiles/CMakeDirectoryInformation.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Relative path conversion top directories.
-set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/martin/XTrackCAD/src/work")
-set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/martin/XTrackCAD/src/work")
-
-# Force unix paths in dependencies.
-set(CMAKE_FORCE_UNIX_PATHS 1)
-
-
-# The C and CXX include file regular expressions for this directory.
-set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
-set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
-set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
-set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/app/lib/demos/CMakeFiles/progress.marks b/app/lib/demos/CMakeFiles/progress.marks
deleted file mode 100644
index 573541a..0000000
--- a/app/lib/demos/CMakeFiles/progress.marks
+++ /dev/null
@@ -1 +0,0 @@
-0
diff --git a/app/lib/demos/CTestTestfile.cmake b/app/lib/demos/CTestTestfile.cmake
deleted file mode 100644
index 3643135..0000000
--- a/app/lib/demos/CTestTestfile.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /home/martin/XTrackCAD/src/work/app/lib/demos
-# Build directory: /home/martin/XTrackCAD/src/work/app/lib/demos
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
diff --git a/app/lib/demos/Makefile b/app/lib/demos/Makefile
deleted file mode 100644
index 6c2ebcf..0000000
--- a/app/lib/demos/Makefile
+++ /dev/null
@@ -1,218 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Default target executed when no arguments are given to make.
-default_target: all
-
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-
-.PHONY : edit_cache/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: install/strip
-
-.PHONY : install/strip/fast
-
-# Special rule for the target test
-test:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
- /usr/bin/ctest --force-new-ctest-process $(ARGS)
-.PHONY : test
-
-# Special rule for the target test
-test/fast: test
-
-.PHONY : test/fast
-
-# Special rule for the target package_source
-package_source:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/martin/XTrackCAD/src/work/CPackSourceConfig.cmake
-.PHONY : package_source
-
-# Special rule for the target package_source
-package_source/fast: package_source
-
-.PHONY : package_source/fast
-
-# Special rule for the target package
-package: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackConfig.cmake
-.PHONY : package
-
-# Special rule for the target package
-package/fast: package
-
-.PHONY : package/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: install/local
-
-.PHONY : install/local/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-
-.PHONY : list_install_components/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-
-.PHONY : rebuild_cache/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles /home/martin/XTrackCAD/src/work/app/lib/demos/CMakeFiles/progress.marks
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/demos/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/demos/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/demos/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/demos/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install/strip"
- @echo "... test"
- @echo "... package_source"
- @echo "... package"
- @echo "... install/local"
- @echo "... install"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/app/lib/demos/cmake_install.cmake b/app/lib/demos/cmake_install.cmake
deleted file mode 100644
index 1f08d58..0000000
--- a/app/lib/demos/cmake_install.cmake
+++ /dev/null
@@ -1,86 +0,0 @@
-# Install script for directory: /home/martin/XTrackCAD/src/work/app/lib/demos
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
- set(CMAKE_INSTALL_SO_NO_EXE "0")
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/xtrkcad/demos" TYPE FILE FILES
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmadjend.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmbench.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmcancel.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmcircle.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmconn1.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmconn2.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmcrvtrk.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmctlpnl.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmdelund.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmdialog.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmdimlin.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmease.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmelev.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmexcept.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmextend.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmflip.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmgroup.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmhelix.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmhndld.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmintro.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmjcir.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmjnabut.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmjncs.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmjnmove.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmjnss.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmjntt.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmlines.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmlines2.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmmouse.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmmovabt.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmnotes.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmparall.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmplymod.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmprof.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmrescal.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmrotate.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmruler.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmselect.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmsplit.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmstrtrk.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmtbledg.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmtodes.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmtosel.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmtotrim.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmtoyard.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmtrkwid.xtr"
- "/home/martin/XTrackCAD/src/work/app/lib/demos/dmtrntab.xtr"
- )
-endif()
-
diff --git a/app/lib/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/app/lib/examples/CMakeFiles/CMakeDirectoryInformation.cmake
deleted file mode 100644
index 2569371..0000000
--- a/app/lib/examples/CMakeFiles/CMakeDirectoryInformation.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Relative path conversion top directories.
-set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/martin/XTrackCAD/src/work")
-set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/martin/XTrackCAD/src/work")
-
-# Force unix paths in dependencies.
-set(CMAKE_FORCE_UNIX_PATHS 1)
-
-
-# The C and CXX include file regular expressions for this directory.
-set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
-set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
-set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
-set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/app/lib/examples/CMakeFiles/progress.marks b/app/lib/examples/CMakeFiles/progress.marks
deleted file mode 100644
index 573541a..0000000
--- a/app/lib/examples/CMakeFiles/progress.marks
+++ /dev/null
@@ -1 +0,0 @@
-0
diff --git a/app/lib/examples/CTestTestfile.cmake b/app/lib/examples/CTestTestfile.cmake
deleted file mode 100644
index 652b63c..0000000
--- a/app/lib/examples/CTestTestfile.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /home/martin/XTrackCAD/src/work/app/lib/examples
-# Build directory: /home/martin/XTrackCAD/src/work/app/lib/examples
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
diff --git a/app/lib/examples/Makefile b/app/lib/examples/Makefile
deleted file mode 100644
index 3dc18fc..0000000
--- a/app/lib/examples/Makefile
+++ /dev/null
@@ -1,218 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Default target executed when no arguments are given to make.
-default_target: all
-
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-
-.PHONY : edit_cache/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: install/strip
-
-.PHONY : install/strip/fast
-
-# Special rule for the target test
-test:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
- /usr/bin/ctest --force-new-ctest-process $(ARGS)
-.PHONY : test
-
-# Special rule for the target test
-test/fast: test
-
-.PHONY : test/fast
-
-# Special rule for the target package_source
-package_source:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/martin/XTrackCAD/src/work/CPackSourceConfig.cmake
-.PHONY : package_source
-
-# Special rule for the target package_source
-package_source/fast: package_source
-
-.PHONY : package_source/fast
-
-# Special rule for the target package
-package: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackConfig.cmake
-.PHONY : package
-
-# Special rule for the target package
-package/fast: package
-
-.PHONY : package/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: install/local
-
-.PHONY : install/local/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-
-.PHONY : list_install_components/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-
-.PHONY : rebuild_cache/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles /home/martin/XTrackCAD/src/work/app/lib/examples/CMakeFiles/progress.marks
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/examples/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/examples/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/examples/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/examples/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... install/strip"
- @echo "... test"
- @echo "... package_source"
- @echo "... package"
- @echo "... install/local"
- @echo "... install"
- @echo "... list_install_components"
- @echo "... rebuild_cache"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/app/lib/examples/cmake_install.cmake b/app/lib/examples/cmake_install.cmake
deleted file mode 100644
index e6a542a..0000000
--- a/app/lib/examples/cmake_install.cmake
+++ /dev/null
@@ -1,79 +0,0 @@
-# Install script for directory: /home/martin/XTrackCAD/src/work/app/lib/examples
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
- set(CMAKE_INSTALL_SO_NO_EXE "0")
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/xtrkcad/examples" TYPE FILE FILES
- "/home/martin/XTrackCAD/src/work/app/lib/examples/2_train_round_mrklnhomde_v1_2014_01.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/2oval8_mrklnhomde_v1_2013_03.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/2way2loop_mrklnhomde_v1_2013_04.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/2x8+L+layout+01c.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/3_circles_loops_mrklnhomde_2013_06_jruppert.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/3oval1circle_mrklnhomde_v1_2013_03.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/3oval2loops_mrklnhomde_v1_2013_04.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/3oval8_mrklnhomde_v1_2013_03.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/3way_track_and_looping_mrklnhomde_2013_02_jruppert.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/4_Triangles_mrklnhomde_2012_11_jruppert.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/Bridge_over_central_station.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/Central_Station_City_mrklnhomde_2013_06_jruppert.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/Central_Station_mrklnhomde_2013_04_jruppert.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/Control-Panels.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/DVRR v3.0 E Stroudsburg - Pt Jervis.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/Eishindo T Track Test Layout.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/MaerklinLayout_ReverseLoop4.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/Station_2ladder_v1_2014_07_jruppert.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/Station_and_Circles_mrklnhomde_2013_02_jruppert.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/bridge_and_loops_mrklnhomde_v1_2013_03.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/cascade.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/iota.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/katoxing.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/laurel_hon3.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/mr03.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/mrklnhomde_v1_geometry.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/ntrak4.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/ntrak6.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/ntrak8.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/pmi.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/port_dinllean.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/psr.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/rack-rail-ski-train-t-trak-triple-double-wide.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw1.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw2.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw3.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw4.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw5.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/stonega.xtc"
- "/home/martin/XTrackCAD/src/work/app/lib/examples/timesavr.xtc"
- )
-endif()
-
diff --git a/app/lib/params/CMakeFiles/CMakeDirectoryInformation.cmake b/app/lib/params/CMakeFiles/CMakeDirectoryInformation.cmake
deleted file mode 100644
index 2569371..0000000
--- a/app/lib/params/CMakeFiles/CMakeDirectoryInformation.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Relative path conversion top directories.
-set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/martin/XTrackCAD/src/work")
-set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/martin/XTrackCAD/src/work")
-
-# Force unix paths in dependencies.
-set(CMAKE_FORCE_UNIX_PATHS 1)
-
-
-# The C and CXX include file regular expressions for this directory.
-set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
-set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
-set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
-set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/app/lib/params/CMakeFiles/mkcarpart.dir/DependInfo.cmake b/app/lib/params/CMakeFiles/mkcarpart.dir/DependInfo.cmake
deleted file mode 100644
index 0b7b12e..0000000
--- a/app/lib/params/CMakeFiles/mkcarpart.dir/DependInfo.cmake
+++ /dev/null
@@ -1,29 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
- "C"
- )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_C
- "/home/martin/XTrackCAD/src/work/app/lib/params/mkcarpart.c" "/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o"
- )
-set(CMAKE_C_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS_C
- "XTRKCAD_CMAKE_BUILD"
- )
-
-# The include file search paths:
-set(CMAKE_C_TARGET_INCLUDE_PATH
- "/usr/local/include"
- "app/bin"
- "app/dynstring"
- "app/cornu"
- )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git a/app/lib/params/CMakeFiles/mkcarpart.dir/build.make b/app/lib/params/CMakeFiles/mkcarpart.dir/build.make
deleted file mode 100644
index 2d3e829..0000000
--- a/app/lib/params/CMakeFiles/mkcarpart.dir/build.make
+++ /dev/null
@@ -1,113 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-# Include any dependencies generated for this target.
-include app/lib/params/CMakeFiles/mkcarpart.dir/depend.make
-
-# Include the progress variables for this target.
-include app/lib/params/CMakeFiles/mkcarpart.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include app/lib/params/CMakeFiles/mkcarpart.dir/flags.make
-
-app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o: app/lib/params/CMakeFiles/mkcarpart.dir/flags.make
-app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o: app/lib/params/mkcarpart.c
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mkcarpart.dir/mkcarpart.c.o -c /home/martin/XTrackCAD/src/work/app/lib/params/mkcarpart.c
-
-app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mkcarpart.dir/mkcarpart.c.i"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/lib/params/mkcarpart.c > CMakeFiles/mkcarpart.dir/mkcarpart.c.i
-
-app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mkcarpart.dir/mkcarpart.c.s"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/lib/params/mkcarpart.c -o CMakeFiles/mkcarpart.dir/mkcarpart.c.s
-
-app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.requires:
-
-.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.requires
-
-app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.provides: app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.requires
- $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.provides.build
-.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.provides
-
-app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.provides.build: app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o
-
-
-# Object files for target mkcarpart
-mkcarpart_OBJECTS = \
-"CMakeFiles/mkcarpart.dir/mkcarpart.c.o"
-
-# External object files for target mkcarpart
-mkcarpart_EXTERNAL_OBJECTS =
-
-app/lib/params/mkcarpart: app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o
-app/lib/params/mkcarpart: app/lib/params/CMakeFiles/mkcarpart.dir/build.make
-app/lib/params/mkcarpart: app/lib/params/CMakeFiles/mkcarpart.dir/link.txt
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable mkcarpart"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mkcarpart.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-app/lib/params/CMakeFiles/mkcarpart.dir/build: app/lib/params/mkcarpart
-
-.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/build
-
-app/lib/params/CMakeFiles/mkcarpart.dir/requires: app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o.requires
-
-.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/requires
-
-app/lib/params/CMakeFiles/mkcarpart.dir/clean:
- cd /home/martin/XTrackCAD/src/work/app/lib/params && $(CMAKE_COMMAND) -P CMakeFiles/mkcarpart.dir/cmake_clean.cmake
-.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/clean
-
-app/lib/params/CMakeFiles/mkcarpart.dir/depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib/params /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib/params /home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/mkcarpart.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/depend
-
diff --git a/app/lib/params/CMakeFiles/mkcarpart.dir/cmake_clean.cmake b/app/lib/params/CMakeFiles/mkcarpart.dir/cmake_clean.cmake
deleted file mode 100644
index 31d627b..0000000
--- a/app/lib/params/CMakeFiles/mkcarpart.dir/cmake_clean.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-file(REMOVE_RECURSE
- "CMakeFiles/mkcarpart.dir/mkcarpart.c.o"
- "mkcarpart.pdb"
- "mkcarpart"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang C)
- include(CMakeFiles/mkcarpart.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()
diff --git a/app/lib/params/CMakeFiles/mkcarpart.dir/depend.make b/app/lib/params/CMakeFiles/mkcarpart.dir/depend.make
deleted file mode 100644
index da9dfcb..0000000
--- a/app/lib/params/CMakeFiles/mkcarpart.dir/depend.make
+++ /dev/null
@@ -1,2 +0,0 @@
-# Empty dependencies file for mkcarpart.
-# This may be replaced when dependencies are built.
diff --git a/app/lib/params/CMakeFiles/mkcarpart.dir/flags.make b/app/lib/params/CMakeFiles/mkcarpart.dir/flags.make
deleted file mode 100644
index adbe140..0000000
--- a/app/lib/params/CMakeFiles/mkcarpart.dir/flags.make
+++ /dev/null
@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# compile C with /usr/bin/gcc
-C_FLAGS = -g3 -gdwarf-2 -std=gnu99
-
-C_DEFINES = -DXTRKCAD_CMAKE_BUILD
-
-C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu
-
diff --git a/app/lib/params/CMakeFiles/mkcarpart.dir/link.txt b/app/lib/params/CMakeFiles/mkcarpart.dir/link.txt
deleted file mode 100644
index aa23208..0000000
--- a/app/lib/params/CMakeFiles/mkcarpart.dir/link.txt
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/mkcarpart.dir/mkcarpart.c.o -o mkcarpart -rdynamic
diff --git a/app/lib/params/CMakeFiles/mkcarpart.dir/progress.make b/app/lib/params/CMakeFiles/mkcarpart.dir/progress.make
deleted file mode 100644
index 4d2334f..0000000
--- a/app/lib/params/CMakeFiles/mkcarpart.dir/progress.make
+++ /dev/null
@@ -1,3 +0,0 @@
-CMAKE_PROGRESS_1 =
-CMAKE_PROGRESS_2 = 21
-
diff --git a/app/lib/params/CMakeFiles/mkstruct.dir/DependInfo.cmake b/app/lib/params/CMakeFiles/mkstruct.dir/DependInfo.cmake
deleted file mode 100644
index dbed4be..0000000
--- a/app/lib/params/CMakeFiles/mkstruct.dir/DependInfo.cmake
+++ /dev/null
@@ -1,29 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
- "C"
- )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_C
- "/home/martin/XTrackCAD/src/work/app/lib/params/mkstruct.c" "/home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o"
- )
-set(CMAKE_C_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS_C
- "XTRKCAD_CMAKE_BUILD"
- )
-
-# The include file search paths:
-set(CMAKE_C_TARGET_INCLUDE_PATH
- "/usr/local/include"
- "app/bin"
- "app/dynstring"
- "app/cornu"
- )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git a/app/lib/params/CMakeFiles/mkstruct.dir/build.make b/app/lib/params/CMakeFiles/mkstruct.dir/build.make
deleted file mode 100644
index 08c6a6f..0000000
--- a/app/lib/params/CMakeFiles/mkstruct.dir/build.make
+++ /dev/null
@@ -1,113 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-# Include any dependencies generated for this target.
-include app/lib/params/CMakeFiles/mkstruct.dir/depend.make
-
-# Include the progress variables for this target.
-include app/lib/params/CMakeFiles/mkstruct.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include app/lib/params/CMakeFiles/mkstruct.dir/flags.make
-
-app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o: app/lib/params/CMakeFiles/mkstruct.dir/flags.make
-app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o: app/lib/params/mkstruct.c
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/mkstruct.dir/mkstruct.c.o -c /home/martin/XTrackCAD/src/work/app/lib/params/mkstruct.c
-
-app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/mkstruct.dir/mkstruct.c.i"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/martin/XTrackCAD/src/work/app/lib/params/mkstruct.c > CMakeFiles/mkstruct.dir/mkstruct.c.i
-
-app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/mkstruct.dir/mkstruct.c.s"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/martin/XTrackCAD/src/work/app/lib/params/mkstruct.c -o CMakeFiles/mkstruct.dir/mkstruct.c.s
-
-app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.requires:
-
-.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.requires
-
-app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.provides: app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.requires
- $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.provides.build
-.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.provides
-
-app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.provides.build: app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o
-
-
-# Object files for target mkstruct
-mkstruct_OBJECTS = \
-"CMakeFiles/mkstruct.dir/mkstruct.c.o"
-
-# External object files for target mkstruct
-mkstruct_EXTERNAL_OBJECTS =
-
-app/lib/params/mkstruct: app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o
-app/lib/params/mkstruct: app/lib/params/CMakeFiles/mkstruct.dir/build.make
-app/lib/params/mkstruct: app/lib/params/CMakeFiles/mkstruct.dir/link.txt
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable mkstruct"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mkstruct.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-app/lib/params/CMakeFiles/mkstruct.dir/build: app/lib/params/mkstruct
-
-.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/build
-
-app/lib/params/CMakeFiles/mkstruct.dir/requires: app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o.requires
-
-.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/requires
-
-app/lib/params/CMakeFiles/mkstruct.dir/clean:
- cd /home/martin/XTrackCAD/src/work/app/lib/params && $(CMAKE_COMMAND) -P CMakeFiles/mkstruct.dir/cmake_clean.cmake
-.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/clean
-
-app/lib/params/CMakeFiles/mkstruct.dir/depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib/params /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib/params /home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/mkstruct.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/depend
-
diff --git a/app/lib/params/CMakeFiles/mkstruct.dir/cmake_clean.cmake b/app/lib/params/CMakeFiles/mkstruct.dir/cmake_clean.cmake
deleted file mode 100644
index 7cbddd0..0000000
--- a/app/lib/params/CMakeFiles/mkstruct.dir/cmake_clean.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-file(REMOVE_RECURSE
- "CMakeFiles/mkstruct.dir/mkstruct.c.o"
- "mkstruct.pdb"
- "mkstruct"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang C)
- include(CMakeFiles/mkstruct.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()
diff --git a/app/lib/params/CMakeFiles/mkstruct.dir/depend.make b/app/lib/params/CMakeFiles/mkstruct.dir/depend.make
deleted file mode 100644
index 8a948e4..0000000
--- a/app/lib/params/CMakeFiles/mkstruct.dir/depend.make
+++ /dev/null
@@ -1,2 +0,0 @@
-# Empty dependencies file for mkstruct.
-# This may be replaced when dependencies are built.
diff --git a/app/lib/params/CMakeFiles/mkstruct.dir/flags.make b/app/lib/params/CMakeFiles/mkstruct.dir/flags.make
deleted file mode 100644
index adbe140..0000000
--- a/app/lib/params/CMakeFiles/mkstruct.dir/flags.make
+++ /dev/null
@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# compile C with /usr/bin/gcc
-C_FLAGS = -g3 -gdwarf-2 -std=gnu99
-
-C_DEFINES = -DXTRKCAD_CMAKE_BUILD
-
-C_INCLUDES = -I/usr/local/include -I/home/martin/XTrackCAD/src/work/app/bin -I/home/martin/XTrackCAD/src/work/app/dynstring -I/home/martin/XTrackCAD/src/work/app/cornu
-
diff --git a/app/lib/params/CMakeFiles/mkstruct.dir/link.txt b/app/lib/params/CMakeFiles/mkstruct.dir/link.txt
deleted file mode 100644
index 0a50a95..0000000
--- a/app/lib/params/CMakeFiles/mkstruct.dir/link.txt
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/gcc -g3 -gdwarf-2 CMakeFiles/mkstruct.dir/mkstruct.c.o -o mkstruct -rdynamic
diff --git a/app/lib/params/CMakeFiles/mkstruct.dir/progress.make b/app/lib/params/CMakeFiles/mkstruct.dir/progress.make
deleted file mode 100644
index 5716e39..0000000
--- a/app/lib/params/CMakeFiles/mkstruct.dir/progress.make
+++ /dev/null
@@ -1,3 +0,0 @@
-CMAKE_PROGRESS_1 =
-CMAKE_PROGRESS_2 = 22
-
diff --git a/app/lib/params/CMakeFiles/progress.marks b/app/lib/params/CMakeFiles/progress.marks
deleted file mode 100644
index 7ed6ff8..0000000
--- a/app/lib/params/CMakeFiles/progress.marks
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/app/lib/params/CMakeFiles/xtpfiles.dir/DependInfo.cmake b/app/lib/params/CMakeFiles/xtpfiles.dir/DependInfo.cmake
deleted file mode 100644
index 19fab21..0000000
--- a/app/lib/params/CMakeFiles/xtpfiles.dir/DependInfo.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
- )
-# The set of files for implicit dependencies of each language:
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git a/app/lib/params/CMakeFiles/xtpfiles.dir/build.make b/app/lib/params/CMakeFiles/xtpfiles.dir/build.make
deleted file mode 100644
index c66ec07..0000000
--- a/app/lib/params/CMakeFiles/xtpfiles.dir/build.make
+++ /dev/null
@@ -1,117 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-# Utility rule file for xtpfiles.
-
-# Include the progress variables for this target.
-include app/lib/params/CMakeFiles/xtpfiles.dir/progress.make
-
-app/lib/params/CMakeFiles/xtpfiles: app/lib/params/accurail.xtp
-app/lib/params/CMakeFiles/xtpfiles: app/lib/params/atlascho.xtp
-app/lib/params/CMakeFiles/xtpfiles: app/lib/params/atlaseho.xtp
-app/lib/params/CMakeFiles/xtpfiles: app/lib/params/fallerho.xtp
-app/lib/params/CMakeFiles/xtpfiles: app/lib/params/pikestuf.xtp
-app/lib/params/CMakeFiles/xtpfiles: app/lib/params/revell.xtp
-
-
-app/lib/params/accurail.xtp: app/lib/params/accurail.cars
-app/lib/params/accurail.xtp: app/lib/params/mkcarpart
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating accurail.xtp"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /home/martin/XTrackCAD/src/work/app/lib/params/mkcarpart /home/martin/XTrackCAD/src/work/app/lib/params/accurail.cars /home/martin/XTrackCAD/src/work/app/lib/params/accurail.xtp
-
-app/lib/params/atlascho.xtp: app/lib/params/atlascho.cars
-app/lib/params/atlascho.xtp: app/lib/params/mkcarpart
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating atlascho.xtp"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /home/martin/XTrackCAD/src/work/app/lib/params/mkcarpart /home/martin/XTrackCAD/src/work/app/lib/params/atlascho.cars /home/martin/XTrackCAD/src/work/app/lib/params/atlascho.xtp
-
-app/lib/params/atlaseho.xtp: app/lib/params/atlaseho.cars
-app/lib/params/atlaseho.xtp: app/lib/params/mkcarpart
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating atlaseho.xtp"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /home/martin/XTrackCAD/src/work/app/lib/params/mkcarpart /home/martin/XTrackCAD/src/work/app/lib/params/atlaseho.cars /home/martin/XTrackCAD/src/work/app/lib/params/atlaseho.xtp
-
-app/lib/params/fallerho.xtp: app/lib/params/fallerho.struct
-app/lib/params/fallerho.xtp: app/lib/params/mkstruct
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating fallerho.xtp"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /home/martin/XTrackCAD/src/work/app/lib/params/mkstruct /home/martin/XTrackCAD/src/work/app/lib/params/fallerho.struct /home/martin/XTrackCAD/src/work/app/lib/params/fallerho.xtp
-
-app/lib/params/pikestuf.xtp: app/lib/params/pikestuf.struct
-app/lib/params/pikestuf.xtp: app/lib/params/mkstruct
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating pikestuf.xtp"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /home/martin/XTrackCAD/src/work/app/lib/params/mkstruct /home/martin/XTrackCAD/src/work/app/lib/params/pikestuf.struct /home/martin/XTrackCAD/src/work/app/lib/params/pikestuf.xtp
-
-app/lib/params/revell.xtp: app/lib/params/revell.struct
-app/lib/params/revell.xtp: app/lib/params/mkstruct
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/martin/XTrackCAD/src/work/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Generating revell.xtp"
- cd /home/martin/XTrackCAD/src/work/app/lib/params && /home/martin/XTrackCAD/src/work/app/lib/params/mkstruct /home/martin/XTrackCAD/src/work/app/lib/params/revell.struct /home/martin/XTrackCAD/src/work/app/lib/params/revell.xtp
-
-xtpfiles: app/lib/params/CMakeFiles/xtpfiles
-xtpfiles: app/lib/params/accurail.xtp
-xtpfiles: app/lib/params/atlascho.xtp
-xtpfiles: app/lib/params/atlaseho.xtp
-xtpfiles: app/lib/params/fallerho.xtp
-xtpfiles: app/lib/params/pikestuf.xtp
-xtpfiles: app/lib/params/revell.xtp
-xtpfiles: app/lib/params/CMakeFiles/xtpfiles.dir/build.make
-
-.PHONY : xtpfiles
-
-# Rule to build all files generated by this target.
-app/lib/params/CMakeFiles/xtpfiles.dir/build: xtpfiles
-
-.PHONY : app/lib/params/CMakeFiles/xtpfiles.dir/build
-
-app/lib/params/CMakeFiles/xtpfiles.dir/clean:
- cd /home/martin/XTrackCAD/src/work/app/lib/params && $(CMAKE_COMMAND) -P CMakeFiles/xtpfiles.dir/cmake_clean.cmake
-.PHONY : app/lib/params/CMakeFiles/xtpfiles.dir/clean
-
-app/lib/params/CMakeFiles/xtpfiles.dir/depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib/params /home/martin/XTrackCAD/src/work /home/martin/XTrackCAD/src/work/app/lib/params /home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/xtpfiles.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : app/lib/params/CMakeFiles/xtpfiles.dir/depend
-
diff --git a/app/lib/params/CMakeFiles/xtpfiles.dir/cmake_clean.cmake b/app/lib/params/CMakeFiles/xtpfiles.dir/cmake_clean.cmake
deleted file mode 100644
index 579df32..0000000
--- a/app/lib/params/CMakeFiles/xtpfiles.dir/cmake_clean.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-file(REMOVE_RECURSE
- "CMakeFiles/xtpfiles"
- "accurail.xtp"
- "atlascho.xtp"
- "atlaseho.xtp"
- "fallerho.xtp"
- "pikestuf.xtp"
- "revell.xtp"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang )
- include(CMakeFiles/xtpfiles.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()
diff --git a/app/lib/params/CMakeFiles/xtpfiles.dir/progress.make b/app/lib/params/CMakeFiles/xtpfiles.dir/progress.make
deleted file mode 100644
index 58199e2..0000000
--- a/app/lib/params/CMakeFiles/xtpfiles.dir/progress.make
+++ /dev/null
@@ -1,7 +0,0 @@
-CMAKE_PROGRESS_1 = 33
-CMAKE_PROGRESS_2 =
-CMAKE_PROGRESS_3 =
-CMAKE_PROGRESS_4 = 34
-CMAKE_PROGRESS_5 =
-CMAKE_PROGRESS_6 = 35
-
diff --git a/app/lib/params/CTestTestfile.cmake b/app/lib/params/CTestTestfile.cmake
deleted file mode 100644
index 4f4a023..0000000
--- a/app/lib/params/CTestTestfile.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /home/martin/XTrackCAD/src/work/app/lib/params
-# Build directory: /home/martin/XTrackCAD/src/work/app/lib/params
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
diff --git a/app/lib/params/G-NQD-AMAX Plastic.xtp b/app/lib/params/G-NQD-AMAX Plastic.xtp
new file mode 100644
index 0000000..963de9c
--- /dev/null
+++ b/app/lib/params/G-NQD-AMAX Plastic.xtp
@@ -0,0 +1,36 @@
+CONTENTS Newqida/AMAX G-Scale Plastic Track
+SUBCONTENTS Straight Track
+TURNOUT G "Newqida/AMAX Straight 300mm 78010"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 11.811024 0.000000 90.000000
+ S 0 0.000000 0.000000 0.000000 11.811024 0.000000
+ END
+
+SUBCONTENTS Curve Track
+TURNOUT G "Newqida/AMAX Curved 650mm 30° 78020"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 12.795276 3.428484 60.000000
+ C 0 0.000000 -25.590551 0.000000 25.590551 150.000000 30.000000
+ END
+
+SUBCONTENTS Switches
+TURNOUT G "Newqida/AMAX Manual Switch RightHand 78030"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 11.811024 0.000000 90.000000
+ E 12.795276 -3.428484 120.000000
+ S 0 0.000000 0.000000 0.000000 11.811024 0.000000
+ C 0 0.000000 25.590551 0.000000 -25.590551 0.000000 30.000000
+ END
+TURNOUT G "Newqida/AMAX Manual Switch LeftHand 78031"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 11.811024 0.000000 90.000000
+ E 12.795276 3.428484 60.000000
+ S 0 0.000000 0.000000 0.000000 11.811024 0.000000
+ C 0 0.000000 -25.590551 0.000000 25.590551 150.000000 30.000000
+ END
diff --git a/app/lib/params/HO-Mehano.xtp b/app/lib/params/HO-Mehano.xtp
new file mode 100644
index 0000000..5ff9743
--- /dev/null
+++ b/app/lib/params/HO-Mehano.xtp
@@ -0,0 +1,135 @@
+CONTENTS Mehano HO Track
+SUBCONTENTS Mehano Track - Straights
+TURNOUT HO "Mehano Flex Section 914.4mm F245"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 36.000000 0.000000 90.000000
+ S 0 0.000000 0.000000 0.000000 36.000000 0.000000
+ END
+TURNOUT HO "Mehano Straight Track 228.6mm F223"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 9.000000 0.000000 90.000000
+ S 0 0.000000 0.000000 0.000000 9.000000 0.000000
+ END
+TURNOUT HO "Mehano Straight Track 152.4mm F238"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.000000 0.000000 90.000000
+ S 0 0.000000 0.000000 0.000000 6.000000 0.000000
+ END
+TURNOUT HO "Mehano Straight Track 76.2mm F239"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.000000 0.000000 90.000000
+ S 0 0.000000 0.000000 0.000000 3.000000 0.000000
+ END
+
+SUBCONTENTS Mehano Track - Curves
+TURNOUT HO "Mehano Curve Track 457.2mm 30d F210"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 9.000000 2.411542 60.000000
+ C 0 0.000000 -18.000000 0.000000 18.000000 150.000000 30.000000
+ END
+TURNOUT HO "Mehano Curved Terminal/Rerailer Track F269"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 9.000000 2.411542 60.000000
+ C 0 0.000000 -18.000000 0.000000 18.000000 150.000000 30.000000
+ A 7960953 0.600000 -17.300000 0.000000 18.000000 155.000000 20.000000
+ A 7960953 0.500000 -18.000000 0.000000 18.000000 155.000000 20.000000
+ A 7960953 0.600000 -18.700000 0.000000 18.000000 155.000000 20.000000
+ A 7960953 0.500000 -19.200000 0.000000 18.000000 163.750000 2.500000
+ END
+TURNOUT HO "Mehano Curved Track 457.2mm 10d F233"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.125667 0.273460 80.000000
+ C 0 0.000000 -18.000000 0.000000 18.000000 170.000000 10.000000
+ END
+
+SUBCONTENTS Mehano Track - Crossings
+TURNOUT HO "Mehano 45d Crossing Track 76.2mm F228"
+ P "Normal" 1 0 2
+ E 0.000000 0.000000 270.000000
+ E 3.000000 0.000000 90.000000
+ E 0.439338 1.060658 315.000000
+ E 2.560662 -1.060658 135.000000
+ S 0 0.000000 0.000000 0.000000 3.000000 0.000000
+ S 0 0.000000 0.439338 1.060658 2.560662 -1.060658
+ END
+
+SUBCONTENTS Mehano Track - Switches
+TURNOUT HO "Mehano Left Remote Switch F278"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 9.000000 0.000000 90.000000
+ E 7.656415 1.085533 70.000000
+ S 0 0.000000 0.000000 0.000000 2.149705 0.000000
+ S 0 0.000000 2.149705 0.000000 9.000000 0.000000
+ C 0 0.000000 -14.315797 2.149724 14.315797 160.000000 20.000000
+ S 0 0.000000 7.046027 0.863360 7.656415 1.085533
+ F4 7960953 0.000000 6 1
+ 1.500000 -0.600000 0
+ 1.500000 -1.000000 0
+ 1.850000 -1.200000 0
+ 5.650000 -1.200000 0
+ 6.000000 -1.000000 0
+ 6.000000 -0.600000 0
+ END
+TURNOUT HO "Mehano Right Remote Switch F279"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 9.000000 0.000000 90.000000
+ E 7.656415 -1.085533 110.000000
+ S 0 0.000000 0.000000 0.000000 2.149705 0.000000
+ S 0 0.000000 2.149705 0.000000 9.000000 0.000000
+ C 0 0.000000 14.315797 2.149648 -14.315797 0.000000 20.000000
+ S 0 0.000000 7.046027 -0.863360 7.656415 -1.085533
+ F4 7960953 0.000000 6 1
+ 1.500000 0.600000 0
+ 1.500000 1.000000 0
+ 1.850000 1.200000 0
+ 5.650000 1.200000 0
+ 6.000000 1.000000 0
+ 6.000000 0.600000 0
+ END
+TURNOUT HO "Mehano Left Manual Switch F282"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 9.000000 0.000000 90.000000
+ E 7.656415 1.085533 70.000000
+ S 0 0.000000 0.000000 0.000000 2.149705 0.000000
+ S 0 0.000000 2.149705 0.000000 9.000000 0.000000
+ C 0 0.000000 -14.315797 2.149724 14.315797 160.000000 20.000000
+ S 0 0.000000 7.046027 0.863360 7.656415 1.085533
+ F4 7960953 0.000000 6 1
+ 1.500000 -0.600000 0
+ 1.500000 -1.000000 0
+ 1.850000 -1.200000 0
+ 5.650000 -1.200000 0
+ 6.000000 -1.000000 0
+ 6.000000 -0.600000 0
+ END
+TURNOUT HO "Mehano Right Manual Switch F283"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 9.000000 0.000000 90.000000
+ E 7.656415 -1.085533 110.000000
+ S 0 0.000000 0.000000 0.000000 2.149705 0.000000
+ S 0 0.000000 2.149705 0.000000 9.000000 0.000000
+ C 0 0.000000 14.315797 2.149648 -14.315797 0.000000 20.000000
+ S 0 0.000000 7.046027 -0.863360 7.656415 -1.085533
+ F4 7960953 0.000000 6 1
+ 1.500000 0.600000 0
+ 1.500000 1.000000 0
+ 1.850000 1.200000 0
+ 5.650000 1.200000 0
+ 6.000000 1.000000 0
+ 6.000000 0.600000 0
+ END
diff --git a/app/lib/params/HO-Peco-Code100Streamline.xtp b/app/lib/params/HO-Peco-Code100Streamline.xtp
index 23924a5..a60fe62 100644
--- a/app/lib/params/HO-Peco-Code100Streamline.xtp
+++ b/app/lib/params/HO-Peco-Code100Streamline.xtp
@@ -66,69 +66,75 @@ TURNOUT HO "Peco RH Long Turnout, Insulfrog SL-88"
C 0 0.000000 39.590004 1.291680 -39.590004 0.000076 12.000152
S 0 0.000000 9.523158 -0.865157 10.157480 -1.000000
END
+
+SUBCONTENTS Peco HO Scale Code 100 Curved Turnouts
TURNOUT HO "Peco Curved Left Turnout SL-87"
P "Normal" 1 4 5
P "Reverse" 1 2 3
E 0.000000 0.000000 270.000000
- E 9.970000 0.875000 81.000000
- E 9.725000 1.850000 69.750000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 -22.745078 0.648600 22.745078 159.750000 20.250000
- S 0 0.000000 8.521059 1.405843 9.725000 1.850000
- C 0 0.000000 -48.243775 0.648600 48.243775 171.000000 9.000000
- S 0 0.000000 8.195589 0.593961 9.970000 0.875000
- END
+ E 9.930000 0.830000 80.473000
+ E 9.680000 1.790000 69.666000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -23.421390 0.649631 23.421390 159.665924 20.334152
+ S 0 0.000000 8.788401 1.459572 9.680000 1.790000
+ C 0 0.000000 -52.020505 0.649669 52.020505 170.472924 9.527152
+ S 0 0.000000 9.259766 0.717503 9.930000 0.830000
+END
TURNOUT HO "Peco Curved Right Turnout SL-86"
P "Normal" 1 4 5
P "Reverse" 1 2 3
E 0.000000 0.000000 270.000000
- E 9.970000 -0.875000 99.000000
- E 9.725000 -1.850000 110.250000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 22.745078 0.648600 -22.745078 0.000000 20.250000
- S 0 0.000000 8.521059 -1.405843 9.725000 -1.850000
- C 0 0.000000 48.243775 0.648600 -48.243775 0.000000 9.000000
- S 0 0.000000 8.195589 -0.593961 9.970000 -0.875000
- END
+ E 9.930000 -0.830000 99.527000
+ E 9.680000 -1.790000 110.334000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 23.421390 0.649507 -23.421390 0.000076 20.334152
+ S 0 0.000000 8.788401 -1.459572 9.680000 -1.790000
+ C 0 0.000000 52.020505 0.649393 -52.020505 0.000076 9.527152
+ S 0 0.000000 9.259766 -0.717503 9.930000 -0.830000
+END
+
+SUBCONTENTS Peco HO Scale Code 100 WYE Turnouts
TURNOUT HO "Peco Short Y Turnout SL-97"
P "Left" 1 2 3
P "Right" 1 4 5
E 0.000000 0.000000 270.000000
- E 5.826772 0.696850 78.000000
- E 5.826772 -0.696850 102.000000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 -18.075241 0.648624 18.075241 167.999924 12.000152
- S 0 0.000000 4.406698 0.394997 5.826772 0.696850
- C 0 0.000000 18.075241 0.648528 -18.075241 0.000076 12.000152
- S 0 0.000000 4.406698 -0.394997 5.826772 -0.696850
+ E 5.733858 0.517913 78.000000
+ E 5.733858 -0.517913 102.000000
+ S 0 0.000000 0.000000 0.000000 1.455910 0.000000
+ C 0 0.000000 -17.519683 1.455934 17.519683 167.999924 12.000152
+ S 0 0.000000 5.098500 0.382856 5.733858 0.517913
+ C 0 0.000000 17.519683 1.455841 -17.519683 0.000076 12.000152
+ S 0 0.000000 5.098500 -0.382856 5.733858 -0.517913
END
TURNOUT HO "Peco Large Y Turnout SL-98"
P "Left" 1 2 3
P "Right" 1 4 5
E 0.000000 0.000000 270.000000
- E 8.661417 0.696850 84.000000
- E 8.661417 -0.696850 96.000000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 -26.386054 0.648635 26.386054 173.999924 6.000152
- S 0 0.000000 3.406761 0.144553 8.661417 0.696850
- C 0 0.000000 26.386054 0.648495 -26.386054 0.000076 6.000152
- S 0 0.000000 3.406761 -0.144553 8.661417 -0.696850
- END
+ E 8.638189 0.479134 84.000556
+ E 8.638189 -0.479134 95.999444
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -65.447085 0.649687 65.447085 174.000480 5.999596
+ S 0 0.000000 7.490219 0.358477 8.638189 0.479134
+ C 0 0.000000 65.447085 0.649339 -65.447085 0.000076 5.999596
+ S 0 0.000000 7.490219 -0.358477 8.638189 -0.479134
+END
TURNOUT HO "Peco Medium Radius 3 Way Turnout, Insulfrog SL-99"
P "Left" 1 2 3
P "Normal" 1 6
P "Right" 1 4 5
E 0.000000 0.000000 270.000000
- E 8.661417 1.000000 78.000000
- E 8.661417 -1.000000 102.000000
- E 8.661417 0.000000 90.000000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 -31.475814 0.648642 31.475814 167.999924 12.000152
- S 0 0.000000 7.192866 0.687838 8.661417 1.000000
- C 0 0.000000 31.475814 0.648475 -31.475814 0.000076 12.000152
- S 0 0.000000 7.192866 -0.687838 8.661417 -1.000000
- S 0 0.000000 0.648600 0.000000 8.661417 0.000000
- END
+ E 8.540945 0.994094 78.000000
+ E 8.540945 -0.994094 102.000000
+ E 8.644882 0.000000 90.000000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -30.584413 0.649641 30.584413 167.999924 12.000152
+ S 0 0.000000 7.008531 0.668359 8.540945 0.994094
+ C 0 0.000000 30.584413 0.649478 -30.584413 0.000076 12.000152
+ S 0 0.000000 7.008531 -0.668359 8.540945 -0.994094
+ S 0 0.000000 0.649600 0.000000 8.644882 0.000000
+END
+
+SUBCONTENTS Peco HO Scale Code 100 Slip Turnouts
TURNOUT HO "Peco Single Slip, Insulfrog SL-80"
P "Normal" 1 2 0 3 4
P "Reverse" 1 5 4
@@ -141,7 +147,7 @@ TURNOUT HO "Peco Single Slip, Insulfrog SL-80"
S 0 0.000000 0.107110 1.019087 8.427277 -0.749392
S 0 0.000000 8.427277 -0.749392 9.696040 -1.019087
C 0 0.000000 34.292562 1.297233 -34.292562 0.000076 12.000152
- END
+END
TURNOUT HO "Peco Double Slip, Insulfrog SL-90"
P "Normal" 1 2 3 0 4 5 6
P "Reverse" 1 7 6 0 4 8 3
@@ -157,7 +163,9 @@ TURNOUT HO "Peco Double Slip, Insulfrog SL-90"
S 0 0.000000 8.427277 -0.749392 9.696040 -1.019087
C 0 0.000000 34.292562 1.297233 -34.292562 0.000076 12.000152
C 0 0.000000 -34.292562 8.505825 34.292552 180.000076 12.000152
- END
+END
+
+SUBCONTENTS Peco HO Scale Code 100 CatchPoints
TURNOUT HO "PECO RH CatchPoint SL-84"
P "Closed" 1 2
P "Open" 1 3
@@ -167,7 +175,7 @@ TURNOUT HO "PECO RH CatchPoint SL-84"
S 0 0.000000 0.000000 0.000000 0.649000 0.000000
S 0 0.000000 0.649000 0.000000 4.094488 0.000000
S 0 0.000000 0.649000 0.000000 3.250000 0.12500
- END
+END
TURNOUT HO "PECO LH CatchPoint SL-85"
P "Closed" 1 2
P "Open" 1 3
@@ -177,7 +185,8 @@ TURNOUT HO "PECO LH CatchPoint SL-85"
S 0 0.000000 0.000000 0.000000 0.649000 0.000000
S 0 0.000000 0.649000 0.000000 4.094488 0.000000
S 0 0.000000 0.649000 0.000000 3.250000 -0.12500
- END
+END
+
SUBCONTENTS Peco HO Scale Crossings
TURNOUT HO "Peco Short Crossing, Insulfrog SL-93"
P "Normal" 1 0 2
@@ -187,7 +196,7 @@ TURNOUT HO "Peco Short Crossing, Insulfrog SL-93"
E 4.783865 -1.016838 114.000000
S 0 0.000000 0.000000 0.000000 5.000000 0.000000
S 0 0.000000 0.216135 1.016838 4.783865 -1.016838
- END
+END
TURNOUT HO "Peco Long Crossing, Insulfrog SL-94"
P "Normal" 1 0 2
E 0.000000 0.000000 270.000000
@@ -196,7 +205,7 @@ TURNOUT HO "Peco Long Crossing, Insulfrog SL-94"
E 9.696040 -1.019087 102.000000
S 0 0.000000 0.000000 0.000000 9.803150 0.000000
S 0 0.000000 0.107110 1.019087 9.696040 -1.019087
- END
+END
SUBCONTENTS Peco HO Scale Code 100 Inspection Pit
TURNOUT HO "Peco Inspection Pit (Code 100) LK-56"
@@ -268,7 +277,6 @@ TURNOUT HO "Peco Code 100 Inspection Pit(Stair End) LK-56A"
L 0 0.020000 0.000000 0.280000 1.948819 0.28000
L 0 0.020000 0.000000 -0.280000 1.948819 -0.280000
L 0 0.020000 0.000000 -0.551091 1.948819 -0.551091
-
END
TURNOUT HO "Peco Code 100 Inspection Pit(Mid Section) LK-56B"
P "Normal" 1
@@ -285,4 +293,4 @@ TURNOUT HO "Peco Code 100 Inspection Pit(Mid Section) LK-56B"
L 0 0.020000 0.000000 0.280000 1.948819 0.28000
L 0 0.020000 0.000000 -0.280000 1.948819 -0.280000
L 0 0.020000 0.000000 -0.551091 1.948819 -0.551091
-END \ No newline at end of file
+END
diff --git a/app/lib/params/HO-Peco-Code75Finescale.xtp b/app/lib/params/HO-Peco-Code75Finescale.xtp
index 39ea0c1..f2a99a3 100644
--- a/app/lib/params/HO-Peco-Code75Finescale.xtp
+++ b/app/lib/params/HO-Peco-Code75Finescale.xtp
@@ -66,70 +66,76 @@ TURNOUT HO "Peco RH Long Turnout, Electrofrog SL-E188"
C 0 0.000000 39.590004 1.291680 -39.590004 0.000076 12.000152
S 0 0.000000 9.523158 -0.865157 10.157480 -1.000000
END
+
+SUBCONTENTS Peco HO Scale Code 75 Curved Turnouts
TURNOUT HO "Peco Curved Left Turnout, Electrofrog SL-E187"
P "Normal" 1 4 5
P "Reverse" 1 2 3
E 0.000000 0.000000 270.000000
- E 9.970000 0.875000 81.000000
- E 9.725000 1.850000 69.750000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 -22.745078 0.648600 22.745078 159.750000 20.250000
- S 0 0.000000 8.521059 1.405843 9.725000 1.850000
- C 0 0.000000 -48.243775 0.648600 48.243775 171.000000 9.000000
- S 0 0.000000 8.195589 0.593961 9.970000 0.875000
- END
+ E 9.930000 0.830000 80.473000
+ E 9.680000 1.790000 69.666000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -23.421390 0.649631 23.421390 159.665924 20.334152
+ S 0 0.000000 8.788401 1.459572 9.680000 1.790000
+ C 0 0.000000 -52.020505 0.649669 52.020505 170.472924 9.527152
+ S 0 0.000000 9.259766 0.717503 9.930000 0.830000
+END
TURNOUT HO "Peco Curved Right Turnout, Electrofrog SL-E186"
P "Normal" 1 4 5
P "Reverse" 1 2 3
E 0.000000 0.000000 270.000000
- E 9.970000 -0.875000 99.000000
- E 9.725000 -1.850000 110.250000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 22.745078 0.648600 -22.745078 0.000000 20.250000
- S 0 0.000000 8.521059 -1.405843 9.725000 -1.850000
- C 0 0.000000 48.243775 0.648600 -48.243775 0.000000 9.000000
- S 0 0.000000 8.195589 -0.593961 9.970000 -0.875000
- END
+ E 9.930000 -0.830000 99.527000
+ E 9.680000 -1.790000 110.334000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 23.421390 0.649507 -23.421390 0.000076 20.334152
+ S 0 0.000000 8.788401 -1.459572 9.680000 -1.790000
+ C 0 0.000000 52.020505 0.649393 -52.020505 0.000076 9.527152
+ S 0 0.000000 9.259766 -0.717503 9.930000 -0.830000
+END
+
+SUBCONTENTS Peco HO Scale Code 75 WYE Turnouts
TURNOUT HO "Peco Short Y Turnout, Electrofrog SL-E197"
P "Left" 1 2 3
P "Right" 1 4 5
E 0.000000 0.000000 270.000000
- E 5.826772 0.696850 78.000000
- E 5.826772 -0.696850 102.000000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 -18.075241 0.648624 18.075241 167.999924 12.000152
- S 0 0.000000 4.406698 0.394997 5.826772 0.696850
- C 0 0.000000 18.075241 0.648528 -18.075241 0.000076 12.000152
- S 0 0.000000 4.406698 -0.394997 5.826772 -0.696850
- END
+ E 5.733858 0.517913 78.000000
+ E 5.733858 -0.517913 102.000000
+ S 0 0.000000 0.000000 0.000000 1.455910 0.000000
+ C 0 0.000000 -17.519683 1.455934 17.519683 167.999924 12.000152
+ S 0 0.000000 5.098500 0.382856 5.733858 0.517913
+ C 0 0.000000 17.519683 1.455841 -17.519683 0.000076 12.000152
+ S 0 0.000000 5.098500 -0.382856 5.733858 -0.517913
+END
TURNOUT HO "Peco Medium Y Turnout, Electrofrog SL-E198"
P "Left" 1 2 3
P "Right" 1 4 5
E 0.000000 0.000000 270.000000
- E 8.661417 0.696850 84.000000
- E 8.661417 -0.696850 96.000000
- S 0 0.000000 0.000000 0.000000 0.648600 0.000000
- C 0 0.000000 -26.386054 0.648635 26.386054 173.999924 6.000152
- S 0 0.000000 3.406761 0.144553 8.661417 0.696850
- C 0 0.000000 26.386054 0.648495 -26.386054 0.000076 6.000152
- S 0 0.000000 3.406761 -0.144553 8.661417 -0.696850
- END
+ E 8.638189 0.479134 84.000556
+ E 8.638189 -0.479134 95.999444
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -65.447085 0.649687 65.447085 174.000480 5.999596
+ S 0 0.000000 7.490219 0.358477 8.638189 0.479134
+ C 0 0.000000 65.447085 0.649339 -65.447085 0.000076 5.999596
+ S 0 0.000000 7.490219 -0.358477 8.638189 -0.479134
+END
TURNOUT HO "Peco Asymmetric 3 Way Turnout SL-E199"
P "Left" 1 2 3 4
P "Normal" 1 2 7
P "Right" 1 5 6
E 0.000000 0.000000 270.000000
- E 10.599803 1.023622 78.000000
- E 8.661417 -1.023622 102.000000
- E 10.724803 0.000000 90.000000
+ E 10.630315 1.007480 78.088000
+ E 8.535433 -1.007480 101.912000
+ E 10.735433 0.000000 90.000000
S 0 0.000000 0.000000 0.000000 0.649600 -0.000000
- S 0 0.000000 0.649600 -0.000000 1.510417 0.000000
- C 0 0.000000 -40.661444 1.510471 40.661444 167.999924 12.000152
- S 0 0.000000 9.964505 0.888571 10.599803 1.023622
- C 0 0.000000 30.408937 0.649479 -30.408937 0.000076 12.000152
- S 0 0.000000 6.972047 -0.664524 8.661417 -1.023622
- S 0 0.000000 1.510417 0.000000 10.724803 0.000000
+ S 0 0.000000 0.649600 -0.000000 1.623177 0.000000
+ C 0 0.000000 -40.557971 1.623231 40.557971 168.087924 11.912152
+ S 0 0.000000 9.994810 0.873405 10.630315 1.007480
+ C 0 0.000000 29.809939 0.649481 -29.809939 0.000076 11.912152
+ S 0 0.000000 6.802716 -0.641949 8.535433 -1.007480
+ S 0 0.000000 1.623177 0.000000 10.735433 0.000000
END
+
+SUBCONTENTS Peco HO Scale Code 75 Slip Turnouts
TURNOUT HO "Peco Single Slip, Insulfrog SL-180"
P "Normal" 1 2 0 3 4
P "Reverse" 1 5 4
@@ -159,6 +165,8 @@ TURNOUT HO "Peco Double Slip, Electrofrog SL-E190"
C 0 0.000000 34.292562 1.297233 -34.292562 0.000076 12.000152
C 0 0.000000 -34.292562 8.505825 34.292552 180.000076 12.000152
END
+
+SUBCONTENTS Peco HO Scale Code 75 CatchPoints
TURNOUT HO "PECO RH CatchPoint SL-184"
P "Closed" 1 2
P "Open" 1 3
@@ -179,7 +187,8 @@ TURNOUT HO "PECO LH CatchPoint SL-185"
S 0 0.000000 0.649000 0.000000 3.579921 0.000000
S 0 0.000000 0.649000 0.000000 2.500000 -0.12500
END
-SUBCONTENTS Peco HO Scale Crossings
+
+SUBCONTENTS Peco HO Scale Code 75 Crossings
TURNOUT HO "Peco Short Crossing, Insulfrog SL-193"
P "Normal" 1 0 2
E 0.000000 0.000000 270.000000
@@ -198,7 +207,8 @@ TURNOUT HO "Peco Long Crossing, Insulfrog SL-194"
S 0 0.000000 0.000000 0.000000 9.803150 0.000000
S 0 0.000000 0.107110 1.019087 9.696040 -1.019087
END
-SUBCONTENTS Peco Code 75 Inspection Pit
+
+SUBCONTENTS Peco HO Scale Code 75 Inspection Pit
TURNOUT HO "Peco Code 75 Inspection Pit LK-156"
P "Normal" 1
E 0.000000 0.000000 270.000000
diff --git a/app/lib/params/HO-Peco70USA.xtp b/app/lib/params/HO-Peco70USA.xtp
new file mode 100644
index 0000000..0b87bc5
--- /dev/null
+++ b/app/lib/params/HO-Peco70USA.xtp
@@ -0,0 +1,32 @@
+CONTENTS Peco North American Code 70 HO Scale Track
+SUBCONTENTS Peco Code 70 HO USA - Track
+TURNOUT HO "PECO Code 70 USA Flex Track SL-7000"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 36.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 36.000000 0.000000
+END
+
+SUBCONTENTS Peco Code 70 HO USA - Turnouts
+TURNOUT HO "PECO Code 70 USA #6 Left Hand Turnout SL-U7062"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 12.035433 0.000000 90.000000
+ E 12.035433 1.000000 80.500000
+ S 0 0.000000 0.000000 0.000000 0.650594 0.000000
+ S 0 0.000000 0.650594 0.000000 12.035433 0.000000
+ C 0 0.000000 -65.097328 0.650680 65.097328 170.500000 9.500000
+ S 0 0.000000 11.394914 0.892798 12.035433 1.000000
+END
+TURNOUT HO "PECO Code 70 USA #6 Right Hand Turnout SL-U7061"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 12.035433 0.000000 90.000000
+ E 12.035433 -1.000000 99.500000
+ S 0 0.000000 0.000000 0.000000 0.650594 0.000000
+ S 0 0.000000 0.650594 0.000000 12.035433 0.000000
+ C 0 0.000000 65.097328 0.650335 -65.097328 0.000000 9.500000
+ S 0 0.000000 11.394914 -0.892798 12.035433 -1.000000
+END
diff --git a/app/lib/params/HO-Weinert-Code75.xtp b/app/lib/params/HO-Weinert-Code75.xtp
new file mode 100644
index 0000000..26a548a
--- /dev/null
+++ b/app/lib/params/HO-Weinert-Code75.xtp
@@ -0,0 +1,168 @@
+CONTENTS Weinert Mein Glies HO Scale Code 75
+****** http://www.mein-gleis.de *****
+****** http://www.mein-gleis.de/images/html5/mg-2017/#issue/Projekt1/landscape/1 ****
+SUBCONTENTS Weinert Mein Glies HO Scale C75 - Switched
+TURNOUT HO "Weinert Mein Glies Left Hand 6.3d 74901"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 14.763780 0.000000 90.000000
+ E 14.693754 1.023622 83.700000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ S 0 0.000000 0.649600 0.000000 14.763780 0.000000
+ C 0 0.000000 -86.719739 0.649715 86.719739 173.699924 6.300152
+ S 0 0.000000 10.165952 0.523729 14.693754 1.023622
+END
+TURNOUT HO "Weinert Mein Glies Right Hand 6.3d 74902"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 14.763780 0.000000 90.000000
+ E 14.693754 -1.023622 96.300000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ S 0 0.000000 0.649600 0.000000 14.763780 0.000000
+ C 0 0.000000 86.719739 0.649255 -86.719739 0.000076 6.300152
+ S 0 0.000000 10.165952 -0.523729 14.693754 -1.023622
+END
+TURNOUT HO "Weinert Mein Glies Left Hand 8.6d 74661"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 13.976378 0.000000 90.000000
+ E 13.916604 1.023622 81.400000
+ S 0 0.000000 0.000000 0.000000 0.952703 0.000000
+ S 0 0.000000 0.952703 0.000000 13.976378 0.000000
+ C 0 0.000000 -82.399361 0.952812 82.399361 171.399924 8.600152
+ S 0 0.000000 13.274525 0.926498 13.916604 1.023622
+END
+TURNOUT HO "Weinert Mein Glies Right Hand 8.6d 74662"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 13.976378 0.000000 90.000000
+ E 13.916604 -1.023622 98.600000
+ S 0 0.000000 0.000000 0.000000 0.952703 0.000000
+ S 0 0.000000 0.952703 0.000000 13.976378 0.000000
+ C 0 0.000000 82.399361 0.952375 -82.399361 0.000076 8.600152
+ S 0 0.000000 13.274525 -0.926498 13.916604 -1.023622
+END
+TURNOUT HO "Weinert Mein Glies Left Hand 8.6d(Shorten) 74501"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 13.110236 0.000000 90.000000
+ E 13.030487 1.023622 81.400000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ S 0 0.000000 0.649600 0.000000 13.110236 0.000000
+ C 0 0.000000 -74.645410 0.649699 74.645410 171.399924 8.600152
+ S 0 0.000000 11.811914 0.839313 13.030487 1.023622
+END
+TURNOUT HO "Weinert Mein Glies Right Hand 8.6d(Shorten) 74502"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 13.110236 0.000000 90.000000
+ E 13.030487 -1.023622 98.600000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ S 0 0.000000 0.649600 0.000000 13.110236 0.000000
+ C 0 0.000000 74.645410 0.649303 -74.645410 0.000076 8.600152
+ S 0 0.000000 11.811914 -0.839313 13.030487 -1.023622
+END
+TURNOUT HO "Weinert Mein Glies Left Hand 8.6d 74401"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 10.393701 0.000000 90.000000
+ E 10.304240 1.023622 81.400000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ S 0 0.000000 0.649600 0.000000 10.393701 0.000000
+ C 0 0.000000 -38.387137 0.649651 38.387137 171.399924 8.600152
+ S 0 0.000000 6.389930 0.431625 10.304240 1.023622
+END
+TURNOUT HO "Weinert Mein Glies Right Hand 8.6d 74402"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 10.393701 0.000000 90.000000
+ E 10.304240 -1.023622 98.600000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ S 0 0.000000 0.649600 0.000000 10.393701 0.000000
+ C 0 0.000000 38.387137 0.649447 -38.387137 0.000076 8.600152
+ S 0 0.000000 6.389930 -0.431625 10.304240 -1.023622
+END
+
+SUBCONTENTS Weinert Mein Glies HO-Scale C75 - Slips
+TURNOUT HO "Weinert Mein Glies WYE 6.3d 74903"
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 14.763780 0.511811 86.850000
+ E 14.763780 -0.577811 93.150000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -175.099588 0.649832 175.099588 176.849924 3.150152
+ S 0 0.000000 10.271810 0.264584 14.763780 0.511811
+ C 0 0.000000 131.483018 0.649077 -131.483018 0.000076 3.150152
+ S 0 0.000000 7.874958 -0.198677 14.763780 -0.577811
+END
+TURNOUT HO "Weinert Mein Glies WYE 8.6d 74663"
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 13.976378 0.511811 85.700000
+ E 13.976378 -0.511811 94.300000
+ S 0 0.000000 0.000000 0.000000 0.993510 0.000000
+ C 0 0.000000 -164.514766 0.993728 164.514766 175.699924 4.300152
+ S 0 0.000000 13.329043 0.463119 13.976378 0.511811
+ C 0 0.000000 164.514766 0.992855 -164.514766 0.000076 4.300152
+ S 0 0.000000 13.329043 -0.463119 13.976378 -0.511811
+END
+TURNOUT HO "Weinert Mein Glies WYE 8.6d(Shorten) 74503"
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 13.110236 0.511811 85.700000
+ E 13.110236 -0.511811 94.300000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -150.603813 0.649800 150.603813 175.699924 4.300152
+ S 0 0.000000 11.942071 0.423959 13.110236 0.511811
+ C 0 0.000000 150.603813 0.649001 -150.603813 0.000076 4.300152
+ S 0 0.000000 11.942071 -0.423959 13.110236 -0.511811
+END
+TURNOUT HO "Weinert Mein Glies WYE 8.6d 74403"
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 10.393701 0.511811 85.700000
+ E 10.393701 -0.511811 94.300000
+ S 0 0.000000 0.000000 0.000000 0.649600 0.000000
+ C 0 0.000000 -78.242973 0.649704 78.242973 175.699924 4.300152
+ S 0 0.000000 6.516361 0.220259 10.393701 0.511811
+ C 0 0.000000 78.242973 0.649289 -78.242973 0.000076 4.300152
+ S 0 0.000000 6.516361 -0.220259 10.393701 -0.511811
+END
+
+SUBCONTENTS Weinert Mein Glies HO-Scale C75 - Slips
+TURNOUT HO "Weinert Mein Glies Double-Slip 8.6d 74641"
+ P "Normal" 1 2 3 0 4 5 6
+ P "Reverse" 1 7 6 0 4 8 3
+ E 0.000000 0.000000 270.000000
+ E 13.425197 0.000000 90.000000
+ E 0.075472 1.003761 278.600000
+ E 13.349725 -1.003761 98.600000
+ S 0 0.000000 0.000000 0.000000 1.299532 0.000000
+ S 0 0.000000 1.299532 0.000000 12.125665 0.000000
+ S 0 0.000000 12.125665 0.000000 13.425197 0.000000
+ S 0 0.000000 0.075472 1.003761 1.359875 0.809497
+ S 0 0.000000 1.359875 0.809497 12.065322 -0.809497
+ S 0 0.000000 12.065322 -0.809497 13.349725 -1.003761
+ C 0 0.000000 71.993749 1.299246 -71.993749 0.000076 8.600152
+ C 0 0.000000 -71.993749 12.125759 71.993734 180.000076 8.600152
+END
+
+SUBCONTENTS Weinert Mein Glies HO-Scale C75 - Flex Track
+TURNOUT HO "Weinert Mein Glies Flex Track 74000"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 36.220472 0.000000 90.000000
+ S 0 0.000000 0.000000 0.000000 36.220472 0.000000
+END
diff --git a/app/lib/params/Makefile b/app/lib/params/Makefile
deleted file mode 100644
index 0bfef8c..0000000
--- a/app/lib/params/Makefile
+++ /dev/null
@@ -1,326 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.6
-
-# Default target executed when no arguments are given to make.
-default_target: all
-
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/martin/XTrackCAD/src/work
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/martin/XTrackCAD/src/work
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
- /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-
-.PHONY : edit_cache/fast
-
-# Special rule for the target list_install_components
-list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-
-.PHONY : list_install_components/fast
-
-# Special rule for the target install/local
-install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: install/local
-
-.PHONY : install/local/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: install/strip
-
-.PHONY : install/strip/fast
-
-# Special rule for the target install
-install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# Special rule for the target package
-package: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackConfig.cmake
-.PHONY : package
-
-# Special rule for the target package
-package/fast: package
-
-.PHONY : package/fast
-
-# Special rule for the target package_source
-package_source:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
- cd /home/martin/XTrackCAD/src/work && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/martin/XTrackCAD/src/work/CPackSourceConfig.cmake
-.PHONY : package_source
-
-# Special rule for the target package_source
-package_source/fast: package_source
-
-.PHONY : package_source/fast
-
-# Special rule for the target test
-test:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
- /usr/bin/ctest --force-new-ctest-process $(ARGS)
-.PHONY : test
-
-# Special rule for the target test
-test/fast: test
-
-.PHONY : test/fast
-
-# The main all target
-all: cmake_check_build_system
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles /home/martin/XTrackCAD/src/work/app/lib/params/CMakeFiles/progress.marks
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/martin/XTrackCAD/src/work/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-# Convenience name for target.
-app/lib/params/CMakeFiles/xtpfiles.dir/rule:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/CMakeFiles/xtpfiles.dir/rule
-.PHONY : app/lib/params/CMakeFiles/xtpfiles.dir/rule
-
-# Convenience name for target.
-xtpfiles: app/lib/params/CMakeFiles/xtpfiles.dir/rule
-
-.PHONY : xtpfiles
-
-# fast build rule for target.
-xtpfiles/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/xtpfiles.dir/build.make app/lib/params/CMakeFiles/xtpfiles.dir/build
-.PHONY : xtpfiles/fast
-
-# Convenience name for target.
-app/lib/params/CMakeFiles/mkstruct.dir/rule:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/CMakeFiles/mkstruct.dir/rule
-.PHONY : app/lib/params/CMakeFiles/mkstruct.dir/rule
-
-# Convenience name for target.
-mkstruct: app/lib/params/CMakeFiles/mkstruct.dir/rule
-
-.PHONY : mkstruct
-
-# fast build rule for target.
-mkstruct/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/build
-.PHONY : mkstruct/fast
-
-# Convenience name for target.
-app/lib/params/CMakeFiles/mkcarpart.dir/rule:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f CMakeFiles/Makefile2 app/lib/params/CMakeFiles/mkcarpart.dir/rule
-.PHONY : app/lib/params/CMakeFiles/mkcarpart.dir/rule
-
-# Convenience name for target.
-mkcarpart: app/lib/params/CMakeFiles/mkcarpart.dir/rule
-
-.PHONY : mkcarpart
-
-# fast build rule for target.
-mkcarpart/fast:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/build
-.PHONY : mkcarpart/fast
-
-mkcarpart.o: mkcarpart.c.o
-
-.PHONY : mkcarpart.o
-
-# target to build an object file
-mkcarpart.c.o:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.o
-.PHONY : mkcarpart.c.o
-
-mkcarpart.i: mkcarpart.c.i
-
-.PHONY : mkcarpart.i
-
-# target to preprocess a source file
-mkcarpart.c.i:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.i
-.PHONY : mkcarpart.c.i
-
-mkcarpart.s: mkcarpart.c.s
-
-.PHONY : mkcarpart.s
-
-# target to generate assembly for a file
-mkcarpart.c.s:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkcarpart.dir/build.make app/lib/params/CMakeFiles/mkcarpart.dir/mkcarpart.c.s
-.PHONY : mkcarpart.c.s
-
-mkstruct.o: mkstruct.c.o
-
-.PHONY : mkstruct.o
-
-# target to build an object file
-mkstruct.c.o:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.o
-.PHONY : mkstruct.c.o
-
-mkstruct.i: mkstruct.c.i
-
-.PHONY : mkstruct.i
-
-# target to preprocess a source file
-mkstruct.c.i:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.i
-.PHONY : mkstruct.c.i
-
-mkstruct.s: mkstruct.c.s
-
-.PHONY : mkstruct.s
-
-# target to generate assembly for a file
-mkstruct.c.s:
- cd /home/martin/XTrackCAD/src/work && $(MAKE) -f app/lib/params/CMakeFiles/mkstruct.dir/build.make app/lib/params/CMakeFiles/mkstruct.dir/mkstruct.c.s
-.PHONY : mkstruct.c.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... edit_cache"
- @echo "... xtpfiles"
- @echo "... list_install_components"
- @echo "... install/local"
- @echo "... rebuild_cache"
- @echo "... install/strip"
- @echo "... install"
- @echo "... mkstruct"
- @echo "... package"
- @echo "... package_source"
- @echo "... mkcarpart"
- @echo "... test"
- @echo "... mkcarpart.o"
- @echo "... mkcarpart.i"
- @echo "... mkcarpart.s"
- @echo "... mkstruct.o"
- @echo "... mkstruct.i"
- @echo "... mkstruct.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- cd /home/martin/XTrackCAD/src/work && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/app/lib/params/N-AtlasTrueTrack.xtp b/app/lib/params/N-AtlasTrueTrack.xtp
index ed3d7fc..e941e4b 100644
--- a/app/lib/params/N-AtlasTrueTrack.xtp
+++ b/app/lib/params/N-AtlasTrueTrack.xtp
@@ -1,195 +1,281 @@
-CONTENTS Atlas True-Track Code 65 N-Scale
-#Created By Dwyane Ward 03 OCt 2008 Updated 07 MAY 09
-SUBCONTENTS Atlas True-Track N-Scale Straight Track
-TURNOUT N "Atlas True-Track Straight 10"" 2403"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 10.000000 0.000000 90.000000
- S 0 0 0.000000 0.000000 10.000000 0.000000
- L 11579568 0.053333 0.000000 0.500000 10.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 10.000000 -0.500000
- END
-TURNOUT N "Atlas True-Track Straight 6"" 2401"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 6.000000 0.000000 90.000000
- S 0 0 0.000000 0.000000 6.000000 0.000000
- L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
- END
-TURNOUT N "Atlas True-Track Straight 2"" 2404"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.000000 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.000000 0.000000
- L 11579568 0.053333 0.000000 0.500000 2.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 2.000000 -0.500000
- END
-TURNOUT N "Atlas True-Track Straight 1"" 2405"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 1.000000 0.000000 90.000000
- S 0 0 0.000000 0.000000 1.000000 0.000000
- L 11579568 0.053333 0.000000 0.500000 1.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 1.000000 -0.500000
- END
-
-SUBCONTENTS Atlas True-Track N-Scale Curved Track
-TURNOUT N "Atlas True-Track Curve 11.00R 22.5° 2410"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.209518 -0.837325 112.500000
- C 0 0 11.000000 0.000000 -11.000000 0.000000 22.500000
- A 11579568 0.053333 10.500000 0.000000 -11.000000 0.000000 22.500000
- A 11579568 0.053333 11.500000 0.000000 -11.000000 0.000000 22.500000
- END
-TURNOUT N "Atlas True-Track Curve 11.00R 11.25° 2411"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.145994 -0.211362 101.250000
- C 0 0 11.000000 0.000000 -11.000000 0.000000 11.250000
- A 11579568 0.053333 10.500000 0.000000 -11.000000 0.000000 11.250000
- A 11579568 0.053333 11.500000 0.000000 -11.000000 0.000000 11.250000
- END
-TURNOUT N "Atlas True-Track Terminal Curve 12.50R 22.5° 2412"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.783543 -0.951506 112.500000
- C 0 0 12.500000 0.000000 -12.500000 0.000000 22.500000
- A 11579568 0.053333 12.000000 0.000000 -12.500000 0.000000 22.500000
- A 11579568 0.053333 13.000000 0.000000 -12.500000 0.000000 22.500000
- END
-TURNOUT N "Atlas True-Track Terminal Curve 12.50R 11.25° 241x"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.438629 -0.240184 101.250000
- C 0 0 12.500000 0.000000 -12.500000 0.000000 11.250000
- A 11579568 0.053333 12.000000 0.000000 -12.500000 0.000000 11.250000
- A 11579568 0.053333 13.000000 0.000000 -12.500000 0.000000 11.250000
- END
-TURNOUT N "Atlas True-Track Terminal Curve 14.00R 22.5° 241x"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.357568 -1.065687 112.500000
- C 0 0 14.000000 0.000000 -14.000000 0.000000 22.500000
- A 11579568 0.053333 13.500000 0.000000 -14.000000 0.000000 22.500000
- A 11579568 0.053333 14.500000 0.000000 -14.000000 0.000000 22.500000
- END
-TURNOUT N "Atlas True-Track Terminal Curve 15.50R 22.5° 2416"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.931593 -1.179867 112.500000
- C 0 0 15.500000 0.000000 -15.500000 0.000000 22.500000
- A 11579568 0.053333 15.000000 0.000000 -15.500000 0.000000 22.500000
- A 11579568 0.053333 16.000000 0.000000 -15.500000 0.000000 22.500000
- END
-
-SUBCONTENTS Atlas True-Track N-Scale Crossings
-TURNOUT N "Atlas True-Track 90° Crossing 2420"
- P "Normal" 1 0 2
- E 0.000000 0.000000 270.000000
- E 2.000000 0.000000 90.000000
- E 1.000000 1.000000 0.000000
- E 1.000000 -1.000000 180.000000
- S 0 0 0.000000 0.000000 2.000000 0.000000
- S 0 0 1.000000 -1.000000 1.000000 1.000000
- L 11579568 0.053333 0.000000 0.500000 0.500000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 0.500000 -0.500000
- L 11579568 0.053333 1.500000 0.500000 2.000000 0.500000
- L 11579568 0.053333 1.500000 -0.500000 2.000000 -0.500000
- L 11579568 0.053333 0.500000 0.500000 0.500000 1.000000
- L 11579568 0.053333 1.500000 0.500000 1.500000 1.000000
- L 11579568 0.053333 0.500000 -0.500000 0.500000 -1.000000
- L 11579568 0.053333 1.500000 -0.500000 1.500000 -1.000000
- END
-
-SUBCONTENTS Atlas True-Track N-Scale Misc Track
-TURNOUT N "Atlas True-Track Straight 2"" W/Bumper 2425/26"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 1.500000 0.000000
- L 11579568 0.053333 0.000000 0.500000 2.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 2.000000 -0.500000
- L 11579568 0.053333 2.000000 0.500000 2.000000 -0.500000
- F 8405056 0.000000 4
- 1.500000 0.150000 0
- 2.000000 0.150000 0
- 2.000000 -0.150000 0
- 1.500000 -0.150000 0
- END
-TURNOUT N "Atlas True-Track Rerailer 6"" 2402"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 6.000000 0.000000 90.000000
- S 0 0 0.000000 0.000000 6.000000 0.000000
- L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
- F 8405056 0.000000 4
- 1.000000 0.500000 0
- 1.500000 0.200000 0
- 4.500000 0.200000 0
- 5.000000 0.500000 0
- F 8405056 0.000000 6
- 1.000000 0.000000 0
- 1.500000 0.150000 0
- 4.500000 0.150000 0
- 5.000000 0.000000 0
- 4.500000 -0.150000 0
- 1.500000 -0.150000 0
- F 8405056 0.000000 4
- 1.000000 -0.500000 0
- 1.500000 -0.200000 0
- 4.500000 -0.200000 0
- 5.000000 -0.500000 0
- END
-TURNOUT N "Atlas True-Track Terminal Track 6"" 2406"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 6.000000 0.000000 90.000000
- S 0 0 0.000000 0.000000 6.000000 0.000000
- L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
- F 11579568 0.000000 4
- 2.500000 0.500000 0
- 2.500000 1.000000 0
- 3.500000 1.000000 0
- 3.500000 0.500000 0
- L 0 0.035000 2.500000 0.500000 2.500000 1.000000
- L 0 0.035000 2.500000 1.000000 3.500000 1.000000
- L 0 0.035000 3.500000 1.000000 3.500000 0.500000
- L 0 0.035000 2.500000 0.500000 3.500000 0.500000
- L 0 0.035000 2.500000 0.500000 2.750000 0.750000
- L 0 0.035000 2.750000 0.750000 2.500000 1.000000
- L 0 0.035000 2.750000 0.750000 3.250000 0.750000
- L 0 0.035000 3.250000 0.750000 3.500000 1.000000
- L 0 0.035000 3.250000 0.750000 3.500000 0.500000
- END
-
-
-SUBCONTENTS Atlas True-Track N-Scale Turnouts
-TURNOUT N "Atlas True-Track Turnout Left 2430"
- P "Normal" 1 2
- P "Reverse" 1 3
- E 0.000000 0.000000 270.000000
- E 6.000000 0.000000 90.000000
- E 5.800000 0.951506 67.500000
- S 0 0 0.000000 0.000000 1.016457 0.000000
- S 0 0 1.016457 0.000000 6.000000 0.000000
- C 0 0 -12.50000 1.016457 12.500000 157.500000 22.500000
- L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
- L 11579568 0.053333 0.000000 0.500000 1.016457 0.500000
- A 11579568 0.053333 12.000000 1.016457 12.500000 157.500000 22.500000
- END
-TURNOUT N "Atlas True-Track Turnout Right 2431"
- P "Normal" 1 2
- P "Reverse" 1 3
- E 0.000000 0.000000 270.000000
- E 6.000000 0.000000 90.000000
- E 5.800000 -0.951506 112.500000
- S 0 0 0.000000 0.000000 1.016457 0.000000
- S 0 0 1.016457 0.000000 6.000000 0.000000
- C 0 0 12.500000 1.016457 -12.500000 0.000000 22.500000
- L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
- L 11579568 0.053333 0.000000 -0.500000 1.016457 -0.500000
- A 11579568 0.053333 12.000000 1.016457 -12.500000 0.000000 22.500000
- END
+CONTENTS Atlas True-Track Code 65 N-Scale
+#Created By Dwyane Ward 03 OCt 2008 Updated 07 MAY 09
+SUBCONTENTS Atlas True-Track N-Scale Straight Track
+TURNOUT N "Atlas True-Track Straight 10"" 2403"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 10.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 10.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 10.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 10.000000 -0.500000
+ END
+TURNOUT N "Atlas True-Track Straight 6"" 2401"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 6.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
+ END
+TURNOUT N "Atlas True-Track Straight 2"" 2404"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 2.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 2.000000 -0.500000
+ END
+TURNOUT N "Atlas True-Track Straight 1"" 2405"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 1.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 1.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 1.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 1.000000 -0.500000
+ END
+
+SUBCONTENTS Atlas True-Track N-Scale Curved Track
+TURNOUT N "Atlas True-Track Curve 11.00R 22.5° 2410"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.209518 -0.837325 112.500000
+ C 0 0 11.000000 0.000000 -11.000000 0.000000 22.500000
+ A 11579568 0.053333 10.500000 0.000000 -11.000000 0.000000 22.500000
+ A 11579568 0.053333 11.500000 0.000000 -11.000000 0.000000 22.500000
+ END
+TURNOUT N "Atlas True-Track Curve 11.00R 11.25° 2411"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.145994 -0.211362 101.250000
+ C 0 0 11.000000 0.000000 -11.000000 0.000000 11.250000
+ A 11579568 0.053333 10.500000 0.000000 -11.000000 0.000000 11.250000
+ A 11579568 0.053333 11.500000 0.000000 -11.000000 0.000000 11.250000
+ END
+TURNOUT N "Atlas True-Track Curve 12.50R 22.5° 2412"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.783543 -0.951506 112.500000
+ C 0 0 12.500000 0.000000 -12.500000 0.000000 22.500000
+ A 11579568 0.053333 12.000000 0.000000 -12.500000 0.000000 22.500000
+ A 11579568 0.053333 13.000000 0.000000 -12.500000 0.000000 22.500000
+ END
+TURNOUT N "Atlas True-Track Curve 12.50R 11.25° 2413"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.438629 -0.240184 101.250000
+ C 0 0 12.500000 0.000000 -12.500000 0.000000 11.250000
+ A 11579568 0.053333 12.000000 0.000000 -12.500000 0.000000 11.250000
+ A 11579568 0.053333 13.000000 0.000000 -12.500000 0.000000 11.250000
+ END
+TURNOUT N "Atlas True-Track Curve 14.00R 22.5° 2414"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.357568 -1.065687 112.500000
+ C 0 0 14.000000 0.000000 -14.000000 0.000000 22.500000
+ A 11579568 0.053333 13.500000 0.000000 -14.000000 0.000000 22.500000
+ A 11579568 0.053333 14.500000 0.000000 -14.000000 0.000000 22.500000
+ END
+TURNOUT N "Atlas True-Track Curve 15.50R 22.5° 2416"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.931593 -1.179867 112.500000
+ C 0 0 15.500000 0.000000 -15.500000 0.000000 22.500000
+ A 11579568 0.053333 15.000000 0.000000 -15.500000 0.000000 22.500000
+ A 11579568 0.053333 16.000000 0.000000 -15.500000 0.000000 22.500000
+ END
+TURNOUT N "Atlas True-Track Curve 17.00R 22.5° 2495"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.505618 -1.294048 112.500000
+ C 0 0 17.000000 0.000000 -17.000000 0.000000 22.500000
+ A 11579568 0.053333 16.500000 0.000000 -17.000000 0.000000 22.500000
+ A 11579568 0.053333 17.500000 0.000000 -17.000000 0.000000 22.500000
+ END
+
+SUBCONTENTS Atlas True-Track N-Scale Crossings
+TURNOUT N "Atlas True-Track 90° Crossing 2420"
+ P "Normal" 1 0 2
+ E 0.000000 0.000000 270.000000
+ E 2.000000 0.000000 90.000000
+ E 1.000000 1.000000 0.000000
+ E 1.000000 -1.000000 180.000000
+ S 0 0 0.000000 0.000000 2.000000 0.000000
+ S 0 0 1.000000 -1.000000 1.000000 1.000000
+ L 11579568 0.053333 0.000000 0.500000 0.500000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 0.500000 -0.500000
+ L 11579568 0.053333 1.500000 0.500000 2.000000 0.500000
+ L 11579568 0.053333 1.500000 -0.500000 2.000000 -0.500000
+ L 11579568 0.053333 0.500000 0.500000 0.500000 1.000000
+ L 11579568 0.053333 1.500000 0.500000 1.500000 1.000000
+ L 11579568 0.053333 0.500000 -0.500000 0.500000 -1.000000
+ L 11579568 0.053333 1.500000 -0.500000 1.500000 -1.000000
+ END
+
+SUBCONTENTS Atlas True-Track N-Scale Misc Track
+TURNOUT N "Atlas True-Track Straight 2"" W/Bumper 2425/26"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 1.500000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 2.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 2.000000 -0.500000
+ L 11579568 0.053333 2.000000 0.500000 2.000000 -0.500000
+ F 8405056 0.000000 4
+ 1.500000 0.150000 0
+ 2.000000 0.150000 0
+ 2.000000 -0.150000 0
+ 1.500000 -0.150000 0
+ END
+TURNOUT N "Atlas True-Track Rerailer 6"" 2402"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 6.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
+ F 8405056 0.000000 4
+ 1.000000 0.500000 0
+ 1.500000 0.200000 0
+ 4.500000 0.200000 0
+ 5.000000 0.500000 0
+ F 8405056 0.000000 6
+ 1.000000 0.000000 0
+ 1.500000 0.150000 0
+ 4.500000 0.150000 0
+ 5.000000 0.000000 0
+ 4.500000 -0.150000 0
+ 1.500000 -0.150000 0
+ F 8405056 0.000000 4
+ 1.000000 -0.500000 0
+ 1.500000 -0.200000 0
+ 4.500000 -0.200000 0
+ 5.000000 -0.500000 0
+ END
+TURNOUT N "Atlas True-Track Terminal Track 6"" 2406"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 6.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
+ F 11579568 0.000000 4
+ 2.500000 0.500000 0
+ 2.500000 1.000000 0
+ 3.500000 1.000000 0
+ 3.500000 0.500000 0
+ L 0 0.035000 2.500000 0.500000 2.500000 1.000000
+ L 0 0.035000 2.500000 1.000000 3.500000 1.000000
+ L 0 0.035000 3.500000 1.000000 3.500000 0.500000
+ L 0 0.035000 2.500000 0.500000 3.500000 0.500000
+ L 0 0.035000 2.500000 0.500000 2.750000 0.750000
+ L 0 0.035000 2.750000 0.750000 2.500000 1.000000
+ L 0 0.035000 2.750000 0.750000 3.250000 0.750000
+ L 0 0.035000 3.250000 0.750000 3.500000 1.000000
+ L 0 0.035000 3.250000 0.750000 3.500000 0.500000
+ END
+TURNOUT N "Atlas True-Track Code 80 Transition Track 2590"
+ P "Normal" 1
+ E 1.000000 0.000000 270.000000
+ E 7.000000 0.000000 90.000000
+ S 0 0 1.000000 0.000000 7.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 7.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 7.000000 -0.500000
+ END
+TURNOUT N "Atlas True-Track Code 55 Transition Track 2593"
+ P "Normal" 1
+ E 1.000000 0.000000 270.000000
+ E 7.000000 0.000000 90.000000
+ S 0 0 1.000000 0.000000 7.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 7.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 7.000000 -0.500000
+END
+
+
+SUBCONTENTS Atlas True-Track N-Scale Turnouts
+TURNOUT N "Atlas True-Track 12.5"" Turnout Left 2430"
+ P "Normal" 1 2
+ P "Reverse" 1 3
+ E 0.000000 0.000000 270.000000
+ E 6.000000 0.000000 90.000000
+ E 5.800000 0.951506 67.500000
+ S 0 0 0.000000 0.000000 1.016457 0.000000
+ S 0 0 1.016457 0.000000 6.000000 0.000000
+ C 0 0 -12.50000 1.016457 12.500000 157.500000 22.500000
+ L 11579568 0.053333 0.000000 -0.500000 6.000000 -0.500000
+ L 11579568 0.053333 0.000000 0.500000 1.016457 0.500000
+ A 11579568 0.053333 12.000000 1.016457 12.500000 157.500000 22.500000
+END
+TURNOUT N "Atlas True-Track 12.5"" Turnout Right 2431"
+ P "Normal" 1 2
+ P "Reverse" 1 3
+ E 0.000000 0.000000 270.000000
+ E 6.000000 0.000000 90.000000
+ E 5.800000 -0.951506 112.500000
+ S 0 0 0.000000 0.000000 1.016457 0.000000
+ S 0 0 1.016457 0.000000 6.000000 0.000000
+ C 0 0 12.500000 1.016457 -12.500000 0.000000 22.500000
+ L 11579568 0.053333 0.000000 0.500000 6.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 1.016457 -0.500000
+ A 11579568 0.053333 12.000000 1.016457 -12.500000 0.000000 22.500000
+END
+TURNOUT N "Atlas True-Track #5 Turnout Left 2493"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 7.000000 0.000000 90.000000
+ E 7.000000 0.750000 78.750000
+ S 0 0.000000 0.000000 0.000000 0.354300 0.000000
+ S 0 0.000000 0.354300 0.000000 7.000000 0.000000
+ C 0 0.000000 -29.192824 0.354339 29.192824 168.749924 11.250152
+ S 0 0.000000 6.049609 0.560946 7.000000 0.750000
+ L 11579568 0.053333 -0.000000 -0.500000 7.000000 -0.500000
+ L 11579568 0.053333 0.000000 0.500000 0.354300 0.500000
+ A 11579568 0.053333 28.692824 0.354339 29.192824 168.749924 11.250152
+ L 11579568 0.053333 5.952060 1.051338 6.902451 1.240392
+END
+TURNOUT N "Atlas True-Track #5 Turnout Right 2494"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 7.000000 0.000000 90.000000
+ E 7.000000 -0.750000 101.250000
+ S 0 0.000000 0.000000 0.000000 0.354300 0.000000
+ S 0 0.000000 0.354300 0.000000 7.000000 0.000000
+ C 0 0.000000 29.192824 0.354184 -29.192824 0.000076 11.250152
+ S 0 0.000000 6.049609 -0.560946 7.000000 -0.750000
+ L 11579568 0.053333 -0.000000 -0.500000 0.354299 -0.500000
+ L 11579568 0.053333 0.000000 0.500000 7.000000 0.500000
+ A 11579568 0.053333 28.692824 0.354184 -29.192824 0.000076 11.250152
+ L 11579568 0.053333 5.952057 -1.051337 6.902448 -1.240391
+END
+TURNOUT N "Atlas True-Track #5 Turnout Reverse Curve Left 2432"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.047800 0.595656 78.7500000
+ C 0 0 31.000000 0.000000 31.000000 168.750000 11.250000
+ A 11579568 0.053333 30.500000 0.000000 31.000000 168.750000 11.250000
+ A 11579568 0.053333 31.500000 0.000000 31.000000 168.750000 11.250000
+END
+TURNOUT N "Atlas True-Track #5 Turnout Reverse Curve Right 2433"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.047800 -0.595656 101.2500000
+ C 0 0 31.000000 0.000000 -31.000000 0.000000 11.250000
+ A 11579568 0.053333 30.500000 0.000000 -31.000000 0.000000 11.250000
+ A 11579568 0.053333 31.500000 0.000000 -31.000000 0.000000 11.250000
+END
+TURNOUT N "Atlas True-Track Bevel Track for #5 Turnout Left 2498L"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.000000 0.000000
+ L 11579568 0.053333 1.000000 0.500000 2.000000 0.500000
+ L 11579568 0.053333 0.000000 -0.500000 2.000000 -0.500000
+END
+TURNOUT N "Atlas True-Track Bevel Track for #5 Turnout Right 2498R"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.000000 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.000000 0.000000
+ L 11579568 0.053333 0.000000 0.500000 2.000000 0.500000
+ L 11579568 0.053333 1.000000 -0.500000 2.000000 -0.500000
+END \ No newline at end of file
diff --git a/app/lib/params/Nn3-FastTrack.xtp b/app/lib/params/Nn3-FastTrack.xtp
new file mode 100644
index 0000000..2d08e6d
--- /dev/null
+++ b/app/lib/params/Nn3-FastTrack.xtp
@@ -0,0 +1,176 @@
+CONTENTS Fast Tracks Nn3-scale Turnouts and Wyes
+SUBCONTENTS Fast Tracks Nn3-scale - Turnouts
+TURNOUT Nn3 "Fast Tracks #4 Left TT-NN3-T-4L"
+ U "Regular Turnout" "" "Fast Tracks" "#4 Left" "TT-NN3-T-4L" "#4 Right" "TT-NN3-T-4R" 3.940000 14.250033 0.528339 3.940000 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 3.940000 0.000000 90.000000
+ E 3.940000 0.528339 75.749967
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 3.940000 0.000000
+ C 0 0.000000 -12.829488 0.256017 12.829488 165.749891 14.250185
+ S 0 0.000000 3.414058 0.394761 3.940000 0.528339
+ END
+TURNOUT Nn3 "Fast Tracks #4 Right TT-NN3-T-4R"
+ U "Regular Turnout" "" "Fast Tracks" "#4 Left" "TT-NN3-T-4L" "#4 Right" "TT-NN3-T-4R" 3.940000 14.250033 0.528339 3.940000 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 3.940000 0.000000 90.000000
+ E 3.940000 -0.528339 104.250033
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 3.940000 0.000000
+ C 0 0.000000 12.829488 0.255949 -12.829488 0.000076 14.250185
+ S 0 0.000000 3.414058 -0.394761 3.940000 -0.528339
+ END
+TURNOUT Nn3 "Fast Tracks #5 Left TT-NN3-T-5L"
+ U "Regular Turnout" "" "Fast Tracks" "#5 Left" "TT-NN3-T-5L" "#5 Right" "TT-NN3-T-5R" 3.954454 11.421186 0.478800 3.954454 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 3.954454 0.000000 90.000000
+ E 3.954454 0.478800 78.578814
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 3.954454 0.000000
+ C 0 0.000000 -13.284197 0.256018 13.284197 168.578738 11.421338
+ S 0 0.000000 2.886566 0.263060 3.954454 0.478800
+ END
+TURNOUT Nn3 "Fast Tracks #5 Right TT-NN3-T-5R"
+ U "Regular Turnout" "" "Fast Tracks" "#5 Left" "TT-NN3-T-5L" "#5 Right" "TT-NN3-T-5R" 3.954454 11.421186 0.478800 3.954454 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 3.954454 0.000000 90.000000
+ E 3.954454 -0.478800 101.421186
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 3.954454 0.000000
+ C 0 0.000000 13.284197 0.255947 -13.284197 0.000076 11.421338
+ S 0 0.000000 2.886566 -0.263060 3.954454 -0.478800
+ END
+TURNOUT Nn3 "Fast Tracks #6 Left TT-NN3-T-6L"
+ U "Regular Turnout" "" "Fast Tracks" "#6 Left" "TT-NN3-T-6L" "#6 Right" "TT-NN3-T-6R" 4.550000 9.527283 0.432500 4.550000 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 4.550000 0.000000 90.000000
+ E 4.550000 0.432500 80.472717
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 4.550000 0.000000
+ C 0 0.000000 -20.604679 0.256027 20.604679 170.472641 9.527435
+ S 0 0.000000 3.666481 0.284211 4.550000 0.432500
+ END
+TURNOUT Nn3 "Fast Tracks #6 Right TT-NN3-T-6R"
+ U "Regular Turnout" "" "Fast Tracks" "#6 Left" "TT-NN3-T-6L" "#6 Right" "TT-NN3-T-6R" 4.550000 9.527283 0.432500 4.550000 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 4.550000 0.000000 90.000000
+ E 4.550000 -0.432500 99.527283
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 4.550000 0.000000
+ C 0 0.000000 20.604679 0.255918 -20.604679 0.000076 9.527435
+ S 0 0.000000 3.666481 -0.284211 4.550000 -0.432500
+ END
+TURNOUT Nn3 "Fast Tracks #7 Left TT-NN3-T-7L"
+ U "Regular Turnout" "" "Fast Tracks" "#7 Left" "TT-NN3-T-7L" "#7 Right" "TT-NN3-T-7R" 5.490433 8.171234 0.448642 5.490433 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 5.490433 0.000000 90.000000
+ E 5.490433 0.448642 81.828766
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 5.490433 0.000000
+ C 0 0.000000 -29.540174 0.256039 29.540174 171.828690 8.171386
+ S 0 0.000000 4.454678 0.299911 5.490433 0.448642
+ END
+TURNOUT Nn3 "Fast Tracks #7 Right TT-NN3-T-7R"
+ U "Regular Turnout" "" "Fast Tracks" "#7 Left" "TT-NN3-T-7L" "#7 Right" "TT-NN3-T-7R" 5.490433 8.171234 0.448642 5.490433 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 5.490433 0.000000 90.000000
+ E 5.490433 -0.448642 98.171234
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 5.490433 0.000000
+ C 0 0.000000 29.540174 0.255882 -29.540174 0.000076 8.171386
+ S 0 0.000000 4.454678 -0.299911 5.490433 -0.448642
+ END
+TURNOUT Nn3 "Fast Tracks #8 Left TT-NN3-T-8L"
+ U "Regular Turnout" "" "Fast Tracks" "#8 Left" "TT-NN3-T-8L" "#8 Right" "TT-NN3-T-8L" 5.445000 7.152669 0.399865 5.445000 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 5.445000 0.000000 90.000000
+ E 5.445000 0.399865 82.847331
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 5.445000 0.000000
+ C 0 0.000000 -32.042126 0.256043 32.042126 172.847255 7.152821
+ S 0 0.000000 4.245762 0.249365 5.445000 0.399865
+ END
+TURNOUT Nn3 "Fast Tracks #8 Right TT-NN3-T-8L"
+ U "Regular Turnout" "" "Fast Tracks" "#8 Left" "TT-NN3-T-8L" "#8 Right" "TT-NN3-T-8L" 5.445000 7.152669 0.399865 5.445000 0.000000 0.000000 0
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 5.445000 0.000000 90.000000
+ E 5.445000 -0.399865 97.152669
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ S 0 0.000000 0.256000 0.000000 5.445000 0.000000
+ C 0 0.000000 32.042126 0.255872 -32.042126 0.000076 7.152821
+ S 0 0.000000 4.245762 -0.249365 5.445000 -0.399865
+ END
+
+SUBCONTENTS Fast Tracks Nn3-scale - Wyes
+TURNOUT Nn3 "Fast Tracks #4 WYE TT-NN3-Y-4"
+ U "Wye Turnout" "" "Fast Tracks" "#4 WYE" "TT-NN3-Y-4" 4.319653 7.125016 0.329063 0.329063 7.125016 4.319653 0.000000 0.000000 0
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 4.319653 0.329063 82.874984
+ E 4.319653 -0.329063 97.125016
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ C 0 0.000000 -22.988210 0.256031 22.988210 172.874908 7.125168
+ S 0 0.000000 3.107395 0.177525 4.319653 0.329063
+ C 0 0.000000 22.988210 0.255908 -22.988210 0.000076 7.125168
+ S 0 0.000000 3.107395 -0.177525 4.319653 -0.329063
+ END
+TURNOUT Nn3 "Fast Tracks #5 WYE TT-NN3-Y-5"
+ U "Wye Turnout" "" "Fast Tracks" "#5 WYE" "TT-NN3-Y-5" 4.877917 5.710593 0.293543 0.293543 5.710593 4.877917 0.000000 0.000000 0
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 4.877917 0.293543 84.289407
+ E 4.877917 -0.293543 95.710593
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ C 0 0.000000 -33.815138 0.256045 33.815138 174.289331 5.710745
+ S 0 0.000000 3.620818 0.167827 4.877917 0.293543
+ C 0 0.000000 33.815138 0.255865 -33.815138 0.000076 5.710745
+ S 0 0.000000 3.620818 -0.167827 4.877917 -0.293543
+ END
+TURNOUT Nn3 "Fast Tracks #6 WYE TT-NN3-Y-6"
+ U "Wye Turnout" "" "Fast Tracks" "#6 WYE" "TT-NN3-Y-6" 4.360694 4.763642 0.235694 0.235694 4.763641 4.360694 0.000000 0.000000 0
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 4.360694 0.235694 85.236358
+ E 4.360694 -0.235694 94.763641
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ C 0 0.000000 -30.687521 0.256041 30.687521 175.236282 4.763794
+ S 0 0.000000 2.804539 0.106009 4.360694 0.235694
+ C 0 0.000000 30.687513 0.255878 -30.687513 0.000076 4.763793
+ S 0 0.000000 2.804538 -0.106009 4.360694 -0.235694
+ END
+TURNOUT Nn3 "Fast Tracks #8 WYE TT-NN3-Y-8"
+ U "Wye Turnout" "" "Fast Tracks" "#8 WYE" "TT-NN3-Y-8" 5.468819 3.576334 0.209097 0.209097 3.576334 5.468819 0.000000 0.000000 0
+ P "Left" 1 2 3
+ P "Right" 1 4 5
+ E 0.000000 0.000000 270.000000
+ E 5.468819 0.209097 86.423666
+ E 5.468819 -0.209097 93.576334
+ S 0 0.000000 0.000000 0.000000 0.256000 0.000000
+ C 0 0.000000 -59.814522 0.256079 59.814522 176.423590 3.576486
+ S 0 0.000000 3.987282 0.116494 5.468819 0.209097
+ C 0 0.000000 59.814522 0.255762 -59.814522 0.000076 3.576486
+ S 0 0.000000 3.987282 -0.116494 5.468819 -0.209097
+ END
diff --git a/app/lib/params/TT-Kuehn.xtp b/app/lib/params/TT-Kuehn.xtp
index a71f195..4c75418 100644
--- a/app/lib/params/TT-Kuehn.xtp
+++ b/app/lib/params/TT-Kuehn.xtp
@@ -1,132 +1,132 @@
-CONTENTS Kuehn Track System
-SUBCONTENTS Kuehn TT-Scale Track - Straight Track
-TURNOUT TT "Kuehn Track G44 Straight 1.73 44mm 71044"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 1.732283 0.000000 90.000000
- S 0 0 0.000000 0.000000 1.732283 0.000000
- END
-TURNOUT TT "Kuehn Track G60 Straight 2.38 60.5mm 71060"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.381889 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.381889 0.000000
- END
-TURNOUT TT "Kuehn Track G64 Straight 2.53 64.3mm 71064"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.531496 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.531496 0.000000
- END
-TURNOUT TT "Kuehn Track G121 Straight 4.76 120.96mm 71121"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.762205 0.000000 90.000000
- S 0 0 0.000000 0.000000 4.762205 0.000000
- END
-TURNOUT TT "Kuehn Track G128 Straight 5.07 128.7mm 71128"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.066929 0.000000 90.000000
- S 0 0 0.000000 0.000000 5.066929 0.000000
- END
-TURNOUT TT "Kuehn Track G640 Straight(flex) 25.19 640mm 71640"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 25.196850 0.000000 90.000000
- S 0 0 0.000000 0.000000 25.196850 0.000000
- END
-
-SUBCONTENTS Kuehn TT-Scale Track - Curve Track
-TURNOUT TT "Kuehn Track R1 Curve 12.64R 321mm 10° 72110"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.194530 -0.191997 100.000000
- C 0 0 12.637795 0.000000 -12.637795 0.000000 10.000000
- END
-TURNOUT TT "Kuehn Track R1 Curve 12.64R 321mm 30° 72130"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 6.318898 -1.693144 120.000000
- C 0 0 12.637795 0.000000 -12.637795 0.000000 30.000000
- END
-TURNOUT TT "Kuehn Track R2 Curve 14.37R 365mm 10° 72210"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.495338 -0.218314 100.000000
- C 0 0 14.370079 0.000000 -14.370079 0.000000 10.000000
- END
-TURNOUT TT "Kuehn Track R2 Curve 14.37R 365mm 20° 72220"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.914856 -0.866622 110.000000
- C 0 0 14.370079 0.000000 -14.370079 0.000000 20.000000
- END
-TURNOUT TT "Kuehn Track R2 Curve 14.37R 365mm 30° 72230"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 7.1850394 -1.925225 120.000000
- C 0 0 14.370079 0.000000 -14.370079 0.000000 30.000000
- END
-
-SUBCONTENTS Kuehn TT-Scale Track - Turnouts
-TURNOUT TT "Kuehn Track WL20 Left Turnout 72620"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 5.066929 0.000000 90.000000
- E 4.914856 0.866622 70.000000
- S 0 0.000000 0.000000 0.000000 5.066929 0.000000
- C 0 0 14.370079 0.000000 14.370079 160.000000 20.000000
- END
-TURNOUT TT "Kuehn Track WR20 Right Turnout 72621"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 5.066929 0.000000 90.000000
- E 4.914856 -0.866622 110.000000
- S 0 0.000000 0.000000 0.000000 5.066929 0.000000
- C 0 0 14.370079 0.000000 -14.370079 0.000000 20.000000
- END
-TURNOUT TT "Kuehn Track WL10 Left Turnout 72640"
- P "Normal" 1 2
- P "Reverse" 1 3 4
- E 0.000000 0.000000 270.000000
- E 7.598425 0.000000 90.000000
- E 7.598425 0.866622 80.000000
- S 0 0.000000 0.000000 0.000000 0.472000 0.000000
- S 0 0.000000 0.472000 0.000000 7.598425 0.000000
- C 0 0.000000 -25.278971 0.472034 25.278971 169.999924 10.000152
- S 0 0.000000 4.861710 0.384055 7.598425 0.866622
- END
-TURNOUT TT "Kuehn Track WR10 Right Turnout 72641"
- P "Normal" 1 2
- P "Reverse" 1 3 4
- E 0.000000 0.000000 270.000000
- E 7.598425 0.000000 90.000000
- E 7.598425 -0.866622 100.000000
- S 0 0.000000 0.000000 0.000000 0.472000 0.000000
- S 0 0.000000 0.472000 0.000000 7.598425 0.000000
- C 0 0.000000 25.278971 0.471899 -25.278971 0.000076 10.000152
- S 0 0.000000 4.861710 -0.384055 7.598425 -0.866622
- END
-TURNOUT TT "Kuehn Track BWL Left Curve Turnout 72630"
- P "Normal" 1 2
- P "Reverse" 3
- E 0.000000 0.000000 270.000000
- E 8.051181 1.693144 60.000000
- E 6.318898 1.693144 60.000000
- S 0 0.000000 0.000000 0.000000 1.732283 0.000000
- C 0 0 -12.637795 1.732283 12.637795 150.000000 30.000000
- C 0 0 12.637795 0.000000 12.637795 150.000000 30.000000
- END
-TURNOUT TT "Kuehn Track BWR Right Curve Turnout 72631"
- P "Normal" 1 2
- P "Reverse" 3
- E 0.000000 0.000000 270.000000
- E 8.051181 -1.693144 120.000000
- E 6.318898 -1.693144 120.000000
- S 0 0.000000 0.000000 0.000000 1.732283 0.000000
- C 0 0 12.637795 1.732283 -12.637795 0.000000 30.000000
- C 0 0 12.637795 0.000000 -12.637795 0.000000 30.000000
- END
+CONTENTS Kuehn Track System
+SUBCONTENTS Kuehn TT-Scale Track - Straight Track
+TURNOUT TT "Kuehn Track G44 Straight 1.73 44mm 71044"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 1.732283 0.000000 90.000000
+ S 0 0 0.000000 0.000000 1.732283 0.000000
+ END
+TURNOUT TT "Kuehn Track G60 Straight 2.38 60.5mm 71060"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.381889 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.381889 0.000000
+ END
+TURNOUT TT "Kuehn Track G64 Straight 2.53 64.3mm 71064"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.531496 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.531496 0.000000
+ END
+TURNOUT TT "Kuehn Track G121 Straight 4.76 120.96mm 71121"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.762205 0.000000 90.000000
+ S 0 0 0.000000 0.000000 4.762205 0.000000
+ END
+TURNOUT TT "Kuehn Track G128 Straight 5.07 128.7mm 71128"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.066929 0.000000 90.000000
+ S 0 0 0.000000 0.000000 5.066929 0.000000
+ END
+TURNOUT TT "Kuehn Track G640 Straight(flex) 25.19 640mm 71640"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 25.196850 0.000000 90.000000
+ S 0 0 0.000000 0.000000 25.196850 0.000000
+ END
+
+SUBCONTENTS Kuehn TT-Scale Track - Curve Track
+TURNOUT TT "Kuehn Track R1 Curve 12.64R 321mm 10° 72110"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.194530 -0.191997 100.000000
+ C 0 0 12.637795 0.000000 -12.637795 0.000000 10.000000
+ END
+TURNOUT TT "Kuehn Track R1 Curve 12.64R 321mm 30° 72130"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.318898 -1.693144 120.000000
+ C 0 0 12.637795 0.000000 -12.637795 0.000000 30.000000
+ END
+TURNOUT TT "Kuehn Track R2 Curve 14.37R 365mm 10° 72210"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.495338 -0.218314 100.000000
+ C 0 0 14.370079 0.000000 -14.370079 0.000000 10.000000
+ END
+TURNOUT TT "Kuehn Track R2 Curve 14.37R 365mm 20° 72220"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.914856 -0.866622 110.000000
+ C 0 0 14.370079 0.000000 -14.370079 0.000000 20.000000
+ END
+TURNOUT TT "Kuehn Track R2 Curve 14.37R 365mm 30° 72230"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 7.185039 -1.925225 120.000000
+ C 0 0 14.370079 0.000000 -14.370079 0.000000 30.000000
+ END
+
+SUBCONTENTS Kuehn TT-Scale Track - Turnouts
+TURNOUT TT "Kuehn Track WL20 Left Turnout 72620"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 5.066929 0.000000 90.000000
+ E 4.914856 0.866622 70.000000
+ S 0 0.000000 0.000000 0.000000 5.066929 0.000000
+ C 0 0 14.370079 0.000000 14.370079 160.000000 20.000000
+ END
+TURNOUT TT "Kuehn Track WR20 Right Turnout 72621"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 5.066929 0.000000 90.000000
+ E 4.914856 -0.866622 110.000000
+ S 0 0.000000 0.000000 0.000000 5.066929 0.000000
+ C 0 0 14.370079 0.000000 -14.370079 0.000000 20.000000
+ END
+TURNOUT TT "Kuehn Track WL10 Left Turnout 72640"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 7.601575 0.000000 90.000000
+ E 7.525324 0.866535 80.000000
+ S 0 0.000000 0.000000 0.000000 0.472000 0.000000
+ S 0 0.000000 0.472000 0.000000 7.601575 0.000000
+ C 0 0.000000 -24.449055 0.472032 24.449055 169.999924 10.000152
+ S 0 0.000000 4.717594 0.371447 7.525324 0.866535
+ END
+TURNOUT TT "Kuehn Track WR10 Right Turnout 72641"
+ P "Normal" 1 2
+ P "Reverse" 1 3 4
+ E 0.000000 0.000000 270.000000
+ E 7.601575 0.000000 90.000000
+ E 7.525324 -0.866535 100.000000
+ S 0 0.000000 0.000000 0.000000 0.472000 0.000000
+ S 0 0.000000 0.472000 0.000000 7.601575 0.000000
+ C 0 0.000000 24.449055 0.471903 -24.449055 0.000076 10.000152
+ S 0 0.000000 4.717594 -0.371447 7.525324 -0.866535
+ END
+TURNOUT TT "Kuehn Track BWL Left Curve Turnout 72630"
+ P "Normal" 1 2
+ P "Reverse" 3
+ E 0.000000 0.000000 270.000000
+ E 8.051181 1.693144 60.000000
+ E 6.318898 1.693144 60.000000
+ S 0 0.000000 0.000000 0.000000 1.732283 0.000000
+ C 0 0 -12.637795 1.732283 12.637795 150.000000 30.000000
+ C 0 0 12.637795 0.000000 12.637795 150.000000 30.000000
+ END
+TURNOUT TT "Kuehn Track BWR Right Curve Turnout 72631"
+ P "Normal" 1 2
+ P "Reverse" 3
+ E 0.000000 0.000000 270.000000
+ E 8.051181 -1.693144 120.000000
+ E 6.318898 -1.693144 120.000000
+ S 0 0.000000 0.000000 0.000000 1.732283 0.000000
+ C 0 0 12.637795 1.732283 -12.637795 0.000000 30.000000
+ C 0 0 12.637795 0.000000 -12.637795 0.000000 30.000000
+ END
diff --git a/app/lib/params/Z-Rokuhan.xtp b/app/lib/params/Z-Rokuhan.xtp
index 6a6d4e8..f10b698 100644
--- a/app/lib/params/Z-Rokuhan.xtp
+++ b/app/lib/params/Z-Rokuhan.xtp
@@ -1,1146 +1,1166 @@
-CONTENTS Rokuhan Z Scale Track Components
-#http://www.rokuhan.com
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Straight Track
-TURNOUT Z "Rokuhan Straight Track 25mm R030"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 0.984252 0.000000 90.000000
- S 0 0 0.000000 0.000000 0.984252 0.000000
- L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
- L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
-END
-TURNOUT Z "Rokuhan Straight Track 55mm R008"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
- L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
-END
-TURNOUT Z "Rokuhan Straight Track 110mm R001"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
-END
-TURNOUT Z "Rokuhan Straight Track w/o Ballast 110mm R045"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
-END
-TURNOUT Z "Rokuhan Straight Track 112.8mm R036"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.440945 0.000000 90.000000
- S 0 0 0.000000 0.000000 4.440945 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.440945 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.440945 -0.300000
-END
-TURNOUT Z "Rokuhan Straight Track 220mm R009"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 8.661417 0.000000 90.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- L 11579568 0.019685 0.000000 0.300000 8.661417 0.300000
- L 11579568 0.019685 0.000000 -0.300000 8.661417 -0.300000
-END
-TURNOUT Z "Rokuhan Straight Track 440mm R083"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 17.322835 0.000000 90.000000
- S 0 0 0.000000 0.000000 17.322835 0.000000
- L 11579568 0.019685 0.000000 0.300000 17.322835 0.300000
- L 11579568 0.019685 0.000000 -0.300000 17.322835 -0.300000
-END
-TURNOUT Z "Rokuhan Straight Flex 135mm R017"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.314961 0.000000 90.000000
- S 0 0 0.000000 0.000000 5.314961 0.000000
- L 11579568 0.019685 0.000000 0.300000 5.314961 0.300000
- L 11579568 0.019685 0.000000 -0.300000 5.314961 -0.300000
-END
-TURNOUT Z "Rokuhan Straight Flex 330mm R016"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 12.992126 0.000000 90.000000
- S 0 0 0.000000 0.000000 12.992126 0.000000
- L 11579568 0.019685 0.000000 0.300000 12.992126 0.300000
- L 11579568 0.019685 0.000000 -0.300000 12.992126 -0.300000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Misc Track
-TURNOUT Z "Rokuhan Insulated Rail Joiner 1mm A013"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 0.039370 0.000000 90.000000
- S 0 0 0.000000 0.000000 0.039370 0.000000
- L 11579568 0.019685 0.000000 0.300000 0.039370 0.300000
- L 11579568 0.019685 0.000000 -0.300000 0.039370 -0.300000
- L 33023 0.039370 0.019685 -0.300000 0.019685 0.300000
-END
-TURNOUT Z "Rokuhan Bumper Track R013"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 0.761535 0.000000
- L 11579568 0.019685 0.000000 0.300000 1.141732 0.300000
- L 11579568 0.019685 0.000000 -0.300000 1.141732 -0.300000
- L 11579568 0.019685 1.141732 0.300000 1.141732 -0.300000
-END
-TURNOUT Z "Rokuhan Straight 55mm Isolation Break R021"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
- L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
- L 33023 0.039370 1.082627 0.150000 1.082627 -0.150000
-END
-TURNOUT Z "Rokuhan Straight 55mm Feeder R024"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
- L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
- L 11579568 0.039370 1.000000 0.1500000 1.000000 -0.450000
- L 11579568 0.039370 1.165254 -0.1500000 1.165254 -0.450000
-END
-TURNOUT Z "Rokuhan Bumper Track(Euro) R029"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 0.761535 0.000000
- L 11579568 0.019685 0.000000 0.300000 1.141732 0.300000
- L 11579568 0.019685 0.000000 -0.300000 1.141732 -0.300000
- L 11579568 0.019685 1.141732 0.300000 1.141732 -0.300000
-END
-TURNOUT Z "Rokuhan Adjustable Track 100-120mm R031"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.937008 0.000000 90.000000
- X adjustable 3.937008 4.724409
- S 0 0 0.000000 0.000000 3.937008 0.000000
- L 11579568 0.019685 0.000000 0.300000 3.937008 0.300000
- L 11579568 0.019685 0.000000 -0.300000 3.937008 -0.300000
-END
-TURNOUT Z "Rokuhan Custom Track 25-220mm R0XX"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 0.984252 0.000000 90.000000
- X adjustable 0.984252 8.661417
- S 0 0 0.000000 0.000000 0.984252 0.000000
- L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
- L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
-END
-TURNOUT Z "Rokuhan Uncoupler Track(American) R037"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
- L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
- L 8421504 0.200000 0.582677 0.000000 1.582677 0.000000
-END
-TURNOUT Z "Rokuhan Uncoupler Track(Euro/Arnold) R077"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
- L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
- L 8421504 0.200000 0.582677 0.000000 1.582677 0.000000
-END
-TURNOUT Z "Rokuhan 110mm Point Rail(Left) R039"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.500000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
-END
-TURNOUT Z "Rokuhan 110mm Point Rail(Right) R040"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.500000 -0.300000 4.330709 -0.300000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Curve Track
-TURNOUT Z "Rokuhan Curved Track 45mm 45° R046"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 1.252748 -0.518905 135.000000
- C 0 0 1.771654 0.000000 -1.771654 0.000000 45.000000
- A 11579568 0.019685 2.217428 0.000000 -1.771654 0.000000 45.000000
- A 11579568 0.019685 1.325880 0.000000 -1.771654 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 70mm 45° R018"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 1.948719 -0.807186 135.000000
- C 0 0 2.755906 0.000000 -2.755906 0.000000 45.000000
- A 11579568 0.019685 3.055906 0.000000 -2.755906 0.000000 45.000000
- A 11579568 0.019685 2.455906 0.000000 -2.755906 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 95mm 45° R010"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.644691 -1.095467 135.000000
- C 0 0 3.740157 0.000000 -3.740157 0.000000 45.000000
- A 11579568 0.019685 4.040157 0.000000 -3.740157 0.000000 45.000000
- A 11579568 0.019685 3.440157 0.000000 -3.740157 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 120mm 45° R011"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.340662 -1.383747 135.000000
- C 0 0 4.724409 0.000000 -4.724409 0.000000 45.000000
- A 11579568 0.019685 5.024409 0.000000 -4.724409 0.000000 45.000000
- A 11579568 0.019685 4.424409 0.000000 -4.724409 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 127mm 26° R019"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.191856 -0.506030 116.000000
- C 0 0 5.000000 0.000000 -5.000000 0.000000 26.000000
- A 11579568 0.019685 5.300000 0.000000 -5.000000 0.000000 26.000000
- A 11579568 0.019685 4.700000 0.000000 -5.000000 0.000000 26.000000
-END
-TURNOUT Z "Rokuhan Curved Track 145mm 45° R005"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.036633 -1.672028 135.000000
- C 0 0 5.708661 0.000000 -5.708661 0.000000 45.000000
- A 11579568 0.019685 6.008661 0.000000 -5.708661 0.000000 45.000000
- A 11579568 0.019685 5.408661 0.000000 -5.708661 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 170mm 45° R003"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.732604 -1.960309 135.000000
- C 0 0 6.692913 0.000000 -6.692913 0.000000 45.000000
- A 11579568 0.019685 6.992913 0.000000 -6.692913 0.000000 45.000000
- A 11579568 0.019685 6.392913 0.000000 -6.692913 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 195mm 30° R032"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.838583 -1.028545 120.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved Track 195mm 30° R064"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.838583 -1.028545 120.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved Track 195mm 45° R002"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.428575 -2.248590 135.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 220mm 30° R033"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 -1.160410 120.000000
- C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved Track 220mm 30° R065"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 -1.160410 120.000000
- C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved Track 220mm 45° R004"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 6.124547 -2.536870 135.000000
- C 0 0 8.661417 0.000000 -8.661417 0.000000 45.000000
- A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 45.000000
- A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Curved Track 245mm 30° R014"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.822835 -1.292275 120.000000
- C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved Track 245mm 30° R073"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.822835 -1.292275 120.000000
- C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved Track 270mm 30° R015"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.314961 -1.4241396 120.000000
- C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved Track 270mm 30° R074"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.314961 -1.4241396 120.000000
- C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved Track 490mm 13° R012"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.339607 -0.494436 103.000000
- C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
- A 11579568 0.019685 19.591339 0.000000 -19.291339 0.000000 13.000000
- A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Turnouts
-TURNOUT Z "Rokuhan Double Crossover 220mm Turnout R078"
- P "Normal" 1 2 3 0 4 5 6
- P "Reverse" 1 7 8 9 6 0 4 10 11 12 3
- E 0.000000 0.000000 270.000000
- E 8.661417 0.000000 90.000000
- E 0.000000 0.984252 270.000000
- E 8.661417 0.984252 90.000000
- S 0 0.000000 0.000000 0.000000 0.453455 0.000000
- S 0 0.000000 0.453455 0.000000 8.207962 0.000000
- S 0 0.000000 8.207962 0.000000 8.661417 0.000000
- S 0 0.000000 0.000000 0.984252 0.453455 0.984252
- S 0 0.000000 0.453455 0.984252 8.207962 0.984252
- S 0 0.000000 8.207962 0.984252 8.661417 0.984252
- C 0 0.000000 -15.453285 0.453475 15.453285 166.420155 13.579921
- S 0 0.000000 4.081906 0.432021 4.579511 0.552231
- C 0 0.000000 15.453285 8.207982 -14.469028 346.420155 13.579921
- C 0 0.000000 15.453285 0.453393 -14.469033 0.000076 13.579921
- S 0 0.000000 4.081906 0.552231 4.579511 0.432021
- C 0 0.000000 -15.453285 8.207982 15.453280 180.000076 13.579921
- L3 11579568 0.019685 -0.000000 -0.300000 0 8.661417 -0.300000 0
- L3 11579568 0.019685 0.000000 0.300000 0 0.453455 0.300000 0
- L3 11579568 0.019685 8.207962 0.300000 0 8.661417 0.300000 0
- L3 11579568 0.019685 -0.000000 0.684252 0 0.453454 0.684252 0
- L3 11579568 0.019685 0.000000 1.284252 0 8.661417 1.284252 0
- L3 11579568 0.019685 8.207962 0.684252 0 8.661417 0.684252 0
- L3 11579568 0.019685 4.117129 0.286216 0 4.334831 0.338807 0
- L3 11579568 0.019685 4.326586 0.645445 0 4.544288 0.698036 0
- L3 11579568 0.019685 4.326585 0.338807 0 4.544288 0.286216 0
- L3 11579568 0.019685 4.117129 0.698036 0 4.334831 0.645445 0
- A3 11579568 0.019685 15.153285 0.453455 15.453285 0 171.000000 9.000000
- A3 11579568 0.019685 15.153285 0.453455 -14.449033 0 0.000000 9.000000
- A3 11579568 0.019685 15.153285 8.207962 -14.449033 0 351.000000 9.000000
- A3 11579568 0.019685 15.153285 8.207962 15.453285 0 180.000010 9.000000
-END
-TURNOUT Z "Rokuhan Left 110mm R490 13° Turnout R039"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- E 4.339607 0.494436 77.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- C 0 0 19.291339 0.000000 19.291339 167.000000 13.000000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
- A 11579568 0.019685 18.991339 0.000000 19.291339 167.000000 13.000000
-END
-TURNOUT Z "Rokuhan Right 110mm R490 13° Turnout R040"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- E 4.339607 -0.494436 103.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
-END
-TURNOUT Z "Rokuhan Left 55mm R127 26° Turnout R022"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- E 2.191856 0.506030 64.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- C 0 0 5.000000 0.000000 5.000000 154.000000 26.000000
- L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
- A 11579568 0.019685 4.700000 0.000000 5.000000 154.000000 26.000000
-END
-TURNOUT Z "Rokuhan Right 55mm R127 26° Turnout R023"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- E 2.191856 -0.506030 116.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- C 0 0 5.000000 0.000000 -5.000000 0.000000 26.000000
- L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
- A 11579568 0.019685 4.700000 0.000000 -5.000000 0.000000 26.000000
-END
-TURNOUT Z "Rokuhan Double Slip 112.8mm Turnout R034/35"
- P "Normal" 1 2 3 0 4 5 6
- P "Reverse" 1 7 6 0 4 8 3
- E 0.000000 0.000000 270.000000
- E 4.440945 0.000000 90.000000
- E 0.056910 0.499494 283.000000
- E 4.384035 -0.499494 103.000000
- S 0 0.000000 0.000000 0.000000 0.512072 0.000000
- S 0 0.000000 0.512072 0.000000 3.928873 0.000000
- S 0 0.000000 3.928873 0.000000 4.440945 0.000000
- S 0 0.000000 0.056910 0.499494 0.555748 0.384323
- S 0 0.000000 0.555748 0.384323 3.885197 -0.384323
- S 0 0.000000 3.885197 -0.384323 4.384035 -0.499494
- C 0 0.000000 14.994770 0.512012 -14.994770 0.000000 13.000000
- C 0 0.000000 -14.994770 3.928893 14.994766 180.000000 13.000000
- L 11579568 0.019685 -0.000001 -0.300000 0.512071 -0.299999 0
- L 11579568 0.019685 3.928873 0.300000 4.440945 0.300001 0
- L 11579568 0.019685 0.124398 0.791805 0.623237 0.676634 0
- L 11579568 0.019685 3.817708 -0.676633 4.316546 -0.791804 0
- A 11579568 0.019685 14.694770 0.512012 -14.994770 0.000000 13.000000
- A 11579568 0.019685 14.694770 3.928893 14.994766 180.000000 13.000000
-END
-TURNOUT Z "Rokuhan Left Curve R195/R220 30° Turnout R026"
- P "Normal" 2 3
- P "Reverse" 1
- E 0.000000 0.000000 270.000000
- E 4.822835 1.028545 60.000000
- E 3.838583 1.028545 60.000000
- C 0 0 -7.677165 0.000000 7.677165 150.000000 30.000000
- S 0 0.000000 0.000000 0.000000 0.984252 0.000000
- C 0 0 -7.677165 0.984252 7.677165 150.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 7.677165 150.000000 30.000000
- L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
- A 11579568 0.019685 7.977165 0.984252 7.677165 150.000000 30.000000
-END
-TURNOUT Z "Rokuhan Right Curve R220/R195 30° Turnout R027"
- P "Normal" 2 3
- P "Reverse" 1
- E 0.000000 0.000000 270.000000
- E 4.822835 -1.028545 120.000000
- E 3.838583 -1.028545 120.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
- S 0 0.000000 0.000000 0.000000 0.984252 0.000000
- C 0 0 7.677165 0.984252 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
- L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
- A 11579568 0.019685 7.977165 0.984252 -7.677165 0.000000 30.000000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Crossings
-TURNOUT Z "Rokuhan Crossing 112.8mm 13° R020A"
- P "Normal" 1 0 2
- E 0.000000 0.000000 270.000000
- E 4.440945 0.000000 90.000000
- E 0.056910 0.499494 283.000000
- E 4.384035 -0.499494 103.000000
- S 0 0.000000 0.000000 0.000000 4.440945 0.000000
- S 0 0.000000 0.056910 0.499494 4.384035 -0.499494
- L 11579568 0.019685 -0.000001 -0.300000 2.220472 -0.299997
- L 11579568 0.019685 2.220472 0.300003 4.440945 0.300006
- L 11579568 0.019685 2.152986 -0.292311 4.316549 -0.791805
- L 11579568 0.019685 0.124395 0.791805 2.287958 0.292311
-END
-TURNOUT Z "Rokuhan Straight 53.6mm R020B"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.110236 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.110236 0.000000
- L 11579568 0.019685 0.000000 0.300000 2.110236 0.300000
- L 11579568 0.019685 0.000000 -0.300000 2.110236 -0.300000
-END
-TURNOUT Z "Rokuhan Crossing 25mm 90° R025A"
- P "Normal" 1 0 2
- E 0.000000 0.000000 270.000000
- E 0.984252 0.000000 90.000000
- E 0.492127 0.492126 360.000000
- E 0.492125 -0.492126 180.000000
- S 0 0.000000 0.000000 0.000000 0.984252 0.000000
- S 0 0.000000 0.492127 0.492126 0.492125 -0.492126
- L3 11579568 0.019685 -0.000001 -0.300000 0 0.184546 -0.300000 0
- L3 11579568 0.019685 0.799704 -0.299999 0 0.984251 -0.299999 0
- L3 11579568 0.019685 0.000000 0.300000 0 0.184547 0.300000 0
- L3 11579568 0.019685 0.799705 0.300001 0 0.984252 0.300001 0
- L3 11579568 0.019685 0.192127 0.492126 0 0.192127 0.307579 0
- L3 11579568 0.019685 0.192125 -0.307578 0 0.192125 -0.492126 0
- L3 11579568 0.019685 0.792127 0.492126 0 0.792127 0.307579 0
- L3 11579568 0.019685 0.792125 -0.307578 0 0.792125 -0.492126 0
-END
-TURNOUT Z "Rokuhan Straight 25mm R025B"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 0.984252 0.000000 90.000000
- S 0 0 0.000000 0.000000 0.984252 0.000000
- L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
- L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Straight Track
-TURNOUT Z "Rokuhan Viaduct Straight 110mm S010"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Double Straight Track
-TURNOUT Z "Rokuhan Viaduct Double Straight 110mm S019"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- E 0.000000 0.984252 270.000000
- E 4.330709 0.984252 90.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
- S 0 0 0.000000 0.984252 4.330709 0.984252
- L 11579568 0.019685 0.000000 1.284252 4.330709 1.284252
- L 11579568 0.019685 0.000000 0.684252 4.330709 0.684252
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Curve Track
-TURNOUT Z "Rokuhan Viaduct Curved 195mm 30° S011"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.838583 -1.028545 120.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Viaduct Curved 195mm 45° R0x"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.428575 -2.248590 135.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 45.000000
-END
-TURNOUT Z "Rokuhan Viaduct Curved 220mm 30° S012"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 -1.160410 120.000000
- C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Viaduct Curved 220mm 45° R0x"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 6.124547 -2.536870 135.000000
- C 0 0 8.661417 0.000000 -8.661417 0.000000 45.000000
- A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 45.000000
- A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 45.000000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Curve Double Track
-TURNOUT Z "Rokuhan Viaduct Curved 195/220mm 30° S013"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.838583 -1.028545 120.000000
- E 0.000000 0.984252 270.000000
- E 4.330709 -0.176158 120.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
- C 0 0 8.661417 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 8.961417 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 8.361417 0.000000 -7.677165 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Viaduct Curved 195/220mm 45° R0x"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.428575 -2.248590 135.000000
- E 0.000000 0.000000 270.000000
- E 6.124547 -1.552618 135.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 45.000000
- C 0 0 8.661417 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 8.961417 0.000000 -7.677165 0.000000 45.000000
- A 11579568 0.019685 8.361417 0.000000 -7.677165 0.000000 45.000000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Straight PC Track
-TURNOUT Z "Rokuhan Straight PC Track 55mm R048"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 2.165354 0.000000 90.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
- L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
-END
-TURNOUT Z "Rokuhan Straight PC Track 110mm R049"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
-END
-TURNOUT Z "Rokuhan Straight PC Track 112.8mm R038"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.440945 0.000000 90.000000
- S 0 0 0.000000 0.000000 4.440945 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.440945 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.440945 -0.300000
-END
-TURNOUT Z "Rokuhan Straight PC Track 220mm R050"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 8.661417 0.000000 90.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- L 11579568 0.019685 0.000000 0.300000 8.661417 0.300000
- L 11579568 0.019685 0.000000 -0.300000 8.661417 -0.300000
-END
-TURNOUT Z "Rokuhan Straight PC Track 440mm R084"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 17.322835 0.000000 90.000000
- S 0 0 0.000000 0.000000 17.322835 0.000000
- L 11579568 0.019685 0.000000 0.300000 17.322835 0.300000
- L 11579568 0.019685 0.000000 -0.300000 17.322835 -0.300000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Curve PC Track
-TURNOUT Z "Rokuhan Curved PC Track 195mm 30° R051"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.838583 -1.028545 120.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved PC Track 195mm 30° R066"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 3.838583 -1.028545 120.000000
- C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
- A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved PC Track 220mm 30° R052"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 -1.160410 120.000000
- C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved PC Track 220mm 30° R067"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.330709 -1.160410 120.000000
- C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
- A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved PC Track 245mm 30° R053"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.822835 -1.292275 120.000000
- C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved PC Track 245mm 30° R075"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.822835 -1.292275 120.000000
- C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
- A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan SuperElevated Curved PC Track 270mm 30° R076"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.314961 -1.4241396 120.000000
- C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved PC Track 270mm 30° R054"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 5.314961 -1.4241396 120.000000
- C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
- A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
-END
-TURNOUT Z "Rokuhan Curved PC Track 490mm 13° R059"
- P "Normal" 1
- E 0.000000 0.000000 270.000000
- E 4.339607 -0.494436 103.000000
- C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
- A 11579568 0.019685 19.591339 0.000000 -19.291339 0.000000 13.000000
- A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Turnout PC Track
-TURNOUT Z "Rokuhan Left 110mm R490 13° PC Turnout R055"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- E 4.339607 0.494436 77.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- C 0 0 19.291339 0.000000 19.291339 167.000000 13.000000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
- A 11579568 0.019685 18.991339 0.000000 19.291339 167.000000 13.000000
-END
-TURNOUT Z "Rokuhan Straight Trim Left PC Track 110mm R055A"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.500000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
-END
-TURNOUT Z "Rokuhan Right 110mm R490 13° PC Turnout R056"
- P "Normal" 1
- P "Reverse" 2
- E 0.000000 0.000000 270.000000
- E 4.330709 0.000000 90.000000
- E 4.339607 -0.494436 103.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
-END
-TURNOUT Z "Rokuhan Straight trim Right PC Track 110mm R056A"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
- L 11579568 0.019685 0.500000 -0.300000 4.330709 -0.300000
-END
-TURNOUT Z "Rokuhan Double Slip PC Track 112.8mm Turnout R068/69"
- P "Normal" 1 2 3 0 4 5 6
- P "Reverse" 1 7 6 0 4 8 3
- E 0.000000 0.000000 270.000000
- E 4.440945 0.000000 90.000000
- E 0.056910 0.499494 283.000000
- E 4.384035 -0.499494 103.000000
- S 0 0.000000 0.000000 0.000000 0.512072 0.000000
- S 0 0.000000 0.512072 0.000000 3.928873 0.000000
- S 0 0.000000 3.928873 0.000000 4.440945 0.000000
- S 0 0.000000 0.056910 0.499494 0.555748 0.384323
- S 0 0.000000 0.555748 0.384323 3.885197 -0.384323
- S 0 0.000000 3.885197 -0.384323 4.384035 -0.499494
- C 0 0.000000 14.994770 0.512012 -14.994770 0.000000 13.000000
- C 0 0.000000 -14.994770 3.928893 14.994766 180.000000 13.000000
- L 11579568 0.019685 -0.000001 -0.300000 0.512071 -0.299999 0
- L 11579568 0.019685 3.928873 0.300000 4.440945 0.300001 0
- L 11579568 0.019685 0.124398 0.791805 0.623237 0.676634 0
- L 11579568 0.019685 3.817708 -0.676633 4.316546 -0.791804 0
- A 11579568 0.019685 14.694770 0.512012 -14.994770 0.000000 13.000000
- A 11579568 0.019685 14.694770 3.928893 14.994766 180.000000 13.000000
-END
-TURNOUT Z "Rokuhan Double Crossover PC 220mm Turnout R082"
- P "Normal" 1 2 3 0 4 5 6
- P "Reverse" 1 7 8 9 6 0 4 10 11 12 3
- E 0.000000 0.000000 270.000000
- E 8.661417 0.000000 90.000000
- E 0.000000 0.984252 270.000000
- E 8.661417 0.984252 90.000000
- S 0 0.000000 0.000000 0.000000 0.453455 0.000000
- S 0 0.000000 0.453455 0.000000 8.207962 0.000000
- S 0 0.000000 8.207962 0.000000 8.661417 0.000000
- S 0 0.000000 0.000000 0.984252 0.453455 0.984252
- S 0 0.000000 0.453455 0.984252 8.207962 0.984252
- S 0 0.000000 8.207962 0.984252 8.661417 0.984252
- C 0 0.000000 -15.453285 0.453475 15.453285 166.420155 13.579921
- S 0 0.000000 4.081906 0.432021 4.579511 0.552231
- C 0 0.000000 15.453285 8.207982 -14.469028 346.420155 13.579921
- C 0 0.000000 15.453285 0.453393 -14.469033 0.000076 13.579921
- S 0 0.000000 4.081906 0.552231 4.579511 0.432021
- C 0 0.000000 -15.453285 8.207982 15.453280 180.000076 13.579921
- L3 11579568 0.019685 -0.000000 -0.300000 0 8.661417 -0.300000 0
- L3 11579568 0.019685 0.000000 0.300000 0 0.453455 0.300000 0
- L3 11579568 0.019685 8.207962 0.300000 0 8.661417 0.300000 0
- L3 11579568 0.019685 -0.000000 0.684252 0 0.453454 0.684252 0
- L3 11579568 0.019685 0.000000 1.284252 0 8.661417 1.284252 0
- L3 11579568 0.019685 8.207962 0.684252 0 8.661417 0.684252 0
- L3 11579568 0.019685 4.117129 0.286216 0 4.334831 0.338807 0
- L3 11579568 0.019685 4.326586 0.645445 0 4.544288 0.698036 0
- L3 11579568 0.019685 4.326585 0.338807 0 4.544288 0.286216 0
- L3 11579568 0.019685 4.117129 0.698036 0 4.334831 0.645445 0
- A3 11579568 0.019685 15.153285 0.453455 15.453285 0 171.000000 9.000000
- A3 11579568 0.019685 15.153285 0.453455 -14.449033 0 0.000000 9.000000
- A3 11579568 0.019685 15.153285 8.207962 -14.449033 0 351.000000 9.000000
- A3 11579568 0.019685 15.153285 8.207962 15.453285 0 180.000010 9.000000
-END
-
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Bridges
-TURNOUT Z "Rokuhan Single Trk Truss Bridge 220mm(Green) R041"
- P "Normal" 1
- E 8.661417 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- L 32896 0.053333 0.000000 0.375000 8.661417 0.375000
- L 32896 0.053333 0.000000 -0.375000 8.661417 -0.375000
- L 32896 0.053333 0.861412 -0.375000 0.861412 0.375000
- L 32896 0.053333 0.861412 -0.375000 2.598425 0.375000
- L 32896 0.053333 2.598425 -0.375000 0.861412 0.375000
- L 32896 0.053333 2.598425 -0.375000 2.598425 0.375000
- L 32896 0.053333 2.598425 -0.375000 4.330708 0.375000
- L 32896 0.053333 4.330708 -0.375000 2.598425 0.375000
- L 32896 0.053333 4.330708 -0.375000 4.330708 0.375000
- L 32896 0.053333 4.330708 -0.375000 6.062922 0.375000
- L 32896 0.053333 6.062922 -0.375000 4.330708 0.375000
- L 32896 0.053333 6.062922 -0.375000 6.062992 0.375000
- L 32896 0.053333 6.062922 -0.375000 7.795275 0.375000
- L 32896 0.053333 7.795275 -0.375000 6.062922 0.375000
- L 32896 0.053333 7.795275 -0.375000 7.795275 0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Truss Bridge 220mm(Red) R042"
- P "Normal" 1
- E 8.661417 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- L 16711680 0.053333 0.000000 0.375000 8.661417 0.375000
- L 16711680 0.053333 0.000000 -0.375000 8.661417 -0.375000
- L 16711680 0.053333 0.861412 -0.375000 0.861412 0.375000
- L 16711680 0.053333 0.861412 -0.375000 2.598425 0.375000
- L 16711680 0.053333 2.598425 -0.375000 0.861412 0.375000
- L 16711680 0.053333 2.598425 -0.375000 2.598425 0.375000
- L 16711680 0.053333 2.598425 -0.375000 4.330708 0.375000
- L 16711680 0.053333 4.330708 -0.375000 2.598425 0.375000
- L 16711680 0.053333 4.330708 -0.375000 4.330708 0.375000
- L 16711680 0.053333 4.330708 -0.375000 6.062922 0.375000
- L 16711680 0.053333 6.062922 -0.375000 4.330708 0.375000
- L 16711680 0.053333 6.062922 -0.375000 6.062992 0.375000
- L 16711680 0.053333 6.062922 -0.375000 7.795275 0.375000
- L 16711680 0.053333 7.795275 -0.375000 6.062922 0.375000
- L 16711680 0.053333 7.795275 -0.375000 7.795275 0.375000
-END
-TURNOUT Z "Rokuhan Double Trk Truss Bridge 220mm(Green) R043"
- P "Normal" 1
- E 8.661417 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- E 8.661417 0.984252 90.000000
- E 0.000000 0.984252 270.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- S 0 0 0.000000 0.984252 8.661417 0.984252
- L 32896 0.053333 0.000000 1.359252 8.661417 1.359252
- L 32896 0.053333 0.000000 -0.375000 8.661417 -0.375000
- L 32896 0.053333 0.618673 -0.375000 0.618673 1.359252
- L 32896 0.053333 0.618673 -0.375000 1.856018 1.359252
- L 32896 0.053333 1.856018 -0.375000 0.618673 1.359252
- L 32896 0.053333 1.856018 -0.375000 1.856018 1.359252
- L 32896 0.053333 1.856018 -0.375000 3.093363 1.359252
- L 32896 0.053333 3.093363 -0.375000 1.856018 1.359252
- L 32896 0.053333 3.093363 -0.375000 3.093363 1.359252
- L 32896 0.053333 3.093363 -0.375000 4.330708 1.359252
- L 32896 0.053333 4.330708 -0.375000 3.093363 1.359252
- L 32896 0.053333 4.330708 -0.375000 4.330708 1.359252
- L 32896 0.053333 4.330708 -0.375000 5.568053 1.359252
- L 32896 0.053333 5.568053 -0.375000 4.330708 1.359252
- L 32896 0.053333 5.568053 -0.375000 5.568053 1.359252
- L 32896 0.053333 5.568053 -0.375000 6.805398 1.359252
- L 32896 0.053333 6.805398 -0.375000 5.568053 1.359252
- L 32896 0.053333 6.805398 -0.375000 6.805398 1.359252
- L 32896 0.053333 6.805398 -0.375000 8.042743 1.359252
- L 32896 0.053333 8.042743 -0.375000 6.805398 1.359252
- L 32896 0.053333 8.042743 -0.375000 8.042743 1.359252
-END
-TURNOUT Z "Rokuhan Double Trk Truss Bridge 220mm(Beige) R044"
- P "Normal" 1
- E 8.661417 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- E 8.661417 0.984252 90.000000
- E 0.000000 0.984252 270.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- S 0 0 0.000000 0.984252 8.661417 0.984252
- L 15720651 0.053333 0.000000 1.359252 8.661417 1.359252
- L 15720651 0.053333 0.000000 -0.375000 8.661417 -0.375000
- L 15720651 0.053333 0.618673 -0.375000 0.618673 1.359252
- L 15720651 0.053333 0.618673 -0.375000 1.856018 1.359252
- L 15720651 0.053333 1.856018 -0.375000 0.618673 1.359252
- L 15720651 0.053333 1.856018 -0.375000 1.856018 1.359252
- L 15720651 0.053333 1.856018 -0.375000 3.093363 1.359252
- L 15720651 0.053333 3.093363 -0.375000 1.856018 1.359252
- L 15720651 0.053333 3.093363 -0.375000 3.093363 1.359252
- L 15720651 0.053333 3.093363 -0.375000 4.330708 1.359252
- L 15720651 0.053333 4.330708 -0.375000 3.093363 1.359252
- L 15720651 0.053333 4.330708 -0.375000 4.330708 1.359252
- L 15720651 0.053333 4.330708 -0.375000 5.568053 1.359252
- L 15720651 0.053333 5.568053 -0.375000 4.330708 1.359252
- L 15720651 0.053333 5.568053 -0.375000 5.568053 1.359252
- L 15720651 0.053333 5.568053 -0.375000 6.805398 1.359252
- L 15720651 0.053333 6.805398 -0.375000 5.568053 1.359252
- L 15720651 0.053333 6.805398 -0.375000 6.805398 1.359252
- L 15720651 0.053333 6.805398 -0.375000 8.042743 1.359252
- L 15720651 0.053333 8.042743 -0.375000 6.805398 1.359252
- L 15720651 0.053333 8.042743 -0.375000 8.042743 1.359252
-END
-TURNOUT Z "Rokuhan Double Trk Truss Bridge 220mm(Brown) R060"
- P "Normal" 1
- E 8.661417 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- E 8.661417 0.984252 90.000000
- E 0.000000 0.984252 270.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- S 0 0 0.000000 0.984252 8.661417 0.984252
- L 8388608 0.053333 0.000000 1.359252 8.661417 1.359252
- L 8388608 0.053333 0.000000 -0.375000 8.661417 -0.375000
- L 8388608 0.053333 0.618673 -0.375000 0.618673 1.359252
- L 8388608 0.053333 0.618673 -0.375000 1.856018 1.359252
- L 8388608 0.053333 1.856018 -0.375000 0.618673 1.359252
- L 8388608 0.053333 1.856018 -0.375000 1.856018 1.359252
- L 8388608 0.053333 1.856018 -0.375000 3.093363 1.359252
- L 8388608 0.053333 3.093363 -0.375000 1.856018 1.359252
- L 8388608 0.053333 3.093363 -0.375000 3.093363 1.359252
- L 8388608 0.053333 3.093363 -0.375000 4.330708 1.359252
- L 8388608 0.053333 4.330708 -0.375000 3.093363 1.359252
- L 8388608 0.053333 4.330708 -0.375000 4.330708 1.359252
- L 8388608 0.053333 4.330708 -0.375000 5.568053 1.359252
- L 8388608 0.053333 5.568053 -0.375000 4.330708 1.359252
- L 8388608 0.053333 5.568053 -0.375000 5.568053 1.359252
- L 8388608 0.053333 5.568053 -0.375000 6.805398 1.359252
- L 8388608 0.053333 6.805398 -0.375000 5.568053 1.359252
- L 8388608 0.053333 6.805398 -0.375000 6.805398 1.359252
- L 8388608 0.053333 6.805398 -0.375000 8.042743 1.359252
- L 8388608 0.053333 8.042743 -0.375000 6.805398 1.359252
- L 8388608 0.053333 8.042743 -0.375000 8.042743 1.359252
-END
-TURNOUT Z "Rokuhan Single Trk Truss Bridge 220mm(Brown) R061"
- P "Normal" 1
- E 8.661417 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 8.661417 0.000000
- L 8388608 0.053333 0.000000 0.375000 8.661417 0.375000
- L 8388608 0.053333 0.000000 -0.375000 8.661417 -0.375000
- L 8388608 0.053333 0.861412 -0.375000 0.861412 0.375000
- L 8388608 0.053333 0.861412 -0.375000 2.598425 0.375000
- L 8388608 0.053333 2.598425 -0.375000 0.861412 0.375000
- L 8388608 0.053333 2.598425 -0.375000 2.598425 0.375000
- L 8388608 0.053333 2.598425 -0.375000 4.330708 0.375000
- L 8388608 0.053333 4.330708 -0.375000 2.598425 0.375000
- L 8388608 0.053333 4.330708 -0.375000 4.330708 0.375000
- L 8388608 0.053333 4.330708 -0.375000 6.062922 0.375000
- L 8388608 0.053333 6.062922 -0.375000 4.330708 0.375000
- L 8388608 0.053333 6.062922 -0.375000 6.062992 0.375000
- L 8388608 0.053333 6.062922 -0.375000 7.795275 0.375000
- L 8388608 0.053333 7.795275 -0.375000 6.062922 0.375000
- L 8388608 0.053333 7.795275 -0.375000 7.795275 0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge 110mm(Red) R070"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 16711680 0.053333 0.000000 0.375000 4.330709 0.375000
- L 16711680 0.053333 0.000000 -0.375000 4.330709 -0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge 110mm(Green) R071"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 32896 0.053333 0.000000 0.375000 4.330709 0.375000
- L 32896 0.053333 0.000000 -0.375000 4.330709 -0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge 110mm(Black) R072"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 0 0.053333 0.000000 0.375000 4.330709 0.375000
- L 0 0.053333 0.000000 -0.375000 4.330709 -0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge(Short) 55mm(DK Red) R085"
- P "Normal" 1
- E 2.165354 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 10223889 0.053333 0.000000 0.375000 2.165354 0.375000
- L 10223889 0.053333 0.000000 -0.375000 2.165354 -0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge(Short) 55mm(Green) R086"
- P "Normal" 1
- E 2.165354 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 32896 0.053333 0.000000 0.375000 2.165354 0.375000
- L 32896 0.053333 0.000000 -0.375000 2.165354 -0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge(Short) 55mm(DK Grey) R087"
- P "Normal" 1
- E 2.165354 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 2.165354 0.000000
- L 8421504 0.053333 0.000000 0.375000 2.165354 0.375000
- L 8421504 0.053333 0.000000 -0.375000 2.165354 -0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Iron Bridge(Short) 110mm(Red) R088"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 16711680 0.053333 0.000000 0.375000 4.330709 0.375000
- L 16711680 0.053333 0.000000 -0.375000 4.330709 -0.375000
- L 16711680 0.053333 0.748031 -0.375000 0.748031 0.375000
- L 16711680 0.053333 0.748031 -0.375000 2.165354 0.375000
- L 16711680 0.053333 2.165354 -0.375000 0.748031 0.375000
- L 16711680 0.053333 2.165354 -0.375000 2.165354 0.375000
- L 16711680 0.053333 2.165354 -0.375000 3.582677 0.375000
- L 16711680 0.053333 3.582677 -0.375000 2.165354 0.375000
- L 16711680 0.053333 3.582677 -0.375000 3.582677 0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Iron Bridge(Short) 110mm(Green) R089"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 32896 0.053333 0.000000 0.375000 4.330709 0.375000
- L 32896 0.053333 0.000000 -0.375000 4.330709 -0.375000
- L 32896 0.053333 0.748031 -0.375000 0.748031 0.375000
- L 32896 0.053333 0.748031 -0.375000 2.165354 0.375000
- L 32896 0.053333 2.165354 -0.375000 0.748031 0.375000
- L 32896 0.053333 2.165354 -0.375000 2.165354 0.375000
- L 32896 0.053333 2.165354 -0.375000 3.582677 0.375000
- L 32896 0.053333 3.582677 -0.375000 2.165354 0.375000
- L 32896 0.053333 3.582677 -0.375000 3.582677 0.375000
-END
-TURNOUT Z "Rokuhan Single Trk Iron Bridge(Short) 110mm(DK Grey) R090"
- P "Normal" 1
- E 4.330709 0.000000 90.000000
- E 0.000000 0.000000 270.000000
- S 0 0 0.000000 0.000000 4.330709 0.000000
- L 8421504 0.053333 0.000000 0.375000 4.330709 0.375000
- L 8421504 0.053333 0.000000 -0.375000 4.330709 -0.375000
- L 8421504 0.053333 0.748031 -0.375000 0.748031 0.375000
- L 8421504 0.053333 0.748031 -0.375000 2.165354 0.375000
- L 8421504 0.053333 2.165354 -0.375000 0.748031 0.375000
- L 8421504 0.053333 2.165354 -0.375000 2.165354 0.375000
- L 8421504 0.053333 2.165354 -0.375000 3.582677 0.375000
- L 8421504 0.053333 3.582677 -0.375000 2.165354 0.375000
- L 8421504 0.053333 3.582677 -0.375000 3.582677 0.375000
-END
-##########################################################################
-##########################################################################
-
-SUBCONTENTS Rokuhan Z-Scale - Turntable
-TURNOUT Z "Rokuhan Turntable 170mm S037"
- P "1" 1 2 3
- P "2" 4 5 6
- P "3" 7 8 9
- P "4" 10 11 12
- P "5" 13 14 15
- P "6" 16 17 18
- P "7" 19 20 21
- P "8" 22 23 24
- E 0.000000 3.346457 0.000000
- E 0.866127 3.232429 15.000000
- E 1.673228 2.898117 30.000000
- E 2.366302 2.366302 45.000000
- E 2.898117 1.673228 60.000000
- E 3.232429 0.866127 75.000000
- E 3.346457 0.000000 90.000000
- E 3.232429 -0.866127 105.000000
- E 2.898117 -1.673228 120.000000
- E 2.366302 -2.366302 135.000000
- E 1.673228 -2.898117 150.000000
- E 0.866127 -3.232429 165.000000
- E 0.000000 -3.346457 180.000000
- E -0.866127 -3.232429 195.000000
- E -1.673228 -2.898117 210.000000
- E -2.366302 -2.366302 225.000000
- E -2.898117 -1.673228 240.000000
- E -3.232429 -0.866127 255.000000
- E -3.346457 0.000000 270.000000
- E -3.232429 0.866127 285.000000
- E -2.898117 1.673228 300.000000
- E -2.366302 2.366302 315.000000
- E -1.673228 2.898117 330.000000
- E -0.866127 3.232429 345.000000
- S 0 0.031250 0.000000 3.346457 0.000000 2.559055
- S 16777215 0.031250 0.000000 2.559055 0.000000 -2.559055
- S 0 0.031250 0.000000 -2.559055 0.000000 -3.346457
- S 0 0.031250 0.866127 3.232429 0.662332 2.471857
- S 16777215 0.031250 0.662332 2.471857 -0.662332 -2.471857
- S 0 0.031250 -0.662332 -2.471857 -0.866127 -3.232429
- S 0 0.031250 1.673228 2.898117 1.279528 2.216207
- S 16777215 0.031250 1.279528 2.216207 -1.279528 -2.216207
- S 0 0.031250 -1.279528 -2.216207 -1.673228 -2.898117
- S 0 0.031250 2.366302 2.366302 1.809525 1.809525
- S 16777215 0.031250 1.809525 1.809525 -1.809525 -1.809525
- S 0 0.031250 -1.809525 -1.809525 -2.366302 -2.366302
- S 0 0.031250 2.898117 1.673228 2.216207 1.279528
- S 16777215 0.031250 2.216207 1.279528 -2.216207 -1.279528
- S 0 0.031250 -2.216207 -1.279528 -2.898117 -1.673228
- S 0 0.031250 3.232429 0.866127 2.471857 0.662332
- S 16777215 0.031250 2.471857 0.662332 -2.471857 -0.662332
- S 0 0.031250 -2.471857 -0.662332 -3.232429 -0.866127
- S 0 0.031250 3.346457 0.000000 2.559055 0.000000
- S 16777215 0.031250 2.559055 0.000000 -2.559055 0.000000
- S 0 0.031250 -2.559055 0.000000 -3.346457 0.000000
- S 0 0.031250 3.232429 -0.866127 2.471857 -0.662332
- S 16777215 0.031250 2.471857 -0.662332 -2.471857 0.662332
- S 0 0.031250 -2.471857 0.662332 -3.232429 0.866127
- S 0 0.031250 2.898117 -1.673228 2.216207 -1.279528
- S 16777215 0.031250 2.216207 -1.279528 -2.216207 1.279528
- S 0 0.031250 -2.216207 1.279528 -2.898117 1.673228
- S 0 0.031250 2.366302 -2.366302 1.809525 -1.809525
- S 16777215 0.031250 1.809525 -2.366302 -1.809525 2.366302
- S 0 0.031250 -1.809525 1.809525 -2.366302 2.366302
- S 0 0.031250 1.673228 -2.898117 1.279528 -2.216207
- S 16777215 0.031250 1.279528 -2.216207 -1.279528 2.216207
- S 0 0.031250 -1.279528 2.216207 -1.673228 2.898117
- S 0 0.031250 0.866127 -3.232429 0.662332 -2.471857
- S 16777215 0.031250 0.662332 -2.471857 -0.662332 2.471857
- S 0 0.031250 -0.662332 2.471857 -0.866127 3.232429
- A 0 0.031250 3.346457 0.000000 0.000000 0.000000 360.000000
- A 0 0.031250 2.559055 0.000000 0.000000 0.000000 360.000000
-END
-
-
+CONTENTS Rokuhan Z Scale Track Components
+#http://www.rokuhan.com
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Straight Track W/O Bed
+TURNOUT Z "Rokuhan Straight Track W/O Bed 55mm R091"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Curve Track W/O Bed
+TURNOUT Z "Rokuhan Curved Track W/O Bed 45mm 180° R091"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 0.000000 0.000000 90.000000
+ C 0 0 1.771654 0.000000 -1.771654 0.000000 180.000000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Straight Track
+TURNOUT Z "Rokuhan Straight Track 25mm R030"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 0.984252 0.000000 90.000000
+ S 0 0 0.000000 0.000000 0.984252 0.000000
+ L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
+END
+TURNOUT Z "Rokuhan Straight Track 55mm R008"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
+END
+TURNOUT Z "Rokuhan Straight Track 110mm R001"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+END
+TURNOUT Z "Rokuhan Straight Track w/o Ballast 110mm R045"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+END
+TURNOUT Z "Rokuhan Straight Track 112.8mm R036"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.440945 0.000000 90.000000
+ S 0 0 0.000000 0.000000 4.440945 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.440945 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.440945 -0.300000
+END
+TURNOUT Z "Rokuhan Straight Track 220mm R009"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 8.661417 0.000000 90.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ L 11579568 0.019685 0.000000 0.300000 8.661417 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 8.661417 -0.300000
+END
+TURNOUT Z "Rokuhan Straight Track 440mm R083"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 17.322835 0.000000 90.000000
+ S 0 0 0.000000 0.000000 17.322835 0.000000
+ L 11579568 0.019685 0.000000 0.300000 17.322835 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 17.322835 -0.300000
+END
+TURNOUT Z "Rokuhan Straight Flex 135mm R017"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.314961 0.000000 90.000000
+ S 0 0 0.000000 0.000000 5.314961 0.000000
+ L 11579568 0.019685 0.000000 0.300000 5.314961 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 5.314961 -0.300000
+END
+TURNOUT Z "Rokuhan Straight Flex 330mm R016"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 12.992126 0.000000 90.000000
+ S 0 0 0.000000 0.000000 12.992126 0.000000
+ L 11579568 0.019685 0.000000 0.300000 12.992126 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 12.992126 -0.300000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Misc Track
+TURNOUT Z "Rokuhan Insulated Rail Joiner 1mm A013"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 0.039370 0.000000 90.000000
+ S 0 0 0.000000 0.000000 0.039370 0.000000
+ L 11579568 0.019685 0.000000 0.300000 0.039370 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 0.039370 -0.300000
+ L 33023 0.039370 0.019685 -0.300000 0.019685 0.300000
+END
+TURNOUT Z "Rokuhan Bumper Track R013"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 0.761535 0.000000
+ L 11579568 0.019685 0.000000 0.300000 1.141732 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 1.141732 -0.300000
+ L 11579568 0.019685 1.141732 0.300000 1.141732 -0.300000
+END
+TURNOUT Z "Rokuhan Straight 55mm Isolation Break R021"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
+ L 33023 0.039370 1.082627 0.150000 1.082627 -0.150000
+END
+TURNOUT Z "Rokuhan Straight 55mm Feeder R024"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
+ L 11579568 0.039370 1.000000 0.1500000 1.000000 -0.450000
+ L 11579568 0.039370 1.165254 -0.1500000 1.165254 -0.450000
+END
+TURNOUT Z "Rokuhan Bumper Track(Euro) R029"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 0.761535 0.000000
+ L 11579568 0.019685 0.000000 0.300000 1.141732 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 1.141732 -0.300000
+ L 11579568 0.019685 1.141732 0.300000 1.141732 -0.300000
+END
+TURNOUT Z "Rokuhan Adjustable Track 100-120mm R031"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.937008 0.000000 90.000000
+ X adjustable 3.937008 4.724409
+ S 0 0 0.000000 0.000000 3.937008 0.000000
+ L 11579568 0.019685 0.000000 0.300000 3.937008 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 3.937008 -0.300000
+END
+TURNOUT Z "Rokuhan Custom Track 25-220mm R0XX"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 0.984252 0.000000 90.000000
+ X adjustable 0.984252 8.661417
+ S 0 0 0.000000 0.000000 0.984252 0.000000
+ L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
+END
+TURNOUT Z "Rokuhan Uncoupler Track(American) R037"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
+ L 8421504 0.200000 0.582677 0.000000 1.582677 0.000000
+END
+TURNOUT Z "Rokuhan Uncoupler Track(Euro/Arnold) R077"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
+ L 8421504 0.200000 0.582677 0.000000 1.582677 0.000000
+END
+TURNOUT Z "Rokuhan 110mm Point Rail(Left) R039"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.500000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+END
+TURNOUT Z "Rokuhan 110mm Point Rail(Right) R040"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.500000 -0.300000 4.330709 -0.300000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Curve Track
+TURNOUT Z "Rokuhan Curved Track 45mm 45° R046"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 1.252748 -0.518905 135.000000
+ C 0 0 1.771654 0.000000 -1.771654 0.000000 45.000000
+ A 11579568 0.019685 2.217428 0.000000 -1.771654 0.000000 45.000000
+ A 11579568 0.019685 1.325880 0.000000 -1.771654 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 70mm 45° R018"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 1.948719 -0.807186 135.000000
+ C 0 0 2.755906 0.000000 -2.755906 0.000000 45.000000
+ A 11579568 0.019685 3.055906 0.000000 -2.755906 0.000000 45.000000
+ A 11579568 0.019685 2.455906 0.000000 -2.755906 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 95mm 45° R010"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.644691 -1.095467 135.000000
+ C 0 0 3.740157 0.000000 -3.740157 0.000000 45.000000
+ A 11579568 0.019685 4.040157 0.000000 -3.740157 0.000000 45.000000
+ A 11579568 0.019685 3.440157 0.000000 -3.740157 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 120mm 45° R011"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.340662 -1.383747 135.000000
+ C 0 0 4.724409 0.000000 -4.724409 0.000000 45.000000
+ A 11579568 0.019685 5.024409 0.000000 -4.724409 0.000000 45.000000
+ A 11579568 0.019685 4.424409 0.000000 -4.724409 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 127mm 26° R019"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.191856 -0.506030 116.000000
+ C 0 0 5.000000 0.000000 -5.000000 0.000000 26.000000
+ A 11579568 0.019685 5.300000 0.000000 -5.000000 0.000000 26.000000
+ A 11579568 0.019685 4.700000 0.000000 -5.000000 0.000000 26.000000
+END
+TURNOUT Z "Rokuhan Curved Track 145mm 45° R005"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.036633 -1.672028 135.000000
+ C 0 0 5.708661 0.000000 -5.708661 0.000000 45.000000
+ A 11579568 0.019685 6.008661 0.000000 -5.708661 0.000000 45.000000
+ A 11579568 0.019685 5.408661 0.000000 -5.708661 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 170mm 45° R003"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.732604 -1.960309 135.000000
+ C 0 0 6.692913 0.000000 -6.692913 0.000000 45.000000
+ A 11579568 0.019685 6.992913 0.000000 -6.692913 0.000000 45.000000
+ A 11579568 0.019685 6.392913 0.000000 -6.692913 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 195mm 30° R032"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.838583 -1.028545 120.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved Track 195mm 30° R064"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.838583 -1.028545 120.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved Track 195mm 45° R002"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.428575 -2.248590 135.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 220mm 30° R033"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 -1.160410 120.000000
+ C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved Track 220mm 30° R065"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 -1.160410 120.000000
+ C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved Track 220mm 45° R004"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.124547 -2.536870 135.000000
+ C 0 0 8.661417 0.000000 -8.661417 0.000000 45.000000
+ A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 45.000000
+ A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Curved Track 245mm 30° R014"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.822835 -1.292275 120.000000
+ C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved Track 245mm 30° R073"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.822835 -1.292275 120.000000
+ C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved Track 270mm 30° R015"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.314961 -1.4241396 120.000000
+ C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved Track 270mm 30° R074"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.314961 -1.4241396 120.000000
+ C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved Track 490mm 13° R012"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.339607 -0.494436 103.000000
+ C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
+ A 11579568 0.019685 19.591339 0.000000 -19.291339 0.000000 13.000000
+ A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Turnouts
+TURNOUT Z "Rokuhan Double Crossover 220mm Turnout R078"
+ P "Normal" 1 2 3 0 4 5 6
+ P "Reverse" 1 7 8 9 6 0 4 10 11 12 3
+ E 0.000000 0.000000 270.000000
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.984252 270.000000
+ E 8.661417 0.984252 90.000000
+ S 0 0.000000 0.000000 0.000000 0.453455 0.000000
+ S 0 0.000000 0.453455 0.000000 8.207962 0.000000
+ S 0 0.000000 8.207962 0.000000 8.661417 0.000000
+ S 0 0.000000 0.000000 0.984252 0.453455 0.984252
+ S 0 0.000000 0.453455 0.984252 8.207962 0.984252
+ S 0 0.000000 8.207962 0.984252 8.661417 0.984252
+ C 0 0.000000 -15.453285 0.453475 15.453285 166.420155 13.579921
+ S 0 0.000000 4.081906 0.432021 4.579511 0.552231
+ C 0 0.000000 15.453285 8.207982 -14.469028 346.420155 13.579921
+ C 0 0.000000 15.453285 0.453393 -14.469033 0.000076 13.579921
+ S 0 0.000000 4.081906 0.552231 4.579511 0.432021
+ C 0 0.000000 -15.453285 8.207982 15.453280 180.000076 13.579921
+ L3 11579568 0.019685 -0.000000 -0.300000 0 8.661417 -0.300000 0
+ L3 11579568 0.019685 0.000000 0.300000 0 0.453455 0.300000 0
+ L3 11579568 0.019685 8.207962 0.300000 0 8.661417 0.300000 0
+ L3 11579568 0.019685 -0.000000 0.684252 0 0.453454 0.684252 0
+ L3 11579568 0.019685 0.000000 1.284252 0 8.661417 1.284252 0
+ L3 11579568 0.019685 8.207962 0.684252 0 8.661417 0.684252 0
+ L3 11579568 0.019685 4.117129 0.286216 0 4.334831 0.338807 0
+ L3 11579568 0.019685 4.326586 0.645445 0 4.544288 0.698036 0
+ L3 11579568 0.019685 4.326585 0.338807 0 4.544288 0.286216 0
+ L3 11579568 0.019685 4.117129 0.698036 0 4.334831 0.645445 0
+ A3 11579568 0.019685 15.153285 0.453455 15.453285 0 171.000000 9.000000
+ A3 11579568 0.019685 15.153285 0.453455 -14.449033 0 0.000000 9.000000
+ A3 11579568 0.019685 15.153285 8.207962 -14.449033 0 351.000000 9.000000
+ A3 11579568 0.019685 15.153285 8.207962 15.453285 0 180.000010 9.000000
+END
+TURNOUT Z "Rokuhan Left 110mm R490 13° Turnout R039"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ E 4.339607 0.494436 77.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ C 0 0 19.291339 0.000000 19.291339 167.000000 13.000000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+ A 11579568 0.019685 18.991339 0.000000 19.291339 167.000000 13.000000
+END
+TURNOUT Z "Rokuhan Right 110mm R490 13° Turnout R040"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ E 4.339607 -0.494436 103.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
+END
+TURNOUT Z "Rokuhan Left 55mm R127 26° Turnout R022"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ E 2.191856 0.506030 64.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ C 0 0 5.000000 0.000000 5.000000 154.000000 26.000000
+ L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
+ A 11579568 0.019685 4.700000 0.000000 5.000000 154.000000 26.000000
+END
+TURNOUT Z "Rokuhan Right 55mm R127 26° Turnout R023"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ E 2.191856 -0.506030 116.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ C 0 0 5.000000 0.000000 -5.000000 0.000000 26.000000
+ L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
+ A 11579568 0.019685 4.700000 0.000000 -5.000000 0.000000 26.000000
+END
+TURNOUT Z "Rokuhan Double Slip 112.8mm Turnout R034/35"
+ P "Normal" 1 2 3 0 4 5 6
+ P "Reverse" 1 7 6 0 4 8 3
+ E 0.000000 0.000000 270.000000
+ E 4.440945 0.000000 90.000000
+ E 0.056910 0.499494 283.000000
+ E 4.384035 -0.499494 103.000000
+ S 0 0.000000 0.000000 0.000000 0.512072 0.000000
+ S 0 0.000000 0.512072 0.000000 3.928873 0.000000
+ S 0 0.000000 3.928873 0.000000 4.440945 0.000000
+ S 0 0.000000 0.056910 0.499494 0.555748 0.384323
+ S 0 0.000000 0.555748 0.384323 3.885197 -0.384323
+ S 0 0.000000 3.885197 -0.384323 4.384035 -0.499494
+ C 0 0.000000 14.994770 0.512012 -14.994770 0.000000 13.000000
+ C 0 0.000000 -14.994770 3.928893 14.994766 180.000000 13.000000
+ L 11579568 0.019685 -0.000001 -0.300000 0.512071 -0.299999 0
+ L 11579568 0.019685 3.928873 0.300000 4.440945 0.300001 0
+ L 11579568 0.019685 0.124398 0.791805 0.623237 0.676634 0
+ L 11579568 0.019685 3.817708 -0.676633 4.316546 -0.791804 0
+ A 11579568 0.019685 14.694770 0.512012 -14.994770 0.000000 13.000000
+ A 11579568 0.019685 14.694770 3.928893 14.994766 180.000000 13.000000
+END
+TURNOUT Z "Rokuhan Left Curve R195/R220 30° Turnout R026"
+ P "Normal" 2 3
+ P "Reverse" 1
+ E 0.000000 0.000000 270.000000
+ E 4.822835 1.028545 60.000000
+ E 3.838583 1.028545 60.000000
+ C 0 0 -7.677165 0.000000 7.677165 150.000000 30.000000
+ S 0 0.000000 0.000000 0.000000 0.984252 0.000000
+ C 0 0 -7.677165 0.984252 7.677165 150.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 7.677165 150.000000 30.000000
+ L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
+ A 11579568 0.019685 7.977165 0.984252 7.677165 150.000000 30.000000
+END
+TURNOUT Z "Rokuhan Right Curve R220/R195 30° Turnout R027"
+ P "Normal" 2 3
+ P "Reverse" 1
+ E 0.000000 0.000000 270.000000
+ E 4.822835 -1.028545 120.000000
+ E 3.838583 -1.028545 120.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
+ S 0 0.000000 0.000000 0.000000 0.984252 0.000000
+ C 0 0 7.677165 0.984252 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
+ L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
+ A 11579568 0.019685 7.977165 0.984252 -7.677165 0.000000 30.000000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Crossings
+TURNOUT Z "Rokuhan Crossing 112.8mm 13° R020A"
+ P "Normal" 1 0 2
+ E 0.000000 0.000000 270.000000
+ E 4.440945 0.000000 90.000000
+ E 0.056910 0.499494 283.000000
+ E 4.384035 -0.499494 103.000000
+ S 0 0.000000 0.000000 0.000000 4.440945 0.000000
+ S 0 0.000000 0.056910 0.499494 4.384035 -0.499494
+ L 11579568 0.019685 -0.000001 -0.300000 2.220472 -0.299997
+ L 11579568 0.019685 2.220472 0.300003 4.440945 0.300006
+ L 11579568 0.019685 2.152986 -0.292311 4.316549 -0.791805
+ L 11579568 0.019685 0.124395 0.791805 2.287958 0.292311
+END
+TURNOUT Z "Rokuhan Straight 53.6mm R020B"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.110236 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.110236 0.000000
+ L 11579568 0.019685 0.000000 0.300000 2.110236 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 2.110236 -0.300000
+END
+TURNOUT Z "Rokuhan Crossing 25mm 90° R025A"
+ P "Normal" 1 0 2
+ E 0.000000 0.000000 270.000000
+ E 0.984252 0.000000 90.000000
+ E 0.492127 0.492126 360.000000
+ E 0.492125 -0.492126 180.000000
+ S 0 0.000000 0.000000 0.000000 0.984252 0.000000
+ S 0 0.000000 0.492127 0.492126 0.492125 -0.492126
+ L3 11579568 0.019685 -0.000001 -0.300000 0 0.184546 -0.300000 0
+ L3 11579568 0.019685 0.799704 -0.299999 0 0.984251 -0.299999 0
+ L3 11579568 0.019685 0.000000 0.300000 0 0.184547 0.300000 0
+ L3 11579568 0.019685 0.799705 0.300001 0 0.984252 0.300001 0
+ L3 11579568 0.019685 0.192127 0.492126 0 0.192127 0.307579 0
+ L3 11579568 0.019685 0.192125 -0.307578 0 0.192125 -0.492126 0
+ L3 11579568 0.019685 0.792127 0.492126 0 0.792127 0.307579 0
+ L3 11579568 0.019685 0.792125 -0.307578 0 0.792125 -0.492126 0
+END
+TURNOUT Z "Rokuhan Straight 25mm R025B"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 0.984252 0.000000 90.000000
+ S 0 0 0.000000 0.000000 0.984252 0.000000
+ L 11579568 0.019685 0.000000 0.300000 0.984252 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 0.984252 -0.300000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Straight Track
+TURNOUT Z "Rokuhan Viaduct Straight 110mm S010"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Double Straight Track
+TURNOUT Z "Rokuhan Viaduct Double Straight 110mm S019"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.984252 270.000000
+ E 4.330709 0.984252 90.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+ S 0 0 0.000000 0.984252 4.330709 0.984252
+ L 11579568 0.019685 0.000000 1.284252 4.330709 1.284252
+ L 11579568 0.019685 0.000000 0.684252 4.330709 0.684252
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Curve Track
+TURNOUT Z "Rokuhan Viaduct Curved 195mm 30° S011"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.838583 -1.028545 120.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Viaduct Curved 195mm 45° R0x"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.428575 -2.248590 135.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 45.000000
+END
+TURNOUT Z "Rokuhan Viaduct Curved 220mm 30° S012"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 -1.160410 120.000000
+ C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Viaduct Curved 220mm 45° R0x"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 6.124547 -2.536870 135.000000
+ C 0 0 8.661417 0.000000 -8.661417 0.000000 45.000000
+ A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 45.000000
+ A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 45.000000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Shinkansen Viaduct System Curve Double Track
+TURNOUT Z "Rokuhan Viaduct Curved 195/220mm 30° S013"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.838583 -1.028545 120.000000
+ E 0.000000 0.984252 270.000000
+ E 4.330709 -0.176158 120.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
+ C 0 0 8.661417 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 8.961417 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 8.361417 0.000000 -7.677165 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Viaduct Curved 195/220mm 45° R0x"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.428575 -2.248590 135.000000
+ E 0.000000 0.000000 270.000000
+ E 6.124547 -1.552618 135.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 45.000000
+ C 0 0 8.661417 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 8.961417 0.000000 -7.677165 0.000000 45.000000
+ A 11579568 0.019685 8.361417 0.000000 -7.677165 0.000000 45.000000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Straight PC Track
+TURNOUT Z "Rokuhan Straight PC Track 55mm R048"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 2.165354 0.000000 90.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 11579568 0.019685 0.000000 0.300000 2.165354 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 2.165354 -0.300000
+END
+TURNOUT Z "Rokuhan Straight PC Track 110mm R049"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+END
+TURNOUT Z "Rokuhan Straight PC Track 112.8mm R038"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.440945 0.000000 90.000000
+ S 0 0 0.000000 0.000000 4.440945 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.440945 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.440945 -0.300000
+END
+TURNOUT Z "Rokuhan Straight PC Track 220mm R050"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 8.661417 0.000000 90.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ L 11579568 0.019685 0.000000 0.300000 8.661417 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 8.661417 -0.300000
+END
+TURNOUT Z "Rokuhan Straight PC Track 440mm R084"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 17.322835 0.000000 90.000000
+ S 0 0 0.000000 0.000000 17.322835 0.000000
+ L 11579568 0.019685 0.000000 0.300000 17.322835 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 17.322835 -0.300000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Curve PC Track
+TURNOUT Z "Rokuhan Curved PC Track 195mm 30° R051"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.838583 -1.028545 120.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved PC Track 195mm 30° R066"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 3.838583 -1.028545 120.000000
+ C 0 0 7.677165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.977165 0.000000 -7.677165 0.000000 30.000000
+ A 11579568 0.019685 7.377165 0.000000 -7.677165 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved PC Track 220mm 30° R052"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 -1.160410 120.000000
+ C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved PC Track 220mm 30° R067"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.330709 -1.160410 120.000000
+ C 0 0 8.661417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.961417 0.000000 -8.661417 0.000000 30.000000
+ A 11579568 0.019685 8.361417 0.000000 -8.661417 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved PC Track 245mm 30° R053"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.822835 -1.292275 120.000000
+ C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved PC Track 245mm 30° R075"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.822835 -1.292275 120.000000
+ C 0 0 9.645669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.945669 0.000000 -9.645669 0.000000 30.000000
+ A 11579568 0.019685 9.345669 0.000000 -9.645669 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan SuperElevated Curved PC Track 270mm 30° R076"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.314961 -1.4241396 120.000000
+ C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved PC Track 270mm 30° R054"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 5.314961 -1.4241396 120.000000
+ C 0 0 10.629921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.929921 0.000000 -10.629921 0.000000 30.000000
+ A 11579568 0.019685 10.329921 0.000000 -10.629921 0.000000 30.000000
+END
+TURNOUT Z "Rokuhan Curved PC Track 490mm 13° R059"
+ P "Normal" 1
+ E 0.000000 0.000000 270.000000
+ E 4.339607 -0.494436 103.000000
+ C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
+ A 11579568 0.019685 19.591339 0.000000 -19.291339 0.000000 13.000000
+ A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Turnout PC Track
+TURNOUT Z "Rokuhan Left 110mm R490 13° PC Turnout R055"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ E 4.339607 0.494436 77.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ C 0 0 19.291339 0.000000 19.291339 167.000000 13.000000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+ A 11579568 0.019685 18.991339 0.000000 19.291339 167.000000 13.000000
+END
+TURNOUT Z "Rokuhan Straight Trim Left PC Track 110mm R055A"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.500000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.000000 -0.300000 4.330709 -0.300000
+END
+TURNOUT Z "Rokuhan Right 110mm R490 13° PC Turnout R056"
+ P "Normal" 1
+ P "Reverse" 2
+ E 0.000000 0.000000 270.000000
+ E 4.330709 0.000000 90.000000
+ E 4.339607 -0.494436 103.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ C 0 0 19.291339 0.000000 -19.291339 0.000000 13.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ A 11579568 0.019685 18.991339 0.000000 -19.291339 0.000000 13.000000
+END
+TURNOUT Z "Rokuhan Straight trim Right PC Track 110mm R056A"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 11579568 0.019685 0.000000 0.300000 4.330709 0.300000
+ L 11579568 0.019685 0.500000 -0.300000 4.330709 -0.300000
+END
+TURNOUT Z "Rokuhan Double Slip PC Track 112.8mm Turnout R068/69"
+ P "Normal" 1 2 3 0 4 5 6
+ P "Reverse" 1 7 6 0 4 8 3
+ E 0.000000 0.000000 270.000000
+ E 4.440945 0.000000 90.000000
+ E 0.056910 0.499494 283.000000
+ E 4.384035 -0.499494 103.000000
+ S 0 0.000000 0.000000 0.000000 0.512072 0.000000
+ S 0 0.000000 0.512072 0.000000 3.928873 0.000000
+ S 0 0.000000 3.928873 0.000000 4.440945 0.000000
+ S 0 0.000000 0.056910 0.499494 0.555748 0.384323
+ S 0 0.000000 0.555748 0.384323 3.885197 -0.384323
+ S 0 0.000000 3.885197 -0.384323 4.384035 -0.499494
+ C 0 0.000000 14.994770 0.512012 -14.994770 0.000000 13.000000
+ C 0 0.000000 -14.994770 3.928893 14.994766 180.000000 13.000000
+ L 11579568 0.019685 -0.000001 -0.300000 0.512071 -0.299999 0
+ L 11579568 0.019685 3.928873 0.300000 4.440945 0.300001 0
+ L 11579568 0.019685 0.124398 0.791805 0.623237 0.676634 0
+ L 11579568 0.019685 3.817708 -0.676633 4.316546 -0.791804 0
+ A 11579568 0.019685 14.694770 0.512012 -14.994770 0.000000 13.000000
+ A 11579568 0.019685 14.694770 3.928893 14.994766 180.000000 13.000000
+END
+TURNOUT Z "Rokuhan Double Crossover PC 220mm Turnout R082"
+ P "Normal" 1 2 3 0 4 5 6
+ P "Reverse" 1 7 8 9 6 0 4 10 11 12 3
+ E 0.000000 0.000000 270.000000
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.984252 270.000000
+ E 8.661417 0.984252 90.000000
+ S 0 0.000000 0.000000 0.000000 0.453455 0.000000
+ S 0 0.000000 0.453455 0.000000 8.207962 0.000000
+ S 0 0.000000 8.207962 0.000000 8.661417 0.000000
+ S 0 0.000000 0.000000 0.984252 0.453455 0.984252
+ S 0 0.000000 0.453455 0.984252 8.207962 0.984252
+ S 0 0.000000 8.207962 0.984252 8.661417 0.984252
+ C 0 0.000000 -15.453285 0.453475 15.453285 166.420155 13.579921
+ S 0 0.000000 4.081906 0.432021 4.579511 0.552231
+ C 0 0.000000 15.453285 8.207982 -14.469028 346.420155 13.579921
+ C 0 0.000000 15.453285 0.453393 -14.469033 0.000076 13.579921
+ S 0 0.000000 4.081906 0.552231 4.579511 0.432021
+ C 0 0.000000 -15.453285 8.207982 15.453280 180.000076 13.579921
+ L3 11579568 0.019685 -0.000000 -0.300000 0 8.661417 -0.300000 0
+ L3 11579568 0.019685 0.000000 0.300000 0 0.453455 0.300000 0
+ L3 11579568 0.019685 8.207962 0.300000 0 8.661417 0.300000 0
+ L3 11579568 0.019685 -0.000000 0.684252 0 0.453454 0.684252 0
+ L3 11579568 0.019685 0.000000 1.284252 0 8.661417 1.284252 0
+ L3 11579568 0.019685 8.207962 0.684252 0 8.661417 0.684252 0
+ L3 11579568 0.019685 4.117129 0.286216 0 4.334831 0.338807 0
+ L3 11579568 0.019685 4.326586 0.645445 0 4.544288 0.698036 0
+ L3 11579568 0.019685 4.326585 0.338807 0 4.544288 0.286216 0
+ L3 11579568 0.019685 4.117129 0.698036 0 4.334831 0.645445 0
+ A3 11579568 0.019685 15.153285 0.453455 15.453285 0 171.000000 9.000000
+ A3 11579568 0.019685 15.153285 0.453455 -14.449033 0 0.000000 9.000000
+ A3 11579568 0.019685 15.153285 8.207962 -14.449033 0 351.000000 9.000000
+ A3 11579568 0.019685 15.153285 8.207962 15.453285 0 180.000010 9.000000
+END
+
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Bridges
+TURNOUT Z "Rokuhan Single Trk Truss Bridge 220mm(Green) R041"
+ P "Normal" 1
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ L 32896 0.053333 0.000000 0.375000 8.661417 0.375000
+ L 32896 0.053333 0.000000 -0.375000 8.661417 -0.375000
+ L 32896 0.053333 0.861412 -0.375000 0.861412 0.375000
+ L 32896 0.053333 0.861412 -0.375000 2.598425 0.375000
+ L 32896 0.053333 2.598425 -0.375000 0.861412 0.375000
+ L 32896 0.053333 2.598425 -0.375000 2.598425 0.375000
+ L 32896 0.053333 2.598425 -0.375000 4.330708 0.375000
+ L 32896 0.053333 4.330708 -0.375000 2.598425 0.375000
+ L 32896 0.053333 4.330708 -0.375000 4.330708 0.375000
+ L 32896 0.053333 4.330708 -0.375000 6.062922 0.375000
+ L 32896 0.053333 6.062922 -0.375000 4.330708 0.375000
+ L 32896 0.053333 6.062922 -0.375000 6.062992 0.375000
+ L 32896 0.053333 6.062922 -0.375000 7.795275 0.375000
+ L 32896 0.053333 7.795275 -0.375000 6.062922 0.375000
+ L 32896 0.053333 7.795275 -0.375000 7.795275 0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Truss Bridge 220mm(Red) R042"
+ P "Normal" 1
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ L 16711680 0.053333 0.000000 0.375000 8.661417 0.375000
+ L 16711680 0.053333 0.000000 -0.375000 8.661417 -0.375000
+ L 16711680 0.053333 0.861412 -0.375000 0.861412 0.375000
+ L 16711680 0.053333 0.861412 -0.375000 2.598425 0.375000
+ L 16711680 0.053333 2.598425 -0.375000 0.861412 0.375000
+ L 16711680 0.053333 2.598425 -0.375000 2.598425 0.375000
+ L 16711680 0.053333 2.598425 -0.375000 4.330708 0.375000
+ L 16711680 0.053333 4.330708 -0.375000 2.598425 0.375000
+ L 16711680 0.053333 4.330708 -0.375000 4.330708 0.375000
+ L 16711680 0.053333 4.330708 -0.375000 6.062922 0.375000
+ L 16711680 0.053333 6.062922 -0.375000 4.330708 0.375000
+ L 16711680 0.053333 6.062922 -0.375000 6.062992 0.375000
+ L 16711680 0.053333 6.062922 -0.375000 7.795275 0.375000
+ L 16711680 0.053333 7.795275 -0.375000 6.062922 0.375000
+ L 16711680 0.053333 7.795275 -0.375000 7.795275 0.375000
+END
+TURNOUT Z "Rokuhan Double Trk Truss Bridge 220mm(Green) R043"
+ P "Normal" 1
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ E 8.661417 0.984252 90.000000
+ E 0.000000 0.984252 270.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ S 0 0 0.000000 0.984252 8.661417 0.984252
+ L 32896 0.053333 0.000000 1.359252 8.661417 1.359252
+ L 32896 0.053333 0.000000 -0.375000 8.661417 -0.375000
+ L 32896 0.053333 0.618673 -0.375000 0.618673 1.359252
+ L 32896 0.053333 0.618673 -0.375000 1.856018 1.359252
+ L 32896 0.053333 1.856018 -0.375000 0.618673 1.359252
+ L 32896 0.053333 1.856018 -0.375000 1.856018 1.359252
+ L 32896 0.053333 1.856018 -0.375000 3.093363 1.359252
+ L 32896 0.053333 3.093363 -0.375000 1.856018 1.359252
+ L 32896 0.053333 3.093363 -0.375000 3.093363 1.359252
+ L 32896 0.053333 3.093363 -0.375000 4.330708 1.359252
+ L 32896 0.053333 4.330708 -0.375000 3.093363 1.359252
+ L 32896 0.053333 4.330708 -0.375000 4.330708 1.359252
+ L 32896 0.053333 4.330708 -0.375000 5.568053 1.359252
+ L 32896 0.053333 5.568053 -0.375000 4.330708 1.359252
+ L 32896 0.053333 5.568053 -0.375000 5.568053 1.359252
+ L 32896 0.053333 5.568053 -0.375000 6.805398 1.359252
+ L 32896 0.053333 6.805398 -0.375000 5.568053 1.359252
+ L 32896 0.053333 6.805398 -0.375000 6.805398 1.359252
+ L 32896 0.053333 6.805398 -0.375000 8.042743 1.359252
+ L 32896 0.053333 8.042743 -0.375000 6.805398 1.359252
+ L 32896 0.053333 8.042743 -0.375000 8.042743 1.359252
+END
+TURNOUT Z "Rokuhan Double Trk Truss Bridge 220mm(Beige) R044"
+ P "Normal" 1
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ E 8.661417 0.984252 90.000000
+ E 0.000000 0.984252 270.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ S 0 0 0.000000 0.984252 8.661417 0.984252
+ L 15720651 0.053333 0.000000 1.359252 8.661417 1.359252
+ L 15720651 0.053333 0.000000 -0.375000 8.661417 -0.375000
+ L 15720651 0.053333 0.618673 -0.375000 0.618673 1.359252
+ L 15720651 0.053333 0.618673 -0.375000 1.856018 1.359252
+ L 15720651 0.053333 1.856018 -0.375000 0.618673 1.359252
+ L 15720651 0.053333 1.856018 -0.375000 1.856018 1.359252
+ L 15720651 0.053333 1.856018 -0.375000 3.093363 1.359252
+ L 15720651 0.053333 3.093363 -0.375000 1.856018 1.359252
+ L 15720651 0.053333 3.093363 -0.375000 3.093363 1.359252
+ L 15720651 0.053333 3.093363 -0.375000 4.330708 1.359252
+ L 15720651 0.053333 4.330708 -0.375000 3.093363 1.359252
+ L 15720651 0.053333 4.330708 -0.375000 4.330708 1.359252
+ L 15720651 0.053333 4.330708 -0.375000 5.568053 1.359252
+ L 15720651 0.053333 5.568053 -0.375000 4.330708 1.359252
+ L 15720651 0.053333 5.568053 -0.375000 5.568053 1.359252
+ L 15720651 0.053333 5.568053 -0.375000 6.805398 1.359252
+ L 15720651 0.053333 6.805398 -0.375000 5.568053 1.359252
+ L 15720651 0.053333 6.805398 -0.375000 6.805398 1.359252
+ L 15720651 0.053333 6.805398 -0.375000 8.042743 1.359252
+ L 15720651 0.053333 8.042743 -0.375000 6.805398 1.359252
+ L 15720651 0.053333 8.042743 -0.375000 8.042743 1.359252
+END
+TURNOUT Z "Rokuhan Double Trk Truss Bridge 220mm(Brown) R060"
+ P "Normal" 1
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ E 8.661417 0.984252 90.000000
+ E 0.000000 0.984252 270.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ S 0 0 0.000000 0.984252 8.661417 0.984252
+ L 8388608 0.053333 0.000000 1.359252 8.661417 1.359252
+ L 8388608 0.053333 0.000000 -0.375000 8.661417 -0.375000
+ L 8388608 0.053333 0.618673 -0.375000 0.618673 1.359252
+ L 8388608 0.053333 0.618673 -0.375000 1.856018 1.359252
+ L 8388608 0.053333 1.856018 -0.375000 0.618673 1.359252
+ L 8388608 0.053333 1.856018 -0.375000 1.856018 1.359252
+ L 8388608 0.053333 1.856018 -0.375000 3.093363 1.359252
+ L 8388608 0.053333 3.093363 -0.375000 1.856018 1.359252
+ L 8388608 0.053333 3.093363 -0.375000 3.093363 1.359252
+ L 8388608 0.053333 3.093363 -0.375000 4.330708 1.359252
+ L 8388608 0.053333 4.330708 -0.375000 3.093363 1.359252
+ L 8388608 0.053333 4.330708 -0.375000 4.330708 1.359252
+ L 8388608 0.053333 4.330708 -0.375000 5.568053 1.359252
+ L 8388608 0.053333 5.568053 -0.375000 4.330708 1.359252
+ L 8388608 0.053333 5.568053 -0.375000 5.568053 1.359252
+ L 8388608 0.053333 5.568053 -0.375000 6.805398 1.359252
+ L 8388608 0.053333 6.805398 -0.375000 5.568053 1.359252
+ L 8388608 0.053333 6.805398 -0.375000 6.805398 1.359252
+ L 8388608 0.053333 6.805398 -0.375000 8.042743 1.359252
+ L 8388608 0.053333 8.042743 -0.375000 6.805398 1.359252
+ L 8388608 0.053333 8.042743 -0.375000 8.042743 1.359252
+END
+TURNOUT Z "Rokuhan Single Trk Truss Bridge 220mm(Brown) R061"
+ P "Normal" 1
+ E 8.661417 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 8.661417 0.000000
+ L 8388608 0.053333 0.000000 0.375000 8.661417 0.375000
+ L 8388608 0.053333 0.000000 -0.375000 8.661417 -0.375000
+ L 8388608 0.053333 0.861412 -0.375000 0.861412 0.375000
+ L 8388608 0.053333 0.861412 -0.375000 2.598425 0.375000
+ L 8388608 0.053333 2.598425 -0.375000 0.861412 0.375000
+ L 8388608 0.053333 2.598425 -0.375000 2.598425 0.375000
+ L 8388608 0.053333 2.598425 -0.375000 4.330708 0.375000
+ L 8388608 0.053333 4.330708 -0.375000 2.598425 0.375000
+ L 8388608 0.053333 4.330708 -0.375000 4.330708 0.375000
+ L 8388608 0.053333 4.330708 -0.375000 6.062922 0.375000
+ L 8388608 0.053333 6.062922 -0.375000 4.330708 0.375000
+ L 8388608 0.053333 6.062922 -0.375000 6.062992 0.375000
+ L 8388608 0.053333 6.062922 -0.375000 7.795275 0.375000
+ L 8388608 0.053333 7.795275 -0.375000 6.062922 0.375000
+ L 8388608 0.053333 7.795275 -0.375000 7.795275 0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge 110mm(Red) R070"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 16711680 0.053333 0.000000 0.375000 4.330709 0.375000
+ L 16711680 0.053333 0.000000 -0.375000 4.330709 -0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge 110mm(Green) R071"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 32896 0.053333 0.000000 0.375000 4.330709 0.375000
+ L 32896 0.053333 0.000000 -0.375000 4.330709 -0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge 110mm(Black) R072"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 0 0.053333 0.000000 0.375000 4.330709 0.375000
+ L 0 0.053333 0.000000 -0.375000 4.330709 -0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge(Short) 55mm(DK Red) R085"
+ P "Normal" 1
+ E 2.165354 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 10223889 0.053333 0.000000 0.375000 2.165354 0.375000
+ L 10223889 0.053333 0.000000 -0.375000 2.165354 -0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge(Short) 55mm(Green) R086"
+ P "Normal" 1
+ E 2.165354 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 32896 0.053333 0.000000 0.375000 2.165354 0.375000
+ L 32896 0.053333 0.000000 -0.375000 2.165354 -0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Deck Girder Bridge(Short) 55mm(DK Grey) R087"
+ P "Normal" 1
+ E 2.165354 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 2.165354 0.000000
+ L 8421504 0.053333 0.000000 0.375000 2.165354 0.375000
+ L 8421504 0.053333 0.000000 -0.375000 2.165354 -0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Iron Bridge(Short) 110mm(Red) R088"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 16711680 0.053333 0.000000 0.375000 4.330709 0.375000
+ L 16711680 0.053333 0.000000 -0.375000 4.330709 -0.375000
+ L 16711680 0.053333 0.748031 -0.375000 0.748031 0.375000
+ L 16711680 0.053333 0.748031 -0.375000 2.165354 0.375000
+ L 16711680 0.053333 2.165354 -0.375000 0.748031 0.375000
+ L 16711680 0.053333 2.165354 -0.375000 2.165354 0.375000
+ L 16711680 0.053333 2.165354 -0.375000 3.582677 0.375000
+ L 16711680 0.053333 3.582677 -0.375000 2.165354 0.375000
+ L 16711680 0.053333 3.582677 -0.375000 3.582677 0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Iron Bridge(Short) 110mm(Green) R089"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 32896 0.053333 0.000000 0.375000 4.330709 0.375000
+ L 32896 0.053333 0.000000 -0.375000 4.330709 -0.375000
+ L 32896 0.053333 0.748031 -0.375000 0.748031 0.375000
+ L 32896 0.053333 0.748031 -0.375000 2.165354 0.375000
+ L 32896 0.053333 2.165354 -0.375000 0.748031 0.375000
+ L 32896 0.053333 2.165354 -0.375000 2.165354 0.375000
+ L 32896 0.053333 2.165354 -0.375000 3.582677 0.375000
+ L 32896 0.053333 3.582677 -0.375000 2.165354 0.375000
+ L 32896 0.053333 3.582677 -0.375000 3.582677 0.375000
+END
+TURNOUT Z "Rokuhan Single Trk Iron Bridge(Short) 110mm(DK Grey) R090"
+ P "Normal" 1
+ E 4.330709 0.000000 90.000000
+ E 0.000000 0.000000 270.000000
+ S 0 0 0.000000 0.000000 4.330709 0.000000
+ L 8421504 0.053333 0.000000 0.375000 4.330709 0.375000
+ L 8421504 0.053333 0.000000 -0.375000 4.330709 -0.375000
+ L 8421504 0.053333 0.748031 -0.375000 0.748031 0.375000
+ L 8421504 0.053333 0.748031 -0.375000 2.165354 0.375000
+ L 8421504 0.053333 2.165354 -0.375000 0.748031 0.375000
+ L 8421504 0.053333 2.165354 -0.375000 2.165354 0.375000
+ L 8421504 0.053333 2.165354 -0.375000 3.582677 0.375000
+ L 8421504 0.053333 3.582677 -0.375000 2.165354 0.375000
+ L 8421504 0.053333 3.582677 -0.375000 3.582677 0.375000
+END
+##########################################################################
+##########################################################################
+
+SUBCONTENTS Rokuhan Z-Scale - Turntable
+TURNOUT Z "Rokuhan Turntable 170mm S037"
+ P "1" 1 2 3
+ P "2" 4 5 6
+ P "3" 7 8 9
+ P "4" 10 11 12
+ P "5" 13 14 15
+ P "6" 16 17 18
+ P "7" 19 20 21
+ P "8" 22 23 24
+ E 0.000000 3.346457 0.000000
+ E 0.866127 3.232429 15.000000
+ E 1.673228 2.898117 30.000000
+ E 2.366302 2.366302 45.000000
+ E 2.898117 1.673228 60.000000
+ E 3.232429 0.866127 75.000000
+ E 3.346457 0.000000 90.000000
+ E 3.232429 -0.866127 105.000000
+ E 2.898117 -1.673228 120.000000
+ E 2.366302 -2.366302 135.000000
+ E 1.673228 -2.898117 150.000000
+ E 0.866127 -3.232429 165.000000
+ E 0.000000 -3.346457 180.000000
+ E -0.866127 -3.232429 195.000000
+ E -1.673228 -2.898117 210.000000
+ E -2.366302 -2.366302 225.000000
+ E -2.898117 -1.673228 240.000000
+ E -3.232429 -0.866127 255.000000
+ E -3.346457 0.000000 270.000000
+ E -3.232429 0.866127 285.000000
+ E -2.898117 1.673228 300.000000
+ E -2.366302 2.366302 315.000000
+ E -1.673228 2.898117 330.000000
+ E -0.866127 3.232429 345.000000
+ S 0 0.031250 0.000000 3.346457 0.000000 2.559055
+ S 16777215 0.031250 0.000000 2.559055 0.000000 -2.559055
+ S 0 0.031250 0.000000 -2.559055 0.000000 -3.346457
+ S 0 0.031250 0.866127 3.232429 0.662332 2.471857
+ S 16777215 0.031250 0.662332 2.471857 -0.662332 -2.471857
+ S 0 0.031250 -0.662332 -2.471857 -0.866127 -3.232429
+ S 0 0.031250 1.673228 2.898117 1.279528 2.216207
+ S 16777215 0.031250 1.279528 2.216207 -1.279528 -2.216207
+ S 0 0.031250 -1.279528 -2.216207 -1.673228 -2.898117
+ S 0 0.031250 2.366302 2.366302 1.809525 1.809525
+ S 16777215 0.031250 1.809525 1.809525 -1.809525 -1.809525
+ S 0 0.031250 -1.809525 -1.809525 -2.366302 -2.366302
+ S 0 0.031250 2.898117 1.673228 2.216207 1.279528
+ S 16777215 0.031250 2.216207 1.279528 -2.216207 -1.279528
+ S 0 0.031250 -2.216207 -1.279528 -2.898117 -1.673228
+ S 0 0.031250 3.232429 0.866127 2.471857 0.662332
+ S 16777215 0.031250 2.471857 0.662332 -2.471857 -0.662332
+ S 0 0.031250 -2.471857 -0.662332 -3.232429 -0.866127
+ S 0 0.031250 3.346457 0.000000 2.559055 0.000000
+ S 16777215 0.031250 2.559055 0.000000 -2.559055 0.000000
+ S 0 0.031250 -2.559055 0.000000 -3.346457 0.000000
+ S 0 0.031250 3.232429 -0.866127 2.471857 -0.662332
+ S 16777215 0.031250 2.471857 -0.662332 -2.471857 0.662332
+ S 0 0.031250 -2.471857 0.662332 -3.232429 0.866127
+ S 0 0.031250 2.898117 -1.673228 2.216207 -1.279528
+ S 16777215 0.031250 2.216207 -1.279528 -2.216207 1.279528
+ S 0 0.031250 -2.216207 1.279528 -2.898117 1.673228
+ S 0 0.031250 2.366302 -2.366302 1.809525 -1.809525
+ S 16777215 0.031250 1.809525 -2.366302 -1.809525 2.366302
+ S 0 0.031250 -1.809525 1.809525 -2.366302 2.366302
+ S 0 0.031250 1.673228 -2.898117 1.279528 -2.216207
+ S 16777215 0.031250 1.279528 -2.216207 -1.279528 2.216207
+ S 0 0.031250 -1.279528 2.216207 -1.673228 2.898117
+ S 0 0.031250 0.866127 -3.232429 0.662332 -2.471857
+ S 16777215 0.031250 0.662332 -2.471857 -0.662332 2.471857
+ S 0 0.031250 -0.662332 2.471857 -0.866127 3.232429
+ A 0 0.031250 3.346457 0.000000 0.000000 0.000000 360.000000
+ A 0 0.031250 2.559055 0.000000 0.000000 0.000000 360.000000
+END
+
+
diff --git a/app/lib/params/cmake_install.cmake b/app/lib/params/cmake_install.cmake
deleted file mode 100644
index 29f05b8..0000000
--- a/app/lib/params/cmake_install.cmake
+++ /dev/null
@@ -1,282 +0,0 @@
-# Install script for directory: /home/martin/XTrackCAD/src/work/app/lib/params
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
- set(CMAKE_INSTALL_SO_NO_EXE "0")
-endif()
-
-if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/xtrkcad/params" TYPE FILE FILES
- "/home/martin/XTrackCAD/src/work/app/lib/params/ACG19.350 Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ACG20.000 Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ACG20.000_Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Any-CTC_panel.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Any-CabooseIndustries.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Any-ElecSymbol.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/AtlasTrueTrk.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Azatrax.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/BachmannEZ-HO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/BachmannEZ-N.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Central Valley turnout kits.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Central Valley turnouts.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Circuits.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/DiamondSc.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/EM-UK Fine Scale.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/F-NMRA-RP12-21.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/FastTrack-HO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/FastTrack_n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/G-NMRA-RP12-23.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/G-aristo.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Gn15-nmra.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/H0_ncb-Roads.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-AtlasHOstruct.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-DapolHOOO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Frateschi.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-HornbyHO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-LifeLike-Power-Loc.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-MetcalfeHOOO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-MicroEngineering.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-OldJouefHO100.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Peco-Code100Setrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Peco-Code100Streamline.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Peco-Code75Finescale.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Peco-Code83.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-RatioHOOO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Slot-Car-AFX-Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Slot-Car-Adapter-Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Slot-Car-Aurora-Track-Manually-Modified.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Slot-Car-Aurora-Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Slot-Cars.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-Superquick.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-WalthCornerstone 1.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-WillsHOOO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-atl100ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO-cmr-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HO_toolkit-Roads.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HOn3-BlackStoneProTraxx.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HOn3-MicroEngineering.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HOn30_Minitrains.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Hornby Dublo 2 Rail Buildings.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Hornby Dublo 2 Rail.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Hornby Dublo 3 Rail with Turntable.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Hornby Dublo Signals.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Hornby Dublo Wood Buildings.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/HornbyOO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/JouefHO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/K-Line O Structures (Kits).xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lego-Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/LifeLike-N.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/LimaHO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel O Misc.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel O Operating Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel O Structures (Kits).xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel-O-O27.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel-O.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel27.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/LionelFasttrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel_Marx Beacons & Floodlight Towers.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Lionel_Marx Highway Signals & Blocks.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Marx.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-AtlasTrueTrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-BRIDGES.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Bonus Commercial Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Bonus Generic Industrial Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Bonus Industrial Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Bonus Railroad Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Bonus Residential Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Bonus Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-BritishFinescaleFineTraxC40.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-DESIGN-PRESERVATION.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-GRAIN-ELEVATORS.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Greenmax-Engine sheds.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Greenmax-Island platform 16.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Ibertren.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Kato-Unitram.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Katocn.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-LifeLike Power-Loc.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-ME Structures.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-MOBILE-HOMES.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-N- 90ft-ROUNDHOUSE.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-NScaleArchitect.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-NULINE.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-PecoCode55Finescale.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-PecoCode80Setrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-PecoCode80Streamline.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Rix-Pikestuff.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-Shinohara70.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-atlasn55.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-cmr.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-fl.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-kato-n-gl-trk.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-kato-turntable.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-kato.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-me.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/N-walth-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/NJI.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/NScale_SectorPlate_Traverser_Examples.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Ninco_SCX Slot Car.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Nm-NTram.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-Bassett-Lowke (discontinued).xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-ETS TramTrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-ETS.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-Lehnhardt Tramrails.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-Lenz.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-RealTrax.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-Ross.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-atlaso3rail.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/O-nmra-lapped.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/On14mm KBScale.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/On30-FastTrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/On30-Guy.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/On30-Interfaceplates.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/On30.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Peco-On30.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Piko-A.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Piko-g.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ProZ-Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Proto-AmSlotCar.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/RSLaserKits.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/RocoGeoLineHO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/S-AmericanModel.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/S-MTH S-Trax.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/S-SHelper S-Trax.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/S-Trax.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/S_ACG_18.824in Radius Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/S_ACG_20.000 Track.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/SideTrk.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/T-Eishindo.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TT-Kuehn.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TT-Roco-Turntable.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TT-TilligAdvBeddingTrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TT-Trak Modules.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TTi-AuhagenNG.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Tables (all scales).xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TilligAdvTT.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TilligH0EliteCode83.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TilligH0e.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TilligH0m.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/TilligTTModellGS.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/USA-G.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Woodland.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Z-Atlas55.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Z-Fasttrack.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Z-Peco60.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Z-Rokuhan.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/Z-T-Trak.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/amb-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/arnold.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/atl83ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/atlascn.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/atlasen.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/atlasn.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/atlaso2rail.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/bach-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/br.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/busch-HOf.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ctlpanel.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/dpm-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/dpm-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/eu.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/fl-model.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/fl-profi.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/flnpicco.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/gargrv-o.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-amb.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-barm.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-blair.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-branc.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-campb.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-craft.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-fos.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-jlinn.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/ho-ncb-roads.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/hon3-peco.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/hornby3r.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/hubner1.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/kato-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/kato-n-DblTrk.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/kato-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/lgb.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/marcway-EM.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/me-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/minitrix.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mp-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrkholde.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrkhomde.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrkln1.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrklnhoc-de.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrklnhoc.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrklnhok.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrklnhom.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mrklnz.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/mtl-z.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-0-lapped.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-ho3.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-o.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-o3.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-s.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-tt.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/nmra-z.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/p4.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/peco turntable wo routes.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/peco-O-Bullhead.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/pecohom.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/pecohon30.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/protoam.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/protosteam.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/prototype-de.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/rocho100.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/rocho83.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/signals_HO.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/smltown.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/supero.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/t-trak.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/taylor-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/tomix-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/toolkit-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/tortoise.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/trees.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/walth-bkgrd-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/walth-ho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/walth-n.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/wlthho10.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/wlthho83.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/t-trak-notes.txt"
- "/home/martin/XTrackCAD/src/work/app/lib/params/accurail.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/atlascho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/atlaseho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/fallerho.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/pikestuf.xtp"
- "/home/martin/XTrackCAD/src/work/app/lib/params/revell.xtp"
- )
-endif()
-