diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..30a392c --- /dev/null +++ b/package-lock.json @@ -0,0 +1,2083 @@ +{ + "name": "dxf-parser", + "version": "0.5.1", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "JSONStream": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.2.tgz", + "integrity": "sha1-wQI3G27Dp887hHygDCC7D85Mbeo=", + "dev": true, + "requires": { + "jsonparse": "1.3.1", + "through": "2.3.8" + } + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "acorn": { + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz", + "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=", + "dev": true + }, + "acorn-node": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.3.0.tgz", + "integrity": "sha512-efP54n3d1aLfjL2UMdaXa6DsswwzJeI5rqhbFvXMrKiJ6eJFpf+7R0zN7t8IC+XKn2YOAFAv6xbBNgHUkoHWLw==", + "dev": true, + "requires": { + "acorn": "5.4.1", + "xtend": "4.0.1" + }, + "dependencies": { + "acorn": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.4.1.tgz", + "integrity": "sha512-XLmq3H/BVvW6/GbxKryGxWORz1ebilSsUDlyC27bXhWGWAZWkGwS6FLHjOlwFXNFoWFQEO/Df4u0YYd0K3BQgQ==", + "dev": true + } + } + }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", + "dev": true + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "ansicolors": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", + "integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=", + "dev": true + }, + "approvals": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/approvals/-/approvals-2.1.2.tgz", + "integrity": "sha1-exIOL3YbOycvwbrwRkI3CMzPFI0=", + "dev": true, + "requires": { + "callsite": "1.0.0", + "chalk": "1.1.3", + "diff": "3.4.0", + "event-stream": "3.3.4", + "file-type": "4.4.0", + "glob": "7.1.2", + "js-yaml": "3.10.0", + "lodash": "4.17.5", + "minimist": "1.2.0", + "mkdirp": "0.5.1", + "msee": "0.3.3", + "shelljs": "0.7.8", + "temp": "0.8.3", + "user-home": "2.0.0" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "1.0.3" + } + }, + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "inherits": "2.0.3", + "minimalistic-assert": "1.0.0" + } + }, + "assert": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.3.0.tgz", + "integrity": "sha1-A5OaYiWCqBLMICMgoLmlbJuBWEk=", + "dev": true, + "requires": { + "util": "0.10.3" + } + }, + "astw": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/astw/-/astw-2.2.0.tgz", + "integrity": "sha1-e9QXhNMkk5h66yOba04cV6hzuRc=", + "dev": true, + "requires": { + "acorn": "4.0.13" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "base64-js": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz", + "integrity": "sha1-EQHpVE9KdrG8OybUUsqW16NeeXg=", + "dev": true + }, + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "dev": true + }, + "browser-pack": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-5.0.1.tgz", + "integrity": "sha1-QZdxmyDG4KqglFHFER5T77b7wY0=", + "dev": true, + "requires": { + "JSONStream": "1.3.2", + "combine-source-map": "0.6.1", + "defined": "1.0.0", + "through2": "1.1.1", + "umd": "3.0.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "through2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz", + "integrity": "sha1-CEfLxESfNAVXTb3M2buEG4OsNUU=", + "dev": true, + "requires": { + "readable-stream": "1.1.14", + "xtend": "4.0.1" + } + } + } + }, + "browser-resolve": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.2.tgz", + "integrity": "sha1-j/CbCixCFxihBRwmCzLkj0QpOM4=", + "dev": true, + "requires": { + "resolve": "1.1.7" + }, + "dependencies": { + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "dev": true + } + } + }, + "browserify": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/browserify/-/browserify-11.2.0.tgz", + "integrity": "sha1-oRu53SCdeVcrgT9+7q+Cil9cDk4=", + "dev": true, + "requires": { + "JSONStream": "1.3.2", + "assert": "1.3.0", + "browser-pack": "5.0.1", + "browser-resolve": "1.11.2", + "browserify-zlib": "0.1.4", + "buffer": "3.6.0", + "builtins": "0.0.7", + "commondir": "0.0.1", + "concat-stream": "1.4.10", + "console-browserify": "1.1.0", + "constants-browserify": "0.0.1", + "crypto-browserify": "3.12.0", + "defined": "1.0.0", + "deps-sort": "1.3.9", + "domain-browser": "1.1.7", + "duplexer2": "0.0.2", + "events": "1.0.2", + "glob": "4.5.3", + "has": "1.0.1", + "htmlescape": "1.1.1", + "https-browserify": "0.0.1", + "inherits": "2.0.3", + "insert-module-globals": "6.6.3", + "isarray": "0.0.1", + "labeled-stream-splicer": "1.0.2", + "module-deps": "3.9.1", + "os-browserify": "0.1.2", + "parents": "1.0.1", + "path-browserify": "0.0.0", + "process": "0.11.10", + "punycode": "1.4.1", + "querystring-es3": "0.2.1", + "read-only-stream": "1.1.1", + "readable-stream": "2.3.4", + "resolve": "1.5.0", + "shasum": "1.0.2", + "shell-quote": "0.0.1", + "stream-browserify": "2.0.1", + "stream-http": "1.7.1", + "string_decoder": "0.10.31", + "subarg": "1.0.0", + "syntax-error": "1.4.0", + "through2": "1.1.1", + "timers-browserify": "1.4.2", + "tty-browserify": "0.0.1", + "url": "0.10.3", + "util": "0.10.3", + "vm-browserify": "0.0.4", + "xtend": "4.0.1" + }, + "dependencies": { + "glob": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", + "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", + "dev": true, + "requires": { + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "2.0.10", + "once": "1.4.0" + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "minimatch": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", + "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", + "dev": true, + "requires": { + "brace-expansion": "1.1.11" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "through2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz", + "integrity": "sha1-CEfLxESfNAVXTb3M2buEG4OsNUU=", + "dev": true, + "requires": { + "readable-stream": "1.1.14", + "xtend": "4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + } + } + } + } + }, + "browserify-aes": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.1.1.tgz", + "integrity": "sha512-UGnTYAnB2a3YuYKIRy1/4FB2HdM866E0qC46JXvVTYKlBlZlnvfpSfY6OKfXZAkv70eJ2a1SqzpAo5CRhZGDFg==", + "dev": true, + "requires": { + "buffer-xor": "1.0.3", + "cipher-base": "1.0.4", + "create-hash": "1.1.3", + "evp_bytestokey": "1.0.3", + "inherits": "2.0.3", + "safe-buffer": "5.1.1" + } + }, + "browserify-cipher": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz", + "integrity": "sha1-mYgkSHS/XtTijalWZtzWasj8Njo=", + "dev": true, + "requires": { + "browserify-aes": "1.1.1", + "browserify-des": "1.0.0", + "evp_bytestokey": "1.0.3" + } + }, + "browserify-des": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz", + "integrity": "sha1-2qJ3cXRwki7S/hhZQRihdUOXId0=", + "dev": true, + "requires": { + "cipher-base": "1.0.4", + "des.js": "1.0.0", + "inherits": "2.0.3" + } + }, + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "randombytes": "2.0.6" + } + }, + "browserify-sign": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", + "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "browserify-rsa": "4.0.1", + "create-hash": "1.1.3", + "create-hmac": "1.1.6", + "elliptic": "6.4.0", + "inherits": "2.0.3", + "parse-asn1": "5.1.0" + } + }, + "browserify-zlib": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", + "integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=", + "dev": true, + "requires": { + "pako": "0.2.9" + } + }, + "buffer": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-3.6.0.tgz", + "integrity": "sha1-pyyTb3e5a/UvX357RnGAYoVR3vs=", + "dev": true, + "requires": { + "base64-js": "0.0.8", + "ieee754": "1.1.8", + "isarray": "1.0.0" + } + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "dev": true + }, + "builtin-status-codes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-1.0.0.tgz", + "integrity": "sha1-MGN+4mKXisBxdOFtf4LwrQbgha0=", + "dev": true + }, + "builtins": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-0.0.7.tgz", + "integrity": "sha1-NVIZzWzxjb58Acx/0tznZc/cVJo=", + "dev": true + }, + "callsite": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", + "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", + "dev": true + }, + "cardinal": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.7.1.tgz", + "integrity": "sha1-LCcM3HUchs6q+ghFnCuzjaKi4pc=", + "dev": true, + "requires": { + "ansicolors": "0.2.1", + "redeyed": "0.6.0" + }, + "dependencies": { + "ansicolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz", + "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=", + "dev": true + } + } + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, + "requires": { + "inherits": "2.0.3", + "safe-buffer": "5.1.1" + } + }, + "combine-source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.6.1.tgz", + "integrity": "sha1-m0oJwxYDPXaODxHgKfonMOB5rZY=", + "dev": true, + "requires": { + "convert-source-map": "1.1.3", + "inline-source-map": "0.5.0", + "lodash.memoize": "3.0.4", + "source-map": "0.4.4" + } + }, + "combined-stream-wait-for-it": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/combined-stream-wait-for-it/-/combined-stream-wait-for-it-1.1.0.tgz", + "integrity": "sha1-4EtO6ITNZXFerE5Yqxc2eiy6RoU=", + "dev": true, + "requires": { + "delayed-stream": "1.0.0" + } + }, + "commondir": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz", + "integrity": "sha1-ifAP3NUbUZxXhzP+xWPmptp/W+I=", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "concat-stream": { + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz", + "integrity": "sha1-rMO79WAsuMyYDGrIQPp9hgPj7zY=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "readable-stream": "1.1.14", + "typedarray": "0.0.6" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "console-browserify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", + "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", + "dev": true, + "requires": { + "date-now": "0.1.4" + } + }, + "constants-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-0.0.1.tgz", + "integrity": "sha1-kld9tSe6bEzwpFaNhLwDH0QeIfI=", + "dev": true + }, + "convert-source-map": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz", + "integrity": "sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "create-ecdh": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz", + "integrity": "sha1-iIxyNZbN92EvZJgjPuvXo1MBc30=", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "elliptic": "6.4.0" + } + }, + "create-hash": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz", + "integrity": "sha1-YGBCrIuSYnUPSDyt2rD1gZFy2P0=", + "dev": true, + "requires": { + "cipher-base": "1.0.4", + "inherits": "2.0.3", + "ripemd160": "2.0.1", + "sha.js": "2.4.10" + } + }, + "create-hmac": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz", + "integrity": "sha1-rLniIaThe9sHbpBlfEK5PjcmzwY=", + "dev": true, + "requires": { + "cipher-base": "1.0.4", + "create-hash": "1.1.3", + "inherits": "2.0.3", + "ripemd160": "2.0.1", + "safe-buffer": "5.1.1", + "sha.js": "2.4.10" + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, + "requires": { + "browserify-cipher": "1.0.0", + "browserify-sign": "4.0.4", + "create-ecdh": "4.0.0", + "create-hash": "1.1.3", + "create-hmac": "1.1.6", + "diffie-hellman": "5.0.2", + "inherits": "2.0.3", + "pbkdf2": "3.0.14", + "public-encrypt": "4.0.0", + "randombytes": "2.0.6", + "randomfill": "1.0.4" + } + }, + "date-now": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", + "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=", + "dev": true + }, + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", + "dev": true + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "deps-sort": { + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-1.3.9.tgz", + "integrity": "sha1-Kd//U+F7Nq7K51MK27v2IsLtGnE=", + "dev": true, + "requires": { + "JSONStream": "1.3.2", + "shasum": "1.0.2", + "subarg": "1.0.0", + "through2": "1.1.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "through2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz", + "integrity": "sha1-CEfLxESfNAVXTb3M2buEG4OsNUU=", + "dev": true, + "requires": { + "readable-stream": "1.1.14", + "xtend": "4.0.1" + } + } + } + }, + "des.js": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz", + "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "minimalistic-assert": "1.0.0" + } + }, + "detective": { + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz", + "integrity": "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==", + "dev": true, + "requires": { + "acorn": "5.4.1", + "defined": "1.0.0" + }, + "dependencies": { + "acorn": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.4.1.tgz", + "integrity": "sha512-XLmq3H/BVvW6/GbxKryGxWORz1ebilSsUDlyC27bXhWGWAZWkGwS6FLHjOlwFXNFoWFQEO/Df4u0YYd0K3BQgQ==", + "dev": true + } + } + }, + "diff": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz", + "integrity": "sha512-QpVuMTEoJMF7cKzi6bvWhRulU1fZqZnvyVQgNhPaxxuTYwyjn/j1v9falseQ/uXWwPnO56RBfwtg4h/EQXmucA==", + "dev": true + }, + "diffie-hellman": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz", + "integrity": "sha1-tYNXOScM/ias9jIJn97SoH8gnl4=", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "miller-rabin": "4.0.1", + "randombytes": "2.0.6" + } + }, + "domain-browser": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz", + "integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=", + "dev": true + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", + "dev": true + }, + "duplexer2": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", + "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", + "dev": true, + "requires": { + "readable-stream": "1.1.14" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "elliptic": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz", + "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "brorand": "1.1.0", + "hash.js": "1.1.3", + "hmac-drbg": "1.0.1", + "inherits": "2.0.3", + "minimalistic-assert": "1.0.0", + "minimalistic-crypto-utils": "1.0.1" + } + }, + "entities": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", + "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz", + "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==", + "dev": true + }, + "event-stream": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", + "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", + "dev": true, + "requires": { + "duplexer": "0.1.1", + "from": "0.1.7", + "map-stream": "0.1.0", + "pause-stream": "0.0.11", + "split": "0.3.3", + "stream-combiner": "0.0.4", + "through": "2.3.8" + } + }, + "events": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/events/-/events-1.0.2.tgz", + "integrity": "sha1-dYSdz+k9EPsFfDAFWv29UdBqjiQ=", + "dev": true + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "requires": { + "md5.js": "1.3.4", + "safe-buffer": "5.1.1" + } + }, + "file-type": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz", + "integrity": "sha1-G2AOX8ofvcboDApwxxyNul95BsU=", + "dev": true + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=", + "dev": true + }, + "from": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", + "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "glob": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "dev": true, + "requires": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + } + }, + "has": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz", + "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=", + "dev": true, + "requires": { + "function-bind": "1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "hash-base": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz", + "integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=", + "dev": true, + "requires": { + "inherits": "2.0.3" + } + }, + "hash.js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz", + "integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==", + "dev": true, + "requires": { + "inherits": "2.0.3", + "minimalistic-assert": "1.0.0" + } + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "dev": true, + "requires": { + "hash.js": "1.1.3", + "minimalistic-assert": "1.0.0", + "minimalistic-crypto-utils": "1.0.1" + } + }, + "htmlescape": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz", + "integrity": "sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=", + "dev": true + }, + "https-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz", + "integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI=", + "dev": true + }, + "ieee754": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz", + "integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q=", + "dev": true + }, + "indexof": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", + "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "1.4.0", + "wrappy": "1.0.2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "inline-source-map": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.5.0.tgz", + "integrity": "sha1-Skxd2OT7Xps82mDIIt+tyu5m4K8=", + "dev": true, + "requires": { + "source-map": "0.4.4" + } + }, + "insert-module-globals": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-6.6.3.tgz", + "integrity": "sha1-IGOOKaMPntHKLjqCX7wsulJG3fw=", + "dev": true, + "requires": { + "JSONStream": "1.3.2", + "combine-source-map": "0.6.1", + "concat-stream": "1.4.10", + "is-buffer": "1.1.6", + "lexical-scope": "1.2.0", + "process": "0.11.10", + "through2": "1.1.1", + "xtend": "4.0.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "through2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz", + "integrity": "sha1-CEfLxESfNAVXTb3M2buEG4OsNUU=", + "dev": true, + "requires": { + "readable-stream": "1.1.14", + "xtend": "4.0.1" + } + } + } + }, + "interpret": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz", + "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=", + "dev": true + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "js-yaml": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz", + "integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==", + "dev": true, + "requires": { + "argparse": "1.0.10", + "esprima": "4.0.0" + } + }, + "json-stable-stringify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz", + "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=", + "dev": true, + "requires": { + "jsonify": "0.0.0" + } + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", + "dev": true + }, + "labeled-stream-splicer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-1.0.2.tgz", + "integrity": "sha1-RhUzFTd4SYHo/SZOHzpDTE4N3WU=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "isarray": "0.0.1", + "stream-splicer": "1.3.2" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + } + } + }, + "lexical-scope": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.2.0.tgz", + "integrity": "sha1-/Ope3HBKSzqHls3KQZw6CvryLfQ=", + "dev": true, + "requires": { + "astw": "2.2.0" + } + }, + "lodash": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==", + "dev": true + }, + "lodash.memoize": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz", + "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=", + "dev": true + }, + "loglevel": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.1.tgz", + "integrity": "sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=" + }, + "map-stream": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", + "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=", + "dev": true + }, + "marked": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.14.tgz", + "integrity": "sha512-3emDbXi5/Jnv8Pff4GdrBxJhpQA2xzq/IzHGjsVvGZs7QK0wx1mg7rRy5UmP1T/Dt1RsWL8ikxIM3cHHGF/UJg==", + "dev": true + }, + "md5.js": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz", + "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=", + "dev": true, + "requires": { + "hash-base": "3.0.4", + "inherits": "2.0.3" + }, + "dependencies": { + "hash-base": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", + "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "safe-buffer": "5.1.1" + } + } + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "brorand": "1.1.0" + } + }, + "minimalistic-assert": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz", + "integrity": "sha1-cCvi3aazf0g2vLP121ZkG2Sh09M=", + "dev": true + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "1.1.11" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + }, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + } + } + }, + "module-deps": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-3.9.1.tgz", + "integrity": "sha1-6nXK+RmQkNJbDVUStaysuW5/h/M=", + "dev": true, + "requires": { + "JSONStream": "1.3.2", + "browser-resolve": "1.11.2", + "concat-stream": "1.4.10", + "defined": "1.0.0", + "detective": "4.7.1", + "duplexer2": "0.0.2", + "inherits": "2.0.3", + "parents": "1.0.1", + "readable-stream": "1.1.14", + "resolve": "1.5.0", + "stream-combiner2": "1.0.2", + "subarg": "1.0.0", + "through2": "1.1.1", + "xtend": "4.0.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "through2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz", + "integrity": "sha1-CEfLxESfNAVXTb3M2buEG4OsNUU=", + "dev": true, + "requires": { + "readable-stream": "1.1.14", + "xtend": "4.0.1" + } + } + } + }, + "msee": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/msee/-/msee-0.3.3.tgz", + "integrity": "sha1-vja20I614lSKex3aeg1FtoiO7O0=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1", + "ansicolors": "0.3.2", + "cardinal": "0.7.1", + "chalk": "1.1.3", + "combined-stream-wait-for-it": "1.1.0", + "entities": "1.1.1", + "marked": "0.3.14", + "nopt": "3.0.6", + "table-header": "0.2.2", + "text-table": "0.2.0", + "through2": "2.0.3", + "wcstring": "2.1.1", + "xtend": "4.0.1" + } + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "dev": true, + "requires": { + "abbrev": "1.1.1" + } + }, + "object-keys": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz", + "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1.0.2" + } + }, + "os-browserify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.1.2.tgz", + "integrity": "sha1-ScoCk+CxlZCl9d4Qx/JlphfY/lQ=", + "dev": true + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "pako": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", + "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=", + "dev": true + }, + "parents": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz", + "integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=", + "dev": true, + "requires": { + "path-platform": "0.11.15" + } + }, + "parse-asn1": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz", + "integrity": "sha1-N8T5t+06tlx0gXtfJICTf7+XxxI=", + "dev": true, + "requires": { + "asn1.js": "4.10.1", + "browserify-aes": "1.1.1", + "create-hash": "1.1.3", + "evp_bytestokey": "1.0.3", + "pbkdf2": "3.0.14" + } + }, + "path-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz", + "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-parse": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz", + "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=", + "dev": true + }, + "path-platform": { + "version": "0.11.15", + "resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz", + "integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=", + "dev": true + }, + "pause-stream": { + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", + "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", + "dev": true, + "requires": { + "through": "2.3.8" + } + }, + "pbkdf2": { + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.14.tgz", + "integrity": "sha512-gjsZW9O34fm0R7PaLHRJmLLVfSoesxztjPjE9o6R+qtVJij90ltg1joIovN9GKrRW3t1PzhDDG3UMEMFfZ+1wA==", + "dev": true, + "requires": { + "create-hash": "1.1.3", + "create-hmac": "1.1.6", + "ripemd160": "2.0.1", + "safe-buffer": "5.1.1", + "sha.js": "2.4.10" + } + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true + }, + "public-encrypt": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.0.tgz", + "integrity": "sha1-OfaZ86RlYN1eusvKaTyvfGXBjMY=", + "dev": true, + "requires": { + "bn.js": "4.11.8", + "browserify-rsa": "4.0.1", + "create-hash": "1.1.3", + "parse-asn1": "5.1.0", + "randombytes": "2.0.6" + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", + "dev": true + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", + "dev": true + }, + "randombytes": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz", + "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==", + "dev": true, + "requires": { + "safe-buffer": "5.1.1" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dev": true, + "requires": { + "randombytes": "2.0.6", + "safe-buffer": "5.1.1" + } + }, + "read-only-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-1.1.1.tgz", + "integrity": "sha1-Xad8eZ7ROI0++IoYRxu1kk+KC6E=", + "dev": true, + "requires": { + "readable-stream": "1.1.14", + "readable-wrap": "1.0.0" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "readable-wrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/readable-wrap/-/readable-wrap-1.0.0.tgz", + "integrity": "sha1-O1ohHGMeEjA6VJkcgGwX564ga/8=", + "dev": true, + "requires": { + "readable-stream": "1.1.14" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "dev": true, + "requires": { + "resolve": "1.5.0" + } + }, + "redeyed": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.6.0.tgz", + "integrity": "sha1-aSovdl/sq0M1Se3UOadoSqtn94k=", + "dev": true, + "requires": { + "esprima": "2.7.3" + }, + "dependencies": { + "esprima": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz", + "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=", + "dev": true + } + } + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true + }, + "resolve": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz", + "integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==", + "dev": true, + "requires": { + "path-parse": "1.0.5" + } + }, + "rimraf": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", + "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=", + "dev": true + }, + "ripemd160": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz", + "integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=", + "dev": true, + "requires": { + "hash-base": "2.0.2", + "inherits": "2.0.3" + } + }, + "safe-buffer": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==", + "dev": true + }, + "sha.js": { + "version": "2.4.10", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.10.tgz", + "integrity": "sha512-vnwmrFDlOExK4Nm16J2KMWHLrp14lBrjxMxBJpu++EnsuBmpiYaM/MEs46Vxxm/4FvdP5yTwuCTO9it5FSjrqA==", + "dev": true, + "requires": { + "inherits": "2.0.3", + "safe-buffer": "5.1.1" + } + }, + "shasum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz", + "integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=", + "dev": true, + "requires": { + "json-stable-stringify": "0.0.1", + "sha.js": "2.4.10" + } + }, + "shell-quote": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz", + "integrity": "sha1-GkEZbzwDM8SCMjWT1ohuzxU92YY=", + "dev": true + }, + "shelljs": { + "version": "0.7.8", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz", + "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=", + "dev": true, + "requires": { + "glob": "7.1.2", + "interpret": "1.1.0", + "rechoir": "0.6.2" + } + }, + "should": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/should/-/should-6.0.3.tgz", + "integrity": "sha1-2u4weGpVdmL7x3TACNfFh5Htsdk=", + "dev": true, + "requires": { + "should-equal": "0.3.1", + "should-format": "0.0.7", + "should-type": "0.0.4" + } + }, + "should-equal": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/should-equal/-/should-equal-0.3.1.tgz", + "integrity": "sha1-vY6pemdI45+tR2o75v1y68LnK/A=", + "dev": true, + "requires": { + "should-type": "0.0.4" + } + }, + "should-format": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/should-format/-/should-format-0.0.7.tgz", + "integrity": "sha1-Hi74a9kdqcLgQSM1tWq6vZov3hI=", + "dev": true, + "requires": { + "should-type": "0.0.4" + } + }, + "should-type": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/should-type/-/should-type-0.0.4.tgz", + "integrity": "sha1-ATKgVBemEmhmQmrPEW8e1WI6XNA=", + "dev": true + }, + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "dev": true, + "requires": { + "amdefine": "1.0.1" + } + }, + "split": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", + "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", + "dev": true, + "requires": { + "through": "2.3.8" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "stream-browserify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz", + "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "readable-stream": "2.3.4" + } + }, + "stream-combiner": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", + "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", + "dev": true, + "requires": { + "duplexer": "0.1.1" + } + }, + "stream-combiner2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.0.2.tgz", + "integrity": "sha1-unKmtQy/q/qVD8i8h2BL0B62BnE=", + "dev": true, + "requires": { + "duplexer2": "0.0.2", + "through2": "0.5.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "through2": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz", + "integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=", + "dev": true, + "requires": { + "readable-stream": "1.0.34", + "xtend": "3.0.0" + } + }, + "xtend": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz", + "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=", + "dev": true + } + } + }, + "stream-http": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-1.7.1.tgz", + "integrity": "sha1-09Km4Uw2o4udr7GZrue7xXBRmXg=", + "dev": true, + "requires": { + "builtin-status-codes": "1.0.0", + "foreach": "2.0.5", + "indexof": "0.0.1", + "inherits": "2.0.3", + "object-keys": "1.0.11", + "xtend": "4.0.1" + } + }, + "stream-splicer": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-1.3.2.tgz", + "integrity": "sha1-PARBvhW5v04iYnXm3IOWR0VUZmE=", + "dev": true, + "requires": { + "indexof": "0.0.1", + "inherits": "2.0.3", + "isarray": "0.0.1", + "readable-stream": "1.1.14", + "readable-wrap": "1.0.0", + "through2": "1.1.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "through2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz", + "integrity": "sha1-CEfLxESfNAVXTb3M2buEG4OsNUU=", + "dev": true, + "requires": { + "readable-stream": "1.1.14", + "xtend": "4.0.1" + } + } + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "dev": true, + "requires": { + "safe-buffer": "5.1.1" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "subarg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", + "integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=", + "dev": true, + "requires": { + "minimist": "1.2.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "syntax-error": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz", + "integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==", + "dev": true, + "requires": { + "acorn-node": "1.3.0" + } + }, + "table-header": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/table-header/-/table-header-0.2.2.tgz", + "integrity": "sha1-fJrbQg6laftHF95dj1xFFIBNLAo=", + "dev": true, + "requires": { + "repeat-string": "1.6.1" + } + }, + "temp": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz", + "integrity": "sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=", + "dev": true, + "requires": { + "os-tmpdir": "1.0.2", + "rimraf": "2.2.8" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "requires": { + "readable-stream": "2.3.4", + "xtend": "4.0.1" + } + }, + "timers-browserify": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz", + "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=", + "dev": true, + "requires": { + "process": "0.11.10" + } + }, + "tty-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz", + "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==", + "dev": true + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "umd": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz", + "integrity": "sha1-iuVW4RAR9jwllnCKiDclnwGz1g4=", + "dev": true + }, + "url": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz", + "integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=", + "dev": true, + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", + "dev": true + } + } + }, + "user-home": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", + "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=", + "dev": true, + "requires": { + "os-homedir": "1.0.2" + } + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "dev": true, + "requires": { + "inherits": "2.0.1" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", + "dev": true + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "varsize-string": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/varsize-string/-/varsize-string-2.2.2.tgz", + "integrity": "sha1-7xs7bHLbCDXqL4TN+R/sMMUgaIs=", + "dev": true + }, + "vm-browserify": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz", + "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=", + "dev": true, + "requires": { + "indexof": "0.0.1" + } + }, + "wcsize": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wcsize/-/wcsize-1.0.0.tgz", + "integrity": "sha1-qKLhXmqKdHkdulgPaaV9J+hQ6h4=", + "dev": true + }, + "wcstring": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/wcstring/-/wcstring-2.1.1.tgz", + "integrity": "sha1-3tUtdFycceJNCkidKCbSKjZe0Gc=", + "dev": true, + "requires": { + "varsize-string": "2.2.2", + "wcsize": "1.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", + "dev": true + } + } +} diff --git a/test/DxfParser.test.js b/test/DxfParser.test.js index 5258966..d7ae84d 100644 --- a/test/DxfParser.test.js +++ b/test/DxfParser.test.js @@ -154,6 +154,23 @@ describe('Parser', function() { var expected = fs.readFileSync(path.join(__dirname, 'data', 'splines.expected.json'), {encoding: 'utf8'}); dxf.should.eql(JSON.parse(expected)); }); + + it('should parse EXTENDED DATA', function() { + var file = fs.readFileSync(path.join(__dirname, 'data', 'extendeddata.dxf'), 'utf8'); + + var parser = new DxfParser(); + var dxf; + try { + dxf = parser.parseSync(file); + fs.writeFileSync(path.join(__dirname, 'data', 'extendeddata.actual.json'), JSON.stringify(dxf, null, 2)); + }catch(err) { + should.not.exist(err); + } + should.exist(dxf); + + var expected = fs.readFileSync(path.join(__dirname, 'data', 'extendeddata.expected.json'), {encoding: 'utf8'}); + dxf.should.eql(JSON.parse(expected)); + }); it('should parse SPLINE entities that are like arcs and circles', function() { verifyDxf(path.join(__dirname, 'data', 'arcs-as-splines.dxf')); diff --git a/test/data/blocks.expected.json b/test/data/blocks.expected.json index 0a0097b..6678b74 100644 --- a/test/data/blocks.expected.json +++ b/test/data/blocks.expected.json @@ -120,7 +120,10 @@ ], "handle": "3AD", "ownerHandle": "2DC", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -150,7 +153,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -180,7 +186,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -198,7 +207,10 @@ ], "handle": "3B0", "ownerHandle": "2DC", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -251,6 +263,9 @@ "x": 0, "y": 0, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -269,7 +284,10 @@ ], "handle": "E28", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -283,7 +301,10 @@ }, "textHeight": 0.09375, "text": "Sheet No.", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -301,7 +322,10 @@ ], "handle": "E2A", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -315,7 +339,10 @@ }, "textHeight": 0.09375, "text": "Scale:", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -333,7 +360,10 @@ ], "handle": "E2C", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -351,7 +381,10 @@ ], "handle": "E2D", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -365,7 +398,10 @@ }, "textHeight": 0.09375, "text": "Drawn:", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -379,7 +415,10 @@ }, "textHeight": 0.09375, "text": "Date:", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -397,7 +436,10 @@ ], "handle": "E30", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -411,7 +453,10 @@ }, "textHeight": 0.09375, "text": "Project No.", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -426,7 +471,10 @@ "textHeight": 0.09375, "text": "Project Name:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -444,7 +492,10 @@ ], "handle": "E33", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -462,7 +513,10 @@ ], "handle": "E34", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -480,7 +534,10 @@ ], "handle": "E35", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -498,7 +555,10 @@ ], "handle": "E36", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -516,7 +576,10 @@ ], "handle": "E37", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -534,7 +597,10 @@ ], "handle": "E38", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -552,7 +618,10 @@ ], "handle": "E39", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -570,7 +639,10 @@ ], "handle": "E3A", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -590,6 +662,9 @@ "x": 15.43459372187382, "y": 8.483758506895393, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -610,6 +685,9 @@ "x": 15.43459372187382, "y": 9.01982170810002, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -630,6 +708,9 @@ "x": 15.43459372187382, "y": 9.927267587031489, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -650,6 +731,9 @@ "x": 15.47614878817657, "y": 10.1444273202113, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -670,6 +754,9 @@ "x": 15.38472723081318, "y": 10.1444273202113, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -690,6 +777,9 @@ "x": 15.47614878817657, "y": 9.624213818829995, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -710,6 +800,9 @@ "x": 15.38472723081318, "y": 9.624213818829995, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -728,7 +821,10 @@ ], "handle": "E42", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -746,7 +842,10 @@ ], "handle": "E43", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -764,7 +863,10 @@ ], "handle": "E44", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -782,7 +884,10 @@ ], "handle": "E45", "ownerHandle": "E1C", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -810,7 +915,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -838,7 +946,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -866,7 +977,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -893,7 +1007,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -920,7 +1037,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -947,7 +1067,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -974,7 +1097,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -1001,7 +1127,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -1019,7 +1148,10 @@ ], "handle": "E4E", "ownerHandle": "E1C", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -1047,7 +1179,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1062,7 +1197,10 @@ "textHeight": 0.09375, "text": "Sheet Title:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1078,7 +1216,10 @@ }, "textHeight": 0.0646223872815218, "text": "PRODUCTS, INC.", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1094,7 +1235,10 @@ }, "textHeight": 0.0646223872815218, "text": "AMERICAN", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1110,7 +1254,10 @@ }, "textHeight": 0.0939961996822135, "text": "CONTACT:KERRI BEALS", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1126,7 +1273,10 @@ }, "textHeight": 0.0939961996822135, "text": "12157 W LINEBAUGH AVENUE #335", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1142,7 +1292,10 @@ }, "textHeight": 0.0939961996822135, "text": "AMERICAN PRODUCTS, INC. (API)", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1158,7 +1311,10 @@ }, "textHeight": 0.0939961996822135, "text": "PH (813)925-0144 /", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1174,7 +1330,10 @@ }, "textHeight": 0.0939961996822135, "text": "TAMPA, FL 33626", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -1190,7 +1349,10 @@ }, "textHeight": 0.0939961996822135, "text": "WWW.AMERICANPROD.COM", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LWPOLYLINE", @@ -1260,6 +1422,9 @@ "x": 15.80487678893379, "y": 6.766898462159226, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -1281,6 +1446,9 @@ "x": 16.1156678639845, "y": 6.766898462159226, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -1301,6 +1469,9 @@ "x": 15.875, "y": 8.22432530753071, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -1321,6 +1492,9 @@ "x": 15.875, "y": 8.117182450387851, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -1341,6 +1515,9 @@ "x": 15.875, "y": 8.010039593244995, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -1361,6 +1538,9 @@ "x": 15.875, "y": 7.902896736102137, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } } ] @@ -1395,7 +1575,10 @@ "handle": "13FB", "ownerHandle": "13F9", "layer": "0", - "lineType": "CENTER2" + "lineType": "CENTER2", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LWPOLYLINE", @@ -1472,7 +1655,10 @@ "handle": "1400", "ownerHandle": "13FE", "layer": "0", - "lineType": "CENTER2" + "lineType": "CENTER2", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LWPOLYLINE", @@ -6153,7 +6339,10 @@ ], "handle": "220D", "ownerHandle": "2209", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6183,7 +6372,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6213,7 +6405,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6231,7 +6426,10 @@ ], "handle": "2210", "ownerHandle": "2209", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -6291,7 +6489,10 @@ ], "handle": "226C", "ownerHandle": "2268", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6321,7 +6522,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6351,7 +6555,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6369,7 +6576,10 @@ ], "handle": "226F", "ownerHandle": "2268", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -6429,7 +6639,10 @@ ], "handle": "22A9", "ownerHandle": "22A5", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6459,7 +6672,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6489,7 +6705,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6507,7 +6726,10 @@ ], "handle": "22AC", "ownerHandle": "22A5", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -6567,7 +6789,10 @@ ], "handle": "22C6", "ownerHandle": "22C2", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6597,7 +6822,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -6627,7 +6855,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6645,7 +6876,10 @@ ], "handle": "22C9", "ownerHandle": "22C2", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -6698,6 +6932,9 @@ "x": 0, "y": 0, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -6716,7 +6953,10 @@ ], "handle": "22E4", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -6730,7 +6970,10 @@ }, "textHeight": 0.09375, "text": "Sheet No.", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6748,7 +6991,10 @@ ], "handle": "22E6", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -6762,7 +7008,10 @@ }, "textHeight": 0.09375, "text": "Scale:", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6780,7 +7029,10 @@ ], "handle": "22E8", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6798,7 +7050,10 @@ ], "handle": "22E9", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -6812,7 +7067,10 @@ }, "textHeight": 0.09375, "text": "Drawn:", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -6826,7 +7084,10 @@ }, "textHeight": 0.09375, "text": "Date:", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6844,7 +7105,10 @@ ], "handle": "22EC", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -6858,7 +7122,10 @@ }, "textHeight": 0.09375, "text": "Project No.", - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -6873,7 +7140,10 @@ "textHeight": 0.09375, "text": "Project Name:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6891,7 +7161,10 @@ ], "handle": "22EF", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6909,7 +7182,10 @@ ], "handle": "22F0", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6927,7 +7203,10 @@ ], "handle": "22F1", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6945,7 +7224,10 @@ ], "handle": "22F2", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6963,7 +7245,10 @@ ], "handle": "22F3", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6981,7 +7266,10 @@ ], "handle": "22F4", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -6999,7 +7287,10 @@ ], "handle": "22F5", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -7017,7 +7308,10 @@ ], "handle": "22F6", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7037,6 +7331,9 @@ "x": 15.43459372187382, "y": 8.483758506895393, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7057,6 +7354,9 @@ "x": 15.43459372187382, "y": 9.01982170810002, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7077,6 +7377,9 @@ "x": 15.43459372187382, "y": 9.927267587031489, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7097,6 +7400,9 @@ "x": 15.47614878817657, "y": 10.1444273202113, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7117,6 +7423,9 @@ "x": 15.38472723081318, "y": 10.1444273202113, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7137,6 +7446,9 @@ "x": 15.47614878817657, "y": 9.624213818829995, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7157,6 +7469,9 @@ "x": 15.38472723081318, "y": 9.624213818829995, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7175,7 +7490,10 @@ ], "handle": "22FE", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -7193,7 +7511,10 @@ ], "handle": "22FF", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -7211,7 +7532,10 @@ ], "handle": "2300", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -7229,7 +7553,10 @@ ], "handle": "2301", "ownerHandle": "22DF", - "layer": "FG-Logo" + "layer": "FG-Logo", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7257,7 +7584,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7285,7 +7615,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7313,7 +7646,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7340,7 +7676,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7367,7 +7706,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7394,7 +7736,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7421,7 +7766,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7448,7 +7796,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -7466,7 +7817,10 @@ ], "handle": "230A", "ownerHandle": "22DF", - "layer": "FG-Border" + "layer": "FG-Border", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -7494,7 +7848,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7509,7 +7866,10 @@ "textHeight": 0.09375, "text": "Sheet Title:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7524,7 +7884,10 @@ }, "textHeight": 0.0646223872815218, "text": "PRODUCTS, INC.", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7539,7 +7902,10 @@ }, "textHeight": 0.0646223872815218, "text": "AMERICAN", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7554,7 +7920,10 @@ }, "textHeight": 0.0939961996822135, "text": "CONTACT:KERRI BEALS", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7569,7 +7938,10 @@ }, "textHeight": 0.0939961996822135, "text": "12157 W LINEBAUGH AVENUE #335", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7584,7 +7956,10 @@ }, "textHeight": 0.0939961996822135, "text": "AMERICAN PRODUCTS, INC. (API)", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7599,7 +7974,10 @@ }, "textHeight": 0.0939961996822135, "text": "PH (813)925-0144 /", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7614,7 +7992,10 @@ }, "textHeight": 0.0939961996822135, "text": "TAMPA, FL 33626", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -7629,7 +8010,10 @@ }, "textHeight": 0.0939961996822135, "text": "WWW.AMERICANPROD.COM", - "rotation": 90 + "rotation": 90, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LWPOLYLINE", @@ -7700,6 +8084,9 @@ "x": 15.80487678893379, "y": 6.766898462159226, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7722,6 +8109,9 @@ "x": 16.1156678639845, "y": 6.766898462159226, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7743,6 +8133,9 @@ "x": 15.875, "y": 8.22432530753071, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7764,6 +8157,9 @@ "x": 15.875, "y": 8.117182450387851, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7785,6 +8181,9 @@ "x": 15.875, "y": 8.010039593244995, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } }, { @@ -7806,6 +8205,9 @@ "x": 15.875, "y": 7.902896736102137, "z": 0 + }, + "extendedData": { + "applicationName": "AcDbBlockRepETag" } } ] @@ -8335,7 +8737,10 @@ ], "handle": "2B5F", "ownerHandle": "2B5B", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -8365,7 +8770,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -8395,7 +8803,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -8413,7 +8824,10 @@ ], "handle": "2B62", "ownerHandle": "2B5B", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -8447,7 +8861,10 @@ ], "handle": "31B8", "ownerHandle": "31B5", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -8466,7 +8883,10 @@ "y": -0.117137496905297, "z": 0 }, - "valign": 2 + "valign": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -8484,7 +8904,10 @@ ], "handle": "31BA", "ownerHandle": "31B5", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -8502,7 +8925,10 @@ ], "handle": "31BB", "ownerHandle": "31B5", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -8515,7 +8941,10 @@ "z": 0 }, "textHeight": 0.09375, - "text": "SCALE:" + "text": "SCALE:", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -8528,7 +8957,10 @@ "z": 0 }, "textHeight": 0.09375, - "text": "ARCH. REF." + "text": "ARCH. REF.", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LWPOLYLINE", @@ -8582,7 +9014,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -8609,7 +9044,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -8636,7 +9074,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -8670,7 +9111,10 @@ ], "handle": "3204", "ownerHandle": "3201", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -8689,7 +9133,10 @@ "y": -0.117137496905297, "z": 0 }, - "valign": 2 + "valign": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -8707,7 +9154,10 @@ ], "handle": "3206", "ownerHandle": "3201", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -8725,7 +9175,10 @@ ], "handle": "3207", "ownerHandle": "3201", - "layer": "0" + "layer": "0", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -8738,7 +9191,10 @@ "z": 0 }, "textHeight": 0.09375, - "text": "SCALE:" + "text": "SCALE:", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -8751,7 +9207,10 @@ "z": 0 }, "textHeight": 0.09375, - "text": "ARCH. REF." + "text": "ARCH. REF.", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LWPOLYLINE", @@ -8805,7 +9264,10 @@ "constant": false, "verificationRequired": false, "preset": false, - "verticalJustification": 2 + "verticalJustification": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -8832,7 +9294,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", @@ -8859,7 +9324,10 @@ "invisible": false, "constant": false, "verificationRequired": false, - "preset": false + "preset": false, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -9168,7 +9636,10 @@ "y": 0.0160843249549316, "z": 0 }, - "valign": 2 + "valign": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -9188,7 +9659,10 @@ "y": 0.008042154335886, "z": 0 }, - "valign": 2 + "valign": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -15790,7 +16264,10 @@ "y": 0.004021094615787, "z": 0 }, - "valign": 2 + "valign": 2, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } } ] }, @@ -60426,7 +60903,10 @@ ], "handle": "99CF", "ownerHandle": "99C2", - "layer": "01-detail" + "layer": "01-detail", + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60442,7 +60922,10 @@ "textHeight": 0.0646223872815218, "text": "PRODUCTS, INC.", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60458,7 +60941,10 @@ "textHeight": 0.0646223872815218, "text": "AMERICAN", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60474,7 +60960,10 @@ "textHeight": 0.0939961996822135, "text": "CONTACT: KERRI BEALS", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60490,7 +60979,10 @@ "textHeight": 0.0939961996822135, "text": "12157 W. LINEBAUGH AVENUE #335", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60506,7 +60998,10 @@ "textHeight": 0.0939961996822135, "text": "AMERICAN PRODUCTS, INC. (API)", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60522,7 +61017,10 @@ "textHeight": 0.0939961996822135, "text": "PH (813)925-0144", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60538,7 +61036,10 @@ "textHeight": 0.0939961996822135, "text": "TAMPA, FL 33626", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60554,7 +61055,10 @@ "textHeight": 0.0939961996822135, "text": "WWW.AMERICANPROD.COM", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LWPOLYLINE", @@ -60592,7 +61096,10 @@ "textHeight": 0.0939961996822135, "text": "with storefront elevations and section", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60608,7 +61115,10 @@ "textHeight": 0.0939961996822135, "text": "API Recommends that this note appear", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60624,7 +61134,10 @@ "textHeight": 0.0939961996822135, "text": "view details in your blueprints.", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -60658,7 +61171,10 @@ "textHeight": 0.0939961996822135, "text": "American Products, Inc. (API). No substitutions", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60674,7 +61190,10 @@ "textHeight": 0.0939961996822135, "text": "Storefront and related materials provided by", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60690,7 +61209,10 @@ "textHeight": 0.0939961996822135, "text": "without written consent from store owner/", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60706,7 +61228,10 @@ "textHeight": 0.0939961996822135, "text": "Architect. API (813)925-0144", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -60740,7 +61265,10 @@ "textHeight": 0.0939961996822135, "text": "Customer:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60756,7 +61284,10 @@ "textHeight": 0.0939961996822135, "text": "Assembly:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60772,7 +61303,10 @@ "textHeight": 0.0939961996822135, "text": "Scale:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60788,7 +61322,10 @@ "textHeight": 0.0939961996822135, "text": "Drawn By:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "TEXT", @@ -60804,7 +61341,10 @@ "textHeight": 0.0939961996822135, "text": "Date:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "LINE", @@ -60838,7 +61378,10 @@ "textHeight": 0.0939961996822135, "text": "Sheet:", "rotation": 90, - "xScale": 0.85 + "xScale": 0.85, + "extendedData": { + "applicationName": "AcDbBlockRepETag" + } }, { "type": "ATTDEF", diff --git a/test/data/extendeddata.dxf b/test/data/extendeddata.dxf new file mode 100644 index 0000000..2a510ee --- /dev/null +++ b/test/data/extendeddata.dxf @@ -0,0 +1,14718 @@ + 0 +SECTION + 2 +HEADER + 9 +$ACADVER + 1 +AC1027 + 9 +$ACADMAINTVER + 70 + 105 + 9 +$DWGCODEPAGE + 3 +ANSI_1252 + 9 +$REQUIREDVERSIONS +160 + 0 + 9 +$INSBASE + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$EXTMIN + 10 +1.000000000000000E+20 + 20 +1.000000000000000E+20 + 30 +1.000000000000000E+20 + 9 +$EXTMAX + 10 +-1.000000000000000E+20 + 20 +-1.000000000000000E+20 + 30 +-1.000000000000000E+20 + 9 +$LIMMIN + 10 +0.0 + 20 +0.0 + 9 +$LIMMAX + 10 +12.0 + 20 +9.0 + 9 +$ORTHOMODE + 70 + 0 + 9 +$REGENMODE + 70 + 1 + 9 +$FILLMODE + 70 + 1 + 9 +$QTEXTMODE + 70 + 0 + 9 +$MIRRTEXT + 70 + 1 + 9 +$LTSCALE + 40 +1.0 + 9 +$ATTMODE + 70 + 1 + 9 +$TEXTSIZE + 40 +0.2 + 9 +$TRACEWID + 40 +0.05 + 9 +$TEXTSTYLE + 7 +Standard + 9 +$CLAYER + 8 +0 + 9 +$CELTYPE + 6 +ByLayer + 9 +$CECOLOR + 62 + 256 + 9 +$CELTSCALE + 40 +1.0 + 9 +$DISPSILH + 70 + 0 + 9 +$DIMSCALE + 40 +1.0 + 9 +$DIMASZ + 40 +2.5 + 9 +$DIMEXO + 40 +0.625 + 9 +$DIMDLI + 40 +0.38 + 9 +$DIMRND + 40 +0.0 + 9 +$DIMDLE + 40 +0.0 + 9 +$DIMEXE + 40 +1.25 + 9 +$DIMTP + 40 +0.0 + 9 +$DIMTM + 40 +0.0 + 9 +$DIMTXT + 40 +2.5 + 9 +$DIMCEN + 40 +0.09 + 9 +$DIMTSZ + 40 +0.0 + 9 +$DIMTOL + 70 + 0 + 9 +$DIMLIM + 70 + 0 + 9 +$DIMTIH + 70 + 1 + 9 +$DIMTOH + 70 + 1 + 9 +$DIMSE1 + 70 + 0 + 9 +$DIMSE2 + 70 + 0 + 9 +$DIMTAD + 70 + 0 + 9 +$DIMZIN + 70 + 8 + 9 +$DIMBLK + 1 + + 9 +$DIMASO + 70 + 1 + 9 +$DIMSHO + 70 + 1 + 9 +$DIMPOST + 1 + + 9 +$DIMAPOST + 1 + + 9 +$DIMALT + 70 + 0 + 9 +$DIMALTD + 70 + 2 + 9 +$DIMALTF + 40 +25.4 + 9 +$DIMLFAC + 40 +1.0 + 9 +$DIMTOFL + 70 + 0 + 9 +$DIMTVP + 40 +0.0 + 9 +$DIMTIX + 70 + 0 + 9 +$DIMSOXD + 70 + 0 + 9 +$DIMSAH + 70 + 0 + 9 +$DIMBLK1 + 1 + + 9 +$DIMBLK2 + 1 + + 9 +$DIMSTYLE + 2 +Standard + 9 +$DIMCLRD + 70 + 0 + 9 +$DIMCLRE + 70 + 0 + 9 +$DIMCLRT + 70 + 0 + 9 +$DIMTFAC + 40 +1.0 + 9 +$DIMGAP + 40 +0.625 + 9 +$DIMJUST + 70 + 0 + 9 +$DIMSD1 + 70 + 0 + 9 +$DIMSD2 + 70 + 0 + 9 +$DIMTOLJ + 70 + 1 + 9 +$DIMTZIN + 70 + 0 + 9 +$DIMALTZ + 70 + 0 + 9 +$DIMALTTZ + 70 + 0 + 9 +$DIMUPT + 70 + 0 + 9 +$DIMDEC + 70 + 4 + 9 +$DIMTDEC + 70 + 4 + 9 +$DIMALTU + 70 + 2 + 9 +$DIMALTTD + 70 + 2 + 9 +$DIMTXSTY + 7 +Standard + 9 +$DIMAUNIT + 70 + 0 + 9 +$DIMADEC + 70 + 0 + 9 +$DIMALTRND + 40 +0.0 + 9 +$DIMAZIN + 70 + 2 + 9 +$DIMDSEP + 70 + 46 + 9 +$DIMATFIT + 70 + 3 + 9 +$DIMFRAC + 70 + 0 + 9 +$DIMLDRBLK + 1 + + 9 +$DIMLUNIT + 70 + 2 + 9 +$DIMLWD + 70 + -2 + 9 +$DIMLWE + 70 + -2 + 9 +$DIMTMOVE + 70 + 0 + 9 +$DIMFXL + 40 +1.0 + 9 +$DIMFXLON + 70 + 0 + 9 +$DIMJOGANG + 40 +0.7853981633974483 + 9 +$DIMTFILL + 70 + 0 + 9 +$DIMTFILLCLR + 70 + 0 + 9 +$DIMARCSYM + 70 + 0 + 9 +$DIMLTYPE + 6 + + 9 +$DIMLTEX1 + 6 + + 9 +$DIMLTEX2 + 6 + + 9 +$DIMTXTDIRECTION + 70 + 0 + 9 +$LUNITS + 70 + 2 + 9 +$LUPREC + 70 + 4 + 9 +$SKETCHINC + 40 +0.1 + 9 +$FILLETRAD + 40 +0.5 + 9 +$AUNITS + 70 + 0 + 9 +$AUPREC + 70 + 0 + 9 +$MENU + 1 +. + 9 +$ELEVATION + 40 +0.0 + 9 +$PELEVATION + 40 +0.0 + 9 +$THICKNESS + 40 +0.0 + 9 +$LIMCHECK + 70 + 0 + 9 +$CHAMFERA + 40 +0.0 + 9 +$CHAMFERB + 40 +0.0 + 9 +$CHAMFERC + 40 +0.0 + 9 +$CHAMFERD + 40 +0.0 + 9 +$SKPOLY + 70 + 0 + 9 +$TDCREATE + 40 +2458168.794448727 + 9 +$TDUCREATE + 40 +2458168.75278206 + 9 +$TDUPDATE + 40 +2458168.794448738 + 9 +$TDUUPDATE + 40 +2458168.752782072 + 9 +$TDINDWG + 40 +0.0000000116 + 9 +$TDUSRTIMER + 40 +0.0000000116 + 9 +$USRTIMER + 70 + 1 + 9 +$ANGBASE + 50 +0.0 + 9 +$ANGDIR + 70 + 0 + 9 +$PDMODE + 70 + 35 + 9 +$PDSIZE + 40 +0.0 + 9 +$PLINEWID + 40 +0.0 + 9 +$SPLFRAME + 70 + 0 + 9 +$SPLINETYPE + 70 + 6 + 9 +$SPLINESEGS + 70 + 8 + 9 +$HANDSEED + 5 +125 + 9 +$SURFTAB1 + 70 + 6 + 9 +$SURFTAB2 + 70 + 6 + 9 +$SURFTYPE + 70 + 6 + 9 +$SURFU + 70 + 6 + 9 +$SURFV + 70 + 6 + 9 +$UCSBASE + 2 + + 9 +$UCSNAME + 2 + + 9 +$UCSORG + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSXDIR + 10 +1.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSYDIR + 10 +0.0 + 20 +1.0 + 30 +0.0 + 9 +$UCSORTHOREF + 2 + + 9 +$UCSORTHOVIEW + 70 + 0 + 9 +$UCSORGTOP + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGBOTTOM + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGLEFT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGRIGHT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGFRONT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGBACK + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSBASE + 2 + + 9 +$PUCSNAME + 2 + + 9 +$PUCSORG + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSXDIR + 10 +1.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSYDIR + 10 +0.0 + 20 +1.0 + 30 +0.0 + 9 +$PUCSORTHOREF + 2 + + 9 +$PUCSORTHOVIEW + 70 + 0 + 9 +$PUCSORGTOP + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGBOTTOM + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGLEFT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGRIGHT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGFRONT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGBACK + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$USERI1 + 70 + 0 + 9 +$USERI2 + 70 + 0 + 9 +$USERI3 + 70 + 0 + 9 +$USERI4 + 70 + 0 + 9 +$USERI5 + 70 + 0 + 9 +$USERR1 + 40 +0.0 + 9 +$USERR2 + 40 +0.0 + 9 +$USERR3 + 40 +0.0 + 9 +$USERR4 + 40 +0.0 + 9 +$USERR5 + 40 +0.0 + 9 +$WORLDVIEW + 70 + 1 + 9 +$SHADEDGE + 70 + 3 + 9 +$SHADEDIF + 70 + 70 + 9 +$TILEMODE + 70 + 1 + 9 +$MAXACTVP + 70 + 64 + 9 +$PINSBASE + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PLIMCHECK + 70 + 0 + 9 +$PEXTMIN + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PEXTMAX + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PLIMMIN + 10 +-20.0 + 20 +-7.5 + 9 +$PLIMMAX + 10 +277.0 + 20 +202.5 + 9 +$UNITMODE + 70 + 0 + 9 +$VISRETAIN + 70 + 1 + 9 +$PLINEGEN + 70 + 0 + 9 +$PSLTSCALE + 70 + 1 + 9 +$TREEDEPTH + 70 + 3020 + 9 +$CMLSTYLE + 2 +Standard + 9 +$CMLJUST + 70 + 0 + 9 +$CMLSCALE + 40 +1.0 + 9 +$PROXYGRAPHICS + 70 + 1 + 9 +$MEASUREMENT + 70 + 1 + 9 +$CELWEIGHT +370 + -1 + 9 +$ENDCAPS +280 + 0 + 9 +$JOINSTYLE +280 + 0 + 9 +$LWDISPLAY +290 + 0 + 9 +$INSUNITS + 70 + 4 + 9 +$HYPERLINKBASE + 1 + + 9 +$STYLESHEET + 1 + + 9 +$XEDIT +290 + 1 + 9 +$CEPSNTYPE +380 + 0 + 9 +$PSTYLEMODE +290 + 1 + 9 +$FINGERPRINTGUID + 2 +{34e08c27-075f-494a-a20b-360afee9b846} + 9 +$VERSIONGUID + 2 +{FAEB1C32-E019-11D5-929B-00C0DF256EC4} + 9 +$EXTNAMES +290 + 1 + 9 +$PSVPSCALE + 40 +0.0 + 9 +$OLESTARTUP +290 + 0 + 9 +$SORTENTS +280 + 127 + 9 +$INDEXCTL +280 + 0 + 9 +$HIDETEXT +280 + 1 + 9 +$XCLIPFRAME +280 + 2 + 9 +$HALOGAP +280 + 0 + 9 +$OBSCOLOR + 70 + 257 + 9 +$OBSLTYPE +280 + 0 + 9 +$INTERSECTIONDISPLAY +280 + 0 + 9 +$INTERSECTIONCOLOR + 70 + 257 + 9 +$DIMASSOC +280 + 2 + 9 +$PROJECTNAME + 1 + + 9 +$CAMERADISPLAY +290 + 0 + 9 +$LENSLENGTH + 40 +50.0 + 9 +$CAMERAHEIGHT + 40 +0.0 + 9 +$STEPSPERSEC + 40 +2.0 + 9 +$STEPSIZE + 40 +6.0 + 9 +$3DDWFPREC + 40 +2.0 + 9 +$PSOLWIDTH + 40 +0.25 + 9 +$PSOLHEIGHT + 40 +4.0 + 9 +$LOFTANG1 + 40 +1.570796326794897 + 9 +$LOFTANG2 + 40 +1.570796326794897 + 9 +$LOFTMAG1 + 40 +0.0 + 9 +$LOFTMAG2 + 40 +0.0 + 9 +$LOFTPARAM + 70 + 7 + 9 +$LOFTNORMALS +280 + 1 + 9 +$LATITUDE + 40 +37.795 + 9 +$LONGITUDE + 40 +-122.394 + 9 +$NORTHDIRECTION + 40 +0.0 + 9 +$TIMEZONE + 70 + -8000 + 9 +$LIGHTGLYPHDISPLAY +280 + 1 + 9 +$TILEMODELIGHTSYNCH +280 + 1 + 9 +$CMATERIAL +347 +82 + 9 +$SOLIDHIST +280 + 0 + 9 +$SHOWHIST +280 + 1 + 9 +$DWFFRAME +280 + 2 + 9 +$DGNFRAME +280 + 2 + 9 +$REALWORLDSCALE +290 + 1 + 9 +$INTERFERECOLOR + 62 + 256 + 9 +$CSHADOW +280 + 0 + 9 +$SHADOWPLANELOCATION + 40 +0.0 + 0 +ENDSEC + 0 +SECTION + 2 +CLASSES + 0 +CLASS + 1 +ACDBDICTIONARYWDFLT + 2 +AcDbDictionaryWithDefault + 3 +ObjectDBX Classes + 90 + 0 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +VISUALSTYLE + 2 +AcDbVisualStyle + 3 +ObjectDBX Classes + 90 + 4095 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +MATERIAL + 2 +AcDbMaterial + 3 +ObjectDBX Classes + 90 + 1153 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +SCALE + 2 +AcDbScale + 3 +ObjectDBX Classes + 90 + 1153 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +TABLESTYLE + 2 +AcDbTableStyle + 3 +ObjectDBX Classes + 90 + 4095 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +MLEADERSTYLE + 2 +AcDbMLeaderStyle + 3 +ACDB_MLEADERSTYLE_CLASS + 90 + 4095 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +SUN + 2 +AcDbSun + 3 +SCENEOE + 90 + 1153 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +DICTIONARYVAR + 2 +AcDbDictionaryVar + 3 +ObjectDBX Classes + 90 + 0 + 91 + 3 +280 + 0 +281 + 0 + 0 +CLASS + 1 +CELLSTYLEMAP + 2 +AcDbCellStyleMap + 3 +ObjectDBX Classes + 90 + 1152 + 91 + 3 +280 + 0 +281 + 0 + 0 +ENDSEC + 0 +SECTION + 2 +TABLES + 0 +TABLE + 2 +VPORT + 5 +47 +330 +0 +100 +AcDbSymbolTable + 70 + 1 + 0 +VPORT + 5 +67 +330 +47 +100 +AcDbSymbolTableRecord +100 +AcDbViewportTableRecord + 2 +*Active + 70 + 0 + 10 +0.0 + 20 +0.0 + 11 +1.0 + 21 +1.0 + 12 +22.80000000000004 + 22 +-16.35000000000005 + 13 +0.0 + 23 +0.0 + 14 +0.5 + 24 +0.5 + 15 +0.5 + 25 +0.5 + 16 +0.0 + 26 +0.0 + 36 +1.0 + 17 +0.0 + 27 +0.0 + 37 +0.0 + 40 +101.1 + 41 +1.774480712166172 + 42 +50.0 + 43 +0.0 + 44 +0.0 + 50 +0.0 + 51 +0.0 + 71 + 0 + 72 + 100 + 73 + 1 + 74 + 3 + 75 + 0 + 76 + 0 + 77 + 0 + 78 + 0 +281 + 0 + 65 + 1 +110 +0.0 +120 +0.0 +130 +0.0 +111 +1.0 +121 +0.0 +131 +0.0 +112 +0.0 +122 +1.0 +132 +0.0 + 79 + 0 +146 +0.0 +348 +6D + 60 + 3 + 61 + 5 +292 + 1 +282 + 1 +141 +0.0 +142 +0.0 + 63 + 250 +361 +AB + 0 +ENDTAB + 0 +TABLE + 2 +LTYPE + 5 +44 +330 +0 +100 +AcDbSymbolTable + 70 + 48 + 0 +LTYPE + 5 +52 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ByBlock + 70 + 0 + 3 + + 72 + 65 + 73 + 0 + 40 +0.0 + 0 +LTYPE + 5 +53 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ByLayer + 70 + 0 + 3 + + 72 + 65 + 73 + 0 + 40 +0.0 + 0 +LTYPE + 5 +54 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +Continuous + 70 + 0 + 3 +Solid line + 72 + 65 + 73 + 0 + 40 +0.0 + 0 +LTYPE + 5 +E0 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +CENTER2 + 70 + 0 + 3 +Center (.5x) ___ _ ___ _ ___ _ ___ _ ___ _ ___ + 72 + 65 + 73 + 4 + 40 +28.575 + 49 +19.05 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +3.175 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +E1 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +CENTER + 70 + 0 + 3 +Center ____ _ ____ _ ____ _ ____ _ ____ _ ____ + 72 + 65 + 73 + 4 + 40 +50.8 + 49 +31.75 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +6.35 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +E2 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +BORDERX2 + 70 + 0 + 3 +Border (2x) ____ ____ . ____ ____ . ___ + 72 + 65 + 73 + 6 + 40 +88.89999999999999 + 49 +25.4 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +25.4 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-12.7 + 74 + 0 + 0 +LTYPE + 5 +E3 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +BORDER2 + 70 + 0 + 3 +Border (.5x) __.__.__.__.__.__.__.__.__.__.__. + 72 + 65 + 73 + 6 + 40 +22.225 + 49 +6.35 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +6.35 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +E4 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO09W100 + 70 + 0 + 3 +ISO long-dash double-short-dash ____ __ __ ____ + 72 + 65 + 73 + 6 + 40 +45.0 + 49 +24.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +6.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +6.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +E5 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO08W100 + 70 + 0 + 3 +ISO long-dash short-dash ____ __ ____ __ ____ _ + 72 + 65 + 73 + 4 + 40 +36.0 + 49 +24.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +6.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +E6 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO07W100 + 70 + 0 + 3 +ISO dot . . . . . . . . . . . . . . . . . . . . + 72 + 65 + 73 + 2 + 40 +3.0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +E7 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO06W100 + 70 + 0 + 3 +ISO long-dash triple-dot ____ ... ____ ... ____ + 72 + 65 + 73 + 8 + 40 +36.0 + 49 +24.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +E8 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO05W100 + 70 + 0 + 3 +ISO long-dash double-dot ____ .. ____ .. ____ . + 72 + 65 + 73 + 6 + 40 +33.0 + 49 +24.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +E9 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO04W100 + 70 + 0 + 3 +ISO long-dash dot ____ . ____ . ____ . ____ . _ + 72 + 65 + 73 + 4 + 40 +30.0 + 49 +24.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +EA +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO03W100 + 70 + 0 + 3 +ISO dash space __ __ __ __ __ __ + 72 + 65 + 73 + 2 + 40 +30.0 + 49 +12.0 + 74 + 0 + 49 +-18.0 + 74 + 0 + 0 +LTYPE + 5 +EB +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO02W100 + 70 + 0 + 3 +ISO dash __ __ __ __ __ __ __ __ __ __ __ __ __ + 72 + 65 + 73 + 2 + 40 +15.0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +EE +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ZIGZAG + 70 + 0 + 3 +Zig zag /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ + 72 + 65 + 73 + 4 + 40 +20.32254 + 49 +0.00254 + 74 + 0 + 49 +-5.08 + 74 + 2 + 75 + 0 +340 +EC + 46 +5.08 + 50 +0.0 + 44 +-5.08 + 45 +0.0 + 9 +ZIG + 49 +-10.16 + 74 + 2 + 75 + 0 +340 +ED + 46 +5.08 + 50 +180.0 + 44 +5.08 + 45 +0.0 + 9 +ZIG + 49 +-5.08 + 74 + 0 + 0 +LTYPE + 5 +F0 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +TRACKS + 70 + 0 + 3 +Tracks -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- + 72 + 65 + 73 + 2 + 40 +7.62 + 49 +3.81 + 74 + 2 + 75 + 0 +340 +EF + 46 +6.35 + 50 +0.0 + 44 +0.0 + 45 +0.0 + 9 +TRACK1 + 49 +3.81 + 74 + 0 + 0 +LTYPE + 5 +F1 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +PHANTOMX2 + 70 + 0 + 3 +Phantom (2x) ____________ ____ ____ _ + 72 + 65 + 73 + 6 + 40 +127.0 + 49 +63.5 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +12.7 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +12.7 + 74 + 0 + 49 +-12.7 + 74 + 0 + 0 +LTYPE + 5 +F2 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +PHANTOM2 + 70 + 0 + 3 +Phantom (.5x) ___ _ _ ___ _ _ ___ _ _ ___ _ _ + 72 + 65 + 73 + 6 + 40 +31.75 + 49 +15.875 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +3.175 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +3.175 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +F3 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +PHANTOM + 70 + 0 + 3 +Phantom ______ __ __ ______ __ __ ______ + 72 + 65 + 73 + 6 + 40 +63.50000000000001 + 49 +31.75 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +6.35 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +6.35 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +F5 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +HOT_WATER_SUPPLY + 70 + 0 + 3 +Hot water supply ---- HW ---- HW ---- HW ---- + 72 + 65 + 73 + 3 + 40 +22.86 + 49 +12.7 + 74 + 0 + 49 +-5.08 + 74 + 2 + 75 + 0 +340 +F4 + 46 +2.54 + 50 +0.0 + 44 +-2.54 + 45 +-1.27 + 9 +HW + 49 +-5.08 + 74 + 0 + 0 +LTYPE + 5 +F6 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +HIDDENX2 + 70 + 0 + 3 +Hidden (2x) ____ ____ ____ ____ ____ ____ ____ + 72 + 65 + 73 + 2 + 40 +19.05 + 49 +12.7 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +F7 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DOT2 + 70 + 0 + 3 +Dot (.5x) ........................................ + 72 + 65 + 73 + 2 + 40 +3.175 + 49 +0.0 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +F8 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DOT + 70 + 0 + 3 +Dot . . . . . . . . . . . . . . . . . . . . . . . . + 72 + 65 + 73 + 2 + 40 +6.35 + 49 +0.0 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +F9 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DIVIDEX2 + 70 + 0 + 3 +Divide (2x) ________ . . ________ . . _ + 72 + 65 + 73 + 6 + 40 +63.5 + 49 +25.4 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-12.7 + 74 + 0 + 0 +LTYPE + 5 +FA +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DIVIDE2 + 70 + 0 + 3 +Divide (.5x) __..__..__..__..__..__..__..__.._ + 72 + 65 + 73 + 6 + 40 +15.875 + 49 +6.35 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +FB +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DIVIDE + 70 + 0 + 3 +Divide ____ . . ____ . . ____ . . ____ . . ____ + 72 + 65 + 73 + 6 + 40 +31.75 + 49 +12.7 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +FC +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DASHEDX2 + 70 + 0 + 3 +Dashed (2x) ____ ____ ____ ____ ____ ___ + 72 + 65 + 73 + 2 + 40 +38.09999999999999 + 49 +25.4 + 74 + 0 + 49 +-12.7 + 74 + 0 + 0 +LTYPE + 5 +FD +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DASHED2 + 70 + 0 + 3 +Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ + 72 + 65 + 73 + 2 + 40 +9.524999999999999 + 49 +6.35 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +FE +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DASHED + 70 + 0 + 3 +Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ + 72 + 65 + 73 + 2 + 40 +19.05 + 49 +12.7 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +FF +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +HIDDEN2 + 70 + 0 + 3 +Hidden (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ + 72 + 65 + 73 + 2 + 40 +4.762499999999999 + 49 +3.175 + 74 + 0 + 49 +-1.5875 + 74 + 0 + 0 +LTYPE + 5 +100 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +HIDDEN + 70 + 0 + 3 +Hidden __ __ __ __ __ __ __ __ __ __ __ __ __ __ + 72 + 65 + 73 + 2 + 40 +9.524999999999999 + 49 +6.35 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +102 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +GAS_LINE + 70 + 0 + 3 +Gas line ----GAS----GAS----GAS----GAS----GAS----GAS-- + 72 + 65 + 73 + 3 + 40 +24.13 + 49 +12.7 + 74 + 0 + 49 +-5.08 + 74 + 2 + 75 + 0 +340 +101 + 46 +2.54 + 50 +0.0 + 44 +-2.54 + 45 +-1.27 + 9 +GAS + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +104 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +FENCELINE2 + 70 + 0 + 3 +Fenceline square ----[]-----[]----[]-----[]----[]--- + 72 + 65 + 73 + 4 + 40 +36.83 + 49 +6.35 + 74 + 0 + 49 +-2.54 + 74 + 2 + 75 + 0 +340 +103 + 46 +2.54 + 50 +0.0 + 44 +-2.54 + 45 +0.0 + 9 +BOX + 49 +-2.54 + 74 + 0 + 49 +25.4 + 74 + 0 + 0 +LTYPE + 5 +106 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +FENCELINE1 + 70 + 0 + 3 +Fenceline circle ----0-----0----0-----0----0-----0-- + 72 + 65 + 73 + 4 + 40 +36.83 + 49 +6.35 + 74 + 0 + 49 +-2.54 + 74 + 2 + 75 + 0 +340 +105 + 46 +2.54 + 50 +0.0 + 44 +-2.54 + 45 +0.0 + 9 +CIRC1 + 49 +-2.54 + 74 + 0 + 49 +25.4 + 74 + 0 + 0 +LTYPE + 5 +108 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DRAINAGE2 + 70 + 0 + 3 +Drainage reversed----<----<----<---- + 72 + 65 + 73 + 2 + 40 +10.16 + 49 +5.08 + 74 + 2 + 75 + 0 +340 +107 + 46 +2.54 + 50 +0.0 + 44 +0.0 + 45 +0.0 + 9 +RIGHT_ARROW + 49 +5.08 + 74 + 0 + 0 +LTYPE + 5 +10A +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DRAINAGE + 70 + 0 + 3 +Drainage ---->---->---->---- + 72 + 65 + 73 + 2 + 40 +10.16 + 49 +5.08 + 74 + 2 + 75 + 0 +340 +109 + 46 +2.54 + 50 +180.0 + 44 +0.0 + 45 +0.0 + 9 +RIGHT_ARROW + 49 +5.08 + 74 + 0 + 0 +LTYPE + 5 +10B +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DOTX2 + 70 + 0 + 3 +Dot (2x) . . . . . . . . . . . . . . + 72 + 65 + 73 + 2 + 40 +12.7 + 49 +0.0 + 74 + 0 + 49 +-12.7 + 74 + 0 + 0 +LTYPE + 5 +10C +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +BORDER + 70 + 0 + 3 +Border __ __ . __ __ . __ __ . __ __ . __ __ . + 72 + 65 + 73 + 6 + 40 +44.45 + 49 +12.7 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +12.7 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +10F +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +BATTING + 70 + 0 + 3 +Batting SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS + 72 + 65 + 73 + 4 + 40 +10.16254 + 49 +0.00254 + 74 + 0 + 49 +-2.54 + 74 + 2 + 75 + 0 +340 +10D + 46 +2.54 + 50 +0.0 + 44 +-2.54 + 45 +0.0 + 9 +BAT + 49 +-5.08 + 74 + 2 + 75 + 0 +340 +10E + 46 +2.54 + 50 +180.0 + 44 +2.54 + 45 +0.0 + 9 +BAT + 49 +-2.54 + 74 + 0 + 0 +LTYPE + 5 +110 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO15W100 + 70 + 0 + 3 +ISO double-dash triple-dot __ __ . . . __ __ . . + 72 + 65 + 73 + 10 + 40 +39.0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +111 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO14W100 + 70 + 0 + 3 +ISO dash triple-dot __ . . . __ . . . __ . . . _ + 72 + 65 + 73 + 8 + 40 +24.0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +112 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO13W100 + 70 + 0 + 3 +ISO double-dash double-dot __ __ . . __ __ . . _ + 72 + 65 + 73 + 8 + 40 +36.0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +113 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO12W100 + 70 + 0 + 3 +ISO dash double-dot __ . . __ . . __ . . __ . . + 72 + 65 + 73 + 6 + 40 +21.0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +114 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO11W100 + 70 + 0 + 3 +ISO double-dash dot __ __ . __ __ . __ __ . __ _ + 72 + 65 + 73 + 6 + 40 +33.0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +115 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ACAD_ISO10W100 + 70 + 0 + 3 +ISO dash dot __ . __ . __ . __ . __ . __ . __ . + 72 + 65 + 73 + 4 + 40 +18.0 + 49 +12.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.0 + 74 + 0 + 0 +LTYPE + 5 +116 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DASHDOTX2 + 70 + 0 + 3 +Dash dot (2x) ____ . ____ . ____ . ___ + 72 + 65 + 73 + 4 + 40 +50.8 + 49 +25.4 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-12.7 + 74 + 0 + 0 +LTYPE + 5 +117 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DASHDOT2 + 70 + 0 + 3 +Dash dot (.5x) _._._._._._._._._._._._._._._. + 72 + 65 + 73 + 4 + 40 +12.7 + 49 +6.35 + 74 + 0 + 49 +-3.175 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +118 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DASHDOT + 70 + 0 + 3 +Dash dot __ . __ . __ . __ . __ . __ . __ . __ + 72 + 65 + 73 + 4 + 40 +25.4 + 49 +12.7 + 74 + 0 + 49 +-6.35 + 74 + 0 + 49 +0.0 + 74 + 0 + 49 +-6.35 + 74 + 0 + 0 +LTYPE + 5 +119 +330 +44 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +CENTERX2 + 70 + 0 + 3 +Center (2x) ________ __ ________ __ _____ + 72 + 65 + 73 + 4 + 40 +101.6 + 49 +63.5 + 74 + 0 + 49 +-12.7 + 74 + 0 + 49 +12.7 + 74 + 0 + 49 +-12.7 + 74 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +LAYER + 5 +42 +330 +0 +100 +AcDbSymbolTable + 70 + 1 + 0 +LAYER + 5 +4F +330 +42 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +0 + 70 + 0 + 62 + 7 +420 + 16777215 + 6 +Continuous +370 + 25 +390 +4E +347 +84 +348 +0 + 0 +ENDTAB + 0 +TABLE + 2 +STYLE + 5 +43 +330 +0 +100 +AcDbSymbolTable + 70 + 12 + 0 +STYLE + 5 +50 +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +Standard + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +txt + 4 + + 0 +STYLE + 5 +EC +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle0 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +ltypeshp.shx + 4 + + 0 +STYLE + 5 +ED +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle1 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +ltypeshp.shx + 4 + + 0 +STYLE + 5 +EF +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle2 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +ltypeshp.shx + 4 + + 0 +STYLE + 5 +F4 +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle3 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +STANDARD + 4 + + 0 +STYLE + 5 +101 +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle4 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +STANDARD + 4 + + 0 +STYLE + 5 +103 +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle5 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +ltypeshp.shx + 4 + + 0 +STYLE + 5 +105 +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle6 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +ltypeshp.shx + 4 + + 0 +STYLE + 5 +107 +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle7 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +qcadshp.shx + 4 + + 0 +STYLE + 5 +109 +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle8 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +qcadshp.shx + 4 + + 0 +STYLE + 5 +10D +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle9 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +ltypeshp.shx + 4 + + 0 +STYLE + 5 +10E +330 +43 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +textstyle10 + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +0.2 + 3 +ltypeshp.shx + 4 + + 0 +ENDTAB + 0 +TABLE + 2 +VIEW + 5 +45 +330 +0 +100 +AcDbSymbolTable + 70 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +UCS + 5 +46 +330 +0 +100 +AcDbSymbolTable + 70 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +APPID + 5 +48 +330 +0 +100 +AcDbSymbolTable + 70 + 2 + 0 +APPID + 5 +51 +330 +48 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD + 70 + 0 + 0 +APPID + 5 +AC +330 +48 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +QCAD + 70 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +DIMSTYLE + 5 +49 +330 +0 +100 +AcDbSymbolTable + 70 + 2 +100 +AcDbDimStyleTable + 0 +DIMSTYLE +105 +65 +330 +49 +100 +AcDbSymbolTableRecord +100 +AcDbDimStyleTableRecord + 2 +Standard + 70 + 0 +178 + 0 +340 +50 + 0 +DIMSTYLE +105 +DF +330 +49 +100 +AcDbSymbolTableRecord +100 +AcDbDimStyleTableRecord + 2 +QCADDimStyle + 70 + 0 + 41 +2.5 + 42 +0.625 + 44 +1.25 + 73 + 0 + 77 + 1 +140 +2.5 +147 +0.625 +178 + 0 +340 +50 + 0 +ENDTAB + 0 +TABLE + 2 +BLOCK_RECORD + 5 +41 +330 +0 +100 +AcDbSymbolTable + 70 + 0 + 0 +BLOCK_RECORD + 5 +5D +330 +41 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*Model_Space +340 +60 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +59 +330 +41 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*Paper_Space +340 +5C + 70 + 0 +280 + 1 +281 + 0 + 0 +ENDTAB + 0 +ENDSEC + 0 +SECTION + 2 +BLOCKS + 0 +BLOCK + 5 +5E +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*Model_Space + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*Model_Space + 1 + + 0 +ENDBLK + 5 +5F +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +5A +330 +59 +100 +AcDbEntity + 67 + 1 + 8 +0 +100 +AcDbBlockBegin + 2 +*Paper_Space + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*Paper_Space + 1 + + 0 +ENDBLK + 5 +5B +330 +59 +100 +AcDbEntity + 67 + 1 + 8 +0 +100 +AcDbBlockEnd + 0 +ENDSEC + 0 +SECTION + 2 +ENTITIES + 0 +LINE + 5 +38 +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +-10.0 + 20 +-10.0 + 30 +0.0 + 11 +-10.0 + 21 +10.0 + 31 +0.0 +1001 +QCAD +1000 +wertA:das + 0 +LINE + 5 +39 +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +-10.0 + 20 +10.0 + 30 +0.0 + 11 +10.0 + 21 +10.0 + 31 +0.0 +1001 +QCAD +1000 +wertB:ist + 0 +LINE + 5 +3A +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +10.0 + 20 +10.0 + 30 +0.0 + 11 +-10.0 + 21 +-10.0 + 31 +0.0 +1001 +QCAD +1000 +wertC:das + 0 +LINE + 5 +3B +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +-10.0 + 20 +-10.0 + 30 +0.0 + 11 +10.0 + 21 +-10.0 + 31 +0.0 +1001 +QCAD +1000 +valeurD:maison +1000 +valueD:house +1000 +wertD:Haus + 0 +LINE + 5 +3C +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +10.0 + 20 +-10.0 + 30 +0.0 + 11 +-10.0 + 21 +10.0 + 31 +0.0 +1001 +QCAD +1000 +wertE:vom + 0 +LINE + 5 +3D +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +-10.0 + 20 +10.0 + 30 +0.0 + 11 +0.0 + 21 +20.0 + 31 +0.0 +1001 +QCAD +1000 +wertF:Ni- + 0 +LINE + 5 +3E +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +0.0 + 20 +20.0 + 30 +0.0 + 11 +10.0 + 21 +10.0 + 31 +0.0 +1001 +QCAD +1000 +wertG:-ko- + 0 +LINE + 5 +3F +330 +5D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +10.0 + 20 +10.0 + 30 +0.0 + 11 +10.0 + 21 +-10.0 + 31 +0.0 +1001 +QCAD +1000 +WertH:-laus + 0 +VIEWPORT + 5 +11A +330 +59 +100 +AcDbEntity + 67 + 1 + 8 +0 +100 +AcDbViewport + 10 +128.5 + 20 +97.5 + 30 +0.0 + 40 +314.226 + 41 +222.18 + 68 + 1 + 69 + 1 + 12 +128.5 + 22 +97.5 + 13 +0.0 + 23 +0.0 + 14 +10.0 + 24 +10.0 + 15 +10.0 + 25 +10.0 + 16 +0.0 + 26 +0.0 + 36 +1.0 + 17 +0.0 + 27 +0.0 + 37 +0.0 + 42 +50.0 + 43 +0.0 + 44 +0.0 + 45 +222.18 + 50 +0.0 + 51 +0.0 + 72 + 100 + 90 + 557152 + 1 + +281 + 0 + 71 + 1 + 74 + 0 +110 +0.0 +120 +0.0 +130 +0.0 +111 +1.0 +121 +0.0 +131 +0.0 +112 +0.0 +122 +1.0 +132 +0.0 + 79 + 0 +146 +0.0 +170 + 0 + 61 + 5 +348 +6D +292 + 1 +282 + 1 +141 +0.0 +142 +0.0 + 63 + 256 +361 +11B + 0 +ENDSEC + 0 +SECTION + 2 +OBJECTS + 0 +DICTIONARY + 5 +4B +330 +0 +100 +AcDbDictionary +281 + 1 + 3 +ACAD_DETAILVIEWSTYLE +350 +123 + 3 +ACAD_GROUP +350 +4C + 3 +ACAD_LAYOUT +350 +58 + 3 +ACAD_MATERIAL +350 +81 + 3 +ACAD_MLEADERSTYLE +350 +A9 + 3 +ACAD_MLINESTYLE +350 +55 + 3 +ACAD_PLOTSETTINGS +350 +57 + 3 +ACAD_PLOTSTYLENAME +350 +4D + 3 +ACAD_SCALELIST +350 +85 + 3 +ACAD_SECTIONVIEWSTYLE +350 +124 + 3 +ACAD_TABLESTYLE +350 +A7 + 3 +ACAD_VISUALSTYLE +350 +68 + 3 +AcDbVariableDictionary +350 +11C + 3 +ACDB_RECOMPOSE_DATA +350 +120 + 3 +QCAD_OBJECTS +350 +AD + 0 +SUN + 5 +AB +330 +67 +100 +AcDbSun + 90 + 1 +290 + 0 + 63 + 7 +421 + 16777215 + 40 +1.0 +291 + 1 + 91 + 2455826 + 92 + 54000000 +292 + 0 + 70 + 2 + 71 + 256 +280 + 1 + 0 +SUN + 5 +11B +330 +11A +100 +AcDbSun + 90 + 1 +290 + 0 + 63 + 7 +421 + 16777215 + 40 +1.0 +291 + 1 + 91 + 2455826 + 92 + 54000000 +292 + 0 + 70 + 2 + 71 + 256 +280 + 1 + 0 +DICTIONARY + 5 +123 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 0 +DICTIONARY + 5 +4C +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 0 +DICTIONARY + 5 +58 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +Layout1 +350 +5C + 3 +Model +350 +60 + 0 +DICTIONARY + 5 +81 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +ByBlock +350 +83 + 3 +ByLayer +350 +82 + 3 +Global +350 +84 + 0 +DICTIONARY + 5 +A9 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +Standard +350 +AA + 0 +DICTIONARY + 5 +55 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +Standard +350 +56 + 0 +DICTIONARY + 5 +57 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 0 +ACDBDICTIONARYWDFLT + 5 +4D +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +Normal +350 +4E +100 +AcDbDictionaryWithDefault +340 +4E + 0 +DICTIONARY + 5 +85 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +A0 +350 +86 + 3 +A1 +350 +87 + 3 +A2 +350 +88 + 3 +A3 +350 +89 + 3 +A4 +350 +8A + 3 +A5 +350 +8B + 3 +A6 +350 +8C + 3 +A7 +350 +8D + 3 +A8 +350 +8E + 3 +A9 +350 +8F + 3 +B0 +350 +90 + 3 +B1 +350 +91 + 3 +B2 +350 +92 + 3 +B3 +350 +93 + 3 +B4 +350 +94 + 3 +B5 +350 +95 + 3 +B6 +350 +96 + 3 +B7 +350 +97 + 3 +B8 +350 +98 + 3 +B9 +350 +99 + 3 +C0 +350 +9A + 3 +C1 +350 +9B + 3 +C2 +350 +9C + 3 +C3 +350 +9D + 3 +C4 +350 +9E + 3 +C5 +350 +9F + 3 +C6 +350 +A0 + 3 +C7 +350 +A1 + 3 +C8 +350 +A2 + 3 +C9 +350 +A3 + 3 +D0 +350 +A4 + 3 +D1 +350 +A5 + 3 +D2 +350 +A6 + 0 +DICTIONARY + 5 +124 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 0 +DICTIONARY + 5 +A7 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +Standard +350 +A8 + 0 +DICTIONARY + 5 +68 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +2dWireframe +350 +6D + 3 +Basic +350 +70 + 3 +Brighten +350 +74 + 3 +ColorChange +350 +78 + 3 +Conceptual +350 +72 + 3 +Dim +350 +73 + 3 +EdgeColorOff +350 +7B + 3 +Facepattern +350 +77 + 3 +Flat +350 +69 + 3 +FlatWithEdges +350 +6A + 3 +Gouraud +350 +6B + 3 +GouraudWithEdges +350 +6C + 3 +Hidden +350 +6F + 3 +JitterOff +350 +79 + 3 +Linepattern +350 +76 + 3 +OverhangOff +350 +7A + 3 +Realistic +350 +71 + 3 +Shaded +350 +80 + 3 +Shaded with edges +350 +7F + 3 +Shades of Gray +350 +7C + 3 +Sketchy +350 +7D + 3 +Thicken +350 +75 + 3 +Wireframe +350 +6E + 3 +X-Ray +350 +7E + 0 +DICTIONARY + 5 +11C +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +CANNOSCALE +350 +11D + 3 +CMLEADERSTYLE +350 +122 + 3 +CTABLESTYLE +350 +121 + 0 +XRECORD + 5 +120 +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbXrecord +280 + 1 + 90 + 1 +330 +A8 + 0 +DICTIONARY + 5 +AD +102 +{ACAD_REACTORS +330 +4B +102 +} +330 +4B +100 +AcDbDictionary +281 + 1 + 3 +ColorSettings/BackgroundColor +350 +AF + 3 +ColorSettings/ColorMode +350 +B0 + 3 +Grid/DisplayGrid00 +350 +B1 + 3 +Grid/DisplayGrid01 +350 +B2 + 3 +Grid/DisplayGrid02 +350 +B3 + 3 +Grid/DisplayGrid03 +350 +B4 + 3 +Grid/GridSpacingX00 +350 +B5 + 3 +Grid/GridSpacingX01 +350 +B6 + 3 +Grid/GridSpacingX02 +350 +B7 + 3 +Grid/GridSpacingX03 +350 +B8 + 3 +Grid/GridSpacingY00 +350 +B9 + 3 +Grid/GridSpacingY01 +350 +BA + 3 +Grid/GridSpacingY02 +350 +BB + 3 +Grid/GridSpacingY03 +350 +BC + 3 +Grid/IsometricGrid00 +350 +BD + 3 +Grid/IsometricGrid01 +350 +BE + 3 +Grid/IsometricGrid02 +350 +BF + 3 +Grid/IsometricGrid03 +350 +C0 + 3 +Grid/IsometricProjection00 +350 +C1 + 3 +Grid/IsometricProjection01 +350 +C2 + 3 +Grid/IsometricProjection02 +350 +C3 + 3 +Grid/IsometricProjection03 +350 +C4 + 3 +Grid/MetaGridSpacingX00 +350 +C5 + 3 +Grid/MetaGridSpacingX01 +350 +C6 + 3 +Grid/MetaGridSpacingX02 +350 +C7 + 3 +Grid/MetaGridSpacingX03 +350 +C8 + 3 +Grid/MetaGridSpacingY00 +350 +C9 + 3 +Grid/MetaGridSpacingY01 +350 +CA + 3 +Grid/MetaGridSpacingY02 +350 +CB + 3 +Grid/MetaGridSpacingY03 +350 +CC + 3 +MultiPageSettings/Columns +350 +CD + 3 +MultiPageSettings/GlueMarginsBottom +350 +CE + 3 +MultiPageSettings/GlueMarginsLeft +350 +CF + 3 +MultiPageSettings/GlueMarginsRight +350 +D0 + 3 +MultiPageSettings/GlueMarginsTop +350 +D1 + 3 +MultiPageSettings/PrintCropMarks +350 +D2 + 3 +MultiPageSettings/Rows +350 +D3 + 3 +PageSettings/OffsetX +350 +D4 + 3 +PageSettings/OffsetY +350 +D5 + 3 +PageSettings/PageOrientation +350 +D6 + 3 +PageSettings/PaperHeight +350 +D7 + 3 +PageSettings/PaperWidth +350 +D8 + 3 +PageSettings/Scale +350 +D9 + 3 +PageSettings/ShowPaperBorders +350 +DA + 3 +QCADVersion +350 +AE + 3 +UnitSettings/PaperUnit +350 +DB + 3 +ViewportCenter +350 +DC + 3 +ViewportHeight +350 +DD + 3 +ViewportWidth +350 +DE + 0 +LAYOUT + 5 +5C +102 +{ACAD_REACTORS +330 +58 +102 +} +330 +58 +100 +AcDbPlotSettings + 1 + + 2 +none_device + 4 +ISO_A4_(210.00_x_297.00_MM) + 6 + + 40 +7.5 + 41 +20.0 + 42 +7.5 + 43 +20.0 + 44 +210.0 + 45 +297.0 + 46 +0.0 + 47 +0.0 + 48 +0.0 + 49 +0.0 +140 +0.0 +141 +0.0 +142 +1.0 +143 +1.0 + 70 + 688 + 72 + 1 + 73 + 1 + 74 + 5 + 7 + + 75 + 16 + 76 + 0 + 77 + 2 + 78 + 300 +147 +1.0 +148 +0.0 +149 +0.0 +100 +AcDbLayout + 1 +Layout1 + 70 + 1 + 71 + 0 + 10 +-20.0 + 20 +-7.5 + 11 +277.0 + 21 +202.5 + 12 +0.0 + 22 +0.0 + 32 +0.0 + 14 +0.0 + 24 +0.0 + 34 +0.0 + 15 +0.0 + 25 +0.0 + 35 +0.0 +146 +0.0 + 13 +0.0 + 23 +0.0 + 33 +0.0 + 16 +1.0 + 26 +0.0 + 36 +0.0 + 17 +0.0 + 27 +1.0 + 37 +0.0 + 76 + 0 +330 +59 +331 +11A + 0 +LAYOUT + 5 +60 +102 +{ACAD_REACTORS +330 +58 +102 +} +330 +58 +100 +AcDbPlotSettings + 1 + + 2 +none_device + 4 +Letter_(8.50_x_11.00_Inches) + 6 + + 40 +6.35 + 41 +6.35 + 42 +6.35000508 + 43 +6.35000508 + 44 +215.9 + 45 +279.4 + 46 +0.0 + 47 +0.0 + 48 +0.0 + 49 +0.0 +140 +0.0 +141 +0.0 +142 +1.0 +143 +1.0 + 70 + 1712 + 72 + 0 + 73 + 0 + 74 + 0 + 7 + + 75 + 0 + 76 + 0 + 77 + 2 + 78 + 300 +147 +1.0 +148 +0.0 +149 +0.0 +100 +AcDbLayout + 1 +Model + 70 + 1 + 71 + 0 + 10 +0.0 + 20 +0.0 + 11 +12.0 + 21 +9.0 + 12 +0.0 + 22 +0.0 + 32 +0.0 + 14 +1.000000000000000E+20 + 24 +1.000000000000000E+20 + 34 +1.000000000000000E+20 + 15 +-1.000000000000000E+20 + 25 +-1.000000000000000E+20 + 35 +-1.000000000000000E+20 +146 +0.0 + 13 +0.0 + 23 +0.0 + 33 +0.0 + 16 +1.0 + 26 +0.0 + 36 +0.0 + 17 +0.0 + 27 +1.0 + 37 +0.0 + 76 + 0 +330 +5D +331 +67 + 0 +MATERIAL + 5 +83 +102 +{ACAD_REACTORS +330 +81 +102 +} +330 +81 +100 +AcDbMaterial + 1 +ByBlock + 72 + 1 + 94 + 127 + 0 +MATERIAL + 5 +82 +102 +{ACAD_REACTORS +330 +81 +102 +} +330 +81 +100 +AcDbMaterial + 1 +ByLayer + 72 + 1 + 94 + 127 + 0 +MATERIAL + 5 +84 +102 +{ACAD_REACTORS +330 +81 +102 +} +330 +81 +100 +AcDbMaterial + 1 +Global + 72 + 1 + 94 + 127 + 0 +MLEADERSTYLE + 5 +AA +102 +{ACAD_REACTORS +330 +A9 +102 +} +330 +A9 +100 +AcDbMLeaderStyle +179 + 2 +170 + 2 +171 + 1 +172 + 0 + 90 + 2 + 40 +0.0 + 41 +0.0 +173 + 1 + 91 +-1056964608 +340 +52 + 92 + -2 +290 + 1 + 42 +0.09 +291 + 1 + 43 +0.36 + 3 +Standard +341 +0 + 44 +0.18 +300 + +342 +50 +174 + 1 +178 + 6 +175 + 1 +176 + 0 + 93 +-1056964608 + 45 +0.18 +292 + 0 +297 + 0 + 46 +0.18 +343 +0 + 94 +-1056964608 + 47 +1.0 + 49 +1.0 +140 +1.0 +293 + 1 +141 +0.0 +294 + 1 +177 + 0 +142 +1.0 +295 + 0 +296 + 0 +143 +0.125 +271 + 0 +272 + 9 +273 + 9 +298 + 0 + 0 +MLINESTYLE + 5 +56 +102 +{ACAD_REACTORS +330 +55 +102 +} +330 +55 +100 +AcDbMlineStyle + 2 +Standard + 70 + 0 + 3 + + 62 + 256 + 51 +90.0 + 52 +90.0 + 71 + 2 + 49 +0.5 + 62 + 256 + 6 +BYLAYER + 49 +-0.5 + 62 + 256 + 6 +BYLAYER + 0 +ACDBPLACEHOLDER + 5 +4E +102 +{ACAD_REACTORS +330 +4D +102 +} +330 +4D + 0 +SCALE + 5 +86 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:1 +140 +1.0 +141 +1.0 +290 + 1 + 0 +SCALE + 5 +87 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:2 +140 +1.0 +141 +2.0 +290 + 0 + 0 +SCALE + 5 +88 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:4 +140 +1.0 +141 +4.0 +290 + 0 + 0 +SCALE + 5 +89 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:5 +140 +1.0 +141 +5.0 +290 + 0 + 0 +SCALE + 5 +8A +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:8 +140 +1.0 +141 +8.0 +290 + 0 + 0 +SCALE + 5 +8B +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:10 +140 +1.0 +141 +10.0 +290 + 0 + 0 +SCALE + 5 +8C +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:16 +140 +1.0 +141 +16.0 +290 + 0 + 0 +SCALE + 5 +8D +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:20 +140 +1.0 +141 +20.0 +290 + 0 + 0 +SCALE + 5 +8E +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:30 +140 +1.0 +141 +30.0 +290 + 0 + 0 +SCALE + 5 +8F +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:40 +140 +1.0 +141 +40.0 +290 + 0 + 0 +SCALE + 5 +90 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:50 +140 +1.0 +141 +50.0 +290 + 0 + 0 +SCALE + 5 +91 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1:100 +140 +1.0 +141 +100.0 +290 + 0 + 0 +SCALE + 5 +92 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +2:1 +140 +2.0 +141 +1.0 +290 + 0 + 0 +SCALE + 5 +93 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +4:1 +140 +4.0 +141 +1.0 +290 + 0 + 0 +SCALE + 5 +94 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +8:1 +140 +8.0 +141 +1.0 +290 + 0 + 0 +SCALE + 5 +95 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +10:1 +140 +10.0 +141 +1.0 +290 + 0 + 0 +SCALE + 5 +96 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +100:1 +140 +100.0 +141 +1.0 +290 + 0 + 0 +SCALE + 5 +97 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1/128" = 1'-0" +140 +0.0078125 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +98 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1/64" = 1'-0" +140 +0.015625 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +99 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1/32" = 1'-0" +140 +0.03125 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +9A +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1/16" = 1'-0" +140 +0.0625 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +9B +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +3/32" = 1'-0" +140 +0.09375 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +9C +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1/8" = 1'-0" +140 +0.125 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +9D +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +3/16" = 1'-0" +140 +0.1875 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +9E +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1/4" = 1'-0" +140 +0.25 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +9F +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +3/8" = 1'-0" +140 +0.375 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +A0 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1/2" = 1'-0" +140 +0.5 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +A1 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +3/4" = 1'-0" +140 +0.75 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +A2 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1" = 1'-0" +140 +1.0 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +A3 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1-1/2" = 1'-0" +140 +1.5 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +A4 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +3" = 1'-0" +140 +3.0 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +A5 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +6" = 1'-0" +140 +6.0 +141 +12.0 +290 + 0 + 0 +SCALE + 5 +A6 +102 +{ACAD_REACTORS +330 +85 +102 +} +330 +85 +100 +AcDbScale + 70 + 0 +300 +1'-0" = 1'-0" +140 +12.0 +141 +12.0 +290 + 0 + 0 +TABLESTYLE + 5 +A8 +102 +{ACAD_REACTORS +330 +A7 +102 +} +102 +{ACAD_XDICTIONARY +360 +11E +102 +} +330 +A7 +100 +AcDbTableStyle + 3 +Standard + 70 + 0 + 71 + 0 + 40 +0.06 + 41 +0.06 +280 + 0 +281 + 0 + 7 +Standard +140 +0.18 +170 + 2 + 62 + 0 + 63 + 257 +283 + 0 + 90 + 4 + 91 + 0 + 1 + +274 + -2 +284 + 1 + 64 + 0 +275 + -2 +285 + 1 + 65 + 0 +276 + -2 +286 + 1 + 66 + 0 +277 + -2 +287 + 1 + 67 + 0 +278 + -2 +288 + 1 + 68 + 0 +279 + -2 +289 + 1 + 69 + 0 + 7 +Standard +140 +0.25 +170 + 5 + 62 + 0 + 63 + 257 +283 + 0 + 90 + 4 + 91 + 0 + 1 + +274 + -2 +284 + 1 + 64 + 0 +275 + -2 +285 + 1 + 65 + 0 +276 + -2 +286 + 1 + 66 + 0 +277 + -2 +287 + 1 + 67 + 0 +278 + -2 +288 + 1 + 68 + 0 +279 + -2 +289 + 1 + 69 + 0 + 7 +Standard +140 +0.18 +170 + 5 + 62 + 0 + 63 + 257 +283 + 0 + 90 + 4 + 91 + 0 + 1 + +274 + -2 +284 + 1 + 64 + 0 +275 + -2 +285 + 1 + 65 + 0 +276 + -2 +286 + 1 + 66 + 0 +277 + -2 +287 + 1 + 67 + 0 +278 + -2 +288 + 1 + 68 + 0 +279 + -2 +289 + 1 + 69 + 0 + 0 +VISUALSTYLE + 5 +6D +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +2dWireframe + 70 + 4 +177 + 3 +291 + 0 + 70 + 58 + 90 + 0 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +70 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Basic + 70 + 7 +177 + 3 +291 + 1 + 70 + 58 + 90 + 1 +176 + 1 + 90 + 0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 0 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +74 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Brighten + 70 + 12 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +50.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +78 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +ColorChange + 70 + 16 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 8 +420 + 8421504 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 8 +420 + 8421504 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +72 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Conceptual + 70 + 9 +177 + 3 +291 + 0 + 70 + 58 + 90 + 3 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +179.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +73 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Dim + 70 + 11 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +-50.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +7B +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +EdgeColorOff + 70 + 22 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 0 + 90 + 2 +176 + 0 + 90 + 0 +176 + 0 + 90 + 0 +176 + 0 + 40 +0.6 +176 + 0 + 40 +30.0 +176 + 0 + 62 + 7 +420 + 16777215 +176 + 0 + 90 + 1 +176 + 0 + 90 + 4 +176 + 0 + 62 + 7 +176 + 0 + 62 + 257 +176 + 0 + 90 + 1 +176 + 0 + 90 + 1 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 8 +176 + 2 + 62 + 7 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 1 +176 + 0 + 90 + 6 +176 + 0 + 90 + 2 +176 + 0 + 62 + 7 +176 + 0 + 90 + 5 +176 + 0 + 90 + 0 +176 + 0 + 90 + 0 +176 + 0 +290 + 0 +176 + 0 + 90 + 1 +176 + 0 + 40 +0.0 +176 + 0 + 90 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 1 +176 + 0 +290 + 1 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 40 +0.0 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 0 +176 + 0 + 62 + 178 +420 + 0 +176 + 0 + 90 + 50 +176 + 0 + 90 + 3 +176 + 0 + 62 + 5 +420 + 255 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 90 + 50 +176 + 0 + 90 + 50 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 0 + 1 +strokes_ogs.tif +176 + 0 +290 + 0 +176 + 0 + 40 +1.0 +176 + 0 + 40 +1.0 +176 + 0 + 0 +VISUALSTYLE + 5 +77 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Facepattern + 70 + 15 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +69 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Flat + 70 + 0 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 13 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +6A +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +FlatWithEdges + 70 + 1 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 0 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 13 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +6B +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Gouraud + 70 + 2 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 13 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +6C +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +GouraudWithEdges + 70 + 3 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 0 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 13 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +6F +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Hidden + 70 + 6 +177 + 3 +291 + 0 + 70 + 58 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 40 +40.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +79 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +JitterOff + 70 + 20 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 0 + 90 + 2 +176 + 0 + 90 + 0 +176 + 0 + 90 + 0 +176 + 0 + 40 +0.6 +176 + 0 + 40 +30.0 +176 + 0 + 62 + 7 +420 + 16777215 +176 + 0 + 90 + 1 +176 + 0 + 90 + 4 +176 + 0 + 62 + 7 +176 + 0 + 62 + 257 +176 + 0 + 90 + 1 +176 + 0 + 90 + 1 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 10 +176 + 2 + 62 + 7 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 1 +176 + 0 + 90 + 6 +176 + 0 + 90 + 2 +176 + 0 + 62 + 7 +176 + 0 + 90 + 5 +176 + 0 + 90 + 0 +176 + 0 + 90 + 0 +176 + 0 +290 + 0 +176 + 0 + 90 + 1 +176 + 0 + 40 +0.0 +176 + 0 + 90 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 1 +176 + 0 +290 + 1 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 40 +0.0 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 0 +176 + 0 + 62 + 178 +420 + 0 +176 + 0 + 90 + 50 +176 + 0 + 90 + 3 +176 + 0 + 62 + 5 +420 + 255 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 90 + 50 +176 + 0 + 90 + 50 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 0 + 1 +strokes_ogs.tif +176 + 0 +290 + 0 +176 + 0 + 40 +1.0 +176 + 0 + 40 +1.0 +176 + 0 + 0 +VISUALSTYLE + 5 +76 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Linepattern + 70 + 14 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 7 +176 + 1 + 90 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +7A +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +OverhangOff + 70 + 21 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 0 + 90 + 2 +176 + 0 + 90 + 0 +176 + 0 + 90 + 0 +176 + 0 + 40 +0.6 +176 + 0 + 40 +30.0 +176 + 0 + 62 + 7 +420 + 16777215 +176 + 0 + 90 + 1 +176 + 0 + 90 + 4 +176 + 0 + 62 + 7 +176 + 0 + 62 + 257 +176 + 0 + 90 + 1 +176 + 0 + 90 + 1 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 9 +176 + 2 + 62 + 7 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 1 +176 + 0 + 90 + 6 +176 + 0 + 90 + 2 +176 + 0 + 62 + 7 +176 + 0 + 90 + 5 +176 + 0 + 90 + 0 +176 + 0 + 90 + 0 +176 + 0 +290 + 0 +176 + 0 + 90 + 1 +176 + 0 + 40 +0.0 +176 + 0 + 90 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 1 +176 + 0 +290 + 1 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 40 +0.0 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 0 +176 + 0 + 62 + 178 +420 + 0 +176 + 0 + 90 + 50 +176 + 0 + 90 + 3 +176 + 0 + 62 + 5 +420 + 255 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 90 + 50 +176 + 0 + 90 + 50 +176 + 0 +290 + 0 +176 + 0 + 90 + 50 +176 + 0 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 0 + 1 +strokes_ogs.tif +176 + 0 +290 + 0 +176 + 0 + 40 +1.0 +176 + 0 + 40 +1.0 +176 + 0 + 0 +VISUALSTYLE + 5 +71 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Realistic + 70 + 8 +177 + 3 +291 + 0 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 2 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 13 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +80 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Shaded + 70 + 27 +177 + 3 +291 + 0 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 0 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 8 +420 + 7895160 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 5 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +7F +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Shaded with edges + 70 + 26 +177 + 3 +291 + 0 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 10 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 5 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +7C +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Shades of Gray + 70 + 23 +177 + 3 +291 + 0 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 62 + 7 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +40.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +7D +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Sketchy + 70 + 24 +177 + 3 +291 + 0 + 70 + 58 + 90 + 1 +176 + 1 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 62 + 7 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +40.0 +176 + 1 + 90 + 11 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 6 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +75 +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Thicken + 70 + 13 +177 + 3 +291 + 1 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 12 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 5 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +6E +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +Wireframe + 70 + 5 +177 + 3 +291 + 0 + 70 + 58 + 90 + 0 +176 + 1 + 90 + 2 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 + 40 +0.6 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 4 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 257 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +VISUALSTYLE + 5 +7E +102 +{ACAD_REACTORS +330 +68 +102 +} +330 +68 +100 +AcDbVisualStyle + 2 +X-Ray + 70 + 25 +177 + 3 +291 + 0 + 70 + 58 + 90 + 2 +176 + 1 + 90 + 2 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +0.5 +176 + 1 + 40 +30.0 +176 + 1 + 62 + 7 +420 + 16777215 +176 + 1 + 90 + 1 +176 + 1 + 90 + 0 +176 + 1 + 62 + 7 +176 + 1 + 62 + 257 +176 + 1 + 90 + 1 +176 + 1 + 90 + 1 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 8 +176 + 1 + 62 + 7 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 1 +176 + 1 + 90 + 6 +176 + 1 + 90 + 2 +176 + 1 + 62 + 7 +176 + 1 + 90 + 3 +176 + 1 + 90 + 0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 13 +176 + 1 + 40 +0.0 +176 + 1 + 90 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 1 +176 + 1 +290 + 1 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 40 +0.0 +176 + 1 + 40 +1.0 +176 + 1 + 90 + 0 +176 + 1 + 62 + 178 +420 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 3 +176 + 1 + 62 + 5 +420 + 255 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 + 90 + 50 +176 + 1 +290 + 0 +176 + 1 + 90 + 50 +176 + 1 + 62 + 256 +176 + 0 + 40 +1.0 +176 + 0 + 90 + 2 +176 + 1 + 1 +strokes_ogs.tif +176 + 1 +290 + 0 +176 + 1 + 40 +1.0 +176 + 1 + 40 +1.0 +176 + 1 + 0 +DICTIONARYVAR + 5 +11D +102 +{ACAD_REACTORS +330 +11C +102 +} +330 +11C +100 +DictionaryVariables +280 + 0 + 1 +1:1 + 0 +DICTIONARYVAR + 5 +122 +102 +{ACAD_REACTORS +330 +11C +102 +} +330 +11C +100 +DictionaryVariables +280 + 0 + 1 +Standard + 0 +DICTIONARYVAR + 5 +121 +102 +{ACAD_REACTORS +330 +11C +102 +} +330 +11C +100 +DictionaryVariables +280 + 0 + 1 +Standard + 0 +XRECORD + 5 +AF +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +#ffffff + 0 +XRECORD + 5 +B0 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +FullColor + 0 +XRECORD + 5 +B1 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 1 + 0 +XRECORD + 5 +B2 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 1 + 0 +XRECORD + 5 +B3 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 1 + 0 +XRECORD + 5 +B4 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 1 + 0 +XRECORD + 5 +B5 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +B6 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +B7 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +B8 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +B9 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +BA +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +BB +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +BC +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +BD +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 0 + 0 +XRECORD + 5 +BE +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 0 + 0 +XRECORD + 5 +BF +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 0 + 0 +XRECORD + 5 +C0 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 0 + 0 +XRECORD + 5 +C1 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 90 + 65537 + 0 +XRECORD + 5 +C2 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 90 + 65537 + 0 +XRECORD + 5 +C3 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 90 + 65537 + 0 +XRECORD + 5 +C4 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 90 + 65537 + 0 +XRECORD + 5 +C5 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +C6 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +C7 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +C8 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +C9 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +CA +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +CB +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +CC +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +auto + 0 +XRECORD + 5 +CD +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 90 + 1 + 0 +XRECORD + 5 +CE +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +10.0 + 0 +XRECORD + 5 +CF +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +10.0 + 0 +XRECORD + 5 +D0 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +10.0 + 0 +XRECORD + 5 +D1 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +10.0 + 0 +XRECORD + 5 +D2 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 0 + 0 +XRECORD + 5 +D3 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 90 + 1 + 0 +XRECORD + 5 +D4 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +0.0 + 0 +XRECORD + 5 +D5 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +0.0 + 0 +XRECORD + 5 +D6 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +Portrait + 0 +XRECORD + 5 +D7 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +297.0 + 0 +XRECORD + 5 +D8 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +210.0 + 0 +XRECORD + 5 +D9 +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +1:1 + 0 +XRECORD + 5 +DA +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +290 + 1 + 0 +XRECORD + 5 +AE +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 +1000 +3.19.2 + 0 +XRECORD + 5 +DB +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 90 + 4 + 0 +XRECORD + 5 +DC +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 0 +XRECORD + 5 +DD +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +101.1 + 0 +XRECORD + 5 +DE +102 +{ACAD_REACTORS +330 +AD +102 +} +330 +AD +100 +AcDbXrecord +280 + 1 + 40 +179.4 + 0 +DICTIONARY + 5 +11E +330 +A8 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_ROUNDTRIP_2008_TABLESTYLE_CELLSTYLEMAP +360 +11F + 0 +CELLSTYLEMAP + 5 +11F +102 +{ACAD_REACTORS +330 +11E +102 +} +330 +11E +100 +AcDbCellStyleMap + 90 + 3 +300 +CELLSTYLE + 1 +TABLEFORMAT_BEGIN + 90 + 5 +170 + 1 + 91 + 0 + 92 + 32768 + 62 + 257 + 93 + 1 +300 +CONTENTFORMAT + 1 +CONTENTFORMAT_BEGIN + 90 + 0 + 91 + 0 + 92 + 4 + 93 + 0 +300 + + 40 +0.0 +140 +1.0 + 94 + 5 + 62 + 0 +340 +50 +144 +0.25 +309 +CONTENTFORMAT_END +171 + 1 +301 +MARGIN + 1 +CELLMARGIN_BEGIN + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 +309 +CELLMARGIN_END + 94 + 6 + 95 + 1 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 2 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 4 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 8 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 16 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 32 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END +309 +TABLEFORMAT_END + 1 +CELLSTYLE_BEGIN + 90 + 1 + 91 + 1 +300 +_TITLE +309 +CELLSTYLE_END +300 +CELLSTYLE + 1 +TABLEFORMAT_BEGIN + 90 + 5 +170 + 1 + 91 + 0 + 92 + 0 + 62 + 257 + 93 + 1 +300 +CONTENTFORMAT + 1 +CONTENTFORMAT_BEGIN + 90 + 0 + 91 + 0 + 92 + 4 + 93 + 0 +300 + + 40 +0.0 +140 +1.0 + 94 + 5 + 62 + 0 +340 +50 +144 +0.18 +309 +CONTENTFORMAT_END +171 + 1 +301 +MARGIN + 1 +CELLMARGIN_BEGIN + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 +309 +CELLMARGIN_END + 94 + 6 + 95 + 1 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 2 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 4 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 8 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 16 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 32 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END +309 +TABLEFORMAT_END + 1 +CELLSTYLE_BEGIN + 90 + 2 + 91 + 1 +300 +_HEADER +309 +CELLSTYLE_END +300 +CELLSTYLE + 1 +TABLEFORMAT_BEGIN + 90 + 5 +170 + 1 + 91 + 0 + 92 + 0 + 62 + 257 + 93 + 1 +300 +CONTENTFORMAT + 1 +CONTENTFORMAT_BEGIN + 90 + 0 + 91 + 0 + 92 + 4 + 93 + 0 +300 + + 40 +0.0 +140 +1.0 + 94 + 2 + 62 + 0 +340 +50 +144 +0.18 +309 +CONTENTFORMAT_END +171 + 1 +301 +MARGIN + 1 +CELLMARGIN_BEGIN + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 + 40 +0.06 +309 +CELLMARGIN_END + 94 + 6 + 95 + 1 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 2 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 4 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 8 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 16 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END + 95 + 32 +302 +GRIDFORMAT + 1 +GRIDFORMAT_BEGIN + 90 + 0 + 91 + 1 + 62 + 0 + 92 + -2 +340 +52 + 93 + 0 + 40 +0.045 +309 +GRIDFORMAT_END +309 +TABLEFORMAT_END + 1 +CELLSTYLE_BEGIN + 90 + 3 + 91 + 2 +300 +_DATA +309 +CELLSTYLE_END + 0 +ENDSEC + 0 +EOF diff --git a/test/data/extendeddata.expected.json b/test/data/extendeddata.expected.json new file mode 100644 index 0000000..c82bd3c --- /dev/null +++ b/test/data/extendeddata.expected.json @@ -0,0 +1,1219 @@ +{ + "header": { + "$ACADVER": "AC1027", + "$ACADMAINTVER": 105, + "$DWGCODEPAGE": "ANSI_1252", + "$REQUIREDVERSIONS": 0, + "$INSBASE": { + "x": 0, + "y": 0, + "z": 0 + }, + "$EXTMIN": { + "x": 100000000000000000000, + "y": 100000000000000000000, + "z": 100000000000000000000 + }, + "$EXTMAX": { + "x": -100000000000000000000, + "y": -100000000000000000000, + "z": -100000000000000000000 + }, + "$LIMMIN": { + "x": 0, + "y": 0 + }, + "$LIMMAX": { + "x": 12, + "y": 9 + }, + "$ORTHOMODE": 0, + "$REGENMODE": 1, + "$FILLMODE": 1, + "$QTEXTMODE": 0, + "$MIRRTEXT": 1, + "$LTSCALE": 1, + "$ATTMODE": 1, + "$TEXTSIZE": 0.2, + "$TRACEWID": 0.05, + "$TEXTSTYLE": "Standard", + "$CLAYER": "0", + "$CELTYPE": "ByLayer", + "$CECOLOR": 256, + "$CELTSCALE": 1, + "$DISPSILH": 0, + "$DIMSCALE": 1, + "$DIMASZ": 2.5, + "$DIMEXO": 0.625, + "$DIMDLI": 0.38, + "$DIMRND": 0, + "$DIMDLE": 0, + "$DIMEXE": 1.25, + "$DIMTP": 0, + "$DIMTM": 0, + "$DIMTXT": 2.5, + "$DIMCEN": 0.09, + "$DIMTSZ": 0, + "$DIMTOL": 0, + "$DIMLIM": 0, + "$DIMTIH": 1, + "$DIMTOH": 1, + "$DIMSE1": 0, + "$DIMSE2": 0, + "$DIMTAD": 0, + "$DIMZIN": 8, + "$DIMBLK": "", + "$DIMASO": 1, + "$DIMSHO": 1, + "$DIMPOST": "", + "$DIMAPOST": "", + "$DIMALT": 0, + "$DIMALTD": 2, + "$DIMALTF": 25.4, + "$DIMLFAC": 1, + "$DIMTOFL": 0, + "$DIMTVP": 0, + "$DIMTIX": 0, + "$DIMSOXD": 0, + "$DIMSAH": 0, + "$DIMBLK1": "", + "$DIMBLK2": "", + "$DIMSTYLE": "Standard", + "$DIMCLRD": 0, + "$DIMCLRE": 0, + "$DIMCLRT": 0, + "$DIMTFAC": 1, + "$DIMGAP": 0.625, + "$DIMJUST": 0, + "$DIMSD1": 0, + "$DIMSD2": 0, + "$DIMTOLJ": 1, + "$DIMTZIN": 0, + "$DIMALTZ": 0, + "$DIMALTTZ": 0, + "$DIMUPT": 0, + "$DIMDEC": 4, + "$DIMTDEC": 4, + "$DIMALTU": 2, + "$DIMALTTD": 2, + "$DIMTXSTY": "Standard", + "$DIMAUNIT": 0, + "$DIMADEC": 0, + "$DIMALTRND": 0, + "$DIMAZIN": 2, + "$DIMDSEP": 46, + "$DIMATFIT": 3, + "$DIMFRAC": 0, + "$DIMLDRBLK": "", + "$DIMLUNIT": 2, + "$DIMLWD": -2, + "$DIMLWE": -2, + "$DIMTMOVE": 0, + "$DIMFXL": 1, + "$DIMFXLON": 0, + "$DIMJOGANG": 0.7853981633974483, + "$DIMTFILL": 0, + "$DIMTFILLCLR": 0, + "$DIMARCSYM": 0, + "$DIMLTYPE": "", + "$DIMLTEX1": "", + "$DIMLTEX2": "", + "$DIMTXTDIRECTION": 0, + "$LUNITS": 2, + "$LUPREC": 4, + "$SKETCHINC": 0.1, + "$FILLETRAD": 0.5, + "$AUNITS": 0, + "$AUPREC": 0, + "$MENU": ".", + "$ELEVATION": 0, + "$PELEVATION": 0, + "$THICKNESS": 0, + "$LIMCHECK": 0, + "$CHAMFERA": 0, + "$CHAMFERB": 0, + "$CHAMFERC": 0, + "$CHAMFERD": 0, + "$SKPOLY": 0, + "$TDCREATE": 2458168.794448727, + "$TDUCREATE": 2458168.75278206, + "$TDUPDATE": 2458168.794448738, + "$TDUUPDATE": 2458168.752782072, + "$TDINDWG": 1.16e-8, + "$TDUSRTIMER": 1.16e-8, + "$USRTIMER": 1, + "$ANGBASE": 0, + "$ANGDIR": 0, + "$PDMODE": 35, + "$PDSIZE": 0, + "$PLINEWID": 0, + "$SPLFRAME": 0, + "$SPLINETYPE": 6, + "$SPLINESEGS": 8, + "$HANDSEED": "125", + "$SURFTAB1": 6, + "$SURFTAB2": 6, + "$SURFTYPE": 6, + "$SURFU": 6, + "$SURFV": 6, + "$UCSBASE": "", + "$UCSNAME": "", + "$UCSORG": { + "x": 0, + "y": 0, + "z": 0 + }, + "$UCSXDIR": { + "x": 1, + "y": 0, + "z": 0 + }, + "$UCSYDIR": { + "x": 0, + "y": 1, + "z": 0 + }, + "$UCSORTHOREF": "", + "$UCSORTHOVIEW": 0, + "$UCSORGTOP": { + "x": 0, + "y": 0, + "z": 0 + }, + "$UCSORGBOTTOM": { + "x": 0, + "y": 0, + "z": 0 + }, + "$UCSORGLEFT": { + "x": 0, + "y": 0, + "z": 0 + }, + "$UCSORGRIGHT": { + "x": 0, + "y": 0, + "z": 0 + }, + "$UCSORGFRONT": { + "x": 0, + "y": 0, + "z": 0 + }, + "$UCSORGBACK": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PUCSBASE": "", + "$PUCSNAME": "", + "$PUCSORG": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PUCSXDIR": { + "x": 1, + "y": 0, + "z": 0 + }, + "$PUCSYDIR": { + "x": 0, + "y": 1, + "z": 0 + }, + "$PUCSORTHOREF": "", + "$PUCSORTHOVIEW": 0, + "$PUCSORGTOP": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PUCSORGBOTTOM": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PUCSORGLEFT": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PUCSORGRIGHT": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PUCSORGFRONT": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PUCSORGBACK": { + "x": 0, + "y": 0, + "z": 0 + }, + "$USERI1": 0, + "$USERI2": 0, + "$USERI3": 0, + "$USERI4": 0, + "$USERI5": 0, + "$USERR1": 0, + "$USERR2": 0, + "$USERR3": 0, + "$USERR4": 0, + "$USERR5": 0, + "$WORLDVIEW": 1, + "$SHADEDGE": 3, + "$SHADEDIF": 70, + "$TILEMODE": 1, + "$MAXACTVP": 64, + "$PINSBASE": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PLIMCHECK": 0, + "$PEXTMIN": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PEXTMAX": { + "x": 0, + "y": 0, + "z": 0 + }, + "$PLIMMIN": { + "x": -20, + "y": -7.5 + }, + "$PLIMMAX": { + "x": 277, + "y": 202.5 + }, + "$UNITMODE": 0, + "$VISRETAIN": 1, + "$PLINEGEN": 0, + "$PSLTSCALE": 1, + "$TREEDEPTH": 3020, + "$CMLSTYLE": "Standard", + "$CMLJUST": 0, + "$CMLSCALE": 1, + "$PROXYGRAPHICS": 1, + "$MEASUREMENT": 1, + "$CELWEIGHT": -1, + "$ENDCAPS": 0, + "$JOINSTYLE": 0, + "$LWDISPLAY": false, + "$INSUNITS": 4, + "$HYPERLINKBASE": "", + "$STYLESHEET": "", + "$XEDIT": true, + "$CEPSNTYPE": 0, + "$PSTYLEMODE": true, + "$FINGERPRINTGUID": "{34e08c27-075f-494a-a20b-360afee9b846}", + "$VERSIONGUID": "{FAEB1C32-E019-11D5-929B-00C0DF256EC4}", + "$EXTNAMES": true, + "$PSVPSCALE": 0, + "$OLESTARTUP": false, + "$SORTENTS": 127, + "$INDEXCTL": 0, + "$HIDETEXT": 1, + "$XCLIPFRAME": 2, + "$HALOGAP": 0, + "$OBSCOLOR": 257, + "$OBSLTYPE": 0, + "$INTERSECTIONDISPLAY": 0, + "$INTERSECTIONCOLOR": 257, + "$DIMASSOC": 2, + "$PROJECTNAME": "", + "$CAMERADISPLAY": false, + "$LENSLENGTH": 50, + "$CAMERAHEIGHT": 0, + "$STEPSPERSEC": 2, + "$STEPSIZE": 6, + "$3DDWFPREC": 2, + "$PSOLWIDTH": 0.25, + "$PSOLHEIGHT": 4, + "$LOFTANG1": 1.570796326794897, + "$LOFTANG2": 1.570796326794897, + "$LOFTMAG1": 0, + "$LOFTMAG2": 0, + "$LOFTPARAM": 7, + "$LOFTNORMALS": 1, + "$LATITUDE": 37.795, + "$LONGITUDE": -122.394, + "$NORTHDIRECTION": 0, + "$TIMEZONE": -8000, + "$LIGHTGLYPHDISPLAY": 1, + "$TILEMODELIGHTSYNCH": 1, + "$CMATERIAL": "82", + "$SOLIDHIST": 0, + "$SHOWHIST": 1, + "$DWFFRAME": 2, + "$DGNFRAME": 2, + "$REALWORLDSCALE": true, + "$INTERFERECOLOR": 256, + "$CSHADOW": 0, + "$SHADOWPLANELOCATION": 0 + }, + "tables": { + "viewPort": { + "handle": "47", + "ownerHandle": "0", + "viewPorts": [ + { + "ownerHandle": "47", + "name": "*Active", + "lowerLeftCorner": { + "x": 0, + "y": 0 + }, + "upperRightCorner": { + "x": 1, + "y": 1 + }, + "center": { + "x": 22.80000000000004, + "y": -16.35000000000005 + }, + "snapBasePoint": { + "x": 0, + "y": 0 + }, + "snapSpacing": { + "x": 0.5, + "y": 0.5 + }, + "gridSpacing": { + "x": 0.5, + "y": 0.5 + }, + "viewDirectionFromTarget": { + "x": 0, + "y": 0, + "z": 1 + }, + "viewTarget": { + "x": 0, + "y": 0, + "z": 0 + }, + "lensLength": 50, + "frontClippingPlane": 0, + "backClippingPlane": 0, + "snapRotationAngle": 0, + "viewTwistAngle": 0, + "renderMode": 0, + "ucsOrigin": { + "x": 0, + "y": 0, + "z": 0 + }, + "ucsXAxis": { + "x": 1, + "y": 0, + "z": 0 + }, + "ucsYAxis": { + "x": 0, + "y": 1, + "z": 0 + }, + "orthographicType": 0, + "defaultLightingOn": true, + "ambientColor": 250 + } + ] + }, + "lineType": { + "handle": "44", + "ownerHandle": "0", + "lineTypes": { + "ByBlock": { + "name": "ByBlock", + "description": "", + "patternLength": 0 + }, + "ByLayer": { + "name": "ByLayer", + "description": "", + "patternLength": 0 + }, + "Continuous": { + "name": "Continuous", + "description": "Solid line", + "patternLength": 0 + }, + "CENTER2": { + "name": "CENTER2", + "description": "Center (.5x) ___ _ ___ _ ___ _ ___ _ ___ _ ___", + "pattern": [ + 19.05, + -3.175, + 3.175, + -3.175 + ], + "patternLength": 28.575 + }, + "CENTER": { + "name": "CENTER", + "description": "Center ____ _ ____ _ ____ _ ____ _ ____ _ ____", + "pattern": [ + 31.75, + -6.35, + 6.35, + -6.35 + ], + "patternLength": 50.8 + }, + "BORDERX2": { + "name": "BORDERX2", + "description": "Border (2x) ____ ____ . ____ ____ . ___", + "pattern": [ + 25.4, + -12.7, + 25.4, + -12.7, + 0, + -12.7 + ], + "patternLength": 88.89999999999999 + }, + "BORDER2": { + "name": "BORDER2", + "description": "Border (.5x) __.__.__.__.__.__.__.__.__.__.__.", + "pattern": [ + 6.35, + -3.175, + 6.35, + -3.175, + 0, + -3.175 + ], + "patternLength": 22.225 + }, + "ACAD_ISO09W100": { + "name": "ACAD_ISO09W100", + "description": "ISO long-dash double-short-dash ____ __ __ ____", + "pattern": [ + 24, + -3, + 6, + -3, + 6, + -3 + ], + "patternLength": 45 + }, + "ACAD_ISO08W100": { + "name": "ACAD_ISO08W100", + "description": "ISO long-dash short-dash ____ __ ____ __ ____ _", + "pattern": [ + 24, + -3, + 6, + -3 + ], + "patternLength": 36 + }, + "ACAD_ISO07W100": { + "name": "ACAD_ISO07W100", + "description": "ISO dot . . . . . . . . . . . . . . . . . . . .", + "pattern": [ + 0, + -3 + ], + "patternLength": 3 + }, + "ACAD_ISO06W100": { + "name": "ACAD_ISO06W100", + "description": "ISO long-dash triple-dot ____ ... ____ ... ____", + "pattern": [ + 24, + -3, + 0, + -3, + 0, + -3, + 0, + -3 + ], + "patternLength": 36 + }, + "ACAD_ISO05W100": { + "name": "ACAD_ISO05W100", + "description": "ISO long-dash double-dot ____ .. ____ .. ____ .", + "pattern": [ + 24, + -3, + 0, + -3, + 0, + -3 + ], + "patternLength": 33 + }, + "ACAD_ISO04W100": { + "name": "ACAD_ISO04W100", + "description": "ISO long-dash dot ____ . ____ . ____ . ____ . _", + "pattern": [ + 24, + -3, + 0, + -3 + ], + "patternLength": 30 + }, + "ACAD_ISO03W100": { + "name": "ACAD_ISO03W100", + "description": "ISO dash space __ __ __ __ __ __", + "pattern": [ + 12, + -18 + ], + "patternLength": 30 + }, + "ACAD_ISO02W100": { + "name": "ACAD_ISO02W100", + "description": "ISO dash __ __ __ __ __ __ __ __ __ __ __ __ __", + "pattern": [ + 12, + -3 + ], + "patternLength": 15 + }, + "ZIGZAG": { + "name": "ZIGZAG", + "description": "Zig zag /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/", + "pattern": [ + 0.00254, + -5.08, + -10.16, + -5.08 + ], + "patternLength": 20.32254 + }, + "TRACKS": { + "name": "TRACKS", + "description": "Tracks -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-", + "pattern": [ + 3.81, + 3.81 + ], + "patternLength": 7.62 + }, + "PHANTOMX2": { + "name": "PHANTOMX2", + "description": "Phantom (2x) ____________ ____ ____ _", + "pattern": [ + 63.5, + -12.7, + 12.7, + -12.7, + 12.7, + -12.7 + ], + "patternLength": 127 + }, + "PHANTOM2": { + "name": "PHANTOM2", + "description": "Phantom (.5x) ___ _ _ ___ _ _ ___ _ _ ___ _ _", + "pattern": [ + 15.875, + -3.175, + 3.175, + -3.175, + 3.175, + -3.175 + ], + "patternLength": 31.75 + }, + "PHANTOM": { + "name": "PHANTOM", + "description": "Phantom ______ __ __ ______ __ __ ______", + "pattern": [ + 31.75, + -6.35, + 6.35, + -6.35, + 6.35, + -6.35 + ], + "patternLength": 63.50000000000001 + }, + "HOT_WATER_SUPPLY": { + "name": "HOT_WATER_SUPPLY", + "description": "Hot water supply ---- HW ---- HW ---- HW ----", + "pattern": [ + 12.7, + -5.08, + -5.08 + ], + "patternLength": 22.86 + }, + "HIDDENX2": { + "name": "HIDDENX2", + "description": "Hidden (2x) ____ ____ ____ ____ ____ ____ ____", + "pattern": [ + 12.7, + -6.35 + ], + "patternLength": 19.05 + }, + "DOT2": { + "name": "DOT2", + "description": "Dot (.5x) ........................................", + "pattern": [ + 0, + -3.175 + ], + "patternLength": 3.175 + }, + "DOT": { + "name": "DOT", + "description": "Dot . . . . . . . . . . . . . . . . . . . . . . . .", + "pattern": [ + 0, + -6.35 + ], + "patternLength": 6.35 + }, + "DIVIDEX2": { + "name": "DIVIDEX2", + "description": "Divide (2x) ________ . . ________ . . _", + "pattern": [ + 25.4, + -12.7, + 0, + -12.7, + 0, + -12.7 + ], + "patternLength": 63.5 + }, + "DIVIDE2": { + "name": "DIVIDE2", + "description": "Divide (.5x) __..__..__..__..__..__..__..__.._", + "pattern": [ + 6.35, + -3.175, + 0, + -3.175, + 0, + -3.175 + ], + "patternLength": 15.875 + }, + "DIVIDE": { + "name": "DIVIDE", + "description": "Divide ____ . . ____ . . ____ . . ____ . . ____", + "pattern": [ + 12.7, + -6.35, + 0, + -6.35, + 0, + -6.35 + ], + "patternLength": 31.75 + }, + "DASHEDX2": { + "name": "DASHEDX2", + "description": "Dashed (2x) ____ ____ ____ ____ ____ ___", + "pattern": [ + 25.4, + -12.7 + ], + "patternLength": 38.09999999999999 + }, + "DASHED2": { + "name": "DASHED2", + "description": "Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _", + "pattern": [ + 6.35, + -3.175 + ], + "patternLength": 9.524999999999999 + }, + "DASHED": { + "name": "DASHED", + "description": "Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _", + "pattern": [ + 12.7, + -6.35 + ], + "patternLength": 19.05 + }, + "HIDDEN2": { + "name": "HIDDEN2", + "description": "Hidden (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _", + "pattern": [ + 3.175, + -1.5875 + ], + "patternLength": 4.762499999999999 + }, + "HIDDEN": { + "name": "HIDDEN", + "description": "Hidden __ __ __ __ __ __ __ __ __ __ __ __ __ __", + "pattern": [ + 6.35, + -3.175 + ], + "patternLength": 9.524999999999999 + }, + "GAS_LINE": { + "name": "GAS_LINE", + "description": "Gas line ----GAS----GAS----GAS----GAS----GAS----GAS--", + "pattern": [ + 12.7, + -5.08, + -6.35 + ], + "patternLength": 24.13 + }, + "FENCELINE2": { + "name": "FENCELINE2", + "description": "Fenceline square ----[]-----[]----[]-----[]----[]---", + "pattern": [ + 6.35, + -2.54, + -2.54, + 25.4 + ], + "patternLength": 36.83 + }, + "FENCELINE1": { + "name": "FENCELINE1", + "description": "Fenceline circle ----0-----0----0-----0----0-----0--", + "pattern": [ + 6.35, + -2.54, + -2.54, + 25.4 + ], + "patternLength": 36.83 + }, + "DRAINAGE2": { + "name": "DRAINAGE2", + "description": "Drainage reversed----<----<----<----", + "pattern": [ + 5.08, + 5.08 + ], + "patternLength": 10.16 + }, + "DRAINAGE": { + "name": "DRAINAGE", + "description": "Drainage ---->---->---->----", + "pattern": [ + 5.08, + 5.08 + ], + "patternLength": 10.16 + }, + "DOTX2": { + "name": "DOTX2", + "description": "Dot (2x) . . . . . . . . . . . . . .", + "pattern": [ + 0, + -12.7 + ], + "patternLength": 12.7 + }, + "BORDER": { + "name": "BORDER", + "description": "Border __ __ . __ __ . __ __ . __ __ . __ __ .", + "pattern": [ + 12.7, + -6.35, + 12.7, + -6.35, + 0, + -6.35 + ], + "patternLength": 44.45 + }, + "BATTING": { + "name": "BATTING", + "description": "Batting SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", + "pattern": [ + 0.00254, + -2.54, + -5.08, + -2.54 + ], + "patternLength": 10.16254 + }, + "ACAD_ISO15W100": { + "name": "ACAD_ISO15W100", + "description": "ISO double-dash triple-dot __ __ . . . __ __ . .", + "pattern": [ + 12, + -3, + 12, + -3, + 0, + -3, + 0, + -3, + 0, + -3 + ], + "patternLength": 39 + }, + "ACAD_ISO14W100": { + "name": "ACAD_ISO14W100", + "description": "ISO dash triple-dot __ . . . __ . . . __ . . . _", + "pattern": [ + 12, + -3, + 0, + -3, + 0, + -3, + 0, + -3 + ], + "patternLength": 24 + }, + "ACAD_ISO13W100": { + "name": "ACAD_ISO13W100", + "description": "ISO double-dash double-dot __ __ . . __ __ . . _", + "pattern": [ + 12, + -3, + 12, + -3, + 0, + -3, + 0, + -3 + ], + "patternLength": 36 + }, + "ACAD_ISO12W100": { + "name": "ACAD_ISO12W100", + "description": "ISO dash double-dot __ . . __ . . __ . . __ . .", + "pattern": [ + 12, + -3, + 0, + -3, + 0, + -3 + ], + "patternLength": 21 + }, + "ACAD_ISO11W100": { + "name": "ACAD_ISO11W100", + "description": "ISO double-dash dot __ __ . __ __ . __ __ . __ _", + "pattern": [ + 12, + -3, + 12, + -3, + 0, + -3 + ], + "patternLength": 33 + }, + "ACAD_ISO10W100": { + "name": "ACAD_ISO10W100", + "description": "ISO dash dot __ . __ . __ . __ . __ . __ . __ .", + "pattern": [ + 12, + -3, + 0, + -3 + ], + "patternLength": 18 + }, + "DASHDOTX2": { + "name": "DASHDOTX2", + "description": "Dash dot (2x) ____ . ____ . ____ . ___", + "pattern": [ + 25.4, + -12.7, + 0, + -12.7 + ], + "patternLength": 50.8 + }, + "DASHDOT2": { + "name": "DASHDOT2", + "description": "Dash dot (.5x) _._._._._._._._._._._._._._._.", + "pattern": [ + 6.35, + -3.175, + 0, + -3.175 + ], + "patternLength": 12.7 + }, + "DASHDOT": { + "name": "DASHDOT", + "description": "Dash dot __ . __ . __ . __ . __ . __ . __ . __", + "pattern": [ + 12.7, + -6.35, + 0, + -6.35 + ], + "patternLength": 25.4 + }, + "CENTERX2": { + "name": "CENTERX2", + "description": "Center (2x) ________ __ ________ __ _____", + "pattern": [ + 63.5, + -12.7, + 12.7, + -12.7 + ], + "patternLength": 101.6 + } + } + }, + "layer": { + "handle": "42", + "ownerHandle": "0", + "layers": { + "0": { + "name": "0", + "frozen": false, + "visible": true, + "color": 16777215 + } + } + } + }, + "blocks": { + "*Model_Space": { + "handle": "5E", + "ownerHandle": "5D", + "layer": "0", + "name": "*Model_Space", + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "name2": "*Model_Space", + "xrefPath": "" + }, + "*Paper_Space": { + "handle": "5A", + "ownerHandle": "59", + "paperSpace": true, + "layer": "0", + "name": "*Paper_Space", + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "name2": "*Paper_Space", + "xrefPath": "" + } + }, + "entities": [ + { + "type": "LINE", + "vertices": [ + { + "x": -10, + "y": -10, + "z": 0 + }, + { + "x": -10, + "y": 10, + "z": 0 + } + ], + "handle": "38", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "wertA:das" + ] + } + }, + { + "type": "LINE", + "vertices": [ + { + "x": -10, + "y": 10, + "z": 0 + }, + { + "x": 10, + "y": 10, + "z": 0 + } + ], + "handle": "39", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "wertB:ist" + ] + } + }, + { + "type": "LINE", + "vertices": [ + { + "x": 10, + "y": 10, + "z": 0 + }, + { + "x": -10, + "y": -10, + "z": 0 + } + ], + "handle": "3A", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "wertC:das" + ] + } + }, + { + "type": "LINE", + "vertices": [ + { + "x": -10, + "y": -10, + "z": 0 + }, + { + "x": 10, + "y": -10, + "z": 0 + } + ], + "handle": "3B", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "valeurD:maison", + "valueD:house", + "wertD:Haus" + ] + } + }, + { + "type": "LINE", + "vertices": [ + { + "x": 10, + "y": -10, + "z": 0 + }, + { + "x": -10, + "y": 10, + "z": 0 + } + ], + "handle": "3C", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "wertE:vom" + ] + } + }, + { + "type": "LINE", + "vertices": [ + { + "x": -10, + "y": 10, + "z": 0 + }, + { + "x": 0, + "y": 20, + "z": 0 + } + ], + "handle": "3D", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "wertF:Ni-" + ] + } + }, + { + "type": "LINE", + "vertices": [ + { + "x": 0, + "y": 20, + "z": 0 + }, + { + "x": 10, + "y": 10, + "z": 0 + } + ], + "handle": "3E", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "wertG:-ko-" + ] + } + }, + { + "type": "LINE", + "vertices": [ + { + "x": 10, + "y": 10, + "z": 0 + }, + { + "x": 10, + "y": -10, + "z": 0 + } + ], + "handle": "3F", + "ownerHandle": "5D", + "layer": "0", + "extendedData": { + "applicationName": "QCAD", + "customStrings": [ + "WertH:-laus" + ] + } + } + ] +} \ No newline at end of file