Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
ced3b92b
Commit
ced3b92b
authored
Sep 01, 2016
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated seed test data
parent
ca162782
Changes
38
Show whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
647 additions
and
837 deletions
+647
-837
apps/dom/dom.asd
apps/dom/dom.asd
+17
-17
apps/ta2/ta2.asd
apps/ta2/ta2.asd
+16
-16
apps/tasty/tasty.asd
apps/tasty/tasty.asd
+18
-18
apps/translators/translators.asd
apps/translators/translators.asd
+13
-13
apps/tree/tree.asd
apps/tree/tree.asd
+13
-13
apps/yadd/yadd.asd
apps/yadd/yadd.asd
+19
-19
base/base.asd
base/base.asd
+32
-32
cl-lite/cl-lite.asd
cl-lite/cl-lite.asd
+12
-12
demos/bus/bus.asd
demos/bus/bus.asd
+25
-25
demos/ledger/ledger.asd
demos/ledger/ledger.asd
+12
-12
demos/robot/robot.asd
demos/robot/robot.asd
+13
-13
demos/wire-world/wire-world.asd
demos/wire-world/wire-world.asd
+11
-11
documentation/training/g102-tud/examples/examples.asd
documentation/training/g102-tud/examples/examples.asd
+11
-11
geom-base/geom-base.asd
geom-base/geom-base.asd
+61
-61
glisp/glisp.asd
glisp/glisp.asd
+13
-13
gwl-graphics/gwl-graphics.asd
gwl-graphics/gwl-graphics.asd
+18
-18
gwl/gwl.asd
gwl/gwl.asd
+38
-38
regression/data/blended-solid-test.data
regression/data/blended-solid-test.data
+10
-10
regression/data/boolean-test.data
regression/data/boolean-test.data
+13
-12
regression/data/cone-solid-test.data
regression/data/cone-solid-test.data
+7
-7
regression/data/cylinder-solid-test.data
regression/data/cylinder-solid-test.data
+11
-203
regression/data/dropped-curve-test.data
regression/data/dropped-curve-test.data
+3
-3
regression/data/extruded-solid-test.data
regression/data/extruded-solid-test.data
+9
-9
regression/data/iges-reader-test.data
regression/data/iges-reader-test.data
+5
-5
regression/data/iges-writer-test-2.data
regression/data/iges-writer-test-2.data
+9
-9
regression/data/iges-writer-test.data
regression/data/iges-writer-test.data
+6
-6
regression/data/intersected-solid-test.data
regression/data/intersected-solid-test.data
+13
-12
regression/data/round-trip-2.igs
regression/data/round-trip-2.igs
+3
-3
regression/data/round-trip.igs
regression/data/round-trip.igs
+3
-3
regression/data/round-trip.stp
regression/data/round-trip.stp
+11
-11
regression/data/step-reader-test.data
regression/data/step-reader-test.data
+5
-5
regression/data/step-writer-test.data
regression/data/step-writer-test.data
+5
-5
regression/data/subtracted-solid-test.data
regression/data/subtracted-solid-test.data
+11
-11
regression/data/surface-knot-reduction-test.data
regression/data/surface-knot-reduction-test.data
+20
-20
regression/data/united-solid-test.data
regression/data/united-solid-test.data
+11
-11
regression/regression.asd
regression/regression.asd
+76
-76
regression/source/cylinder-solid.lisp
regression/source/cylinder-solid.lisp
+1
-1
surf/surf.asd
surf/surf.asd
+73
-73
No files found.
apps/dom/dom.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:dom
:description
"The Gendl\" dom Subsystem"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:cl-who
:yadd
)
:version
"201608
28"
:depends-on
(
:cl-who
:yadd
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/ta2/ta2.asd
View file @
ced3b92b
...
...
@@ -4,7 +4,7 @@
"The Gendl\" (legacy) Testing and Tracking Utility, version 2 (using Ajax but pre-gdlAjax, and no JQuery or CSS)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:gwl-graphics
)
:version
"201608
28"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/tasty/tasty.asd
View file @
ced3b92b
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Web-based Development Environment (tasty)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:tree
:gwl-graphics
)
:version
"201608
28"
:depends-on
(
:tree
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/translators/translators.asd
View file @
ced3b92b
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Translators to/from XML and potentially other high-level KBE and Knowledge formats"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:gwl
)
:version
"201608
28"
:depends-on
(
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/tree/tree.asd
View file @
ced3b92b
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Tree component used by Tasty and potentially as a UI component on its own"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:gwl-graphics
)
:version
"201608
28"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/yadd/yadd.asd
View file @
ced3b92b
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Yet Another Definition Documenter (yadd)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
:version
"201608
28"
:depends-on
(
:gwl-graphics
#-
allegro
:cl-html-parse
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
base/base.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:base
:description
"The Gendl\" Base Core Kernel Engine"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:bordeaux-threads
)
:serial
t
:version
"201608
28"
:depends-on
(
:bordeaux-threads
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
cl-lite/cl-lite.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:cl-lite
:description
"The Gendl\" Compile-and-Load Lite Utility"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:glisp
)
:serial
t
:version
"201608
28"
:depends-on
(
:glisp
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
demos/bus/bus.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:bus
:description
"The Gendl\" Wireframe School Bus Demo"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"201608
28"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
demos/ledger/ledger.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:ledger
:description
"The Gendl\" Ledger Bookkeeping Demo"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
:serial
t
:version
"201608
28"
:depends-on
(
#-
gwl
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
demos/robot/robot.asd
View file @
ced3b92b
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Simplified Android Robot example "
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:gwl-graphics
)
:version
"201608
28"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
demos/wire-world/wire-world.asd
View file @
ced3b92b
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Wire-World demo and test-case for wireframe tessellation and X3D output"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
:version
"201608
28"
:depends-on
(
#-
gwl-graphics
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
documentation/training/g102-tud/examples/examples.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:examples
:description
"The Gendl\" examples Subsystem"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:gwl-graphics
:surf
)
:version
"201608
28"
:depends-on
(
:gwl-graphics
:surf
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
geom-base/geom-base.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:geom-base
:description
"The Gendl\" Wireframe Geometry"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:glisp
)
:version
"201608
28"
:depends-on
(
:glisp
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
glisp/glisp.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:glisp
:description
"The Gendl\" Common Lisp Portability"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
:serial
t
:version
"201608
28"
:depends-on
(
:base
:uiop
:cl-typesetting
:cl-ppcre
:cl-who
#-
allegro
:cl-base64
#-
allegro
:babel
#-
allegro
:acl-compat
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
gwl-graphics/gwl-graphics.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:gwl-graphics
:description
"The Gendl\" GWL embedded graphics support"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
(
:geom-base
:gwl
)
:serial
t
:version
"201608
28"
:depends-on
(
:geom-base
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
gwl/gwl.asd
View file @
ced3b92b
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:gwl
:description
"The Gendl\" Generative Web Language (GWL)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"201608
08"
:depends-on
:serial
t
:version
"201608
28"
:depends-on
(
:bordeaux-threads
:glisp
:aserve
:yason
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
regression/data/blended-solid-test.data
View file @
ced3b92b
((1058.03526760
46589 2688.5041710795876 2688.504171079587
6
((1058.03526760
87239 2688.5041710928826 2688.504171092882
6
(:area-static-moments
#(-1.2
516019850438867e-5 -1.752511252561817e-6 7.378588446727008
e-5)
#(-1.2
499468865856003e-5 -1.758955477271229e-6 7.381019605645633
e-5)
:area-moments-of-inertia
#(45373.565213
68802 15113.217286214523 28017.91238960417
)
#(45373.565213
986505 15113.217286268584 28017.91238975463
)
:area-products-of-inertia
#(-4.334
343550453923e-4 6.358578601803488e-4 3.5709442502383597
e-4)
#(-4.334
720490533073e-4 6.359557127153126e-4 3.571034885932865
e-4)
:area-second-moment-about-coordinate-axii
#(43131.12967
581869 73391.47760329222 60486.78249990253
)
#(43131.12967
6023214 73391.47760374116 60486.78250025509
)
:volume-static-moments
#(3.96
38600995572595e-4 -1.7013797992149193e-4 2.473042432029615
e-4)
#(3.96
4380139532786e-4 -1.701573766013098e-4 2.4734719977459463
e-4)
:volume-moments-of-inertia
#(81217.79392
566197 19928.149272833474 44950.667564520074
)
#(81217.79392
657534 19928.149272954273 44950.667564713935
)
:volume-products-of-inertia
#(-0.0026307
237699256802 0.0015919329774439345
-0.0013632
37813393613
)
#(-0.0026307
86401368823 0.0015921016250464843
-0.0013632
466743731188
)
:volume-second-moment-about-coordinate-axii
#(64878.816837
35357 126168.46149018206 101145.9431984954
6))
#(64878.816837
668215 126168.46149128923 101145.943199529
6))
(#(10.0 -2.00000000000001 4.4999999999999964)
#(10.000173003586115 -2.471165784895959 4.499999999999988)
#(9.879598731083746 -2.99608705449096 4.499999999999991)
...
...
regression/data/boolean-test.data
View file @
ced3b92b
((938.494030006
565 1913.2227828477592 1913.2227828477592
((938.494030006
4802 1913.222782847759 1913.222782847759
(:area-static-moments
#(0.00248803
1722396755 4.89425813785454e-4 3.914500201744886
e-4)
#(0.00248803
09227768294 4.894262378373587e-4 3.914501976396423
e-4)
:area-moments-of-inertia
#(39523.6348380
26555 14198.187399149188 13542.894513611865
)
#(39523.6348380
1915 14198.187399147064 13542.894513610898
)
:area-products-of-inertia
#(-0.007091893181176878 -0.03421623460860701 -3.4618964133773596e-4)
#(-0.0070918940665202325 -0.034216233352537984
-3.4618564007263893e-4)
:area-second-moment-about-coordinate-axii
#(27741.0819127
61052 53066.52935163841 53721.822237175744
)
#(27741.0819127
57963 53066.52935163005 53721.82223716623
)
:volume-static-moments
#(0.00515951232
6351415 -1.5705355606576823
e-11
-0.008454931319
192838
)
#(0.00515951232
4418739 -1.4056896459613392
e-11
-0.008454931319
647585
)
:volume-moments-of-inertia
#(58655.799717543
72 15943.523190398098 15354.646062929449
)
#(58655.799717543
69 15943.523190398086 15354.646062929445
)
:volume-products-of-inertia
#(0.03170599243
3718105 0.2243888579367094 2.6947400022296
8e-10)
#(0.03170599243
923192 0.22438885792954713 2.84935410153107
8e-10)
:volume-second-moment-about-coordinate-axii
#(31298.1692533275
5 74010.4457804732 74599.32290794182
))
#(31298.1692533275
35 74010.44578047318 74599.3229079418
))
(#(10.0 5.0 0.0)
#(10.000037717712445 4.999999999999986 -1.7254482667036415)
#(9.523010835693398 5.000000000000016 -3.5057368269750615)
...
...
@@ -51,8 +52,8 @@
#(-8.66025403784439 -5.0 4.999999999999994))
(#(10.0 -5.0 0.0)
#(10.000037717712445 -4.999999999999986 -1.7254482667036444)
#(9.52301083569341 -5.000000000000016 -3.5057368269750
66
)
#(8.660254037844387 -5.0 -4.99999999999999
9
))
#(9.52301083569341 -5.000000000000016 -3.5057368269750
384
)
#(8.660254037844387 -5.0 -4.99999999999999
8
))
(#(8.660254037844384 -5.0 5.000000000000004)
#(9.52301083569337 -4.999999999999986 3.50573682697505)
#(10.000037717712505 -5.000000000000016 1.7254482667036453)
...
...
regression/data/cone-solid-test.data
View file @
ced3b92b
((17603.7
13181750372
26389.606841507557 26389.606841507557
((17603.7
08820762866
26389.606841507557 26389.606841507557
(:area-static-moments
#(-34.7
7722744690145 111621.83639328719 3.677658905409605
)
#(-34.7
4074145738214 111622.18632544576 3.7150900323847074
)
:area-moments-of-inertia
#(186842
8.0596802053 1.5612262968753453e+7 1867932.2315240449
)
#(186842
7.8880631737 1.5612252066284683e+7 1867932.0320237095
)
:area-products-of-inertia
#(4
2.44734160269468 -63.21048343104277 -369.2889330471825
)
#(4
0.52612311632794 -63.53584592035703 -371.9105748901286
)
:area-second-moment-about-coordinate-axii
#(1.74801
95200277496e+7 3736360.2912042504 1.74806910284336
6e+7)
#(1.74801
84098308392e+7 3736359.920086884 1.748067995434785
6e+7)
:volume-static-moments
#(22.80619927456
4783 282745.7875875805 6.672157787444371
)
#(22.80619927456
508 282745.7875875805 6.672157787444863
)
:volume-moments-of-inertia
#(2875571.314649715 2.261966300700645e+7 2874756.0672470485)
:volume-products-of-inertia
#(102.3064194080
5063 -357.7347665028839 349.69505554500836
)
#(102.3064194080
7519 -357.73476650288296 349.69505554502325
)
:volume-second-moment-about-coordinate-axii
#(2.54944190742535e+7 5750327.381896768 2.549523432165616e+7))
(#(10.0 -50.0 0.0)
...
...
regression/data/cylinder-solid-test.data
View file @
ced3b92b
((
23527.562331788817 45239.30702596756 45239.30702596756
((
15079.645811700464 125663.74104279482 125663.74104279482
(:area-static-moments
#(-
59.38995702281646 2.314371451524013 7.2286844466957785
)
#(-
0.030221764922534256 0.029250215928186662 0.0035636846369362374
)
:area-moments-of-inertia
#(
3949547.6951114144 2.1114224423766047e+7 3948464.580002552
4)
#(
2764601.4434429663 1.675516063450953e+7 2764601.94645747
4)
:area-products-of-inertia
#(-
45.85843999398821 -132.90753946249077 3.577389280228587
)
#(-
0.5268887135768757 -0.229518522466293 -0.08069145074130692
)
:area-second-moment-about-coordinate-axii
#(
2.50626890037686e+7 7898012.275113967 2.506377211887746
e+7)
#(
1.951976258096701e+7 5529203.38990044 1.9519762077952504
e+7)
:volume-static-moments
#(
48.36756319733156 -1.8831036756451484e-10 14.402508664982989
)
#(
0.6039909296956844 -5.029536293029943e-11 0.058689716016597705
)
:volume-moments-of-inertia
#(
7420828.116734974 3.769942252163966e+7 7418724.744807183
)
#(
1.2566378469161915e+7 1.04719784202329e+8 1.256637264931867e+7
)
:volume-products-of-inertia
#(
5.740141102839884e-10 -919.4920293858261 -2.3752471124534193
e-10)
#(
9.438519938393309e-11 17.230683069498895 1.9445852674989062
e-10)
:volume-second-moment-about-coordinate-axii
#(4.511814726644683e+7 1.4839552861542163e+7 4.512025063837464e+7))
#(1.1728615685164766e+8 2.5132751118480593e+7
1.1728616267149091e+8))
(#(20.0 -50.0 0.0)
#(20.00069201434443 -49.999999999999986 -1.884663139583811)
#(19.7276562479013 -50.0 -3.888881969678551)
...
...
@@ -208,197 +209,4 @@
#(19.7276562479013 50.00000000000001 3.8888819696785544)
#(20.00069201434445 50.00000000000004 1.8846631395838138)
#(20.0 50.0 0.0))
(#(16.0 50.0 0.0)
#(16.000553611475546 49.99999999999996 -1.507730511667048)
#(15.782124998321038 49.999999999999964 -3.1111055757428407)
#(15.293186085304635 49.999999999999986 -4.701513067565866))
(#(15.293186085304635 49.999999999999986 -4.701513067565866)
#(14.967226809960366 50.0 -5.761784728781216)
#(14.521040734677477 50.000000000000014 -6.816293024550893)
#(13.955590755636678 50.00000000000003 -7.824549870856205))
(#(13.955590755636678 50.00000000000003 -7.824549870856205)
#(13.390140776595876 50.000000000000036 -8.832806717161517)
#(12.705426893797164 50.000000000000036 -9.794812114002466)
#(11.9197070668158 50.000000000000036 -10.670751513534382))
(#(11.9197070668158 50.000000000000036 -10.670751513534382)
#(10.741127326343754 50.00000000000003 -11.984660612832252)
#(9.335284211460745 50.00000000000003 -13.104921218184796)
#(7.823889499314834 50.000000000000014 -13.954592928080412))
(#(7.823889499314834 50.000000000000014 -13.954592928080412)
#(6.816293024550893 50.00000000000001 -14.521040734677488)
#(5.761784728781216 49.999999999999986 -14.967226809960373)
#(4.701513067565866 49.99999999999998 -15.29318608530464))
(#(4.701513067565866 49.99999999999998 -15.29318608530464)
#(3.111105575742841 49.99999999999997 -15.782124998321041)
#(1.5077305116670494 49.99999999999998 -16.000553611475553)
#(9.797174393178826e-16 50.0 -16.0))
(#(9.797174393178826e-16 50.0 -16.0)
#(-1.5077305116670514 49.999999999999964 -16.000553611475546)
#(-3.111105575742842 49.99999999999997 -15.78212499832104)
#(-4.701513067565868 49.999999999999986 -15.293186085304637))
(#(-4.701513067565868 49.999999999999986 -15.293186085304637)
#(-5.761784728781218 50.0 -14.96722680996037)
#(-6.816293024550895 50.000000000000014 -14.521040734677479)
#(-7.823889499314834 50.000000000000014 -13.954592928080398))
(#(-7.823889499314834 50.000000000000014 -13.954592928080398)
#(-9.335284211460745 50.00000000000003 -13.104921218184783)
#(-10.74112732634375 50.000000000000014 -11.984660612832243)
#(-11.919707066815796 50.00000000000001 -10.670751513534375))
(#(-11.919707066815796 50.00000000000001 -10.670751513534375)
#(-12.70542689379716 50.0 -9.794812114002461)
#(-13.390140776595876 50.0 -8.832806717161514)
#(-13.955590755636678 50.0 -7.824549870856201))
(#(-13.955590755636678 50.0 -7.824549870856201)
#(-14.521040734677479 50.0 -6.816293024550893)
#(-14.967226809960366 49.999999999999986 -5.761784728781219)
#(-15.293186085304633 49.999999999999986 -4.701513067565871))
(#(-15.293186085304633 49.999999999999986 -4.701513067565871)
#(-15.782124998321038 49.99999999999999 -3.111105575742845)
#(-16.00055361147555 50.00000000000003 -1.507730511667054)
#(-16.0 50.0 -1.959434878635765e-15))
(#(-16.0 50.0 -1.959434878635765e-15)
#(-16.000553611475542 50.0 1.5077305116670465)
#(-15.782124998321034 50.0 3.111105575742837)
#(-15.293186085304633 50.0 4.701513067565863))
(#(-15.293186085304633 50.0 4.701513067565863)
#(-14.967226809960366 50.0 5.761784728781214)
#(-14.521040734677477 50.0 6.816293024550891)
#(-13.954592928080402 50.0 7.8238894993148325))
(#(-13.954592928080402 50.0 7.8238894993148325)
#(-13.10492121818479 50.00000000000001 9.335284211460747)
#(-11.98466061283225 50.0 10.741127326343754)
#(-10.67075151353438 50.0 11.9197070668158))
(#(-10.67075151353438 50.0 11.9197070668158)
#(-9.794812114002466 50.0 12.705426893797162)
#(-8.83280671716152 50.0 13.390140776595874)
#(-7.824549870856208 49.99999999999999 13.955590755636674))
(#(-7.824549870856208 49.99999999999999 13.955590755636674)
#(-6.816293024550895 49.999999999999986 14.521040734677477)
#(-5.761784728781217 49.99999999999997 14.967226809960366)
#(-4.701513067565866 49.99999999999997 15.293186085304637))
(#(-4.701513067565866 49.99999999999997 15.293186085304637)
#(-3.111105575742841 49.999999999999986 15.782124998321041)
#(-1.5077305116670512 50.00000000000003 16.000553611475556)
#(-2.9391523179536475e-15 50.0 16.0))
(#(-2.9391523179536475e-15 50.0 16.0)
#(1.5077305116670434 49.999999999999986 16.000553611475553)
#(3.111105575742833 49.999999999999964 15.782124998321034)
#(4.701513067565861 49.99999999999998 15.293186085304635))
(#(4.701513067565861 49.99999999999998 15.293186085304635)
#(5.761784728781214 49.999999999999986 14.96722680996037)
#(6.816293024550895 50.00000000000001 14.521040734677488)
#(7.824549870856206 50.000000000000014 13.955590755636688))
(#(7.824549870856206 50.000000000000014 13.955590755636688)
#(8.832806717161514 50.00000000000002 13.390140776595889)
#(9.794812114002456 50.000000000000014 12.705426893797174)
#(10.670751513534366 50.000000000000014 11.919707066815812))
(#(10.670751513534366 50.000000000000014 11.919707066815812)
#(11.984660612832236 50.0 10.741127326343763)
#(13.104921218184785 50.0 9.335284211460753)
#(13.954592928080405 50.0 7.82388949931484))
(#(13.954592928080405 50.0 7.82388949931484)
#(14.521040734677484 50.0 6.8162930245509)
#(14.967226809960373 50.0 5.761784728781229)
#(15.293186085304642 50.0 4.701513067565882))
(#(15.293186085304642 50.0 4.701513067565882)
#(15.782124998321049 50.0 3.1111055757428527)
#(16.000553611475564 50.000000000000014 1.507730511667055)
#(16.0 50.0 0.0))
(#(16.0 -50.0 0.0)
#(16.000553611475546 -49.99999999999996 -1.507730511667048)
#(15.782124998321038 -49.999999999999964 -3.1111055757428407)
#(15.293186085304635 -49.999999999999986 -4.701513067565866))
(#(15.293186085304635 -49.999999999999986 -4.701513067565866)
#(14.967226809960366 -50.0 -5.761784728781216)
#(14.521040734677477 -50.000000000000014 -6.816293024550893)
#(13.955590755636678 -50.00000000000003 -7.824549870856205))
(#(13.955590755636678 -50.00000000000003 -7.824549870856205)
#(13.390140776595876 -50.000000000000036 -8.832806717161517)
#(12.705426893797164 -50.000000000000036 -9.794812114002466)
#(11.9197070668158 -50.000000000000036 -10.670751513534382))
(#(11.9197070668158 -50.000000000000036 -10.670751513534382)
#(10.741127326343754 -50.00000000000003 -11.984660612832252)
#(9.335284211460745 -50.00000000000003 -13.104921218184796)
#(7.823889499314834 -50.000000000000014 -13.954592928080412))
(#(7.823889499314834 -50.000000000000014 -13.954592928080412)
#(6.816293024550893 -50.00000000000001 -14.521040734677488)
#(5.761784728781216 -49.999999999999986 -14.967226809960373)
#(4.701513067565866 -49.99999999999998 -15.29318608530464))
(#(4.701513067565866 -49.99999999999998 -15.29318608530464)
#(3.111105575742841 -49.99999999999997 -15.782124998321041)
#(1.5077305116670494 -49.99999999999998 -16.000553611475553)
#(9.797174393178826e-16 -50.0 -16.0))
(#(9.797174393178826e-16 -50.0 -16.0)
#(-1.5077305116670514 -49.999999999999964 -16.000553611475546)
#(-3.111105575742842 -49.99999999999997 -15.78212499832104)
#(-4.701513067565868 -49.999999999999986 -15.293186085304637))
(#(-4.701513067565868 -49.999999999999986 -15.293186085304637)
#(-5.761784728781218 -50.0 -14.96722680996037)
#(-6.816293024550895 -50.000000000000014 -14.521040734677479)
#(-7.823889499314834 -50.000000000000014 -13.954592928080398))
(#(-7.823889499314834 -50.000000000000014 -13.954592928080398)
#(-9.335284211460745 -50.00000000000003 -13.104921218184783)
#(-10.74112732634375 -50.000000000000014 -11.984660612832243)
#(-11.919707066815796 -50.00000000000001 -10.670751513534375))
(#(-11.919707066815796 -50.00000000000001 -10.670751513534375)
#(-12.70542689379716 -50.0 -9.794812114002461)
#(-13.390140776595876 -50.0 -8.832806717161514)
#(-13.955590755636678 -50.0 -7.824549870856201))
(#(-13.955590755636678 -50.0 -7.824549870856201)
#(-14.521040734677479 -50.0 -6.816293024550893)
#(-14.967226809960366 -49.999999999999986 -5.761784728781219)
#(-15.293186085304633 -49.999999999999986 -4.701513067565871))
(#(-15.293186085304633 -49.999999999999986 -4.701513067565871)
#(-15.782124998321038 -49.99999999999999 -3.111105575742845)
#(-16.00055361147555 -50.00000000000003 -1.507730511667054)
#(-16.0 -50.0 -1.959434878635765e-15))
(#(-16.0 -50.0 -1.959434878635765e-15)
#(-16.000553611475542 -50.0 1.5077305116670465)
#(-15.782124998321034 -50.0 3.111105575742837)
#(-15.293186085304633 -50.0 4.701513067565863))
(#(-15.293186085304633 -50.0 4.701513067565863)
#(-14.967226809960366 -50.0 5.761784728781214)
#(-14.521040734677477 -50.0 6.816293024550891)
#(-13.954592928080402 -50.0 7.8238894993148325))
(#(-13.954592928080402 -50.0 7.8238894993148325)
#(-13.10492121818479 -50.00000000000001 9.335284211460747)
#(-11.98466061283225 -50.0 10.741127326343754)
#(-10.67075151353438 -50.0 11.9197070668158))
(#(-10.67075151353438 -50.0 11.9197070668158)
#(-9.794812114002466 -50.0 12.705426893797162)
#(-8.83280671716152 -50.0 13.390140776595874)
#(-7.824549870856208 -49.99999999999999 13.955590755636674))
(#(-7.824549870856208 -49.99999999999999 13.955590755636674)
#(-6.816293024550895 -49.999999999999986 14.521040734677477)
#(-5.761784728781217 -49.99999999999997 14.967226809960366)
#(-4.701513067565866 -49.99999999999997 15.293186085304637))
(#(-4.701513067565866 -49.99999999999997 15.293186085304637)
#(-3.111105575742841 -49.999999999999986 15.782124998321041)
#(-1.5077305116670512 -50.00000000000003 16.000553611475556)
#(-2.9391523179536475e-15 -50.0 16.0))
(#(-2.9391523179536475e-15 -50.0 16.0)
#(1.5077305116670434 -49.999999999999986 16.000553611475553)
#(3.111105575742833 -49.999999999999964 15.782124998321034)
#(4.701513067565861 -49.99999999999998 15.293186085304635))
(#(4.701513067565861 -49.99999999999998 15.293186085304635)
#(5.761784728781214 -49.999999999999986 14.96722680996037)
#(6.816293024550895 -50.00000000000001 14.521040734677488)
#(7.824549870856206 -50.000000000000014 13.955590755636688))
(#(7.824549870856206 -50.000000000000014 13.955590755636688)
#(8.832806717161514 -50.00000000000002 13.390140776595889)
#(9.794812114002456 -50.000000000000014 12.705426893797174)
#(10.670751513534366 -50.000000000000014 11.919707066815812))
(#(10.670751513534366 -50.000000000000014 11.919707066815812)
#(11.984660612832236 -50.0 10.741127326343763)
#(13.104921218184785 -50.0 9.335284211460753)
#(13.954592928080405 -50.0 7.82388949931484))
(#(13.954592928080405 -50.0 7.82388949931484)
#(14.521040734677484 -50.0 6.8162930245509)
#(14.967226809960373 -50.0 5.761784728781229)
#(15.293186085304642 -50.0 4.701513067565882))
(#(15.293186085304642 -50.0 4.701513067565882)
#(15.782124998321049 -50.0 3.1111055757428527)
#(16.000553611475564 -50.000000000000014 1.507730511667055)
#(16.0 -50.0 0.0))
(#(20.0 -50.0 0.0) #(20.0 50.0 0.0))
(#(16.0 -50.0 0.0) #(16.0 50.0 0.0))))
\ No newline at end of file
(#(20.0 -50.0 0.0) #(20.0 50.0 0.0))))
\ No newline at end of file
regression/data/dropped-curve-test.data
View file @
ced3b92b
(((#(4.56216873125512
1 5.122166270400566
4.777669140950463)
(((#(4.56216873125512
5.122166270400564
4.777669140950463)
#(4.632362015646928 5.229176944259666 4.8242139502570645)
#(4.700989790976002 5.333354970763339 4.852848537301252)
#(4.766640029069077 5.428091387231472 4.86589891534137)
#(4.832376475568115 5.523088867905493 4.864457320536404)
#(4.89485818679541
2 5.6083396145545255 4.85206656290323
)
#(4.9526890552274
69
5.682062648632273 4.832693045468501)
#(4.89485818679541
4 5.608339614554526 4.8520665629032305
)
#(4.9526890552274
7
5.682062648632273 4.832693045468501)
#(5.068549985613658 5.829882952224075 4.765389982082635)
#(5.171261678589513 5.931047161017371 4.699595688199058)
#(5.264760791799893 5.9984107666976865 4.643665331289638)
...
...
regression/data/extruded-solid-test.data
View file @
ced3b92b
((1256.64089
48506037 3141.5881585780135 3141.5881585780135
((1256.64089
7645116 3141.588186536877 3141.588186536877
(:area-static-moments
#(0.4756
655010845349 0.03802411895376205 6283.197608488233
)
#(0.4756
822716550246 0.03799293471338987 6283.197636447096
)
:area-moments-of-inertia
#(47126.891
395917075 47121.38505890867 52359.94458518142
)
#(47126.891
53089749 47121.38543016336 52359.94486477006
)
:area-products-of-inertia
#(0.08
91719533030765 2.440810596656738 -0.32076704478078866
)
#(0.08
886020619995053 2.440978241818036 -0.3209591688689224
)
:area-second-moment-about-coordinate-axii
#(99481.3
2964409012 99486.83598109847 94248.2764548257
5)
#(99481.3
302949334 99486.83639566752 94248.2769610608
5)
:volume-static-moments
#(1.269
7931051245035 0.028177127245222453 15707.940792890073
)
#(1.269
9607502876205 0.027865380142096472 15707.940932684387
)
:volume-moments-of-inertia
#(78546.07
460749501 78533.57171160504 104719.60528593385
)
#(78546.07
595821656 78533.57542471861 104719.6062178959
)
:volume-products-of-inertia
#(0.1
4088563621811542 6.34896552563085 -0.9233632275081379
)
#(0.1
3932690070254236 6.34980375143967 -0.925284975547105
)
:volume-second-moment-about-coordinate-axii
#(183253.1
7699753903 183265.67989342887 157079.64631910002
))
#(183253.1
8164261445 183265.68217611255 157079.65138293515
))
(#(10.0 -2.4492935982947065e-15 0.0)
#(10.013540020073776 -2.2091263228493396 0.0)
#(9.244451393955163 -4.402150480309998 0.0)
...
...
regression/data/iges-reader-test.data
View file @
ced3b92b
((1089.354572512702
1
1250.0997574550963 1250.0997574550963
((1089.354572512702
4
1250.0997574550963 1250.0997574550963
(:area-static-moments
#(5113.352274961743 865.8324036407816 377.952815878435
16
)
#(5113.352274961743 865.8324036407816 377.952815878435
3
)
:area-moments-of-inertia
#(85657.93659656242 23111.729923894483 7612.8535821951355)
:area-products-of-inertia
...
...
@@ -9,11 +9,11 @@
:area-second-moment-about-coordinate-axii
#(30724.583506089617 93270.79017875752 108769.66652045689)
:volume-static-moments
#(8368.624458470109 669.466626165543
2 8.750358474366562
)
#(8368.624458470109 669.466626165543
3 8.750358474366676
)
:volume-moments-of-inertia
#(110233.34190891174 20203.97461105498 5626.179898838167)
#(110233.34190891174 20203.97461105498
2
5626.179898838167)
:volume-products-of-inertia
#(-1003.800878674585
6 -119.20679676814576
10793.169500742768)
#(-1003.800878674585
5 -119.20679676814588
10793.169500742768)
:volume-second-moment-about-coordinate-axii
#(25830.154509893146 115859.52180774997 130437.31651996673))
(#(8.133830193561195 -2.0 1.448265807229958e-16)
...
...
regression/data/iges-writer-test-2.data
View file @
ced3b92b
((1089.2420
753485085 1252.2718386516028 1252.2718386516028
((1089.2420
243735055 1252.27174772383 1252.27174772383
(:area-static-moments
#(5117.779
689434775 866.206678307373 378.39527317281846
)
#(5117.779
088246513 866.2067242605359 378.3952653236873
)
:area-moments-of-inertia
#(85665.9
847705332 23115.398102670235 7623.055355893459
)
#(85665.9
7720888138 23115.39799337283 7623.0550322509725
)
:area-products-of-inertia
#(-1567.2527
290179148 -1178.3634652216344 9842.86304855295
)
#(-1567.2527
42374251 -1178.3635154127026 9842.863743097752
)
:area-second-moment-about-coordinate-axii
#(30738.453
45856369 93289.04012642668 108781.38287320343
)
#(30738.453
025623803 93289.03224113234 108781.37520225419
)
:volume-static-moments
#(8420.30
6235689319 673.6133536234138 -35.82427108750301
)
#(8420.30
5197226107 673.6134403019499 -35.82429055298235
)
:volume-moments-of-inertia
#(111112.5
153899013 20266.01139169047 5620.616267410028
)
#(111112.5
0265448942 20266.011196462012 5620.616019226733
)
:volume-products-of-inertia
#(-1064.91413
7137426 -702.091766239508 10873.58874703246
)
#(-1064.91413
65724752 -702.0918978420636 10873.58996202538
)
:volume-second-moment-about-coordinate-axii
#(25886.627
6591005 116733.13165731129 131378.52678159176
))
#(25886.627
215688753 116733.11867371612 131378.51385095142
))
(#(8.32245404608682 -2.26649091861593 2.46757423829483e-16)
#(8.32245404608683 -2.26649091861592 -0.272631566428362)
#(8.37691216783112 -2.20607864589659 -0.552001663325227)
...
...
regression/data/iges-writer-test.data
View file @
ced3b92b
((1184.262369124096 69.22692325126046 69.22692325126046
(:area-static-moments
#(-7334.319071341645 9.6139588207558
17
-5.493081451545184)
#(-7334.319071341645 9.6139588207558
2
-5.493081451545184)
:area-moments-of-inertia
#(112145.5921711618
7 1870.9092067504441 1864.2298338637547
)
#(112145.5921711618
4 1870.9092067504444 1864.2298338637552
)
:area-products-of-inertia
#(7.20212853687384
1 55.11636766333641
-66.6232306173786)
#(7.20212853687384
4 55.116367663336085
-66.6232306173786)
:area-second-moment-about-coordinate-axii
#(3735.1390406142013 114009.82200502572 114016.50137791228)
:volume-static-moments
#(-312.766225905312 0.480702724406744
1 -0.2746494565541981
)
#(-312.766225905312 0.480702724406744
33 -0.274649456554199
)
:volume-moments-of-inertia
#(6596.822503830024 93.86026303782035 93.53293988587217)
:volume-products-of-inertia
#(0.35999984405717
567 2.755819546218877 -3.3311201723955888
)
#(0.35999984405717
6 2.75581954621886 -3.3311201723955883
)
:volume-second-moment-about-coordinate-axii
#(187.3932029236925
4
6690.355443715894 6690.682766867842))
#(187.3932029236925
7
6690.355443715894 6690.682766867842))