Opened 8 months ago
Last modified 8 months ago
#16931 closed defect
ChimeraX bug report submission — at Initial Version
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Volume Data | Version: | |
| Keywords: | Cc: | Zach Pearson | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
The following bug report has been submitted:
Platform: macOS-14.7.2-x86_64-i386-64bit
ChimeraX Version: 1.9 (2024-12-11 19:11:19 UTC)
Description
In Segment Map (segger) > File > Open Segmentation
Log:
Startup Messages
---
note | available bundle cache has not been initialized yet
UCSF ChimeraX version: 1.9 (2024-12-11)
© 2016-2024 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
> open "/Users/garciae/Documents/CT scan/Dicom/PAT0/STUDY0/SERIES0" format
> dicom
Summary of feedback from opening /Users/garciae/Documents/CT
scan/Dicom/PAT0/STUDY0/SERIES0
---
note | Opened 1 CT (Topograma 1.0 Tr20) as #1.1.1, grid size 512,512,1, pixel 1, shown at step 1, values float32
> hide #!1.1.1 models
> show #!1.1.1 models
> open "/Users/garciae/Documents/CT scan/Dicom/PAT0/STUDY0/SERIES1" format
> dicom
Summary of feedback from opening /Users/garciae/Documents/CT
scan/Dicom/PAT0/STUDY0/SERIES1
---
warning | Merged incoming unique studies with existing patient with same ID
note | Opened 2 CT (Torax 5.0 Bf37 3) as #1.1.2, grid size 512,512,73, pixel 1,1,4.93, shown at step 1, values float32
> open "/Users/garciae/Documents/CT scan/Dicom/PAT0/STUDY0/SERIES2" format
> dicom
Summary of feedback from opening /Users/garciae/Documents/CT
scan/Dicom/PAT0/STUDY0/SERIES2
---
warning | Merged incoming unique studies with existing patient with same ID
note | Opened 3 CT (Torax 5.0 Br59 3) as #1.1.3, grid size 512,512,73, pixel 1,1,4.93, shown at step 1, values float32
> hide #!1.1.2 models
> show #!1.1.2 models
> hide #!1.1.1 models
> show #!1.1.1 models
> open "/Users/garciae/Documents/CT scan/Dicom/PAT0/STUDY0/SERIES3" format
> dicom
Summary of feedback from opening /Users/garciae/Documents/CT
scan/Dicom/PAT0/STUDY0/SERIES3
---
warning | Merged incoming unique studies with existing patient with same ID
note | Opened 4 CT (Torax 1.0 Bv38 3) as #1.1.4, grid size 512,512,520, pixel 1,1,0.699, shown at step 1, values float32
> open "/Users/garciae/Documents/CT scan/Dicom/PAT0/STUDY0/SERIES4" format
> dicom
Summary of feedback from opening /Users/garciae/Documents/CT
scan/Dicom/PAT0/STUDY0/SERIES4
---
warning | Merged incoming unique studies with existing patient with same ID
note | Opened 5 CT (Torax 1.0 Br59 AR) as #1.1.5, grid size 512,512,520, pixel 1,1,0.699, shown at step 1, values float32
> open "/Users/garciae/Documents/CT scan/Dicom/PAT0/STUDY0/SERIES5" format
> dicom
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/toolbar/tool.py", line 215, in callback
bundle_info.run_provider(session, name, session.toolbar,
display_name=display_name)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/toolshed/info.py", line 397, in run_provider
return api._api_caller.run_provider(api, session, name, mgr, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/toolshed/__init__.py", line 1419, in run_provider
return cls._get_func(api, "run_provider")(session, name, mgr, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/medical_toolbar/__init__.py", line 36, in run_provider
actions.run_provider(session, name)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/medical_toolbar/actions.py", line 29, in run_provider
open_dicom(session)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/medical_toolbar/actions.py", line 37, in open_dicom
show_open_folder_dialog(session)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 349, in
show_open_folder_dialog
_folder_dlg.display(session)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 110, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 193, in provider_open
models, status = collated_open(session, None, paths, data_format, _add_models,
log_errors,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom_opener.py", line 7, in open
dcm = DICOM.from_paths(session, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom.py", line 54, in from_paths
return cls(path, session=session)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom.py", line 49, in __init__
self.find_dicom_files(self.paths)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom.py", line 102, in find_dicom_files
patients = self.dicom_patients(dfiles)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom.py", line 156, in dicom_patients
patient.studies_from_files(series)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom_hierarchy.py", line 57, in studies_from_files
study.series_from_files(files)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom_hierarchy.py", line 165, in series_from_files
s = Series(self.session, self, files)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom_hierarchy.py", line 323, in __init__
self.dicom_data.append(DicomData(self.session, self, file_list))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom_hierarchy.py", line 526, in __init__
self.value_type = self.numpy_value_type(
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom_hierarchy.py", line 999, in numpy_value_type
raise ValueError("Unsupported value type, bits_allocated = %d" %
bits_allocated)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
TypeError: %d format: a real number is required, not NoneType
TypeError: %d format: a real number is required, not NoneType
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dicom/dicom_hierarchy.py", line 999, in numpy_value_type
raise ValueError("Unsupported value type, bits_allocated = %d" %
bits_allocated)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
See log for complete Python traceback.
> open "/Users/garciae/Documents/CT scan/Dicom/PAT0/STUDY0/SERIES6" format
> dicom
Summary of feedback from opening /Users/garciae/Documents/CT
scan/Dicom/PAT0/STUDY0/SERIES6
---
warning | Merged incoming unique studies with existing patient with same ID
note | Opened 502 CT (Protocolo de paciente) as #1.1.6, grid size 512,512,1, pixel 1, shown at step 1, values uint16
> hide #!1.1.6 models
> show #!1.1.6 models
> close #1.1.6
> hide #!1.1 models
> show #!1.1 models
> hide #!1.1.1 models
> volume #1.1.5 region 0,0,0,511,511,519 step 4
[Repeated 1 time(s)]
> volume #1.1.5 step 1
> lighting soft
> volume #1.1.5 level 465.4
> ui tool show "Side View"
> surface dust #1.1.5 size 10
[Repeated 3 time(s)]
> volume #1.1.5 level 442.7
> volume #1.1.5 level 397.3
> volume #1.1.5 level 208.1
> surface dust
Missing or invalid "surfaces" argument: empty atom specifier
> surface dust update f
Missing or invalid "surfaces" argument: invalid surfaces specifier
> surface dust update false
Missing or invalid "surfaces" argument: invalid surfaces specifier
> surface dust update false
Missing or invalid "surfaces" argument: invalid surfaces specifier
> volume #1.1.5 level 33.97
> lighting simple
> lighting soft
> lighting simple
> lighting soft
> volume #1.1.5 level 624.4
> volume #1.1.3 region 0,0,0,511,511,72 step 2
[Repeated 1 time(s)]
> volume #1.1.3 style image
> volume #1.1.3 maximumIntensityProjection true
> volume #1.1.3 style surface maximumIntensityProjection false
> volume #1.1.3 level 265.8
> volume #1.1.3 level 39.86
> volume #1.1.5 level 215.6
> volume #1.1.5 level 170.2
> volume #1.1.5 level 56.67
> volume #1.1.5 level 253.5
> volume #1.1.3 level 228.8
> volume #1.1.2 region 0,0,0,511,511,72 step 2
[Repeated 1 time(s)]
> volume #1.1.2 level 173.4
> volume #1.1.4 region 0,0,0,511,511,519 step 4
[Repeated 1 time(s)]
> volume #1.1.4 level 93.84
> volume #1.1.4 level -19.89
> volume #1.1.4 level 86.26
> volume #1.1.4 level 124.2
> volume #1.1.4 level 78.68
> volume #1.1.5 level 299.1
> volume #1.1.5 level 337
> ui tool show "Segment Map"
Segmenting 4 CT (Torax 1.0 Bv38 3), density threshold 78.678608
Only showing 60 of 4791 regions.
Showing 60 of 4791 region surfaces
183516 watershed regions, grouped to 4791 regions
Showing 4 CT (Torax 1 Bv38 3).seg - 4791 regions, 60 surfaces
Segmenting 4 CT (Torax 1.0 Bv38 3), density threshold 78.678608
Only showing 1000 of 100413 regions.
Showing 1000 of 100413 region surfaces
Showing 607 region surfaces
100413 watershed regions, grouped to 607 regions
Showing 4 CT (Torax 1 Bv38 3).seg - 607 regions, 607 surfaces
> ui mousemode right "translate selected models"
> ui mousemode right zoom
> ui mousemode right translate
> ui mousemode right "translate selected models"
> ui mousemode right translate
> ui mousemode right select
> select #2.74
1 model selected
> select #2.74
1 model selected
Ungrouped to 2 regions
Grouped 2 regions
> hide #!2 models
> surface dust #1.1.4 size 10
[Repeated 1 time(s)]
> surface dust #1.1.4 size 20
> volume #1.1.4 level 93.84
> volume #1.1.4 level 71.1
> surface dust #1.1.4 size 10
> volume #1.1.4 level 78.68
> surface dust #1.1.4 size 15
> show #!2 models
Segmenting 4 CT (Torax 1.0 Bv38 3), density threshold 78.678608
Only showing 1000 of 100413 regions.
Showing 1000 of 100413 region surfaces
Showing 607 region surfaces
100413 watershed regions, grouped to 607 regions
Showing 4 CT (Torax 1 Bv38 3).seg - 607 regions, 607 surfaces
> hide #!2 models
> show #!2 models
> hide #!2 models
> show #!2 models
> hide #!2 models
> show #!2 models
> hide #!2 models
> show #!2 models
> hide #!2 models
> volume gaussian
Missing or invalid "volumes" argument: empty atom specifier
> volume gaussian #1.1.4
Opened 4 CT (Torax 1.0 Bv38 3) gaussian as #3, grid size 512,512,520, pixel
1,1,0.699, shown at step 1, values float32
> volume #3 level 29.08
QGestureManager::deliverEvent: could not find the target for gesture
> volume #3 level 808.9
> volume #3 level 265.2
> show #!2 models
> hide #!2 models
Drag select of 1.1.5 5 CT (Torax 1.0 Br59 AR)
Drag select of 1.1.4 4 CT (Torax 1.0 Bv38 3)
> ui mousemode right rotate
> ui mousemode right zoom
> ~select
Nothing selected
> show #!3 models
> hide #!1.1.4 models
> volume #3 level 222.2
> volume #3 level 172.2
> volume #3 level 157.9
> volume #3 level 129.2
> volume #3 level 100.6
> volume #3 level 86.32
> volume #3 level 72.01
> volume #3 level 75
> volume #3 level 80
> volume #3 level 85
> volume #3 level 90
> volume #3 level 85
Segmenting 4 CT (Torax 1.0 Bv38 3) gaussian, density threshold 85.000000
Only showing 1000 of 20307 regions.
Showing 1000 of 20307 region surfaces
Showing 587 region surfaces
20307 watershed regions, grouped to 587 regions
Showing 4 CT (Torax 1 Bv38 3) gaussian.seg - 587 regions, 587 surfaces
> ui mousemode right select
Drag select of 33837, 33853, 33842, 33875, 33845, 33832, 33910, 110513 of
118912 triangles, 33870, 33681, 50362 of 54988 triangles, 33903, 33906, 33913,
12624 of 45376 triangles, 33702, 2470 of 41440 triangles, 33916, 33854, 334 of
39500 triangles, 33912, 33897, 1403 of 35732 triangles, 33885, 33901, 482 of
24940 triangles, 33909, 8538 of 20336 triangles, 33921, 33856, 459 of 17108
triangles, 33533, 33864, 33665, 33867, 860 of 12060 triangles, 33697, 33892,
33851, 33232, 33199, 33800, 33677, 33915, 33285, 7858 of 9792 triangles,
33442, 11009 of 11036 triangles, 33390, 33814, 33568, 33360, 33529, 33882,
33798, 33551, 6619 of 8832 triangles, 33010, 32888, 33387, 33113, 33230,
33176, 33660, 32067, 33133, 33829, 33245, 33175, 8778 of 8980 triangles,
33148, 3469 of 6824 triangles, 33250, 32894, 33552, 32930, 32785, 33183,
33745, 33277, 33164, 33104, 32526, 32774, 33249, 32256, 33874, 33272, 32426,
32441, 33141, 32861, 32899, 32991, 31971, 2680 of 5612 triangles, 32297,
32185, 32460, 33444, 31157, 33640, 5788 of 5808 triangles, 33501, 4517 of 4884
triangles, 33607, 32156, 32945, 32933, 2942 of 5868 triangles, 33143, 33079,
32766, 2176 of 4588 triangles, 32392, 32887, 1971 of 5836 triangles, 33185,
32609, 32476, 32817, 31209, 33174, 32724, 32310, 32214, 33446, 4274 of 5464
triangles, 32094, 3752 of 4824 triangles, 31300, 33318, 31797, 31950, 33065,
33859, 32062, 5571 of 5616 triangles, 33452, 754 of 4020 triangles, 32783,
1009 of 4196 triangles, 29858, 32354, 32509, 31954, 32890, 1500 of 3732
triangles, 31552, 32120, 31129, 32379, 78 of 3224 triangles, 31924, 33509, 871
of 3624 triangles, 33438, 29439, 32317, 217 of 3484 triangles, 32247, 32204,
1659 of 3376 triangles, 29611, 30298, 31772, 32964, 2144 of 3964 triangles,
23827, 32339, 1974 of 3948 triangles, 31647, 30201, 30400, 32681, 29348,
31397, 22160, 32396, 27733, 30340, 26038, 32103, 33902, 32401, 27719, 32221,
32183, 29544, 27331, 383 of 2980 triangles, 30218, 31208, 29860, 29552, 30190,
30164, 30408, 32253, 438 of 2744 triangles, 32580, 922 of 2800 triangles,
25217, 27231, 30085, 32255, 546 of 2652 triangles, 31987, 257 of 2168
triangles, 31611, 184 of 2504 triangles, 31601, 4942, 28551, 27288, 31829, 10
of 2308 triangles, 23388, 28999, 1507 of 1624 triangles, 26893, 24644, 24584,
4938, 736 of 1192 triangles, 24696, 214, 24605, 28541, 3 4 CT (Torax 1.0 Bv38
3) gaussian
Deleted 187 regions
> ~select
Nothing selected
Drag select of 33914, 28029
Deleted 2 regions
Drag select of 33830, 33826, 18842 of 56516 triangles, 33825, 33831, 33855,
20532 of 26060 triangles, 33922, 25103 of 26112 triangles, 33841, 5768 of
22000 triangles, 33685, 7440 of 21744 triangles, 33865, 6282 of 16368
triangles, 33846, 33756, 9758 of 16344 triangles, 33860, 5643 of 9332
triangles, 33852, 33510, 33476, 33872, 1128 of 5196 triangles, 33683, 33770,
4772 of 5072 triangles, 33783, 32722, 1652 of 5868 triangles, 33682, 33686,
33849, 32954, 1054 of 4588 triangles, 32981, 3624 of 4332 triangles, 32703,
3490 of 4596 triangles, 33693, 33929, 33117, 4358 of 4424 triangles, 32865,
963 of 4268 triangles, 33399, 51 of 4492 triangles, 33385, 33871, 32610,
33373, 33163, 33306, 4291 of 4300 triangles, 32966, 33923, 33732, 32967,
32955, 33372, 32882, 32734, 32970, 32999, 1384 of 4136 triangles, 33698,
33866, 1313 of 2840 triangles, 33899, 3576 of 4132 triangles, 32998, 32713,
32692, 32806, 1733 of 3128 triangles, 33058, 31710, 30283, 33700, 33087,
32055, 33068, 32735, 33464, 31858, 32917, 32984, 32474, 32056, 32907, 33369,
65 of 2968 triangles, 33261, 32089, 32803, 25995, 32976, 33157, 33670, 32795,
32665, 31020, 33077, 33083, 32376, 33597, 32566, 32626, 32864, 32090, 33699,
33410, 33216, 32867, 33495, 32370, 32492, 32982, 32729, 32855, 28783, 26301,
4924, 4923, 4745, 4922
Deleted 104 regions
Drag select of 33873, 23477 of 92876 triangles, 33803, 33627, 14923 of 59052
triangles, 33513, 8198 of 48140 triangles, 33847, 6185 of 40856 triangles,
33154, 4130 of 36340 triangles, 33862, 33348, 4788 of 28028 triangles, 33781,
33869, 33879, 33499, 3223 of 23972 triangles, 33437, 2923 of 19844 triangles,
33810, 1829 of 19144 triangles, 33646, 33833, 33900, 32680, 33827, 29698,
33601, 33868, 33273, 33786, 33675, 33610, 31342, 33703, 31886, 33470, 33581,
33429, 33898, 33835, 33511, 33188, 33771, 33523, 32772, 33672, 32133, 32802,
33260, 33443, 33400, 32697, 30598, 31466, 31110, 32963, 30518, 31192, 30288,
32836, 32763, 23685, 21937, 21872, 33069, 33403, 21720, 31940, 32084, 32670,
33421, 33424, 33425, 31876, 21611, 32961, 30278, 32282, 32553, 32968, 33371,
27507, 31720, 33018, 33402, 33887, 31032, 33422, 18764, 24213, 29925, 27519,
24989, 23432
Deleted 88 regions
Drag select of 33848, 33925, 33861, 33889, 33896, 33824, 33844, 33880, 33894,
33288, 33304, 33689, 33728, 33919, 33907, 33816, 33927, 33877, 33289, 33708,
33904, 33782, 32462, 33534, 33467, 33893, 33876, 18741 of 21524 triangles,
33821, 33802, 32938, 33819, 33505, 16254 of 16576 triangles, 31949, 32866,
33664, 33863, 33858, 33823, 29646, 33891, 33571, 33753, 33709, 33292, 33657,
33592, 31692, 32479, 33680, 33659, 33926, 32947, 32069, 33317, 33405, 33063,
33580, 33168, 33619, 32851, 33001, 33820, 33878, 32741, 32578, 33612, 33404,
30761, 33477, 6180 of 8228 triangles, 26635, 32477, 31265, 32039, 27260,
32277, 27182, 30265, 29654, 30022, 28329, 30228, 30500, 28259, 28544, 32088,
27740, 28995, 30053, 30023, 31354, 20824, 23893, 30868
Deleted 93 regions
> select #2.4
1 model selected
> ui mousemode right zoom
Ungrouped to 5 regions
> ~select
Nothing selected
> ui mousemode right select
> select #2.69
1 model selected
Ungrouped to 4 regions
> ui mousemode right zoom
> ui mousemode right translate
> ui mousemode right select
> select #2.73
1 model selected
Ungrouped to 2 regions
> select #2.82
1 model selected
Deleted 1 regions
Drag select of 33888, 355 of 250216 triangles, 33812, 11344 of 115196
triangles, 33217, 820 of 121356 triangles, 33097, 14012 of 61980 triangles,
33722, 462 of 51968 triangles, 31864, 526 of 32000 triangles, 33687, 294 of
31212 triangles
> select #2.44
1 model selected
Ungrouped to 3 regions
> select #2.36
1 model selected
Ungrouped to 3 regions
> select #2.93
1 model selected
Ungrouped to 5 regions
Drag select of 33917, 380 of 208152 triangles, 33920, 1773 of 138696
triangles, 33755, 2103 of 72992 triangles, 29642, 298 of 45576 triangles,
32870, 7 of 56952 triangles, 33730, 1638 of 20088 triangles, 32769, 2445 of
82100 triangles, 31899, 378 of 32452 triangles, 33540, 4830 of 163732
triangles
> select #2.100
1 model selected
Ungrouped to 4 regions
> select #2.107
1 model selected
Ungrouped to 2 regions
> select #2.100
1 model selected
Ungrouped to 2 regions
> select #2.107
1 model selected
Drag select of 33805, 732 of 178860 triangles, 33918, 27298 of 108596
triangles, 33695, 33231 of 167776 triangles, 33788, 32774 of 168652 triangles,
33625, 31478 of 72964 triangles, 33836, 4139 of 89740 triangles, 33259, 131 of
55940 triangles, 33062, 2327 of 54292 triangles, 33577, 14622 of 44940
triangles, 33748, 223 of 42856 triangles, 33777, 5454 of 53720 triangles,
33767, 22069 of 255284 triangles, 32769, 7413 of 82100 triangles, 31899, 13254
of 32452 triangles, 33413, 4550 of 28032 triangles
> ui mousemode right zoom
> ~select
Nothing selected
> save "/Users/garciae/Documents/CT scan/costelles_4CT_gaussian.seg" models #2
> hide #!2 models
> ui mousemode right translate
> ui mousemode right zoom
> hide #!1.1.2 models
> show #!1.1.3 models
> hide #!1.1.3 models
> show #!1.1.4 models
> hide #!1.1.4 models
> show #!1.1.5 models
> volume #1.1.5 level 93.93
> volume #1.1.5 step 2
> volume #1.1.5 level 55.95
> volume #1.1.5 step 1
> volume gaussian #1.1.5
Opened 5 CT (Torax 1.0 Br59 AR) gaussian as #4, grid size 512,512,520, pixel
1,1,0.699, shown at step 1, values float32
> volume #4 level 318.6
> volume #4 level 94.59
> volume #4 level 52.21
> volume #4 level -32.55
Segmenting 5 CT (Torax 1.0 Br59 AR) gaussian, density threshold -32.553135
Only showing 1000 of 230149 regions.
Showing 1000 of 230149 region surfaces
Only showing 1000 of 229600 regions.
Showing 1000 of 229600 region surfaces
Showing 599 region surfaces
229600 watershed regions, grouped to 599 regions
Showing 5 CT (Torax 1 Br59 AR) gaussian.seg - 599 regions, 599 surfaces
> ui mousemode right select
> select #2.34
1 model selected
> select #2.67
1 model selected
> select #2.34
1 model selected
> select #2.91
1 model selected
> select add #2.34
2 models selected
> select add #2.42
3 models selected
> select add #2.7
4 models selected
> select add #2.67
5 models selected
Grouped 5 regions
> select #2.46
1 model selected
> select add #2.21
2 models selected
> select add #2.76
3 models selected
> select add #2.119
4 models selected
> select add #2.35
5 models selected
> select add #2.84
6 models selected
> select add #2.94
7 models selected
> select add #2.113
8 models selected
> select add #2.102
9 models selected
> select add #2.23
10 models selected
> select add #2.12
11 models selected
> select add #2.4
12 models selected
> select subtract #2.4
11 models selected
> select add #2.27
12 models selected
> select add #2.63
13 models selected
> select add #2.81
14 models selected
> select subtract #2.94
13 models selected
> select subtract #2.84
12 models selected
> select add #2.40
13 models selected
> select add #2.89
14 models selected
> select add #2.24
15 models selected
> select add #2.93
16 models selected
> select add #2.73
17 models selected
Grouped 17 regions
> select #2.84
1 model selected
> select add #2.94
2 models selected
> select add #2.97
3 models selected
> select add #2.12
4 models selected
> select add #2.7
5 models selected
Grouped 5 regions
> select #2.7
1 model selected
> select #2.31
1 model selected
Drag select of 316877, 7 of 326796 triangles
> hide #!2 models
> select add #2
576 models selected
> select subtract #2
Nothing selected
> show #!1.1.5 models
> volume #1.1.5 level -187.2
> volume #1.1.5 level -696.2
> volume #1.1.5 level -1024
Drag select of 1.1.5 5 CT (Torax 1.0 Br59 AR)
> ui mousemode right zoom
> ~select
Nothing selected
> volume #1.1.5 level -900
> save /Users/garciae/Desktop/image1030.png supersample 3
> volume #1.1.5 level -910
> volume #1.1.5 level -850
> volume #1.1.5 level -800
> volume #1.1.5 level -700
> volume #1.1.5 level -600
> volume #1.1.5 level -650
> volume #1.1.5 level -700
> volume #1.1.5 level -750
> volume #1.1.5 level -650
Segmenting 5 CT (Torax 1.0 Br59 AR), density threshold -650.000000
Only showing 2000 of 1007490 regions.
Showing 2000 of 1007490 region surfaces
Only showing 2000 of 34545 regions.
Showing 2000 of 34545 region surfaces
1007490 watershed regions, grouped to 34545 regions
Showing 5 CT (Torax 1 Br59 AR).seg - 34545 regions, 2000 surfaces
> ui mousemode right select
> select #2.9
1 model selected
Drag select of 2146451, 386 of 6598428 triangles, 2146459, 142 of 1308696
triangles, 2146460, 80 of 1095100 triangles, 2146491, 169 of 427924 triangles,
2146490, 200 of 163188 triangles, 2143486, 96 of 24172 triangles, 2145761, 189
of 9484 triangles, 2132102, 67 of 3092 triangles
> ui mousemode right zoom
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_raw.seg" models #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
> ui mousemode right select
> ~select
Nothing selected
> select #2.4
1 model selected
Deleted 1 regions
> select #2.3
1 model selected
Deleted 1 regions
> select clear
Drag select of 2132316, 2100974, 2132429, 2052159, 2101972, 2103203, 1910576,
2054017, 2100408, 2099010, 2100972, 2100425, 1015 of 2008 triangles, 1925383,
2058919, 1899042, 2062962, 1947681, 521 of 1800 triangles, 2065681, 1935902,
2102256, 2060831, 1914370, 1946712, 2101297, 698 of 1500 triangles, 1951336,
1983419, 1980517, 1964543, 2058471, 953 of 1368 triangles, 1687007, 1954171,
1661026, 1988095, 1982291, 1715394, 467 of 1336 triangles, 1984221, 2062034,
1987160, 2102352, 29 of 1532 triangles, 2065738, 1989387, 1983778, 2063956,
2062767, 1997473, 1815224, 1811922, 2067983, 1974177, 2066105
Deleted 50 regions
> select #2.5
1 model selected
> select #2.5
1 model selected
> select #2.6
1 model selected
Drag select of 2146450, 7152 of 5853100 triangles, 2146451, 2981 of 6598428
triangles, 2146463, 2014 of 1270624 triangles, 2146458, 12718 of 927212
triangles, 2146457, 1573 of 134156 triangles, 2146495, 234 of 58600 triangles,
2146509, 576 of 50164 triangles, 2146020, 11 of 17608 triangles, 2132283, 321
of 3628 triangles, 2122778, 1386 of 7596 triangles, 2132742, 109 of 3552
triangles, 2132980, 323 of 6568 triangles, 2121859, 2128 of 2928 triangles,
2102296, 329 of 2564 triangles, 2132984, 761 of 4380 triangles, 2133063, 792
of 4308 triangles, 2067027, 284 of 1680 triangles, 1967427, 207 of 1516
triangles, 2064573, 187 of 1876 triangles, 1979913, 130 of 1292 triangles
> select #2.6
1 model selected
> select #2.6
1 model selected
Deleted 1 regions
Drag select of 2141463, 1714 of 4488 triangles, 2121340, 2049120, 1955657,
1938734, 2102319, 1705552, 609 of 1208 triangles
Deleted 7 regions
Drag select of 1983096
Deleted 1 regions
Drag select of 2146451, 2225 of 6598428 triangles, 2146460, 338 of 1095100
triangles, 2146446, 545 of 62200 triangles, 2101642, 431 of 4164 triangles,
2138698, 277 of 9028 triangles, 2141772, 505 of 3572 triangles, 2122613, 645
of 6640 triangles, 2064391, 88 of 3140 triangles, 2049193, 585 of 2272
triangles, 2103710, 390 of 4880 triangles, 2103418, 301 of 3296 triangles,
2103416, 658 of 3644 triangles, 2103725, 347 of 2876 triangles, 2067929, 91 of
2308 triangles
> select #2.5
1 model selected
> select #2.121
1 model selected
Deleted 1 regions
> select #2.105
1 model selected
Deleted 1 regions
Drag select of 2146450, 11568 of 5853100 triangles, 2146458, 16636 of 927212
triangles, 2146456, 603 of 136588 triangles, 2146482, 1380 of 183820
triangles, 2146481, 344 of 175376 triangles, 2146159, 14 of 38864 triangles,
2146495, 917 of 58600 triangles, 2146505, 1934 of 35744 triangles, 2145973,
1490 of 10408 triangles, 2121990, 905 of 5136 triangles, 2138689, 69 of 7036
triangles, 2095927, 1026 of 3008 triangles, 2122761, 697 of 3820 triangles,
2122589, 247 of 5036 triangles, 1960100, 566 of 2128 triangles, 2122773, 1104
of 4024 triangles, 2122580, 241 of 3052 triangles, 2103680, 384 of 2960
triangles, 1994408, 367 of 2124 triangles, 1999472, 421 of 2672 triangles,
1964451, 101 of 1400 triangles
> ui mousemode right zoom
> ~select
Nothing selected
Only showing 2000 of 34482 regions.
Showing 2000 of 34482 region surfaces
> ui mousemode right select
> select #2.1425
1 model selected
> select zone sel 50
Selected 66 surfaces
Drag select of 2146450, 13456 of 5853100 triangles, 2146451, 8905 of 6598428
triangles, 2146458, 22726 of 927212 triangles, 2146482, 8107 of 183820
triangles, 2146487, 2770 of 21300 triangles, 2146159, 9 of 38864 triangles,
2146495, 5761 of 58600 triangles, 2146509, 1786 of 50164 triangles, 2145139,
1291 of 13108 triangles, 2146442, 321 of 35448 triangles, 2146505, 2662 of
35744 triangles, 2143393, 662 of 6864 triangles, 2146017, 2291 of 17140
triangles, 2121990, 1611 of 5136 triangles, 2103669, 1043 of 4796 triangles,
2122589, 434 of 5036 triangles, 2122595, 482 of 3712 triangles, 2067881, 719
of 3756 triangles, 2103684, 808 of 3176 triangles, 2122742, 223 of 3572
triangles, 2103013, 214 of 3092 triangles, 1994408, 456 of 2124 triangles,
1964451, 527 of 1400 triangles, 2067797, 281 of 2600 triangles
> ui mousemode right translate
> ui mousemode right zoom
> ui mousemode right select
> select #2.1425
1 model selected
> select zone sel 20 extend true
Selected 22 surfaces
> select #2.44
1 model selected
> select #2.9
1 model selected
> select #2.943
1 model selected
> select zone sel 20 extend true
Selected 24 surfaces
Drag select of 2146450, 516 of 5853100 triangles, 2146451, 645 of 6598428
triangles
> ui mousemode right zoom
> ui mousemode right select
> select #2.1
1 model selected
Ungrouped to 2 regions
Drag select of 2146450, 280 of 5853100 triangles, 2146371, 26 of 5098348
triangles
Drag select of 2146450, 8421 of 5853100 triangles, 2146371, 27 of 5098348
triangles
Drag select of 2146450, 27528 of 5853100 triangles, 2146493, 13697 of 208732
triangles, 2146447, 4130 of 25736 triangles, 2146371, 13798 of 5098348
triangles, 2146374, 8816 of 1987148 triangles
> ui mousemode right zoom
> ui mousemode right select
> select #2.943
1 model selected
> select #2.9
1 model selected
> ui mousemode right zoom
> ui mousemode right select
> select #2.44
1 model selected
Region has 20 adjacent regions
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_v2.seg" models #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
> ~select
Nothing selected
No regions selected
> select #2.2002
1 model selected
> ui mousemode right zoom
Ungrouped to 2 regions, but did not show all surfaces, see Options
> select #2.1
1 model selected
> select #2.1
1 model selected
Ungrouped to 2 regions, but did not show all surfaces, see Options
Region has 2607 adjacent regions
> ~select
Nothing selected
> select #2.2001
1 model selected
Ungrouped to 2 regions, but did not show all surfaces, see Options
> select #2.1
1 model selected
Ungrouped to 2 regions, but did not show all surfaces, see Options
Only showing 2000 of 34487 regions.
Showing 2000 of 34487 region surfaces
> select #2.2003
1 model selected
Ungrouped to 2 regions, but did not show their surfaces, see Options
Only showing 1000 of 34488 regions.
Showing 1000 of 34488 region surfaces
> select #2.8
1 model selected
Region has 516 adjacent regions
> select #2.9
1 model selected
> select #2.1
1 model selected
> select #2.2
1 model selected
Drag select of 2146460, 2146491, 2146486, 2146470, 2146490, 2146503, 2146496,
2146446, 2146508, 2146504, 2146510, 2146366, 2146444, 2145831, 2145553,
2146273, 2144526, 2146270, 2145825, 2146023, 2144537, 2138328, 2145823,
2133101, 2143513, 2143514, 2133089, 2138599, 2138674, 2122714, 2133083,
2145161, 2138698, 2133067, 2133059, 2103605, 2122613, 2132992, 2133103,
2122719, 2133076, 2103611, 2103387, 2103717, 2103298, 2122591, 2133068,
2000736, 2103710, 2103655, 2103635, 2132990
> select subtract #2.27
51 models selected
> select subtract #2.8
50 models selected
> ~select
Nothing selected
> select #2.280
1 model selected
> select add #2.27
2 models selected
> select #2.27
1 model selected
Region has 38 adjacent regions
> select #2.9
1 model selected
> select #2.8
1 model selected
Region has 516 adjacent regions
> select #2.9
1 model selected
> select #2.1
1 model selected
> select #2.2
1 model selected
> select #2.1965
1 model selected
> select #2.1964
1 model selected
Drag select of 2146460, 2146491, 417839 of 427924 triangles, 2146486, 2146470,
2146490, 2146503, 2146496, 2146446, 2146508, 2146504, 2146510, 2146366,
2146444, 2145831, 2145553, 2146507, 2146273, 2144526, 2146270, 2145825,
2146023, 2144537, 2138328, 2145823, 2133101, 2143513, 2143514, 2133089,
2138599, 2138674, 2122714, 2133083, 2145161, 2138698, 2133067, 2133059,
2103605, 2122613, 2132992, 2133103, 2122719, 2133076, 2103611, 2103387,
2103717, 2103298, 2122591, 2133068, 2000736, 2103710, 2103655, 2103635,
2132990
> select subtract #2.27
52 models selected
> save /Users/garciae/Desktop/image1031.png supersample 3
Grouped 52 regions
> ~select
Nothing selected
> select #2.3
1 model selected
Region has 872 adjacent regions
> select #2.2
1 model selected
> select #2.21
1 model selected
> select #2.1
1 model selected
> select #2.1965
1 model selected
> select #2.9
1 model selected
> select #2.2001
1 model selected
> select #2.1964
1 model selected
Drag select of 2146477, 2146470, 2146497, 2146276, 2146157, 2145561, 2138627,
2138682, 2141760, 2103374, 2132994, 2133098, 2122807, 2133071, 2122771,
2103745, 2133077, 2103351, 2122786, 2133117, 2146513
> select subtract #2.27
20 models selected
Grouped 20 regions
> ~select
Nothing selected
> select #2.3
1 model selected
Region has 941 adjacent regions
> select #2.1
1 model selected
> select #2.9
1 model selected
> select #2.2
1 model selected
> select #2.1965
1 model selected
> select #2.1964
1 model selected
> select #2.2001
1 model selected
Drag select of 2146470, 2145839, 2145569, 2132997, 2138700, 2138701, 2103729,
2122810, 2146514, 3118995 of 3155716 triangles
> select subtract #2.27
8 models selected
Grouped 8 regions
> ~select
Nothing selected
> select #2.3
1 model selected
Region has 936 adjacent regions
> select #2.9
1 model selected
Region has 13393 adjacent regions
> select #2.2005
1 model selected
> select #2.44
1 model selected
Region has 20 adjacent regions
> select add #2.76
2 models selected
Grouped 2 regions
Region has 24 adjacent regions
> select #2.9
1 model selected
> select #2.4
1 model selected
> select add #2.20
2 models selected
Grouped 2 regions
Region has 125 adjacent regions
> select #2.9
1 model selected
> select #2.1965
1 model selected
> select #2.1964
1 model selected
Drag select of 2146458, 2146493, 2145840, 2146168, 2146026, 2138656, 2122205,
2141789, 2133130, 2122483, 2133125, 2133013, 2067500, 2141747, 2102843,
2068005, 2146517, 323110 of 323144 triangles
> select #2.10
1 model selected
Drag select of 2146458, 927024 of 927212 triangles, 2146493, 2145840, 2146168,
2146026, 2138656, 2122205, 2141789, 2133130, 2122483, 2133125, 2133013,
2067500, 2141747, 2102843, 2068005, 2146517, 322919 of 323144 triangles
Grouped 17 regions
Region has 698 adjacent regions
> select #2.9
1 model selected
> select #2.2001
1 model selected
> select #2.2002
1 model selected
> select #2.1965
1 model selected
> select #2.1964
1 model selected
Drag select of 2146482, 2146506, 2146495, 2146499, 2146442, 2146505, 2145796,
2146512, 2145573, 2145176, 2145158, 2146017, 2146018, 2146020, 2143524,
2141784, 2145566, 2145102, 2143528, 2145560, 2141758, 2133112, 2141735,
2122778, 2122781, 2141733, 2133056, 2103484, 2133002, 2132980, 2122798,
2103082, 2122839, 2141764, 2122722, 2122814, 2138676, 2122737, 2132951,
2122799, 2122598, 2122630, 2122817, 2122797, 2103612, 2103315, 2067915,
2133063, 2122795, 2065716, 2122595, 2103086, 2146518
Grouped 53 regions
Region has 725 adjacent regions
> select #2.2002
1 model selected
> select #2.9
1 model selected
> select #2.2001
1 model selected
> select #2.1964
1 model selected
> select #2.1965
1 model selected
> select #2.41
1 model selected
> select #2.4
1 model selected
Ungrouped to 53 regions
> select #2.76
1 model selected
Ungrouped to 17 regions
> select #2.280
1 model selected
Ungrouped to 2 regions
> select #2.76
1 model selected
Ungrouped to 2 regions
> select #2.280
1 model selected
> select #2.280
1 model selected
Ungrouped to 2 regions
> select #2.76
1 model selected
> select #2.76
1 model selected
Ungrouped to 2 regions
> select #2.280
1 model selected
Ungrouped to 2 regions
> select #2.216
1 model selected
Drag select of 2122717, 2122720, 2066647, 2133112, 2143524, 2141733, 2141758,
2133002, 2122598, 2122630, 2145158, 2143528, 2122839, 2146017, 2103484,
2146506, 2103315, 2122778, 2141735, 2145176, 2145573, 2122795, 2133056,
2146020, 2146482, 2145796, 2122781, 2122797, 2141764, 2146512, 2146505,
2122798, 2122814, 2146499, 2103082, 2141784, 2122799, 2145102, 2132980,
2067915, 2065716, 2122737, 2122817, 2145560, 2146442, 2132951, 2122722,
2145566, 2146495, 2133063, 2138676, 2146018, 2122595, 2103086, 2103612,
2067500, 2146493, 2138656, 2146517, 2133013, 2145840, 2133125, 2146026,
2146168, 2133130, 2122483, 2102843, 2141747, 2068005, 2141789, 2122205,
2146429, 2146326, 1989236, 2146104, 2145905, 1991906
Grouped 77 regions
Region has 722 adjacent regions
> select #2.2002
1 model selected
> select #2.2001
1 model selected
> select #2.1964
1 model selected
> select #2.1965
1 model selected
> select #2.9
1 model selected
> select #2.41
1 model selected
> select clear
> select #2.4
1 model selected
Region has 722 adjacent regions
> select #2.9
1 model selected
Region has 13372 adjacent regions
> select #2.9
1 model selected
> select #2.2
1 model selected
> select #2.12
1 model selected
> select #2.1
1 model selected
> select #2.2002
1 model selected
> select #2.4
1 model selected
> select add #2.3
2 models selected
> ~select
Nothing selected
> select #2.3
1 model selected
Region has 936 adjacent regions
> select #2.2
1 model selected
> select #2.9
1 model selected
> select #2.1
1 model selected
> select #2.1965
1 model selected
> select #2.3
1 model selected
> select #2.58
1 model selected
> select add #2.306
2 models selected
> select add #2.178
3 models selected
> select add #2.3
4 models selected
Grouped 4 regions
> select #2.136
1 model selected
> select add #2.33
2 models selected
> select add #2.3
3 models selected
Grouped 3 regions
> select #2.93
1 model selected
> select add #2.318
2 models selected
> select add #2.596
3 models selected
> select add #2.524
4 models selected
> select add #2.152
5 models selected
> select add #2.323
6 models selected
> select add #2.798
7 models selected
> select add #2.3
8 models selected
Grouped 8 regions
> ~select
Nothing selected
> select #2.248
1 model selected
> select add #2.837
2 models selected
> select add #2.957
3 models selected
> select add #2.835
4 models selected
> select add #2.847
5 models selected
> select add #2.522
6 models selected
> select add #2.741
7 models selected
Region has 10 adjacent regions
> select #2.1
1 model selected
> select #2.9
1 model selected
Ungrouped to 2 regions
> select #2.8
1 model selected
> select #2.6
1 model selected
> select #2.8
1 model selected
Region has 9028 adjacent regions
> select #2.8
1 model selected
> select #2.2
1 model selected
> select #2.6
1 model selected
> select #2.52
1 model selected
> select #2.8
1 model selected
> select #2.25
1 model selected
Region has 27 adjacent regions
> select #2.8
1 model selected
> select #2.4
1 model selected
> select #2.4
1 model selected
Region has 722 adjacent regions
> select #2.8
1 model selected
> select #2.12
1 model selected
> select #2.2005
1 model selected
> select #2.2004
1 model selected
> select #2.2002
1 model selected
> select #2.2004
1 model selected
> select #2.7
1 model selected
> select #2.1964
1 model selected
> select #2.1965
1 model selected
> select #2.2001
1 model selected
> select #2.41
1 model selected
> select #2.242
1 model selected
> select add #2.3
2 models selected
Grouped 2 regions
> select #2.377
1 model selected
> select add #2.69
2 models selected
> select add #2.532
3 models selected
> select add #2.283
4 models selected
> select add #2.544
5 models selected
> select add #2.120
6 models selected
> select add #2.25
7 models selected
> select add #2.943
8 models selected
> select add #2.461
9 models selected
> select add #2.538
10 models selected
> select add #2.682
11 models selected
> select add #2.660
12 models selected
> select add #2.505
13 models selected
> select add #2.144
14 models selected
> select add #2.4
15 models selected
> select add #2.171
16 models selected
> select add #2.182
17 models selected
Grouped 17 regions
> ~select
Nothing selected
> select #2.1014
1 model selected
> select add #2.134
2 models selected
> select add #2.401
3 models selected
> select add #2.571
4 models selected
> select add #2.705
5 models selected
> select add #2.898
6 models selected
> select add #2.594
7 models selected
> select add #2.4
8 models selected
Grouped 8 regions
> ~select
Nothing selected
> select #2.4
1 model selected
> ~select
Nothing selected
> select #2.301
1 model selected
> select add #2.4
2 models selected
Grouped 2 regions
> ~select
Nothing selected
> select #2.356
1 model selected
> select add #2.60
2 models selected
> select add #2.215
3 models selected
> select add #2.545
4 models selected
> select subtract #2.545
3 models selected
> select add #2.4
4 models selected
> select subtract #2.60
3 models selected
Grouped 3 regions
> ~select
Nothing selected
> select #2.60
1 model selected
Ungrouped to 2 regions
> select #2.9
1 model selected
> select #2.1017
1 model selected
> select add #2.4
2 models selected
Grouped 2 regions
> select #2.4
1 model selected
> select #2.9
1 model selected
> ~select
Nothing selected
> select #2.846
1 model selected
> select add #2.743
2 models selected
> select add #2.4
3 models selected
Grouped 3 regions
> ~select
Nothing selected
> select #2.27
1 model selected
> select add #2.3
2 models selected
Grouped 2 regions
> ~select
Nothing selected
> select #2.1965
1 model selected
Region has 1216 adjacent regions
> select #2.2
1 model selected
> select #2.8
1 model selected
> select #2.1965
1 model selected
Ungrouped to 2 regions
> select #2.16
1 model selected
Region has 576 adjacent regions
> select #2.8
1 model selected
> select #2.4
1 model selected
> select add #2.3
2 models selected
> ~select
Nothing selected
> select #2.3
1 model selected
Ungrouped to 2 regions
> ~select
Nothing selected
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_v3.seg" models #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
> select #2.20
1 model selected
Region has 1010 adjacent regions
> select #2.8
1 model selected
> select #2.1964
1 model selected
Ungrouped to 2 regions
> select #2.3
1 model selected
Region has 719 adjacent regions
> select #2.8
1 model selected
> select #2.4
1 model selected
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.24
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.24
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.24
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
Drag select of 2141786, 2143497, 2141782, 2137964, 2137967
Grouped 5 regions
> select #2.22
1 model selected
Region has 64 adjacent regions
> select #2.3
1 model selected
> select #2.27
1 model selected
> select #2.28
1 model selected
> select #2.2002
1 model selected
> select #2.22
1 model selected
> select add #2.483
2 models selected
> select add #2.4
3 models selected
Grouped 3 regions
> select #2.4
1 model selected
> select add #2.587
2 models selected
Grouped 2 regions
> ~select
Nothing selected
> select #2.4
1 model selected
Region has 805 adjacent regions
> select #2.8
1 model selected
> select #2.4
1 model selected
> select #2.9
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.9
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.9
1 model selected
Ungrouped to 2 regions
> select #2.49
1 model selected
> select #2.22
1 model selected
> select #2.662
1 model selected
> select add #2.33
2 models selected
> select add #2.49
3 models selected
> select add #2.48
4 models selected
> select add #2.44
5 models selected
Grouped 5 regions
Region has 6 adjacent regions
> select #2.8
1 model selected
> select #2.9
1 model selected
> select add #2.4
2 models selected
Grouped 2 regions
Region has 806 adjacent regions
> select #2.2002
1 model selected
> select #2.4
1 model selected
> select #2.22
1 model selected
> select add #2.8
2 models selected
Grouped 2 regions
> select #2.8
1 model selected
Ungrouped to 2 regions
> select #2.3
1 model selected
> select #2.2001
1 model selected
> select #2.41
1 model selected
> select #2.16
1 model selected
> select #2.25
1 model selected
> select add #2.27
2 models selected
Grouped 2 regions
> select #2.22
1 model selected
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.25
1 model selected
> select #2.27
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.27
1 model selected
> select #2.44
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.44
1 model selected
Ungrouped to 2 regions
> select #2.49
1 model selected
> select add #2.48
2 models selected
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
> select #2.44
1 model selected
> select #2.58
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.61
1 model selected
Drag select of 2145870, 7579 of 812556 triangles, 2145653, 11226 of 502832
triangles, 2145658, 1923 of 308240 triangles
Drag select of 2145255, 283849 of 315708 triangles, 2145870, 686652 of 812556
triangles, 2145653, 491853 of 502832 triangles, 2145658
Ungrouped to 8 regions
> select #2.65
1 model selected
> select #2.67
1 model selected
> select #2.69
1 model selected
> select #2.65
1 model selected
Region has 435 adjacent regions
> select #2.44
1 model selected
> select #2.67
1 model selected
> select #2.49
1 model selected
> select #2.65
1 model selected
> select #2.16
1 model selected
> select #2.8
1 model selected
> select #2.3
1 model selected
> select #2.69
1 model selected
Region has 348 adjacent regions
> select #2.2
1 model selected
> select add #2.6
2 models selected
> select add #2.67
3 models selected
> select add #2.44
4 models selected
> select #2.3
1 model selected
Drag select of 2146536, 466 of 3087316 triangles, 2145643, 914 of 460436
triangles
> ~select
Nothing selected
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_v4.seg" models #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
> select #2.4
1 model selected
> select #2.20
1 model selected
> ~select
Nothing selected
> select #2.69
1 model selected
> ~select
Nothing selected
Only showing 1000 of 34312 regions.
Showing 1000 of 34312 region surfaces
> select #2.239
1 model selected
> select add #2.941
2 models selected
> select add #2.162
3 models selected
> select add #2.717
4 models selected
> select add #2.316
5 models selected
> select add #2.265
6 models selected
Deleted 6 regions
> select #2.82
1 model selected
> select add #2.417
2 models selected
> select add #2.408
3 models selected
Deleted 3 regions
> select #2.921
1 model selected
> select add #2.2005
2 models selected
> select subtract #2.2005
1 model selected
> select add #2.512
2 models selected
> select add #2.397
3 models selected
> select add #2.14
4 models selected
Deleted 4 regions
> select #2.194
1 model selected
Deleted 1 regions
> select #2.2005
1 model selected
Ungrouped to 2 regions
> select #2.10
1 model selected
Deleted 1 regions
> select #2.1
1 model selected
Ungrouped to 2 regions
> select #2.10
1 model selected
> ~select
Nothing selected
> save /Users/garciae/Desktop/image1032.png supersample 3
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_v5.seg" models #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
> select #2.20
1 model selected
> select add #2.4
2 models selected
> select add #2.65
3 models selected
> select add #2.69
4 models selected
> ~select
Nothing selected
> hide #!2 models
> show #!1.1.1 models
> hide #!1.1.1 models
> show #!1.1.1 models
> hide #!1.1.1 models
> close #1.1.1
> show #!1.1.2 models
> close #1.1.2
> show #!1.1.3 models
> close #1.1.3
> show #!1.1.4 models
> hide #!1.1.4 models
> show #!1.1.5 models
> show #!3 models
> hide #!1.1.5 models
> hide #!3 models
> show #!2 models
> hide #!2 models
> show #!1.1.5 models
> volume #1.1.5 level -600
> volume #1.1.5 level -500
> volume #1.1.5 level -400
> volume #1.1.5 level -300
> volume #1.1.5 level -200
> volume #1.1.5 level -100
> volume #1.1.5 level -50
> volume #1.1.5 level 0
> vop scale #1.1.5 factor -1
Opened 5 CT (Torax 1.0 Br59 AR) scaled as #5, grid size 512,512,520, pixel
1,1,0.699, shown at step 1, values float32
> volume #5 level 841.7
> save /Users/garciae/Desktop/image1033.png supersample 3
> volume #5 level 650
> volume #5 level 500
> volume #5 level 800
> volume #5 level 650
> vop gaussian #5
Opened 5 CT (Torax 1.0 Br59 AR) scaled gaussian as #6, grid size 512,512,520,
pixel 1,1,0.699, shown at step 1, values float32
> volume #6 level 650
> volume #6 level 700
Segmenting 5 CT (Torax 1.0 Br59 AR) scaled, density threshold 650.000000
Only showing 1000 of 3114626 regions.
Showing 1000 of 3114626 region surfaces
Showing 279 region surfaces
3114626 watershed regions, grouped to 279 regions
Showing 5 CT (Torax 1 Br59 AR) scaled.seg - 279 regions, 279 surfaces
Drag select of 6705002, 92089 of 694424 triangles, 6704999, 155161 of 745992
triangles, 6705016, 155041 of 631756 triangles, 6704883, 262138 of 328876
triangles, 6704624, 347870 of 353088 triangles, 6704927, 6704792, 12941 of
376496 triangles, 6704944, 23507 of 419572 triangles, 6704550, 6704788, 22653
of 393900 triangles, 6705007, 6704885, 6704808, 339290 of 360836 triangles,
6704635, 321899 of 331292 triangles, 6704948, 12593 of 351712 triangles,
6704327, 6704816, 307383 of 337692 triangles, 6704936, 6704771, 6704684,
6704679, 145702 of 221900 triangles, 6704965, 3804 of 284124 triangles,
6704829, 160806 of 258600 triangles, 6704133, 156612 of 247588 triangles,
6704989, 6704596, 252655 of 259472 triangles, 6704997, 40343 of 317708
triangles, 6704738, 215046 of 220240 triangles, 6704570, 6704136, 6704888,
58179 of 364348 triangles, 6704580, 6704610, 6704727, 6704535, 6704594,
6704197, 101659 of 213776 triangles, 6704185, 6704872, 198309 of 213200
triangles, 6704996, 87217 of 304728 triangles, 6704938, 90449 of 306280
triangles, 6704527, 6704515, 6703031, 6704640, 6705001, 58219 of 236712
triangles, 6704799, 109981 of 192452 triangles, 6704697, 6704597, 178271 of
206092 triangles, 6703119, 6704861, 56790 of 254640 triangles, 6705027,
6704643, 95289 of 182548 triangles, 6705017, 78794 of 180472 triangles,
6705012, 72531 of 179164 triangles, 6704843, 6704041, 6704542, 75353 of 143712
triangles, 6704605, 65990 of 179124 triangles, 6705003, 311 of 233528
triangles, 6704683, 62624 of 164912 triangles, 6704179, 84005 of 152840
triangles, 6704687, 6704289, 121587 of 174364 triangles, 6704954, 61679 of
171396 triangles, 6704367, 6704653, 104796 of 151008 triangles, 6704420,
155844 of 161808 triangles, 6704805, 175371 of 179100 triangles, 6704051,
6704768, 50705 of 129596 triangles, 6703878, 57701 of 155056 triangles,
6704950, 9617 of 131760 triangles, 6705019, 48609 of 140072 triangles,
6704935, 6704715, 120063 of 129880 triangles, 6702983, 6705011, 36943 of
102456 triangles, 6704790, 44791 of 150960 triangles, 6704983, 34530 of 111520
triangles, 6703594, 117391 of 125084 triangles, 6704060, 105841 of 140544
triangles, 6704632, 22137 of 109128 triangles, 6704395, 97266 of 108316
triangles, 6704441, 101547 of 126988 triangles, 6704116, 6703595, 99728 of
99896 triangles, 6704459, 83541 of 102092 triangles, 6702950, 77414 of 102500
triangles, 6703929, 55580 of 102960 triangles, 6704437, 26018 of 97460
triangles, 6704450, 95071 of 103312 triangles, 6704617, 35325 of 118152
triangles, 6704921, 22642 of 146868 triangles, 6704206, 58832 of 91800
triangles, 6704407, 17897 of 89408 triangles, 6704532, 4035 of 97216
triangles, 6703794, 77974 of 111232 triangles, 6703725, 58813 of 84844
triangles, 6703988, 67870 of 79704 triangles, 6699030, 72517 of 78424
triangles, 6703831, 17544 of 88508 triangles, 6704265, 6704295, 6703713, 9876
of 80008 triangles, 6699426, 147 of 82708 triangles, 6703730, 69283 of 93656
triangles, 6704946, 54063 of 92892 triangles, 6703470, 57041 of 67544
triangles, 6704332, 20327 of 67448 triangles, 6704193, 67191 of 67196
triangles, 6703334, 15459 of 58720 triangles, 6703461, 16207 of 65644
triangles, 6704184, 55784 of 66252 triangles, 6702782, 6703324, 12622 of 64204
triangles, 6704464, 6702924, 6703216, 1379 of 60956 triangles, 6699169, 52427
of 52656 triangles, 6685053, 18837 of 37504 triangles, 6690808, 14131 of 23584
triangles
Deleted 122 regions
> select #2.182
1 model selected
> select add #2.80
2 models selected
> select add #2.122
3 models selected
> select add #2.185
4 models selected
> select add #2.168
5 models selected
> select add #2.69
6 models selected
> select add #2.186
7 models selected
> select add #2.147
8 models selected
> select add #2.205
9 models selected
> select add #2.233
10 models selected
> select add #2.246
11 models selected
> select add #2.178
12 models selected
> select add #2.209
13 models selected
> select add #2.244
14 models selected
> select add #2.152
15 models selected
> select add #2.94
16 models selected
> select add #2.115
17 models selected
> select add #2.193
18 models selected
> select add #2.132
19 models selected
> select add #2.204
20 models selected
> select add #2.9
21 models selected
Deleted 21 regions
> select #2.260
1 model selected
> select add #2.103
2 models selected
> select add #2.525
3 models selected
> select add #2.369
4 models selected
> select add #2.84
5 models selected
> select add #2.255
6 models selected
Deleted 6 regions
Drag select of 6704955, 224988 of 954428 triangles, 6705038, 202005 of 1015372
triangles, 6705026, 234711 of 965348 triangles, 6705029, 125418 of 707344
triangles, 6704825, 147976 of 518148 triangles, 6704796, 232889 of 758516
triangles, 6705025, 244958 of 615940 triangles, 6704976, 239959 of 505616
triangles, 6704970, 460 of 411124 triangles, 6704794, 139402 of 309360
triangles, 6704826, 84347 of 219844 triangles, 6704517, 2018 of 263592
triangles
Deleted 12 regions
> select #2.191
1 model selected
Deleted 1 regions
Drag select of 6704978, 197031 of 825840 triangles, 6704911, 201179 of 771068
triangles, 6705021, 43780 of 598100 triangles, 6704988, 165065 of 657840
triangles, 6705031, 128526 of 479884 triangles, 6704968, 358 of 416112
triangles, 6704858, 87396 of 397616 triangles, 6704359, 64922 of 141184
triangles, 6705020, 54857 of 140500 triangles
Deleted 9 regions
> select #2.211
1 model selected
> select add #2.245
2 models selected
> select add #2.253
3 models selected
> select add #2.267
4 models selected
Deleted 4 regions
Drag select of 6705006, 478794 of 1235804 triangles, 6705024, 420266 of 977880
triangles, 6705028, 203409 of 650788 triangles, 6704995, 249731 of 655788
triangles, 6705008, 282422 of 683124 triangles, 6705023, 237562 of 625604
triangles, 6705042, 336713 of 649848 triangles, 6704977, 295518 of 620408
triangles, 6704907, 277493 of 549200 triangles, 6704969, 320871 of 493728
triangles, 6704992, 278741 of 483120 triangles, 6704914, 230906 of 521076
triangles, 6704874, 151107 of 482760 triangles, 6704836, 187385 of 559064
triangles, 6705035, 181891 of 527224 triangles, 6704881, 220688 of 442876
triangles, 6705044, 225104 of 379564 triangles, 6704879, 212352 of 441288
triangles, 6704851, 186511 of 398472 triangles, 6704928, 193391 of 420996
triangles, 6704814, 192564 of 257788 triangles, 6704998, 152219 of 377324
triangles, 6704943, 148295 of 303644 triangles, 6704964, 10934 of 205016
triangles, 6704379, 152860 of 212768 triangles, 6704994, 126202 of 160912
triangles, 6704080, 117902 of 137992 triangles
Deleted 27 regions
> select #2.66
1 model selected
> select add #2.2
2 models selected
> select add #2.51
3 models selected
> select add #2.1
4 models selected
> select add #2.85
5 models selected
> select add #2.8
6 models selected
Deleted 6 regions
> select #2.263
1 model selected
Deleted 1 regions
> select #2.4
1 model selected
> select #2.4
1 model selected
> select #2.110
1 model selected
Deleted 1 regions
> select #2.195
1 model selected
Deleted 1 regions
> select #2.32
1 model selected
> select add #2.158
2 models selected
> select add #2.138
3 models selected
Deleted 3 regions
> select #2.92
1 model selected
> select #2.90
1 model selected
> select #2.37
1 model selected
> save "/Users/garciae/Documents/CT scan/lungs_contour_650.seg" models #2
> hide #!2 models
> volume #6 level 693.9
Segmenting 5 CT (Torax 1.0 Br59 AR) scaled gaussian, density threshold
693.945437
Only showing 1000 of 561198 regions.
Showing 1000 of 561198 region surfaces
Only showing 1000 of 21018 regions.
Showing 1000 of 21018 region surfaces
561198 watershed regions, grouped to 21018 regions
Showing 5 CT (Torax 1 Br59 AR) scaled gaussian.seg - 21018 regions, 1000
surfaces
> select #2.1
1 model selected
Deleted 1 regions
> select #2.5
1 model selected
Deleted 1 regions
> select #2.3
1 model selected
Deleted 1 regions
> select #2.18
1 model selected
Deleted 1 regions
> select #2.4
1 model selected
Deleted 1 regions
Drag select of 1103040, 79805 of 87604 triangles, 1103049, 28194 of 63400
triangles, 1103043, 37347 of 61144 triangles, 1103050, 5808 of 44480
triangles, 1103051, 35441 of 40140 triangles, 1102995, 1102846, 1102105,
1102106, 1102615, 1102628, 1100613, 11079 of 15860 triangles, 1102423, 4106 of
16296 triangles, 1101566, 1102435, 1101545, 1100617, 1100587, 2322 of 14324
triangles, 1100636, 1102636, 4873 of 11192 triangles, 1098933, 1101561,
1095487, 1102115, 1101603, 1100661, 4547 of 10572 triangles, 1078296, 1101588,
1089068, 1100624, 154 of 9324 triangles, 1102113, 1077403, 3219 of 8604
triangles, 1098994, 3940 of 10404 triangles, 1095888, 1095914, 1098927,
1095958, 5546 of 7996 triangles, 1090270, 1100660, 1077862, 1100567, 1100675,
6848 of 6956 triangles, 1078923, 3090 of 5328 triangles, 1089943, 615 of 6932
triangles, 1036981, 1077807, 1090338, 1095998, 6714 of 6832 triangles,
1095891, 1090159, 1079647, 1079645, 1090047, 1078678, 1090088, 3568 of 4860
triangles, 1059518, 977532, 1079728, 1095938, 1078069, 94 of 4900 triangles,
1079430, 3785 of 5284 triangles, 1090195, 83 of 4812 triangles, 1078597,
1079810, 1090372, 1057197, 996399, 373 of 5040 triangles, 1078473, 1095989, 9
of 6336 triangles, 1099006, 1053241, 2931 of 4500 triangles, 1078986, 575 of
6304 triangles, 1079636, 155 of 4148 triangles, 1079491, 1079793, 3225 of 6696
triangles, 1057467, 1079378, 1828 of 4268 triangles, 1090368, 395 of 5272
triangles, 1090340, 1056099, 1057347, 1054258, 387 of 3496 triangles, 1079828,
1001093, 1057629, 1079766, 1018909, 1057590, 1004203, 993181, 1079505,
1017631, 1058703, 1057244, 1059468, 190 of 3664 triangles, 1059563, 1056127,
1056905, 992669, 1021913, 1059777, 1079662, 1059789, 3127 of 3188 triangles,
1079729, 1090293, 3604 of 3764 triangles, 1006613, 84 of 2912 triangles,
1022549, 1079890, 1058341, 1057577, 892195, 1058158, 2895 of 3188 triangles,
1018897, 1535 of 3256 triangles, 869228, 1058870, 1359 of 3016 triangles,
1018490, 2470 of 3224 triangles, 1058268, 1019029, 1016119, 233 of 3172
triangles, 1016987, 1079848, 3228 of 3796 triangles, 1014224, 170 of 3068
triangles, 1059924, 1059036, 1059765, 1060150, 900906, 1014285, 1021816,
1021128, 1022929, 1058793, 1008378, 1021544, 1253 of 2620 triangles, 1059130
Deleted 135 regions
Drag select of 1103036, 131123 of 142776 triangles, 1102081, 7826 of 32560
triangles, 1100626, 1102117, 1100653, 1098966, 1095927, 1090078, 10071 of
10152 triangles, 1098884, 1098991, 4767 of 9552 triangles, 1100631, 697 of
9256 triangles, 1089947, 1095980, 8334 of 8340 triangles, 1089580, 1095848,
1090098, 1095885, 1095935, 6811 of 8144 triangles, 1100643, 1090379, 1038266,
1090294, 1078851, 1095944, 1078562, 1090076, 1090277, 235 of 6216 triangles,
1090173, 1090160, 1079413, 1078777, 1059405, 1095961, 1079040, 1079037,
1078149, 1695 of 4524 triangles, 1079142, 2506 of 4760 triangles, 1090196,
1079598, 227 of 6580 triangles, 1079549, 1090339, 1023323, 1055205, 1017694,
1944 of 4228 triangles, 1079660, 1059295, 1008587, 2105 of 3580 triangles,
1079867, 1018735, 1019843, 1079706, 1059231, 1079891, 4377 of 4452 triangles,
1059050, 3322 of 3556 triangles, 1079800, 1008466, 1058916, 1059387, 1557 of
4000 triangles, 1010724, 1641 of 2920 triangles, 1019547, 1013750, 888253,
1014646, 1007344, 1059304, 1060368, 1018737, 1016807, 1021231, 1058504,
1017272, 1015806, 1058584
Deleted 73 regions
Drag select of 1103038, 1103045, 1103044, 1103046, 1102629, 387 of 30800
triangles, 1102633, 1102116, 10213 of 22132 triangles, 1102426, 8015 of 18660
triangles, 1102618, 1100655, 1098998, 1101551, 1100668, 1100674, 10221 of
12636 triangles, 1098967, 1095939, 1089909, 5798 of 8516 triangles, 1099014,
1095724, 1098993, 1089833, 1049950, 1095841, 1778 of 7448 triangles, 1090232,
1079653, 1095830, 5376 of 7780 triangles, 1090229, 1095795, 1095769, 942 of
7632 triangles, 1095916, 1078425, 1099004, 1090203, 1090233, 1077724, 5521 of
5628 triangles, 1079724, 19 of 6616 triangles, 1078631, 1095965, 1100654,
1096002, 1090271, 1089980, 1541 of 5700 triangles, 1078132, 2611 of 5484
triangles, 1079853, 3863 of 6064 triangles, 1090014, 1056018, 1058188, 2636 of
5944 triangles, 1060287, 1100665, 1090341, 2153 of 5060 triangles, 1059182,
1090290, 6913 of 6928 triangles, 1090063, 1078522, 1090380, 533 of 6204
triangles, 1078898, 3789 of 4156 triangles, 1090140, 1079772, 160 of 6184
triangles, 1079855, 991154, 1090323, 1057389, 1056054, 1090321, 3789 of 6108
triangles, 1079926, 191 of 4000 triangles, 1079081, 1023102, 1058098, 1057624,
1051962, 3570 of 3736 triangles, 1090307, 1004227, 1058511, 1079352, 999268,
1079725, 1079427, 1008715, 1020927, 1058005, 1059248, 1079552, 1079899, 1569
of 4596 triangles, 1057923, 1079759, 1011187, 1021350, 369 of 3108 triangles,
1059167, 1019942, 1059805, 1004425, 1079356, 3039 of 3316 triangles, 1059450,
3058 of 3404 triangles, 1090331, 1005639, 1079884, 557 of 3360 triangles,
838637, 1059766, 1019737, 1021644, 1019686, 1013501, 1079872, 1643 of 3604
triangles, 1016748, 1013023, 1014764, 1021092, 1020782, 1015107, 1016218,
1010552, 1059930, 1060292, 2034 of 3212 triangles, 1020811, 365 of 2564
triangles, 1020467, 1017627, 939830, 2994 of 3012 triangles, 1016666, 1017875,
1019207, 1058003, 902035
Deleted 122 regions
> select #2.7
1 model selected
Deleted 1 regions
Drag select of 1100632, 14924 of 22692 triangles, 1099007, 7870 of 16188
triangles, 1098987, 2645 of 15712 triangles, 1098955, 1098948, 1098997,
1095997, 1089440, 8141 of 8896 triangles, 1098920, 2604 of 10128 triangles,
1099013, 6730 of 10956 triangles, 1090284, 1098969, 9711 of 10108 triangles,
1100682, 9146 of 9388 triangles, 1095761, 5201 of 7072 triangles, 1090385,
1036569, 1090106, 1090023, 1079276, 1078327, 5246 of 5820 triangles, 1090057,
3888 of 5936 triangles, 1079312, 1059870, 1055739, 1090336, 1059244, 1056731,
1079965, 1006988, 1077 of 3212 triangles, 1021680, 1016451, 1162 of 3556
triangles, 1022533, 1019932, 1015421, 355 of 3132 triangles, 1059164, 1059534,
1059549, 857886, 1013229, 1021031, 1658 of 3100 triangles, 921171, 1059845,
1832 of 3500 triangles
Deleted 42 regions
> select #2.519
1 model selected
> select add #2.836
2 models selected
> select add #2.565
3 models selected
> select add #2.475
4 models selected
> select add #2.147
5 models selected
Deleted 5 regions
Drag select of 1102622, 1102432, 1098928, 653 of 11580 triangles, 1095790,
1085 of 11212 triangles, 1101599, 1098953, 1095897, 1099008, 1095882, 2024 of
9716 triangles, 1101578, 1095843, 2680 of 8152 triangles, 1102440, 1076777,
1095799, 3802 of 8236 triangles, 1090048, 1095570, 1095618, 1090247, 1095784,
1095910, 1095954, 1054416, 3077 of 5876 triangles, 1047685, 1090280, 2940 of
6576 triangles, 1078703, 3338 of 4916 triangles, 1090268, 997155, 1079956,
1090312, 326 of 6060 triangles, 1053798, 1056646, 1057651, 2548 of 4332
triangles, 1079049, 2340 of 4192 triangles, 1079546, 1079510, 1058507,
1078725, 1053412, 1057513, 1079253, 1059021, 1057922, 1079483, 1059252,
1078987, 1090381, 1019944, 1057790, 1019921, 3594 of 3624 triangles, 981802,
1013035, 1058623, 1009712, 1060035, 1023521, 33 of 4012 triangles, 1057488,
1058496, 2081 of 3332 triangles, 1060067, 888892, 1017152, 2806 of 2936
triangles, 1059909, 1019151, 1057573, 1060385, 1160 of 3740 triangles,
1059225, 849051, 1018328, 1021224, 1058875, 1059763, 1079577, 2246 of 3140
triangles, 1015251, 1058636, 1569 of 2968 triangles, 1021212, 1060116,
1010700, 909873, 1060181, 1021980, 1059360, 1392 of 3080 triangles, 1011769,
901595, 1022646, 1482 of 2928 triangles
Deleted 83 regions
Drag select of 1103027, 25319 of 55876 triangles, 1102610, 33846 of 37596
triangles, 1102844, 26043 of 30352 triangles, 1102126, 25861 of 27436
triangles, 1102110, 16158 of 18440 triangles, 1100574, 1101581, 1089832,
1099019, 1489 of 11300 triangles, 1095867, 1101554, 1098802, 1095934, 14430 of
20592 triangles, 1098970, 2197 of 9508 triangles, 1043863, 1095898, 2864 of
8004 triangles, 1095994, 1095828, 1095766, 1592 of 7760 triangles, 1100671,
1077382, 1051107, 1077775, 1099016, 1079716, 1089873, 1078166, 1371 of 5840
triangles, 1078595, 1077763, 1502 of 7120 triangles, 1095929, 1095941, 1269 of
16148 triangles, 1056008, 1122 of 5344 triangles, 1079789, 1098976, 4657 of
7196 triangles, 1095995, 1090099, 5492 of 5984 triangles, 1079915, 1079880,
1095988, 1057477, 1055223, 1089946, 1079819, 1078873, 1079063, 2829 of 4636
triangles, 1059389, 1090319, 1008651, 1059964, 1090346, 1015048, 998123,
1059677, 997367, 1079305, 306 of 4092 triangles, 1079913, 1059540, 1016065, 91
of 3812 triangles, 1079912, 850993, 1090369, 1466 of 4104 triangles, 839778,
1090299, 2725 of 10104 triangles, 1058366, 1013753, 1060115, 1057516, 1055785,
1059969, 3818 of 4092 triangles, 1014691, 1060283, 1017247, 1060100, 1058592,
1057605, 1017458, 1057517, 2888 of 2892 triangles, 1016436, 1017757, 1017467,
767 of 2620 triangles, 1060134, 1057973, 1059064, 1164 of 2972 triangles,
1016993, 1022951, 2051 of 3208 triangles, 926347, 999765, 644 of 2868
triangles, 1011194, 1022916, 1012572, 1059822, 1022156, 1059249, 1059778,
1017426, 1020286
Deleted 96 regions
Drag select of 1103047, 1101571, 1102634, 1102422, 1102756, 1102131, 1100649,
1100663, 1100639, 1101606, 1079327, 1077411, 1057074, 1060120, 1095920,
1053875, 1056335, 1058168, 1051855, 1078632, 1090156, 1060258, 1079282,
1060413, 1079858, 1019462, 1022773, 1016616, 1079966, 1090167, 911119,
1015306, 1022340, 1017878, 939846, 1021214, 1059981, 1020465, 1016649,
1017852, 1009693, 1007928, 517444, 887161, 903552, 1079403, 1021630, 1059995
Deleted 48 regions
> select #2.506
1 model selected
> select add #2.411
2 models selected
Deleted 2 regions
> select #2.859
1 model selected
> select add #2.704
2 models selected
Deleted 2 regions
> select #2.831
1 model selected
Deleted 1 regions
Drag select of 1103035, 86955 of 192524 triangles, 1103037, 1103041, 1553 of
69220 triangles, 1103048, 1103055, 36753 of 54932 triangles, 1103054, 1103052,
1102759, 26130 of 52248 triangles, 1102421, 1102906, 3540 of 36584 triangles,
1103053, 28156 of 33496 triangles, 1102845, 1102441, 1102748, 1102760,
1102632, 1102843, 1102424, 1102761, 1100579, 1100637, 1098932, 1102631,
1101584, 1095512, 9413 of 11988 triangles, 1098813, 1095889, 1101577, 12002 of
12440 triangles, 1102127, 1095872, 1100678, 1101601, 1100591, 1102130,
1090201, 1095922, 1089904, 1095635, 1100679, 7626 of 11684 triangles, 1098825,
7257 of 9176 triangles, 1095824, 4003 of 8624 triangles, 1090260, 1089740,
1095926, 1095822, 1098978, 1090215, 1098977, 1098963, 1090054, 1090143,
1090300, 1098992, 1079962, 1079438, 1090138, 1095815, 1079298, 1079230,
1079949, 1090180, 1079927, 1090314, 1048453, 1090347, 1095845, 1095984,
1090374, 1052371, 1078935, 1099003, 1090285, 1095981, 1078900, 1079617,
1090253, 6268 of 6480 triangles, 1079165, 1079302, 4718 of 4720 triangles,
1078910, 1096000, 1055486, 1090178, 1056372, 1059672, 1059144, 1079807,
1056264, 1058255, 1079830, 1054742, 1058666, 1012812, 1079533, 1079852,
1058527, 1079882, 963160, 1056511, 988476, 1090301, 1059730, 1079635, 1059123,
1022945, 1058035, 1079292, 1079228, 1079784, 1056832, 1059950, 1078962,
905205, 895447, 1017128, 1079928, 1079239, 1058506, 1015868, 1060295, 903038,
1059516, 1019064, 1057883, 1021484, 1058640, 1090082, 1059343, 1079922,
1019264, 1059297, 1000941, 1058645, 1079691, 1090366, 1079479, 1009583,
1058976, 1057705, 991276, 1058157, 996001, 1015068, 1014362, 1059535, 1058941,
992240, 1734 of 3040 triangles, 1057379, 856951, 1060131, 859716, 1059881,
1021375, 1056937, 1060173, 1021199, 1009967, 1008816, 998841, 1079903,
1060228, 1013419, 1059872, 1013738, 1013401, 1239 of 2628 triangles, 1017150,
1060418, 1800 of 3648 triangles, 1016003, 1079767, 655 of 4220 triangles,
1079812, 1011606, 1014185, 1015301, 848304, 1017655, 1023034, 1011659,
1009291, 1012247, 1059609, 1059494, 1009104, 1022734, 1060242, 889038,
1079751, 1060239, 1059902, 1020242, 1018578, 1079625, 1059085, 1058552, 952 of
3140 triangles, 1060389, 1023492, 1013821, 1059862, 3123 of 3232 triangles,
916747, 890946, 1058233, 1018139, 1018674, 1079788, 1014817, 1079695, 1056994,
1010905, 879077, 1014912
Deleted 208 regions
> select #2.346
1 model selected
> select add #2.460
2 models selected
> select add #2.527
3 models selected
> select add #2.886
4 models selected
> select add #2.362
5 models selected
> select add #2.953
6 models selected
> select add #2.610
7 models selected
> select add #2.942
8 models selected
> select add #2.713
9 models selected
> select add #2.790
10 models selected
> select add #2.618
11 models selected
Deleted 11 regions
Drag select of 1100652, 1078372, 1059436, 1079740, 1058840, 612 of 4464
triangles, 1078916, 1010938, 1005727, 1016905, 1059826, 1020281, 783 of 2916
triangles
Deleted 11 regions
> select #2.649
1 model selected
> select add #2.748
2 models selected
Deleted 2 regions
> select #2.675
1 model selected
> select add #2.787
2 models selected
Deleted 2 regions
> select #2.463
1 model selected
Deleted 1 regions
Only showing 1000 of 20168 regions.
Showing 1000 of 20168 region surfaces
Drag select of 918598, 896055, 1017387, 1021965, 1018185, 932992, 1059943,
949468, 1015224, 1059097, 1015986, 1023005, 1079637, 2576 of 3036 triangles,
1017223, 1058805, 933386, 935083, 1017882, 898108, 1059747, 1059361, 1018083,
892029, 1060401, 1018451, 1018349, 891653, 1359 of 2380 triangles, 1020750,
2265 of 2468 triangles, 1016367, 1079735, 1060099, 1022888, 907887, 2094 of
2184 triangles, 1079823, 897133, 1019685, 519588, 1017271, 865759, 844878,
1059362, 1016682, 1021216, 910228, 1060282, 1059944, 1060224, 1019376,
1021998, 1020157, 911516, 1022110, 1060302, 1017142, 1020054, 1059695, 430 of
2464 triangles, 1060419, 1017943, 928713, 1016911, 924848, 915345, 932316,
895780, 1016613, 882284, 1017234, 1019648, 1020685, 944522, 1016237, 1059708,
941967, 1017721, 902243, 1059908, 1060139, 902129, 938210, 372 of 2356
triangles, 1021783, 1017260, 892599, 930261, 918863, 1020649, 883428, 1018025,
1060076, 921127, 1018382, 1021533, 1018186, 1059490, 946155, 629115, 1059959,
1059415, 1059596, 922284, 712511, 1019094, 1020628, 1021258, 923884, 1020305,
1020166, 918993, 1018547, 1021515, 1059374, 1017182, 1020198, 1060257, 888 of
2856 triangles, 898420, 742625, 900386, 1023253, 1019618, 1059877, 937214,
625748, 907246, 1048 of 2064 triangles, 754161, 1018214, 942265, 1060316,
887524, 1016615, 1021033, 1018019, 1060056, 2960 of 3320 triangles, 1060280,
1060378, 1059502, 924296, 946142, 1022886, 1059850, 634417, 1020740, 899797,
949095, 1020515, 914708, 934330, 1022830, 1022185, 1015961, 1023537, 661842,
1022730, 660198, 1022914, 944112, 1022897, 1022850, 1023420, 914143, 1022453,
1060209, 1022480, 943673, 1021584, 924008, 1021908, 922860, 1277 of 1868
triangles, 937565, 1022316, 923322, 936611, 1023468, 940101, 1014933, 951990,
903530, 1059287, 915087, 953522, 951500, 942547, 933653, 1014829, 945888,
1059937, 1466 of 2868 triangles, 1021453, 1022083, 938905, 943822, 926921,
1017947, 914237, 930262, 1018719, 1019500, 1022559, 1060121, 1060252, 924876,
1022638, 1020666, 1021056, 926296, 1021672, 918113, 1021227, 1059992, 952868,
946019, 728 of 2324 triangles, 950558, 1309 of 1892 triangles, 944853,
1020802, 1682 of 2024 triangles, 919584, 571789, 951318, 915344, 1677 of 1784
triangles, 928256, 926573, 921687, 1019983, 940805, 1018940, 1068 of 1708
triangles, 934138, 1059282, 917846, 1374 of 1820 triangles, 935520, 919544,
1023119, 948488, 942804, 929041, 1022981, 944467, 945946, 934265, 1020091,
916456, 918702, 1021559, 947582, 933527, 934121, 1022446, 1021270, 949464,
1017487, 1060404, 917719, 1060313, 660214, 934639, 1018242, 763754, 938039,
1022192, 771554, 917510, 1022973, 1020641, 952558, 951940, 937644, 1017430,
1021355, 1021705, 698629, 518521, 938244, 1079846, 1020457, 690345, 923008,
1023494, 1020347, 926595, 1059666, 657214, 1269 of 1744 triangles, 914241,
948435, 939660, 1083 of 1876 triangles
Deleted 279 regions
Drag select of 1059840, 1020444, 1060070, 1060347, 1021149, 918500, 1017189,
1017091, 1010969, 1022181, 930979, 1059439, 1016570, 466 of 2896 triangles,
1017344, 1022759, 181 of 3012 triangles, 882210, 1021952, 900635, 1059984,
1019278, 1013434, 1011667, 1017526, 2118 of 2736 triangles, 892633, 1019231,
1022224, 1079887, 1014492, 1014360, 1021218, 1021438, 2169 of 3224 triangles,
1060236, 1021117, 1014 of 2676 triangles, 915124, 935431, 2076 of 2460
triangles, 931265, 1020824, 1020598, 1021755, 901088, 882558, 1018525,
1022574, 1022755, 903276, 1019515, 923466, 900464, 1023219, 1021665, 1013014,
1059577, 1014785, 1303 of 2572 triangles, 1014774, 880397, 904998, 941656,
1060260, 944914, 1410 of 2824 triangles, 922599, 1022980, 1022260, 922161,
888467, 1060218, 936203, 1018628, 1803 of 2300 triangles, 1022637, 1058953,
1018950, 1022356, 905813, 902024, 1018208, 1059209, 924631, 906995, 916545,
1016812, 890802, 1058792, 1016212, 892260, 1018116, 1019697, 1167 of 2328
triangles, 1059941, 949742, 1058545, 1015996, 951869, 942130, 933876, 1020990,
1060235, 888006, 915523, 1019776, 1019738, 1060164, 1023541, 533 of 3196
triangles, 1059979, 740 of 3160 triangles, 1060351, 1015056, 1016325, 1020071,
1058933, 1059987, 1019297, 1023315, 1016719, 1060309, 924302, 926326, 912723,
1059550, 402 of 2592 triangles, 916875, 909143, 939042, 1021939, 1022636,
1021842, 919439, 1646 of 2108 triangles, 1059915, 936214, 927478, 942952,
1059978, 1019872, 939943, 838 of 1956 triangles, 904970, 1022336, 2030 of 2460
triangles, 906992, 921776, 938152, 1018489, 1019577, 606722, 918469, 1023137,
741451, 909525, 1022625, 152 of 2552 triangles, 1021153, 650824, 1053 of 1992
triangles, 673587, 927865, 1022934, 1020429, 1079948, 949773, 1787 of 2420
triangles, 647740, 1060088, 898470, 939754, 1060130, 1023374, 1020152,
1019786, 1020195, 1884 of 2196 triangles, 932858, 941692, 1023153, 3028 of
3084 triangles, 1020322, 898452, 1017807, 943204, 1288 of 1952 triangles,
590648, 930032, 931213, 776904, 550220, 1822 of 2356 triangles, 759987,
923485, 1022758, 608228, 1021010, 930141, 952375, 930972, 937012, 946329,
1020657, 951805, 1213 of 2256 triangles, 910415, 1020582, 1015750, 938405,
730570, 724618, 919875, 938730, 931680, 940747, 1059633, 1019739, 949478,
1022233, 623869, 1022672, 1059583, 1015879, 942677, 1059794, 925582, 621082, 9
of 1896 triangles, 1018126, 29 of 1960 triangles, 1022223, 906417, 1600 of
2096 triangles, 927371, 1059477, 1019457, 1016470, 1196 of 2196 triangles,
1020937, 948469, 937854, 942670, 729191, 952770, 924518, 947080, 947936,
891693, 1022903, 2273 of 2372 triangles, 663584, 920990, 939301, 1020340,
929659, 935666, 1795 of 1964 triangles, 1022832, 927874, 945753, 1019756,
920854, 493 of 1832 triangles, 938218, 908271, 339 of 1600 triangles, 1018084,
1019144, 779173, 939007, 641461, 1021770, 701234, 934874, 947824, 944231,
1060154, 951200, 1023314, 1021480, 913250, 1022860, 952944, 412 of 2152
triangles, 937136, 1022215, 936648, 937876, 1022912, 1021060, 1021313, 838 of
2068 triangles, 947506, 740774, 623956, 1022801, 1021987, 927264, 952922, 268
of 2376 triangles, 941242, 705433, 1020277, 736097, 1016978, 947382, 1022243,
783547
Deleted 275 regions
Only showing 1000 of 19614 regions.
Showing 1000 of 19614 region surfaces
Only showing 5000 of 19614 regions.
Showing 5000 of 19614 region surfaces
Drag select of 708957, 370 of 1840 triangles, 952609, 77 of 2112 triangles,
1060269, 168 of 3148 triangles, 1022992, 1022497, 928538, 1018913, 926647,
948932, 933084, 744993, 935995, 1018326, 902953, 939635, 673980, 1629 of 1688
triangles, 929432, 939021, 1021106, 942166, 941886, 916582, 934450, 948354,
1017642, 938664, 914054, 757202, 786192, 933244, 1022256, 1021463, 910716,
633772, 931862, 1022485, 942469, 940798, 1023030, 1021395, 929837, 1022470,
1023395, 935881, 1022523, 929164, 938979, 944086, 950556, 934233, 1021554,
936838, 932904, 952812, 951904, 916866, 949939, 940421, 909663, 950445,
939569, 1021663, 951073, 1059284, 943417, 934525, 716022, 938329, 1020485,
1018907, 932543, 1023422, 740048, 1019888, 725955, 913119, 953438, 943 of 2120
triangles, 923609, 874 of 1804 triangles, 933304, 938248, 1023442, 736094,
1059712, 940755, 694121, 950407, 1023115, 1020952, 682631, 949145, 1022982,
944068, 73162, 929729, 935070, 745955, 744850, 943245, 663834, 939148, 921163,
951114, 943300, 1020278, 1021144, 908589, 1019511, 765177, 946868, 933436,
935569, 732286, 1199 of 1592 triangles, 943059, 299256, 946750, 661658,
934035, 1020613, 941602, 767187, 946046, 781725, 938973, 1021032, 951140,
1021015, 951450, 949327, 939314, 933030, 926238, 951831, 507841, 947497,
1020953, 718179, 936392, 1017780, 949199, 939531, 937153, 945280, 944693,
1022268, 722 of 1932 triangles, 946005, 1023048, 1020419, 632847, 917522,
936396, 947199, 933149, 928683, 941675, 941432, 688566, 948251, 950325,
933172, 687866, 558737, 100 of 1580 triangles, 708826, 1022377, 944342,
943127, 771324, 658372, 952635, 951264, 1021785, 733095, 754823, 934589,
939414, 943630, 1019479, 480668, 1545 of 1676 triangles, 696243, 941098,
933323, 938357, 926098, 931184, 719623, 769617, 1060271, 184 of 2100
triangles, 934424, 947166, 645487, 943992, 1023561, 679854, 1019481, 949017,
699249, 940357, 928836, 768388, 938856, 937557, 1018340, 690633, 797885,
935757, 948073, 661 of 1816 triangles, 748605, 931300, 686146, 180080, 715292,
542493, 948583, 945022, 935206, 948501, 950188, 434 of 1796 triangles, 950307,
938564, 940697, 664636, 769315, 729053, 1060064, 1060046, 946583, 715996,
152033, 706534, 754449, 949651, 665924, 1060199, 936325, 784002, 647751,
941033, 681430, 937806, 771905, 953062, 786579, 783825, 949991, 939785,
746259, 745774, 742203, 1023076, 637764, 1020552, 952613, 46494, 1225 of 1408
triangles, 935536, 936031, 1022632, 950 of 2064 triangles, 1021739, 932604,
945053, 942178, 728228, 523931, 793233, 1020779, 667224, 925042, 935923,
1023545, 765992, 805997, 937778, 710262, 926543, 275550, 946417, 752930,
1022959, 754568, 801485, 948505, 714319, 736075, 734701, 778692, 729321,
723363, 935691, 547009, 950070, 944115, 112 of 1588 triangles, 941312, 948419,
943385, 735508, 941763, 757 of 1532 triangles, 924520, 948785, 749072, 99829,
658 of 1260 triangles, 743212, 935013, 742739, 768243, 758515, 684803, 783932,
944043, 1022180, 942535, 942583, 946773, 939708, 938531, 752797, 934241,
698835, 952693, 682218, 920543, 948228, 706204, 705421, 1022655, 1022069,
768991, 720446, 678346, 790633, 950772, 943949, 942608, 773881, 425945,
749214, 1021062, 1119 of 1560 triangles, 765627, 556231, 427276, 750811,
11086, 761636, 416548, 815504, 932895, 934199, 746208, 1023246, 943554,
767461, 679286, 949723, 951666, 819526, 745088, 1022232, 945065, 777765,
749312, 802293, 816176, 777518, 940779, 776105, 768646, 765660, 762927,
387363, 946461, 941494, 82566, 795397, 1018965, 1019952, 777073, 925986,
947008, 946284, 938192, 945071, 941723, 941024, 952511, 810959, 688556,
948454, 707471, 945445, 1022783, 942711, 770060, 748227, 768163, 952821,
939154, 945561, 1023098, 738415, 934339, 947851, 933906, 740626, 737664,
187797, 665216, 722782, 759717, 950953, 661 of 1452 triangles, 947991, 939756,
932267, 289378, 197664, 783130, 1396 of 1484 triangles, 713638, 944171,
1022813, 562261, 435371, 6796, 946260, 938716, 817871, 1022617, 943228,
940106, 660991, 759947, 738233, 776585, 38875, 726802, 764442, 803275, 715358,
797572, 785667, 785318, 937392, 741583, 1023419, 925065, 807997, 946855,
951747, 950808, 682 of 1532 triangles, 761052, 947698, 953511, 936599, 949933,
811621, 1108 of 1536 triangles, 811387, 766653, 755071, 791016, 951209,
933196, 244365, 818268, 36821, 945603, 944129, 943033, 730334, 727641, 930437,
793138, 949858, 943080, 700969, 772683, 724128, 52399, 946070, 951045, 713340,
491575, 812481, 765161, 726323, 723914, 148917, 952758, 952166, 561740,
941385, 944447, 953170, 806216, 716857, 782345, 819831, 664215, 770896,
756210, 791031, 950247, 748059, 696075, 941994, 776622, 941015, 941178,
731553, 381586, 798429, 230812, 933394, 765 of 1140 triangles, 703158, 945135,
768576, 798818, 946901, 171843, 748948, 97024, 422407, 942359, 766414, 758443,
366385, 718843, 717634, 949541, 943523, 765065, 761207, 694353, 717574,
793787, 790230, 946493, 817569, 1023563, 455023, 811135, 758518, 952248,
805355, 792540, 947246, 950712, 773839, 810721, 23042, 795169, 784912,
1018540, 949288, 949001, 1022966, 797172, 791228, 949124, 938231, 171 of 1376
triangles, 750839, 749045, 747226, 745575, 742306, 926174, 731720, 764725,
753224, 26216, 803816, 436147, 542106, 782905, 951241, 949584, 945171, 943910,
162957, 775176, 774019, 772400, 797006, 946020, 782501, 100851, 940362,
773131, 357076, 759875, 953029, 800631, 551432, 1246 of 1520 triangles,
533889, 310 of 1288 triangles, 525562, 764069, 724924, 527678, 947236, 947002,
269667, 813401, 802963, 951354, 939156, 942076, 952385, 692083, 950727, 1176
of 1500 triangles, 817828, 941273, 369777, 790826, 948325, 751961, 950442,
729660, 766814, 766697, 754974, 796616, 793410, 946465, 947880, 1023328,
775381, 790835, 786382, 944905, 50492, 803028, 951208, 796 of 1404 triangles,
950670, 949189, 818305, 709984, 1022122, 1509 of 1536 triangles, 734072,
944755, 813765, 951530, 771089, 761736, 754475, 806021, 718982, 125915,
819251, 1256 of 1368 triangles, 944432, 201405, 762564, 761958, 210815,
531004, 754651, 798060, 938070, 820026, 1022709, 804109, 796873, 946690,
951855, 262524, 703374, 815380, 812941, 729456, 764999, 757988, 800076,
786817, 926 of 1144 triangles, 938268, 15030, 811657, 763421, 758763, 798187,
946388, 948245, 780281, 937569, 751830, 746436, 743072, 775575, 85436, 758010,
810636, 808530, 719445, 802416, 105557, 797129, 792416, 450129, 785165,
945583, 478452, 186812, 731773, 764325, 273130, 810714, 808694, 794884,
946730, 946373, 784220, 784152, 16145, 740616, 739290, 817034, 762788, 756584,
950007, 781137, 951907, 405147, 497244, 251667, 491548, 813945, 1125 of 1268
triangles, 494985, 952367, 753802, 753671, 805035, 489783, 797547, 949716,
948774, 943172, 738304, 664481, 767640, 795906, 222339, 1021618, 774475,
812080, 327004, 725451, 810319, 808519, 807296, 152906, 792426, 936489,
951694, 539974, 560695, 776349, 813021, 772628, 743483, 132991, 529710, 771 of
1168 triangles, 815401, 815324, 442104, 489618, 522604, 804047, 715518,
794471, 397757, 776553, 813226, 1060414, 511385, 548720, 945983, 951406,
323372, 815123, 774787, 952352, 394378, 761988, 947268, 788011, 784836,
783452, 782162, 951014, 769119, 725266, 802678, 798877, 795510, 787969,
786869, 539066, 938677, 949193, 746118, 705491, 777210, 772772, 772232,
767013, 725372, 758615, 952930, 756903, 62827, 756551, 952285, 541022, 368880,
34691, 651 of 1072 triangles, 801138, 789069, 787712, 949946, 950398, 819794,
815339, 775075, 772360, 431671, 802379, 170694, 947527, 949956, 950077,
509964, 94561, 1023403, 550554, 562439, 778288, 562317, 773185, 771135,
519704, 561551, 798778, 791957, 339986, 752683, 378000, 775686, 774473,
732337, 766250, 534251, 121051, 796700, 939034, 744838, 556084, 455014,
778877, 941274, 775425, 769509, 312027, 762836, 808031, 804021, 803222,
798358, 797594, 443562, 951310, 783610, 783126, 742670, 256543, 1022483,
376697, 165342, 778208, 733144, 770782, 28154, 66603, 804559, 390706, 818146,
518454, 965 of 1056 triangles, 358489, 735727, 277927, 810875, 384066, 42822,
429370, 191523, 785442, 950738, 949815, 12909, 59146, 816255, 218565, 726870,
803355, 799291, 153182, 779821, 945725, 338559, 544469, 778304, 775743,
774251, 811974, 767972, 761344, 759957, 755475, 952189, 48561, 803722, 802344,
25947, 345410, 498167, 947308, 780661, 951570, 780274, 796282, 466194, 160861,
553315, 944030, 736699, 553218, 286 of 1172 triangles, 140137, 522869, 773776,
257561, 528956, 804434, 802455, 799082, 712 of 1064 triangles, 794008, 216132,
740689, 458201, 450513, 811175, 316757, 722051, 148681, 809861, 808950,
689715, 805214, 805107, 802648, 792457, 1052 of 1104 triangles, 103753,
289640, 781030, 780347, 779547, 951851, 138 of 1476 triangles, 380640, 428573,
233319, 816154, 776449, 466259, 72344, 755989, 753296, 62941, 797064, 793765,
198894, 790425, 789464, 253980, 948075, 819119, 103731, 317849, 139379,
815384, 772318, 768906, 728636, 443226, 807367, 799141, 791173, 789537,
950534, 406152, 38833, 812418, 726670, 803201, 554599, 784208, 779257, 817917,
740816, 16 of 1036 triangles, 207430, 766527, 86939, 465 of 968 triangles,
763186, 756945, 806835, 803695, 803600, 383982, 798696, 794685, 791251,
784550, 423842, 944759, 107451, 814417, 774037, 207383, 282644, 769310,
810087, 952150, 808295, 806263, 805660, 796940, 793812, 946531, 368679,
779526, 750021, 375665, 167727, 808023, 790924, 949926, 779548, 555362,
397888, 423535, 286219, 706151, 141489, 497397, 814680, 775329, 362050,
217318, 764776, 45748, 205939, 952842, 952838, 757033, 953304, 740510, 343064,
942190, 775102, 774657, 560777, 812840, 812331, 812270, 811300, 810595,
808481, 123989, 794016, 21140, 788064, 817609, 945804, 387307, 813942, 767439,
504694, 543352, 4703, 758552, 268442, 807329, 802107, 800064, 798172, 793292,
793284, 790198, 787091, 950418, 519597, 519564, 313071, 289343, 48676, 808144,
804895, 803344, 295425, 787271, 786054, 784188, 950004, 93413, 269441, 101794,
128037, 541061, 815043, 773091, 510378, 476449, 366374, 562526, 216305,
791699, 946599, 452832, 788303, 114082, 403725, 819434, 181103, 404800,
399077, 771394, 449177, 766278, 35816, 953026, 810097, 809434, 805005, 24048,
20077, 794094, 789416, 427234, 945930, 786182, 531836, 785321, 783568, 753056,
818395, 478444, 816966, 776372, 506755, 771425, 561578, 761681, 5848, 952303,
1172 of 1316 triangles, 808571, 500535, 197696, 779765, 794 of 996 triangles,
943016, 76073, 164084, 816409, 811904, 89669, 941 of 944 triangles, 173172,
808906, 807450, 806521, 40878, 804607, 337690, 331807, 792693, 792475, 784436,
781701, 819754, 556963, 409848, 269536, 553321, 554380, 813521, 731085,
558107, 729080, 766903, 764669, 723827, 172988, 810871, 809854, 561876,
808763, 799067, 336458, 12941, 503742, 129959, 353656, 780520, 951626, 951787,
527925, 138275, 248065, 562404, 182290, 766301, 762917, 77731, 757743, 806268,
53279, 801220, 800806, 796361, 417905, 786075, 78892, 483264, 315491, 158363,
538103, 474192, 557248, 778255, 816220, 816051, 815920, 776405, 239285,
813416, 339731, 517428, 952501, 554564, 804929, 8918, 798296, 495964, 796068,
522987, 791183, 790120, 946201, 353676, 949316, 470922, 751467, 817771, 806 of
1172 triangles, 305955, 550917, 471975, 777749, 141455, 777390, 777035,
349165, 424916, 75042, 384016, 952396, 809819, 807202, 803829, 800994, 533090,
178735, 354883, 338715, 544389, 313101, 313121, 353507, 782 of 908 triangles,
816759, 812536, 515352, 454829, 770072, 250206, 756226, 755420, 755087,
399192, 799693, 23100, 394333, 792995, 791215, 155404, 788232, 787962, 401295,
785526, 778 of 892 triangles, 481954, 427275, 779756, 75 of 996 triangles,
949862, 537267, 288259, 415786, 109326, 814308, 811865, 446965, 552743,
760556, 67449, 295400, 801475, 796170, 526908, 798032, 360869, 950510, 81439,
949366, 559733, 808 of 900 triangles, 98239, 494019, 10809, 249332, 386145,
529800, 506076, 812014, 185673, 89973, 119043, 4691, 142534, 807238, 804472,
799277, 508150, 389603, 791530, 155172, 339777, 787054, 74185, 491784, 212137,
818240, 746120, 743012, 192577, 153 of 1060 triangles, 105579, 942628, 774851,
812360, 772649, 357417, 87981, 73180, 758310, 361768, 803575, 953207, 952679,
457196, 262176, 777 of 792 triangles, 802248, 508905, 508151, 788924, 787653,
491645, 780727, 78872, 453784, 369770, 486578, 497268, 468800, 555286, 777432,
454876, 49586, 77962, 759613, 294366, 61871, 810454, 809834, 471856, 231125,
394343, 451721, 517530, 789411, 536 of 936 triangles, 786461, 785381, 311931,
520540, 819074, 133876, 367518, 285878, 233389, 344417, 249141, 163965, 67633,
803202, 800321, 797322, 343206, 787770, 784404, 782536, 240654, 778492,
816793, 814547, 813501, 812737, 756387, 421287, 115993, 289478, 556113,
951913, 158376, 10104, 403818, 130900, 186578, 811854, 535959, 128835, 68369,
160705, 37018, 36887, 804512, 799585, 798126, 283847, 452821, 531982, 786198,
819249, 99125
Deleted 1444 regions
Drag select of 1015645, 1339 of 2636 triangles, 1059967, 1400 of 2816
triangles, 1016340, 912 of 2500 triangles, 1021835, 1053 of 2556 triangles,
1059569, 1117 of 2460 triangles, 923010, 1593 of 2140 triangles, 1059997, 2603
of 2708 triangles, 926017, 856 of 2260 triangles, 1022145, 1224 of 2236
triangles, 1017359, 1369 of 2020 triangles, 614530, 1274 of 1796 triangles,
942475, 1193 of 1932 triangles, 943613, 1442 of 2120 triangles, 1022600, 544
of 2344 triangles, 1020626, 461 of 2088 triangles, 914954, 163 of 1948
triangles, 917813, 1850 of 1944 triangles, 947362, 959 of 2188 triangles,
925446, 1924 of 2052 triangles, 921271, 1695 of 1748 triangles, 951291,
941081, 687407, 936772, 648752, 925811, 947238, 1023087, 1020454, 721472,
945977, 947122, 947758, 910356, 1022158, 1021058, 938841, 938339, 1022805,
937199, 1022086, 1021637, 1013452, 921884, 710007, 1019860, 655974, 1291 of
1860 triangles, 951492, 922772, 929564, 925888, 1017367, 1022134, 1022910,
931476, 935078, 1019550, 1118 of 1988 triangles, 938503, 933463, 942856,
918338, 939609, 745036, 1023073, 1292 of 2368 triangles, 778687, 756671,
747184, 944510, 695640, 942566, 1023375, 921971, 326002, 947772, 949367, 1333
of 1988 triangles, 950929, 1060363, 952423, 945024, 1023520, 1022978, 1020254,
938399, 727257, 948618, 931615, 942962, 1022441, 943207, 665246, 763303, 1639
of 1760 triangles, 907561, 576 of 1628 triangles, 926570, 697082, 726992,
908202, 1414 of 1640 triangles, 907487, 953307, 951739, 1011 of 1808
triangles, 631345, 941239, 905479, 797535, 948929, 951829, 944754, 1022076,
1059823, 953337, 935627, 951556, 1073 of 2068 triangles, 932835, 905470,
1021763, 432 of 1816 triangles, 1021922, 933961, 1023327, 928263, 1654 of 1808
triangles, 756952, 946267, 949201, 762898, 935460, 919077, 949927, 815446,
728847, 908794, 1021411, 775883, 765203, 694773, 950268, 49 of 1856 triangles,
709057, 706103, 942452, 953416, 690903, 920215, 119 of 1624 triangles, 951806,
718085, 714370, 940870, 929845, 1022766, 942314, 665294, 720949, 946742,
707452, 945781, 1022753, 690772, 936561, 948062, 64 of 1784 triangles, 945372,
672958, 705603, 1022129, 760748, 932009, 1023242, 1022257, 1021765, 942179,
941060, 727185, 940676, 776815, 951344, 782135, 1020786, 938710, 751418,
943740, 944482, 943143, 942732, 1544 of 1588 triangles, 945812, 942637,
730221, 1329 of 1532 triangles, 951358, 951079, 939318, 939424, 352 of 1804
triangles, 721212, 924862, 718794, 948581, 1018862, 733751, 765317, 952355,
947897, 584 of 1700 triangles, 74422, 705340, 935356, 947073, 951636, 950831,
1023170, 1022957, 1022125, 1021102, 686794, 946807, 926580, 246 of 1756
triangles, 726469, 807807, 943680, 369 of 1892 triangles, 945585, 776659,
940854, 686196, 800781, 938230, 559397, 767565, 686666, 938187, 732949,
931016, 951438, 780635, 938026, 1023427, 934084, 945726, 941991, 191774,
933984, 1022275, 737378, 736369, 722 of 1496 triangles, 730104, 1023264,
734560, 718858, 190769, 648016, 712606, 721794, 689552, 949396, 750469,
1022902, 1020982, 928458, 452057, 924095, 807947, 948027, 944045, 943239,
949917, 951410, 1023523, 926699, 1059767, 929475, 761027, 710465, 707476,
298223, 940414, 932706, 940415, 22477, 721191, 1022913, 952760, 790807,
932831, 459847, 929396, 944156, 290 of 1708 triangles, 943697, 945695, 667915,
950493, 950646, 939696, 498 of 1560 triangles, 644167, 1035 of 1380 triangles,
1023192, 949 of 1996 triangles, 941796, 801176, 945959, 951058, 749869, 430 of
1480 triangles, 1023272, 733146, 720747, 793900, 948515, 949948, 778505,
942169, 795301, 950002, 950288, 770632, 819 of 1536 triangles, 947552, 947175,
937746, 747014, 680085, 782956, 945685, 943874, 559345, 690952, 798428,
751430, 747957, 743273, 1022037, 945421, 761683, 953114, 692867, 807534,
168086, 449 of 1308 triangles, 938074, 933475, 732184, 951571, 752716, 932528,
941243, 765056, 693984, 818383, 945470, 813663, 731634, 947831, 946394,
946871, 949203, 945830, 940292, 1294 of 1480 triangles, 776084, 770109,
722260, 631 of 1452 triangles, 756766, 935748, 951328, 950373, 818031, 706 of
1496 triangles, 952562, 935716, 950500, 950730, 949631, 932555, 746522, 1002
of 1300 triangles, 709715, 741676, 180174, 953502, 919665, 749758, 945796,
944584, 1021162, 953281, 802821, 48841, 947857, 949941, 949126, 939232,
761644, 681960, 936276, 947156, 943076, 769651, 755401, 679225, 1344 of 1352
triangles, 794158, 793931, 745708, 712443, 1021838, 942465, 933010, 953201,
789349, 947504, 933399, 949545, 1626 of 1632 triangles, 718460, 948837,
937411, 1021916, 296 of 1596 triangles, 550262, 938 of 1408 triangles, 952956,
936929, 749673, 942907, 943589, 729447, 809239, 806820, 801172, 947211, 580 of
1520 triangles, 946008, 931815, 1017959, 698782, 771044, 949688, 937813,
1023221, 774541, 760483, 805432, 720569, 681182, 761823, 948285, 785680,
951689, 938733, 941298, 760830, 951961, 796491, 784115, 782665, 777755,
953305, 952111, 944434, 952323, 953150, 25484, 748906, 640661, 1020795,
732052, 762242, 745303, 1128 of 1304 triangles, 1023085, 88 of 1808 triangles,
942643, 256871, 761650, 757038, 789824, 951165, 949245, 932790, 700629,
723930, 953172, 715872, 415 of 1304 triangles, 791447, 947081, 813994, 811600,
706 of 1656 triangles, 952397, 743500, 775468, 1076 of 1316 triangles, 952036,
805193, 938047, 265 of 1416 triangles, 932146, 700072, 764149, 759500, 756079,
951955, 719584, 727088, 947237, 1208 of 1424 triangles, 950032, 1022684,
776965, 768649, 767673, 807529, 946814, 947598, 947844, 950366, 458891,
230264, 776269, 953361, 755922, 809294, 704143, 936327, 948121, 392454,
944727, 774912, 759973, 755692, 951451, 949047, 739924, 658670, 727164,
933308, 748699, 710084, 945017, 943853, 812415, 20 of 1524 triangles, 769035,
19 of 1292 triangles, 764029, 953534, 935604, 948331, 949328, 210179, 932754,
945328, 335455, 940218, 813177, 757760, 150210, 504086, 948114, 782259,
949064, 819677, 944692, 945856, 246087, 1106 of 1208 triangles, 730336,
762607, 766 of 1264 triangles, 148197, 952725, 870 of 1656 triangles, 809172,
750802, 5 of 1372 triangles, 1022716, 1531 of 1592 triangles, 814840, 1240 of
1588 triangles, 774875, 953288, 797197, 37 of 1488 triangles, 786449, 781687,
951836, 817797, 943040, 776208, 772386, 769456, 766986, 756517, 802388,
800016, 799364, 785997, 951784, 255 of 1364 triangles, 939768, 817713, 816480,
764203, 948814, 781792, 747450, 736151, 558365, 811790, 724161, 762440,
795570, 791879, 797952, 693467, 796717, 179076, 784046, 949744, 436586,
951879, 945258, 834 of 1376 triangles, 944699, 1022036, 778146, 553009, 69 of
1384 triangles, 952040, 50912, 808779, 683135, 788936, 781460, 931926,
1023067, 769946, 300 of 1264 triangles, 729158, 809756, 805618, 679186,
951070, 950984, 938579, 741636, 767890, 951953, 693648, 948903, 778994,
751276, 750909, 777921, 762483, 1715, 952559, 810629, 809940, 727806, 795038,
794678, 495 of 1280 triangles, 789096, 945935, 783676, 950214, 781151, 948866,
712063, 945813, 945715, 416123, 1097 of 1196 triangles, 697922, 772825,
953426, 7591, 807915, 43125, 791308, 949849, 747958, 817669, 735436, 36087,
771727, 1156 of 1188 triangles, 951914, 795500, 788733, 949455, 741351,
706954, 738270, 754162, 806078, 799361, 946145, 458 of 1288 triangles, 752937,
598 of 1172 triangles, 748821, 256633, 941427, 731638, 952987, 805439, 546 of
1292 triangles, 781459, 89241, 377107, 760253, 709 of 1128 triangles, 755889,
951988, 503107, 718383, 951716, 207795, 516114, 559277, 813468, 49782, 798536,
789299, 950742, 742047, 942742, 767733, 765374, 722218, 952448, 482376,
717490, 792852, 784513, 950932, 1506, 941936, 812142, 773431, 723953, 760367,
759187, 952675, 931069, 791788, 784410, 945764, 550959, 778427, 811392,
951390, 741234, 162157, 669794, 815860, 760303, 758942, 805923, 804858,
783536, 783274, 950296, 779533, 951891, 347062, 941664, 776667, 767316,
727243, 350726, 791708, 950374, 950848, 1421 of 1548 triangles, 817488,
101443, 1157 of 1172 triangles, 238726, 255483, 549175, 775569, 812079,
542638, 206337, 755191, 952698, 804926, 800185, 948324, 257907, 784088,
783526, 782768, 226584, 943433, 737282, 335485, 733686, 953371, 806501,
950751, 473266, 734936, 734027, 319448, 320276, 762035, 953239, 952791,
694674, 936873, 790149, 946948, 93760, 739480, 777371, 813802, 774147, 339042,
772642, 768456, 227572, 382019, 759100, 952623, 798820, 796051, 794985,
794516, 793660, 948738, 818954, 818347, 1010 of 1420 triangles, 307739,
481266, 944192, 738381, 316, 762195, 849 of 1104 triangles, 756912, 537596,
799912, 797504, 794189, 288696, 779210, 817897, 541569, 109590, 814746,
774060, 770557, 463318, 762523, 752 of 1148 triangles, 1016, 807928, 175758,
797869, 126271, 796490, 6 of 1236 triangles, 795815, 945987, 946345, 946845,
781777, 951439, 745387, 945766, 561202, 366920, 778686, 941804, 775856,
812141, 732788, 273685, 796882, 6509, 949903, 942027, 774911, 769568, 952231,
754213, 753941, 753549, 797013, 521293, 899 of 1076 triangles, 934781, 787537,
749135, 734878, 559251, 778906, 432293, 733040, 753380, 277045, 36148, 412509,
796242, 795577, 784861, 951126, 939586, 742886, 559298, 815028, 770836, 79192,
757752, 952820, 174516, 800233, 797442, 791690, 946714, 788493, 113340,
129172, 951817, 270141, 743130, 140583, 778202, 168067, 262 of 1072 triangles,
768022, 721851, 758485, 1233 of 1256 triangles, 953157, 798166, 948403,
783701, 471 of 1200 triangles, 752623, 818409, 632 of 1340 triangles, 339239,
276105, 288816, 770630, 798776, 946631, 560222, 155752, 784168, 327427,
277158, 780025, 751359, 371373, 703754, 547372, 769694, 762484, 807251,
333232, 803071, 798560, 793725, 457665, 798524, 301568, 950908, 949209,
752458, 742399, 707433, 555570, 772135, 169062, 769317, 951995, 810818,
800300, 155560, 224097, 779712, 748484, 561257, 814635, 88322, 170155, 952581,
14145, 806416, 312317, 17323, 422749, 817493, 413672, 941285, 20484, 769494,
773, 952659, 952216, 807374, 801823, 801455, 799349, 790059, 448256, 786243,
480318, 817111, 775557, 811990, 772876, 153284, 22, 89, 953377, 810592,
810464, 810212, 805984, 190865, 347379, 782064, 945498, 739356, 737420,
813541, 1591, 799450, 793808, 474517, 788028, 1096 of 1172 triangles, 547095,
321419, 745852, 561255, 559328, 811541, 944497, 222801, 413770, 70878, 46880,
807039, 866 of 1020 triangles, 801671, 790074, 788034, 372562, 818156, 745946,
710410, 943983, 734902, 816967, 813750, 143983, 772018, 767835, 169939, 81054,
78199, 948612, 757210, 789224, 39159, 119162, 817951, 396079, 697 of 1036
triangles, 458824, 777493, 776508, 811536, 560372, 560421, 884 of 1144
triangles, 245820, 171258, 753936, 801979, 801645, 714779, 788677, 282692,
247247, 100474, 1011 of 1012 triangles, 181476, 944460, 11153, 412575, 777357,
166861, 1705, 15411, 807418, 806005, 805963, 225218, 953159, 797061, 784714,
951693, 939281, 747572, 741038, 199545, 182626, 880 of 1012 triangles, 312077,
942808, 772741, 523257, 760550, 70712, 808094, 787580, 378371, 735877, 735551,
138337, 776230, 510 of 1064 triangles, 813662, 812572, 768590, 729378, 170151,
760560, 756177, 809283, 808742, 554882, 35 of 1100 triangles, 287583, 717400,
26327, 793920, 789637, 274927, 468 of 1020 triangles, 779589, 104976, 531270,
732171, 764618, 724277, 476671, 810130, 190599, 129159, 784624, 781515,
780662, 779528, 40013, 459864, 202954, 813606, 813429, 267507, 731609, 536304,
205396, 799836, 332015, 6488, 786984, 783892, 951083, 353917, 777853, 536596,
814126, 347 of 1248 triangles, 374762, 765891, 456568, 805922, 796122, 373731,
785999, 951508, 753151, 50957, 133189, 818142, 467, 286353, 325118, 810395,
804252, 797460, 797190, 8299, 795223, 793287, 479, 525277, 550013, 949510,
752276, 944038, 500853, 761137, 73335, 279466, 390107, 809119, 807489, 803543,
947840, 948876, 361055, 10334, 817749, 133475, 220216, 776936, 812824, 773477,
811317, 251, 51837, 946999, 808741, 41222, 37355, 803997, 26476, 795778,
788310, 947715, 545009, 951409, 951502, 475386, 461153, 417308, 375 of 908
triangles, 255446, 769224, 552777, 26250, 230205, 152246, 798632, 798433,
9243, 788763, 786025, 347310, 780505, 780083, 796313, 242341, 747266, 351697,
344947, 289864, 228782, 1612, 280626, 85689, 483378, 124184, 803305, 681904,
216339, 174615, 283882, 786902, 785784, 257886, 784482, 950669, 512671,
942082, 63204, 16271, 804661, 227472, 441417, 799308, 165679, 797716, 224077,
129424, 312298, 156623, 818259, 746626, 286469, 207615, 816475, 814283,
813780, 167827, 768390, 767245, 763389, 763310, 953390, 952308, 181517,
803577, 802213, 27579, 178 of 992 triangles, 374819, 793602, 793551, 785847,
782941, 326350, 351677, 226253, 816796, 776518, 421722, 813953, 1060 of 1124
triangles, 812462, 119273, 755844, 60350, 952991, 805074, 780868, 797892,
796150, 167744, 393558, 466775, 782001, 94860, 743725, 93814, 709839, 371364,
244699, 815477, 728064, 764150, 483380, 61301, 58482, 754312, 43029, 807070,
795075, 790107, 782793, 748791, 102141, 226344, 814538, 813280, 769523,
769277, 71550, 476479, 161271, 755614, 951994, 807961, 225077, 782929, 781696,
271323, 307710, 517938, 473272, 738372, 559407, 309926, 286576, 814052, 856 of
1064 triangles, 813003, 771285, 769924, 560251, 134144, 169950, 170123,
560388, 723433, 551102, 11126, 123288, 806060, 800128, 797926, 797787, 797118,
796590, 793891, 790995, 294543, 951765, 743683, 945861, 329799, 358926,
284233, 976 of 1072 triangles, 778661, 816303, 303074, 261625, 87465, 385421,
952641, 755560, 952010, 806362, 806291, 804112, 495261, 802061, 1884, 175538,
796178, 360921, 783149, 533598, 286448, 184587, 377268, 253199, 166720,
774253, 811209, 212585, 420543, 50665, 273717, 760579, 67042, 790016, 948810,
367838, 323741, 779690, 274754, 230092, 816320, 418071, 260300, 726276,
562633, 1736, 294584, 802977, 275909, 953045, 120160, 172294, 793205, 174622,
790816, 787249, 783996, 783294, 948877, 752898, 752457, 442396, 442420,
106881, 272588, 165728, 333352, 813066, 772059, 413720, 460968, 952977,
299440, 270157, 82 of 896 triangles, 799489, 23334, 791661, 785317, 150 of 980
triangles, 951365, 295911, 92050, 92186, 222, 748972, 819243, 307746, 280403,
237493, 542811, 815987, 815839, 812833, 208850, 321568, 47024, 554836, 805743,
561085, 798667, 336764, 786741, 407865, 557369, 779232, 750002, 181555, 506 of
932 triangles, 425402, 818064, 247319, 364410, 778237, 145860, 812122, 390196,
770602, 765569, 757837, 810250, 802539, 808088, 241 of 1040 triangles, 807823,
806998, 804080, 410176, 802876, 30264, 799222, 797843, 795880, 795102, 794979,
794296, 421 of 1036 triangles, 788188, 786908, 819122, 183473, 106959, 429982,
815673, 815154, 775914, 772119, 732669, 805494, 1655, 402844, 64140, 753803,
808397, 32426, 29352, 799120, 356271, 950095, 18367, 346010, 295946, 23434,
479096, 465445, 450619, 775546, 811617, 811309, 8509, 517 of 900 triangles,
503352, 450 of 972 triangles, 767243, 90012, 434551, 447218, 757843, 24291,
513765, 809225, 454086, 781438, 779850, 819811, 1029 of 1036 triangles,
818781, 99477, 552868, 217766, 106895, 108912, 556614, 556637, 110832, 141709,
815162, 814627, 402921, 119460, 33435, 541 of 968 triangles, 807038, 41312,
806001, 412629, 383308, 475512, 799783, 195584, 189540, 198186, 9244, 340319,
466783, 297215, 561111, 263975, 231210, 812963, 35227, 296003, 77214, 64067,
62257, 809680, 809483, 305279, 79093, 521051, 431135, 92166, 256619, 10263,
377332, 106079, 114470, 109738, 187054, 555577, 777458, 815338, 311153,
326226, 769276, 460939, 471029, 47947, 124343, 441564, 774 of 892 triangles,
818825, 506 of 1068 triangles, 312206, 21543, 94578, 96574, 271303, 818267,
286223, 793821, 945918, 28 of 908 triangles, 737505, 557554, 515812, 465553,
486639, 817117, 289843, 548375, 448417, 770965, 133407, 562634, 76405, 759083,
260494, 51669, 809501, 43996, 806169, 26462, 24421, 798205, 127227, 365772,
783487, 782433, 782165, 314670, 508296, 484699, 819744, 334470
Deleted 1623 regions
Drag select of 1020671, 1017692, 921372, 2655 of 2768 triangles, 1059340,
1019042, 1019537, 787 of 2680 triangles, 1059728, 2133 of 2888 triangles,
896189, 889813, 1021503, 939015, 1022619, 1011279, 1059466, 902359, 620837,
1616 of 1996 triangles, 1013843, 1019781, 1021261, 1016461, 1018256, 916316,
1059697, 1023302, 1033 of 3036 triangles, 953036, 943378, 947981, 928910,
1022247, 661153, 934804, 934349, 2136 of 2140 triangles, 934270, 787064,
1019853, 305 of 1752 triangles, 939955, 1021252, 942192, 946454, 469 of 2268
triangles, 659086, 683844, 948643, 1022710, 152645, 935049, 1604 of 1736
triangles, 943193, 620364, 1023283, 950020, 949794, 927804, 1516 of 1588
triangles, 945267, 948613, 1541 of 1936 triangles, 801328, 1023495, 733140,
946383, 783353, 944552, 940170, 796524, 933131, 705636, 769303, 1149 of 1564
triangles, 811162, 750913, 192 of 1604 triangles, 952754, 757370, 688 of 1540
triangles, 738937, 8671, 771 of 1472 triangles, 952612, 951431, 943400,
115893, 932925, 940111, 1020015, 706947, 950607, 935920, 671016, 829 of 1384
triangles, 946969, 778626, 1022767, 1536 of 1936 triangles, 726664, 78 of 1372
triangles, 805870, 753046, 779677, 478 of 1452 triangles, 939228, 738 of 1460
triangles, 942270, 1402 of 1452 triangles, 941708, 945083, 755845, 799133,
948360, 753970, 203606, 940009, 953449, 793228, 679188, 940923, 801628,
746527, 813773, 19747, 730438, 987 of 1264 triangles, 749160, 943878, 762127,
952066, 950919, 469461, 784700, 68 of 1388 triangles, 412857, 814566, 781092,
1177 of 1196 triangles, 743170, 2508, 810816, 728376, 354631, 818864, 1023210,
943371, 16615, 801554, 733568, 951751, 951373, 754607, 344 of 1256 triangles,
753531, 937258, 949996, 454 of 1392 triangles, 948256, 811757, 776870, 144117,
491 of 1024 triangles, 806496, 1108 of 1300 triangles, 951012, 313755, 153855,
787889, 728543, 129564, 818846, 818101, 142089, 952912, 803805, 772531,
745078, 814465, 737761, 333512, 762568, 816025, 740577, 755008, 816094,
791555, 59692, 796339, 135 of 1116 triangles, 95868, 10575, 104408, 172849,
399 of 976 triangles, 743370, 753884, 745192, 38511, 174772, 923 of 1020
triangles, 364802, 83063, 800 of 924 triangles, 797493, 789779, 788706,
782786, 37493, 783 of 1064 triangles, 376287, 497030, 90409, 813495, 792149,
818342, 801854, 786020, 306972, 12627, 809995, 1025 of 1120 triangles, 782868,
143048, 118717, 15518, 498032, 139926, 45290, 371705, 810103, 55772, 217134,
325608, 140959, 816458, 546462, 76562, 151642, 28661, 7058, 562174, 808226,
802466, 23708, 951187, 807631, 7050, 325 of 868 triangles, 526466, 793771,
787377, 224534, 97823, 252504, 783136, 247478, 819 of 884 triangles, 2883,
2831, 4009, 239046, 427927
Deleted 229 regions
Drag select of 901799, 1019208, 1023204, 1020559, 1020642, 925240, 1022133,
926658, 952359, 947294, 1020546, 1021389, 1060015, 602215, 890992, 1018532,
603 of 2344 triangles, 1017530, 878559, 946094, 1020247, 940866, 869 of 2448
triangles, 925465, 935998, 946711, 918732, 2222 of 2272 triangles, 1017462,
890641, 1021339, 1197 of 2544 triangles, 1017819, 560516, 916569, 936455,
1019925, 946591, 1643 of 2220 triangles, 1019306, 1017306, 947834, 1059488,
944182, 1022536, 925510, 1023526, 724030, 949020, 795072, 935288, 183983, 736
of 1692 triangles, 945344, 943628, 409 of 1796 triangles, 944308, 8646,
947651, 757251, 944643, 935357, 821 of 1512 triangles, 940352, 947843, 805435,
756328, 947352, 675466, 519 of 1524 triangles, 943783, 39 of 1684 triangles,
940397, 780802, 938874, 750032, 1023405, 771878, 944056, 717957, 681293,
952430, 950331, 692301, 790429, 944165, 703210, 950551, 947389, 929 of 1384
triangles, 948004, 953474, 952923, 783423, 946272, 948397, 772130, 744 of 1368
triangles, 942161, 947889, 767020, 817209, 421964, 744921, 712760, 749244,
776996, 502 of 1176 triangles, 790903, 116665, 760305, 750872, 946949, 81156,
799011, 272731, 723755, 805952, 779667, 791347, 224383, 949290, 729729,
784558, 779873, 815754, 806249, 764685, 149368, 489211, 950703, 34516, 947203,
123554, 948508, 807614, 817368, 945733, 193286, 557597, 987 of 1116 triangles,
805855, 692356, 216782, 2909, 812498, 377394, 729881, 1133 of 1184 triangles,
252424, 100607, 259579, 810947, 85834, 809801, 701 of 1268 triangles, 814579,
306794, 752008, 156983, 756550, 50130, 951637, 140858, 310262, 502281, 818753,
885 of 1024 triangles, 195861, 780032, 745456, 179468, 134519, 143129, 729224,
796111, 812280, 511967, 198550, 51947, 514031, 58656, 948504, 819883, 484962,
809481, 798300, 2715, 201974, 262982, 947161, 356634, 181865, 740 of 828
triangles, 814124, 1022047, 2778, 783938, 440455, 303195, 757 of 876
triangles, 805398, 562160, 671 of 868 triangles, 753777, 197133, 721 of 808
triangles, 267750, 101514, 179451, 424416, 21724
Deleted 191 regions
Only showing 5000 of 16127 regions.
Showing 5000 of 16127 region surfaces
Drag select of 749096, 1289 of 2856 triangles, 941837, 602 of 1492 triangles,
942204, 1330 of 1340 triangles, 944461, 24 of 1496 triangles, 1023143, 404 of
2176 triangles, 766225, 123 of 1224 triangles, 804404, 148 of 1500 triangles,
542087, 360 of 1308 triangles, 263322, 813 of 1212 triangles, 953126, 1296 of
1448 triangles, 951618, 222 of 1544 triangles, 540970, 722 of 1240 triangles,
394066, 771 of 988 triangles, 800199, 804 of 1036 triangles, 816401, 342 of
1264 triangles, 812378, 347 of 1200 triangles, 311675, 498 of 928 triangles,
360468, 268102, 586 of 880 triangles, 769899, 664 of 852 triangles, 553225,
927 of 1020 triangles, 511026, 308 of 1076 triangles, 269524, 101724, 611 of
812 triangles, 541116, 816625, 813286, 417839, 767887, 765501, 264629, 560072,
57248, 56297, 803585, 801085, 799037, 797097, 346852, 112402, 949951, 368662,
17173, 159695, 375576, 381796, 4469, 426068, 814002, 813427, 812321, 772795,
112349, 394172, 769032, 450 of 928 triangles, 206238, 810860, 803371, 800109,
270891, 191717, 791524, 786865, 491609, 951522, 450282, 819040, 292925,
741296, 503011, 469739, 461946, 224874, 817168, 816452, 815470, 814754,
773885, 811348, 234836, 148901, 808255, 218671, 804842, 200109, 53220, 800066,
799678, 794932, 794691, 522748, 307456, 791712, 512353, 548092, 81441, 949766,
369767, 221215, 344394, 467409, 488413, 233245, 107584, 415388, 140441,
112257, 167395, 811217, 277837, 238024, 68662, 4857, 227408, 803141, 801830,
795643, 436427, 432751, 819876, 819570, 310894, 505780, 746542, 381805,
401458, 113048, 241853, 255171, 512577, 561544, 814984, 534948, 510298,
555481, 953328, 148802, 150029, 803641, 800997, 795337, 254041, 788160,
951629, 780224, 414269, 744528, 526697, 183142, 464261, 492655, 478448,
525619, 393362, 294209, 108495, 817391, 774045, 445617, 168491, 220020,
205893, 567 of 892 triangles, 231029, 76824, 176595, 529010, 65693, 952319,
809192, 808621, 489649, 801654, 258 of 912 triangles, 801635, 801267, 328091,
798188, 797620, 797247, 362 of 864 triangles, 794945, 355067, 198996, 192894,
462673, 458579, 395511, 156238, 782383, 948998, 156360, 512336, 217446,
249046, 742835, 698 of 812 triangles, 103683, 389884, 311793, 209888, 410882,
813309, 812551, 484352, 357112, 449203, 760504, 520825, 48633, 47738, 808182,
804289, 800331, 25102, 796399, 792202, 352724, 339919, 528886, 789906, 786744,
324540, 515661, 817638, 527892, 345515, 523654, 5412, 522950, 329266, 813539,
813 of 940 triangles, 116217, 251433, 217263, 60019, 344471, 268328, 58077,
204832, 50505, 4946, 174439, 124792, 160 of 768 triangles, 195309, 8853, 131
of 784 triangles, 797417, 795691, 793071, 387516, 503728, 539065, 783628,
18217, 114256, 819736, 261202, 538101, 518492, 100087, 446677, 357182, 262244,
562491, 256513, 522880, 817243, 777033, 112361, 405021, 89684, 6025, 543421,
541343, 429633, 205972, 804608, 802862, 801982, 152070, 800051, 799915,
797086, 116245, 791584, 783972, 782334, 781228, 235972, 329434, 132040,
820028, 381738, 133954, 383724, 485383, 160878, 345450, 281279, 395601,
480698, 108389, 702 of 828 triangles, 814673, 213721, 275516, 511078, 19191,
220016, 258825, 268249, 471637, 86279, 385974, 66534, 755884, 952739, 809943,
296801, 333929, 521885, 303879, 802868, 414467, 780897, 316476, 324780,
817953, 562718, 135071, 168521, 272065, 186795, 776333, 814389, 239198,
470662, 132009, 83240, 202 of 784 triangles, 65724, 120860, 54416, 53346,
807637, 804320, 207274, 800790, 795515, 795505, 522979, 164192, 793806,
525943, 17170, 949018, 468452, 512304, 247861, 818186, 223489, 486448, 460654,
302532, 444570, 5372, 224688, 422289, 111208, 775634, 813082, 531832, 812110,
811305, 167426, 413250, 764758, 55158, 291851, 810736, 173190, 810062, 807854,
805576, 804697, 802280, 798131, 503884, 343215, 6714, 792074, 396842, 62767,
951513, 779139, 84183, 715 of 768 triangles, 202553, 501586, 817600, 292888,
212325, 301221, 282484, 71332, 472846, 561743, 814706, 814204, 246923, 765719,
759897, 310620, 45574, 712 of 744 triangles, 808223, 763838, 803389, 195028,
428277, 394472, 360695, 787214, 195117, 780835, 321411, 817769, 137 of 980
triangles, 182098, 269379, 476142, 473081, 421365, 302562, 450522, 439694,
108584, 507055, 309409, 370983, 433120, 776273, 813899, 775332, 560827,
812308, 562330, 125055, 117993, 765829, 66710, 53455, 810515, 807759, 804580,
533067, 800645, 236847, 335338, 376996, 155399, 436217, 115233, 233530,
781086, 316515, 34036, 545757, 375658, 554118, 173 of 772 triangles, 324709,
461913, 276854, 317818, 351359, 307185, 492634, 497115, 469619, 777942,
526571, 816413, 777490, 141563, 521590, 775401, 812670, 811709, 484378, 89956,
240489, 386047, 344463, 5172, 952647, 438837, 265645, 627 of 752 triangles,
298063, 806262, 510114, 802150, 456325, 28178, 476077, 799083, 514 of 828
triangles, 52232, 7258, 355051, 391026, 792467, 783312, 381763, 485391,
542332, 183177, 343152, 427206, 557213, 553511, 306065, 323381, 815010,
813353, 773987, 501720, 188028, 165282, 259729, 78742, 68647, 5495, 53379,
557161, 807015, 408701, 195364, 341163, 190543, 428282, 244204, 473887,
548684, 510178, 177602, 503898, 786889, 340872, 346777, 243157, 96186, 818003,
535037, 497254, 389739, 207228, 493742, 527810, 496048, 530002, 532884,
364199, 117121, 142340, 254075, 23170, 114105, 768313, 536113, 562598, 378160,
240555, 146764, 379132, 803303, 4993, 79809, 44826, 32111, 38814, 505 of 840
triangles, 281253, 794875, 794283, 394404, 433879, 359432, 176622, 202690,
247875, 819724, 310893, 818828, 159717, 473047, 442300, 251635, 105777,
140305, 228580, 815585, 142344, 812477, 187768, 274516, 145788, 379158,
146662, 69512, 20902, 236 of 920 triangles, 121932, 50358, 87 of 784
triangles, 47740, 804430, 206040, 804037, 801120, 799767, 798491, 797272,
101966, 530139, 539062, 782978, 334081, 817862, 274420, 137088, 468658,
484295, 460560, 105707, 382787, 248101, 323429, 164183, 444505, 421229,
814853, 490672, 773977, 772977, 525686, 186918, 502973, 365151, 952037,
808961, 804519, 802380, 477621, 800117, 33745, 561 of 772 triangles, 789548,
586 of 756 triangles, 787731, 520594, 232154, 179858, 293215, 329405, 96348,
303962, 159744, 197864, 161750, 489686, 528785, 553620, 459464, 450535,
515419, 561712, 338860, 413168, 814280, 811079, 503688, 483108, 519863, 4680,
310597, 291837, 810542, 810379, 806768, 540231, 150954, 287135, 805234,
124848, 189185, 793936, 562796, 789394, 787196, 408514, 408491, 331397,
453855, 406232, 348951, 281353, 945091, 780 of 828 triangles, 212458, 474130,
488552, 513520, 185695, 547648, 224877, 109265, 663 of 752 triangles, 509097,
816643, 814691, 813266, 142606, 492710, 462823, 214933, 510393, 408595, 13838,
563 of 744 triangles, 90639, 233394, 185667, 77703, 692 of 792 triangles,
757974, 63868, 121029, 810453, 50344, 540 of 744 triangles, 809220, 297891,
806690, 804145, 31879, 247 of 780 triangles, 800345, 799234, 192731, 153106,
797495, 797025, 176403, 411952, 524737, 230878, 409765, 131030, 316480, 95442,
817684, 159705, 103681, 4474, 695 of 752 triangles, 10883, 461680, 505041,
455945, 107657, 108484, 224833, 555282, 353512, 165408, 474985, 526620,
812515, 812272, 501749, 320269, 767262, 119098, 77707, 551782, 953290, 810713,
4938, 36872, 803772, 151925, 27096, 799302, 465336, 153157, 421311, 320104,
328072, 948305, 784549, 374393, 93436, 223524, 100988, 407199, 431794, 381681,
183316, 110407, 119836, 561749, 816838, 816265, 417991, 814705, 180942,
167441, 422567, 148959, 83374, 76026, 5706, 4771, 361746, 5508, 121785,
809752, 808111, 150756, 438 of 740 triangles, 806026, 804809, 200170, 166572,
175334, 6707, 126874, 414368, 246728, 168548, 206001, 556184, 155228, 788688,
785298, 785003, 520591, 516683, 819139, 371205, 302741, 468784, 234688,
184258, 373210, 338542, 106705, 498400, 549665, 96159, 46739, 154289, 186663,
436333, 246695, 812389, 562334, 60054, 770385, 536059, 452657, 127875, 365163,
4522, 256315, 257648, 60164, 530835, 461807, 276751, 809476, 149827, 45661,
457116, 315588, 805067, 804300, 523912, 484124, 798220, 191687, 552551,
110278, 790746, 439735, 523588, 781682, 300286, 417689, 93380, 396 of 692
triangles, 203861, 431810, 245600, 185676, 139165, 140206, 543528, 816022,
490707, 811864, 811477, 487341, 221254, 28096, 50610, 119002, 147730, 280163,
809386, 808967, 805914, 480716, 30019, 280119, 22107, 331785, 794959, 543300,
191519, 467628, 950920, 438701, 487426, 374569, 453826, 819955, 817985,
467403, 493828, 105513, 163979, 474873, 417989, 775028, 813176, 308419, 6378,
420054, 118014, 312040, 521715, 400231, 427399, 290637, 546728, 66559, 5004,
810697, 498521, 808989, 116105, 218709, 37794, 803307, 30956, 370011, 798339,
531864, 391826, 792965, 429355, 400294, 556338, 252826, 787472, 418902,
406158, 476101, 286012, 442314, 460709, 496081, 33809, 434013, 207449, 524862,
539292, 426125, 110462, 492912, 467243, 308546, 492881, 811452, 401173,
290739, 368499, 606 of 708 triangles, 318776, 114135, 559115, 221070, 228459,
466081, 89788, 261001, 282518, 82516, 74061, 70349, 5490, 62855, 810594,
452670, 75100, 809017, 46592, 149966, 805803, 805061, 412108, 263451, 4622,
29096, 195184, 366489, 148947, 792854, 429321, 790608, 786073, 702 of 736
triangles, 356258, 427138, 408474, 157331, 781649, 468379, 314070, 450316,
94465, 214971, 375653, 221111, 306015, 528747, 461656, 459645, 214770, 367448,
498473, 399040, 267177, 115033, 141583, 339668, 812563, 534897, 287283,
387202, 168504, 168531, 290504, 365183, 81521, 343295, 76812, 436519, 455953,
4687, 4280, 285 of 704 triangles, 60921, 408665, 350082, 76732, 265882,
115968, 193898, 490786, 287347, 795473, 56 of 788 triangles, 558077, 454072,
119830, 547067, 713 of 716 triangles, 782355, 94478, 819256, 182142, 443313,
331685, 427207, 323543, 137241, 282469, 306177, 441059, 141520, 148741,
227330, 469626, 204800, 412269, 776114, 372047, 308599, 113110, 287211,
207348, 143566, 263607, 310726, 309526, 396805, 435306, 287373, 559071,
387340, 543433, 62090, 180145, 58135, 57105, 529009, 52367, 52505, 48612,
480993, 196332, 338883, 282342, 562856, 222452, 536977, 452843, 129024,
178879, 357377, 520578, 513341, 783618, 131051, 949549, 537307, 819719, 97245,
381798, 334972, 169 of 728 triangles, 395387, 131129, 434057, 444567, 816695,
816564, 815858, 494968, 228414, 401374, 137997, 61951, 541347, 554585, 121882,
4924, 363175, 60882, 150855, 471873, 153155, 296720, 177548, 791199, 220945,
76980, 419046, 344571, 505734, 432783, 278908, 263541, 950164, 949264, 17890,
121 of 728 triangles, 779942, 390 of 700 triangles, 491721, 537250, 180994,
819673, 516668, 514422, 389511, 102679, 441120, 323557, 107519, 562274,
253842, 817029, 815560, 382930, 814135, 562382, 811334, 218801, 228483,
262273, 83412, 305916, 503 of 680 triangles, 264632, 531001, 120108, 5644,
562554, 65595, 534252, 279174, 173021, 173276, 44709, 150771, 36863, 802287,
31974, 199091, 485314, 194048, 191447, 794964, 414446, 98967, 252792, 356137,
784646, 294293, 440826, 414266, 16130
Deleted 1212 regions
Drag select of 940183, 1121 of 1928 triangles, 652175, 1543 of 1552 triangles,
750258, 915 of 1500 triangles, 947564, 87 of 1832 triangles, 785498, 70 of
1344 triangles, 949289, 1394 of 1452 triangles, 952816, 109 of 1520 triangles,
238803, 9 of 1332 triangles, 761304, 949 of 1032 triangles, 272652, 216 of
1060 triangles, 285285, 512650, 185957, 778501, 777128, 138660, 503301,
767903, 562024, 510672, 809988, 808454, 808006, 167789, 36195, 201704, 330770,
348259, 792112, 789033, 110827, 346106, 233569, 164638, 773 of 840 triangles,
407666, 108879, 53652, 354229, 816314, 812843, 263760, 41133, 757762, 534336,
952204, 26256, 327289, 332039, 23347, 167773, 330892, 818094, 817740, 529488,
608 of 888 triangles, 405417, 745854, 341 of 852 triangles, 223985, 511682,
163417, 346039, 379614, 476827, 816848, 142902, 63067, 21631, 476 of 892
triangles, 91214, 454098, 71659, 120193, 1351, 953235, 579 of 1148 triangles,
807396, 806684, 805114, 38137, 455220, 503108, 800320, 175541, 794200, 508514,
796 of 824 triangles, 789215, 480310, 491151, 55393, 172243, 782047, 470128,
317906, 745655, 182505, 494523, 816 of 892 triangles, 15170, 207785, 499964,
778123, 775388, 773823, 811606, 502018, 8, 803320, 55694, 807584, 802179,
28503, 794375, 793542, 305361, 790531, 366778, 783213, 316929, 271315, 385562,
333337, 812744, 328681, 864 of 936 triangles, 70590, 806182, 74520, 232499,
7418, 795381, 791328, 787737, 430901, 277209, 781561, 361045, 819973, 401 of
920 triangles, 819395, 874 of 1032 triangles, 321497, 16325, 183586, 203931,
354070, 253155, 383347, 264 of 896 triangles, 232397, 814198, 812419, 447153,
206322, 207496, 755855, 808917, 807473, 806946, 61427, 471155, 394832, 788542,
783677, 43924, 95583, 819222, 432071, 817848, 740885, 194338, 238779, 29 of
864 triangles, 10397, 536674, 403 of 776 triangles, 355353, 57670, 815756,
116309, 813661, 493092, 251803, 519063, 769290, 223906, 170121, 88198, 292305,
116261, 394779, 1406, 209104, 50896, 809591, 69961, 266 of 832 triangles,
807103, 118512, 796224, 242185, 389003, 795722, 13168, 43056, 781755, 442645,
95491, 330835, 450897, 819668, 321543, 258095, 512665, 539557, 183642, 355131,
184890, 370 of 916 triangles, 185794, 422929, 60492, 815140, 205239, 814827,
140735, 812647, 206431, 115536, 771004, 146012, 73354, 759805, 63983, 172386,
807986, 807612, 39077, 81883, 273502, 118508, 504146, 798106, 795132, 794854,
792143, 791989, 358705, 787007, 360888, 287440, 132230, 94884, 368029, 95604,
303979, 435538, 530162, 427747, 168995, 941660, 302834, 239937, 118 of 796
triangles, 30383, 68991, 755291, 91024, 807487, 36248, 801053, 800436, 330756,
45163, 797153, 103192, 419146, 562003, 561938, 86400, 313388, 268589, 92891,
74366, 298356, 749300, 96618, 422821, 105904, 450591, 367951, 486729, 772945,
555763, 142 of 992 triangles, 254344, 117520, 146006, 64120, 61228, 61165,
55631, 410073, 383327, 769 of 784 triangles, 21590, 8304, 796243, 790346,
177959, 256732, 41203, 404368, 421 of 760 triangles, 363245, 779822, 243449,
291010, 160923, 465597, 10169, 136571, 138 of 912 triangles, 336845, 215436,
60237, 185933, 509614, 370522, 660 of 784 triangles, 815437, 112748, 20438,
218813, 432243, 50647, 234931, 146910, 75415, 65872, 485801, 804634, 490079,
484680, 196933, 800452, 799855, 798935, 328569, 471124, 179233, 259175,
784677, 782048, 18468, 295884, 347104, 818592, 817868, 161048, 221570, 547312,
298414, 9347, 538584, 128304, 372595, 817096, 559340, 811941, 811814, 556 of
932 triangles, 372712, 542550, 259263, 81965, 273438, 260428, 481457, 122324,
183429, 150140, 443938, 268722, 224113, 495286, 33190, 800553, 794961, 207745,
510762, 789057, 784594, 41041, 309979, 130428, 17330, 93003, 417232, 9518,
136212, 137534, 461173, 207 of 808 triangles, 446147, 540691, 504 of 852
triangles, 255487, 298133, 813646, 812341, 548354, 542624, 260265, 527268,
68983, 172368, 809693, 322579, 805287, 32 of 896 triangles, 275901, 542767,
456362, 28505, 798788, 798293, 796479, 331929, 248204, 212739, 457878, 404 of
844 triangles, 784721, 783235, 657 of 776 triangles, 561969, 287395, 819912,
11342, 182358, 437816, 497482, 286412, 349650, 187252, 110523, 288814, 460967,
803088, 809765, 49009, 36143, 803206, 200580, 799554, 791441, 474507, 349532,
285160, 231139, 244877, 561122, 93701, 135305, 371421, 536584, 112590, 142727,
88246, 118498, 679 of 856 triangles, 84827, 761719, 359916, 341494, 69714,
1558, 155645, 40201, 475495, 267442, 537515, 793937, 793175, 221 of 872
triangles, 534467, 790347, 179228, 413517, 17353, 779516, 92036, 215068,
540424, 10341, 315723, 527046, 139764, 500027, 684 of 804 triangles, 352837,
79968, 278408, 509 of 840 triangles, 814093, 553792, 353057, 37065, 404161,
59503, 810901, 808972, 98530, 201702, 800930, 427 of 812 triangles, 125147,
175772, 158958, 13150, 549958, 359770, 95652, 819838, 531352, 483653, 817639,
278394, 447 of 732 triangles, 373843, 778425, 24370, 60419, 136267, 247166,
493054, 769270, 447293, 764610, 239664, 60347, 357619, 540571, 49835, 226401,
476580, 550059, 790871, 788992, 129178, 384196, 783253, 561957, 817506, 25443,
379470, 479065, 315747, 479164, 811821, 811137, 348386, 516095, 145082,
117363, 767227, 82007, 334598, 278 of 744 triangles, 383034, 809301, 807697,
803981, 32392, 32388, 175576, 799797, 332055, 25285, 267244, 794934, 459981,
117322, 786639, 786114, 547094, 546304, 277 of 712 triangles, 62341, 504356,
132524, 162219, 298425, 106119, 561298, 245739, 532459, 449401, 467894,
772504, 58359, 256898, 291 of 944 triangles, 382058, 89256, 84673, 82618,
401869, 152398, 119480, 292254, 378, 809051, 266 of 876 triangles, 46057,
85697, 40266, 33342, 801392, 799033, 22280, 20379, 337923, 155589, 349521,
349433, 282684, 202907, 450641, 451745, 818505, 256544, 329701, 237253,
355126, 558416, 450615, 391136, 817012, 777872, 236137, 512749, 141683,
814105, 811947, 289798, 494368, 115271, 251846, 480061, 357426, 545967,
263739, 72432, 148085, 59415, 394750, 121157, 219196, 350 of 844 triangles,
140795, 810102, 846 of 872 triangles, 44177, 38388, 38335, 425523, 799270,
21358, 11234, 796275, 176859, 515871, 792231, 723 of 808 triangles, 248475,
452943, 447134, 363241, 508293, 819907, 202962, 286415, 379490, 103231,
329655, 482600, 561233, 391098, 297024, 465476, 514984, 471 of 844 triangles,
239755, 559324, 499952, 773908, 213795, 384342, 519060, 443835, 223904,
272561, 435438, 170267, 239926, 171195, 69035, 59393, 53533, 809895, 809050,
886 of 916 triangles, 46873, 151123, 66848, 522061, 796686, 212758, 331817,
550025, 127275, 358735, 376130, 546177, 344833, 447100, 118359, 439074,
518162, 277025, 138386, 420382, 546024, 380814, 466835, 267 of 740 triangles,
284105, 164360, 139588, 165652, 186984, 815824, 421755, 813040, 114504,
320382, 562073, 228752, 289940, 76435, 81782, 809088, 40106, 805404, 124326,
800018, 24599, 798744, 292169, 152089, 793257, 418241, 164613, 780135, 94792,
132454, 249465, 134460, 508 of 776 triangles, 308667, 102130, 104158, 401727,
507472, 147 of 736 triangles, 398340, 393429, 272377, 119398, 815762, 485529,
812525, 812154, 772689, 288810, 88250, 85615, 454136, 65, 279238, 178121,
56423, 53795, 44991, 809744, 46993, 173493, 70568, 458710, 35346, 652 of 712
triangles, 102237, 1880, 27262, 798646, 494536, 176 of 716 triangles, 537480,
35202, 216394, 9273, 427576, 392329, 783908, 156725, 494266, 18396, 470979,
471, 504324, 818357, 345987, 220144, 458651, 134137, 31318, 17540, 132257,
432157, 538497, 12176, 115308, 1539, 515766, 113533, 817263, 778382, 816593,
773001, 415907, 117300, 268726, 77127, 120146, 120169, 1104, 64073, 61296,
60254, 26277, 45198, 806808, 805768, 205387, 803396, 285368, 24490, 105220,
156667, 445971, 550068, 789760, 155599, 363321, 544011, 282670, 361009,
292420, 450 of 692 triangles, 818709, 343 of 956 triangles, 403110, 334520,
417179, 371374, 411266, 355201, 433192, 68816, 484739, 572 of 692 triangles,
444894, 14481, 777623, 648 of 720 triangles, 506118, 814268, 248306, 390182,
247115, 188140, 145941, 118197, 1078, 53504, 41350, 289 of 712 triangles,
499677, 39099, 175583, 25488, 192933, 126389, 338914, 520006, 225091, 376223,
376195, 818134, 249562, 434317, 161205, 9436, 281598, 455413, 335440, 561265,
817225, 24353, 263827, 812951, 497612, 438939, 354001, 552810, 358685, 297069,
55596, 399225, 414711, 498660, 805294, 805264, 49806, 803460, 482388, 197993,
29503, 27437, 501023, 194144, 22553, 510539, 793925, 365823, 365828, 455547,
294 of 688 triangles, 110733, 250607, 789576, 308908, 488768, 224034, 419324,
469008, 95707, 819354, 270070, 536312, 541635, 25444, 454391, 300629, 225320,
817293, 630 of 832 triangles, 60465, 487749, 242075, 142721, 351860, 493034,
216545, 37094, 336624, 528261, 88215, 560380, 75449, 274667, 551852, 239649,
212687, 24300, 64259, 121269, 56386, 55739, 448211, 492133, 101120, 800646,
813 of 828 triangles, 27215, 383228, 281665, 340373, 458592, 427550, 392542,
233707, 376226, 94894, 270116, 649 of 676 triangles, 321535, 374888, 458869,
412579, 232372, 552942, 535540, 229946, 817176, 236209, 776409, 501153, 251 of
696 triangles, 813813, 551180, 114457, 115253, 534552, 83870, 81059, 1818,
68672, 147987, 397099, 47057, 89322, 184547, 803809, 34155, 48134, 202 of 712
triangles, 284202, 801463, 176713, 519962, 793080, 285387, 39 of 672
triangles, 349446, 225080, 488989, 368970, 459853, 133503, 128 of 652
triangles, 126205, 10202, 343503, 164356, 816622, 263867, 815791, 512776,
381014, 166768, 388728, 167797, 420580, 516010, 302910, 765947, 435465,
231402, 314442, 144921, 206616, 274642, 505326, 67009, 294642, 451971, 53791,
42258, 805041, 800308, 549 of 860 triangles, 28295, 799556, 194244, 529243,
190919, 7510, 388986, 799813, 789474, 308918, 203905, 107745, 427558, 306538,
554700, 52641, 312250, 270017, 472125, 778950, 92015, 241156, 298291, 819647,
378539, 182404, 260163, 189652, 303145, 398328, 60191, 225353, 484726, 327179,
327173, 335520, 257837, 314544, 141816, 213803, 384315, 423084, 247141, 20512,
516887, 206613, 171404, 6101, 69673, 498555, 42012, 466611, 61430, 233821,
801309, 269767, 508260, 267292, 534476, 84714, 308912, 288564, 785089, 378350,
310021, 180195, 112538, 179068, 116587, 818820, 818392, 903 of 1024 triangles,
341169, 367837, 262616, 442591, 484500, 137290, 184581, 381845, 370318,
372655, 778836, 559315, 485577, 205126, 428848, 813347, 143 of 832 triangles,
499858, 811230, 182530, 262724, 258046, 183733, 536511, 434578, 72412, 120141,
148014, 148250, 524972, 275889, 55525, 221692, 225138, 38414, 207653, 802214,
48880, 421575, 424157, 446050, 154549, 358719, 323715, 428788
Deleted 1140 regions
Drag select of 1022607, 925377, 936208, 15 of 1784 triangles, 646909, 1060226,
809395, 976 of 1356 triangles, 787118, 818 of 1448 triangles, 939639, 228 of
1460 triangles, 729599, 955 of 1344 triangles, 382275, 871 of 1264 triangles,
515072, 764577, 799899, 513 of 1032 triangles, 561360, 315132, 254 of 904
triangles, 508646, 464756, 138800, 165903, 347520, 425911, 952579, 441964,
772898, 54030, 818511, 945900, 408373, 819136, 810451, 20651, 338 of 836
triangles, 193449, 442868, 247 of 848 triangles, 948541, 162724, 322134,
282114, 779149, 161418, 343908, 111028, 515165, 80302, 427967, 367326, 215535,
813545, 865 of 948 triangles, 813438, 227 of 1000 triangles, 64425, 808354,
92380, 508592, 112873, 795915, 794132, 789424, 951435, 17660, 299989, 810105,
38561, 219657, 814138, 89657, 305 of 780 triangles, 808117, 814440, 285437,
278827, 197363, 191239, 230492, 427047, 65433, 562660, 394947, 394069, 819722,
532648, 73772, 484904, 231610, 776399, 414179, 125544, 336130, 112839, 522432,
410457, 47179, 219444, 115780, 259722, 103465, 737 of 824 triangles, 24708,
238 of 844 triangles, 75665, 466925, 228068, 16543, 255817, 168471, 278692,
71816, 789 of 812 triangles, 232934, 252230, 546497, 119680, 241 of 800
triangles, 90401, 85935, 326696, 432498, 205584, 320776, 205834, 231599,
56770, 367142, 234116, 203585, 797827, 322098, 418489, 34620, 242858, 202125,
232931, 379861, 813670, 4339, 809246, 115673, 99681, 306852, 322126, 164782,
3280, 17794, 786666, 267704, 50105, 201240, 177439, 626 of 728 triangles,
375157, 808944, 177275, 461317, 250 of 796 triangles, 814314, 773984, 73027,
97796, 325283, 135584, 91327, 87728, 765727, 320911, 798571, 819292, 583 of
904 triangles, 219636, 283 of 780 triangles, 123584, 110043, 114673, 777060,
557808, 197298, 793223, 792240
Deleted 166 regions
Drag select of 1060145, 2228 of 2996 triangles, 1017978, 2312 of 2392
triangles, 945232, 941766, 938466, 1021919, 14 of 2108 triangles, 750054, 1238
of 1680 triangles, 762187, 1343 of 1608 triangles, 743268, 792923, 202293,
816682, 1617 of 1624 triangles, 754500, 725002, 197510, 182965, 542 of 956
triangles, 818590, 810236, 374 of 1048 triangles, 292816, 264381, 152814,
258509, 351212, 791904, 653 of 996 triangles, 818591, 684 of 1020 triangles,
140033, 476 of 852 triangles, 237563, 267639, 861 of 864 triangles, 783463,
593 of 872 triangles, 811979, 69975, 124564, 253392, 218136, 394904, 778192,
148479, 800879, 57 of 952 triangles, 813077, 522425, 21614, 102478, 279 of 900
triangles, 389016, 527401, 567 of 920 triangles, 525516, 527549, 439289,
765496, 804382, 496820, 792022, 813836, 799 of 1020 triangles, 211792, 277691,
339300, 779703, 370591, 472527, 220883, 246 of 872 triangles, 141013, 211 of
816 triangles, 778529, 811913, 652 of 888 triangles, 85800, 260902, 151721,
169529, 36457, 208209, 789152, 749723, 64455, 155 of 824 triangles, 799851,
772894, 794536, 811618, 300 of 888 triangles, 448695, 539817, 794939, 223243,
782847, 46 of 808 triangles, 131636, 818739, 144162, 218059, 179 of 820
triangles, 85768, 183897, 184139, 812177, 762245, 74 of 760 triangles, 43455,
399 of 712 triangles, 108145, 286635, 193534, 207961, 181583, 624 of 680
triangles, 276173, 254416, 95830, 203554, 335714, 440471, 68097, 655 of 724
triangles, 59655, 189914, 204635, 562120, 150485, 509830, 360172, 186321,
520390, 281947, 49211, 59 of 784 triangles, 489074, 299625, 305875, 252 of 724
triangles, 75523, 20794, 336 of 656 triangles, 789528, 198661, 800 of 812
triangles, 231571, 13711, 9 of 664 triangles, 146332, 98694, 138746
Deleted 125 regions
Drag select of 1019079, 1680 of 2204 triangles, 929778, 681560, 1354 of 1808
triangles, 949106, 278453, 1550 of 1556 triangles, 735713, 1078 of 1428
triangles, 936861, 761259, 861 of 1472 triangles, 800643, 747230, 721 of 1196
triangles, 250970, 649 of 1048 triangles, 550278, 367005, 547430, 561333,
815829, 977 of 1100 triangles, 58652, 119520, 194619, 28 of 832 triangles,
110927, 807739, 799132, 316 of 824 triangles, 480360, 377390, 249753, 815 of
832 triangles, 69037, 126447, 293701, 474 of 792 triangles, 39408, 385617,
221758, 88493, 392596, 189732, 203164, 406 of 700 triangles, 247384, 2245,
101489, 77400, 24 of 684 triangles, 802609, 749 of 792 triangles
Deleted 40 regions
Drag select of 923128, 944097, 1060036, 920625, 1019289, 1429 of 2612
triangles, 1020792, 944100, 1059934, 945673, 660244, 944959, 1749 of 2164
triangles, 1021898, 927662, 951161, 944189, 668 of 1980 triangles, 926532,
677444, 936224, 722733, 807727, 1022615, 3637, 947803, 736171, 744946, 695354,
949795, 52161, 772460, 57868, 798862, 709142, 745440, 105 of 1392 triangles,
949116, 801205, 813614, 793849, 782552, 3660, 949863, 53133, 794014, 951850,
11669, 765440, 753392, 782789, 757339, 3232, 740642, 35483, 65377, 31721,
782701, 757699, 652 of 1088 triangles, 801228, 3157, 769057, 782632, 17851,
20590, 709241, 779417, 813485, 785507, 779648, 1006 of 1060 triangles, 70209,
807626, 779484, 947127, 761440, 3789, 52069, 788586, 40634, 53094, 48256,
9661, 22641, 72920, 833 of 1048 triangles, 30730, 791152, 949820, 776153,
40520, 27845, 8571, 55876, 740950, 73809, 359 of 928 triangles, 17802, 769049,
2467, 49182, 51972, 3550, 761385, 788520, 793915, 46218, 19607, 9533, 12542,
54957, 23863, 815549, 42301, 769041, 817792, 36605, 23706, 3994, 23699,
785656, 33673, 69214, 29552, 2872, 11778, 53109, 45319, 817884, 27679, 55800,
51992, 10704, 71064, 12525, 32782, 811766, 467 of 916 triangles, 6268, 44329,
37480, 75695, 389 of 760 triangles, 33638, 7117, 782796, 18639, 9801, 25830,
23761, 33735, 52065, 805622, 25787, 7916, 7705, 16620, 9633, 61688, 78530, 192
of 692 triangles, 13685, 785756, 11449, 68178, 23716, 51995, 56934, 39512,
35600, 14533, 24829, 44254, 11693
Deleted 164 regions
Drag select of 911506, 1022689, 1021694, 940098, 947898, 931168, 940116,
686759, 131704, 233178, 949261, 945021, 941986, 951393, 103485, 750380,
932273, 204724, 797251, 806303, 947952, 90530, 808035, 780074, 706821, 168397,
159372, 718979, 727831, 761832, 85893, 803942, 84101, 791527, 813885, 98834,
299 of 820 triangles, 808110, 111137, 245324, 154926, 719 of 820 triangles,
275385, 151775, 796798, 166181, 786394, 88598, 217122, 127709, 141165, 288142,
788905, 84139, 97799, 136824
Deleted 54 regions
Drag select of 876961, 1014925, 949351, 1020075, 945802, 927710, 1022148,
943511, 1822 of 2200 triangles, 1019798, 1451 of 2064 triangles, 1023287,
932211, 945035, 1023212, 640 of 2192 triangles, 679003, 745561, 952692, 93350,
858 of 1432 triangles, 797165, 937246, 149658, 119719, 121681, 952871, 952079,
952147, 23894, 801608, 745206, 251346, 700288, 70174, 43505, 779864, 812052,
776417, 779536, 36560, 782489, 803965, 25892, 83 of 1012 triangles, 24836,
27758, 621 of 1028 triangles, 946555, 163864, 1022667, 817768, 769450, 72957,
116819, 812089, 74739, 127747, 84150, 146543, 43615, 28809, 54962, 70205,
22910, 20 of 908 triangles, 779571, 10765, 805954, 75636, 102 of 884
triangles, 813497, 298827, 64578, 123714, 213357, 4291, 754814, 95069, 110138,
71123, 123701, 4263, 596 of 760 triangles, 51265, 18934, 417 of 784 triangles,
788495, 108330, 35536, 798 of 876 triangles, 801501, 86854, 776232, 765157,
150696, 815575, 76664, 3689, 213362, 72967, 54995, 91508, 42491, 80413, 510 of
804 triangles, 130737, 179804, 141135, 126739, 4384, 60769, 32670, 119 of 696
triangles, 240410, 159406, 339621, 104558, 43561, 188966, 810106, 146475, 658
of 696 triangles, 804030
Deleted 110 regions
Drag select of 942544, 51240, 944160, 788852, 108323, 104541, 62709, 10737,
801387, 4164, 24861, 3798, 6666, 32809, 8854, 89594
Deleted 16 regions
Drag select of 6711
Deleted 1 regions
Drag select of 1079657, 2539 of 2976 triangles, 940892, 1017201, 915759,
753586, 627722, 942555, 776895, 948512, 934327, 736333, 32548, 769170, 754356,
808171, 949194, 765205, 160218, 758103, 26593, 949405, 762531, 42317, 801703,
264083, 80224, 14540, 805106, 690 of 896 triangles, 131542, 73678, 7040,
121463, 818903, 96818, 782697, 38475, 31622, 129538, 829 of 832 triangles,
319507, 19642, 375 of 788 triangles, 55789, 149371, 29575, 136588, 25592,
10469, 791570, 811805, 796550, 49116, 262957, 749 of 780 triangles
Deleted 51 regions
Drag select of 1021853, 1022561, 1079974, 916721, 935198, 925383, 1021194,
1058742, 2458 of 2464 triangles, 639746, 946982, 898691, 1020756, 663982, 497
of 1764 triangles, 947025, 2379 of 2412 triangles, 937730, 34 of 1896
triangles, 720978, 938127, 942483, 748727, 735690, 805442, 533844, 950362,
718211, 731489, 747876, 813376, 431336, 805579, 731538, 694493, 944779,
947547, 752393, 736104, 946346, 953448, 1116 of 1776 triangles, 936154,
718028, 12 of 1248 triangles, 819940, 1576 of 1584 triangles, 809484, 540909,
373970, 775759, 533846, 1023104, 764747, 790 of 1268 triangles, 550324,
756561, 775580, 1005 of 1300 triangles, 545327, 943920, 548586, 507678, 140 of
1236 triangles, 798695, 950458, 951733, 778902, 813431, 800768, 40 of 1220
triangles, 807316, 938921, 515244, 562171, 528470, 496868, 1023105, 784821,
796375, 813173, 952427, 1264 of 1336 triangles, 790936, 505557, 370534,
527556, 862 of 1040 triangles, 805363, 796343, 782154, 472477, 785215, 469274,
561352, 542997, 459065, 553982, 1005 of 1044 triangles, 819507, 1170 of 1188
triangles, 432438, 805017, 466883, 551303, 562122, 562121, 801161, 546567, 216
of 836 triangles, 522525, 430156, 355462, 562653, 561404, 809539, 561401,
372811, 234 of 856 triangles, 355464, 539759, 507541, 561412, 802885, 494643,
526502, 469187, 819862, 501217, 817382, 815415, 532809, 815271, 516268,
555804, 505540, 472425, 413850, 137 of 796 triangles, 813035, 815313, 562111,
551338, 553168, 559587, 772392, 516326, 519400, 553046, 473542, 543114,
512000, 787750, 490265, 555030, 544280, 817237, 459107, 478188, 561429,
811298, 179 of 832 triangles, 815241, 497928, 469289, 540904, 501174
Deleted 148 regions
Drag select of 908246, 804 of 2252 triangles, 944004, 1019472, 966 of 2380
triangles, 620110, 636624, 953282, 2120 of 2392 triangles, 694738, 1021612,
942897, 792 of 2464 triangles, 1020495, 1999 of 2208 triangles, 554990,
924216, 929905, 1020017, 578393, 1018405, 919345, 938910, 1020441, 934936,
819974, 940736, 936756, 1407 of 1688 triangles, 817719, 943971, 940634,
934094, 951118, 558617, 937057, 744862, 1335 of 1636 triangles, 812901,
690558, 744474, 743687, 559619, 935097, 699588, 549339, 945 of 1368 triangles,
382265, 756415, 398509, 947633, 805008, 944071, 557748, 950416, 739508,
672502, 484939, 347408, 454437, 807182, 739718, 442849, 787628, 946348,
515267, 791039, 756839, 742797, 1028 of 1060 triangles, 805337, 819280, 42 of
1580 triangles, 941596, 35 of 1176 triangles, 805354, 947554, 946265, 474 of
1096 triangles, 562170, 557600, 46 of 1044 triangles, 465874, 561440, 300741,
10 of 984 triangles, 560562, 945589, 553994, 555914, 399654, 819776, 802369,
909 of 992 triangles, 1023502, 558512, 537776, 816626, 1050 of 1296 triangles,
558504, 982 of 1040 triangles, 805534, 895 of 1028 triangles, 517264, 560559,
491243, 528566, 499121, 517220, 540916, 426730, 456759, 644 of 944 triangles,
561456, 398531, 481655, 433595, 490200, 561373, 507554, 545450, 373983,
461226, 546533, 796302, 441683, 788112, 522298, 609 of 876 triangles, 534860,
329875, 481651, 522330, 562134, 351971, 363568, 561444, 360136, 464650,
503563, 812686, 296063, 813383, 304365, 314758, 503459, 472493, 524327,
768409, 553070, 540849, 433530, 514124, 807499, 550363, 793331, 533673,
424434, 543150, 458 of 704 triangles, 504430, 813135, 433498, 494687, 489249,
471326, 775708, 463606, 813377, 514135, 449847
Deleted 150 regions
Drag select of 1022731, 284 of 2608 triangles, 935580, 1872 of 1892 triangles,
942805, 1021505, 153 of 1720 triangles, 754945, 770100, 814321, 242483, 157 of
1160 triangles, 799578, 857 of 1296 triangles, 780292, 950039, 960 of 1196
triangles, 758449, 151457, 586 of 1044 triangles, 256933, 290110, 302 of 740
triangles, 128448, 148324
Deleted 17 regions
Drag select of 1016717, 1022448, 1017738, 1021713, 924636, 1917 of 1920
triangles, 1023320, 1535 of 2296 triangles, 812279, 948012, 950690, 936817, 60
of 1380 triangles, 746492, 318 of 1480 triangles, 248626, 728431, 737743,
773547, 225415, 137 of 1108 triangles, 733837, 783654, 818863, 789211, 427 of
968 triangles, 794750, 758 of 956 triangles, 177109, 248590, 769752, 159112,
155858, 255780, 320 of 740 triangles, 221749, 264087, 299696, 54 of 776
triangles, 265291, 214 of 700 triangles, 226632, 215562, 789400, 366 of 784
triangles, 247420, 797811, 192 of 824 triangles, 207988
Deleted 37 regions
Drag select of 1059806, 817 of 2972 triangles, 945214, 1068 of 2092 triangles,
941915, 923524, 1611 of 1928 triangles, 927094, 947350, 611 of 2036 triangles,
687809, 1023482, 938449, 777 of 1616 triangles, 949601, 762727, 1140 of 1436
triangles, 795749, 724448, 703 of 1224 triangles, 953260, 671 of 1912
triangles, 947402, 763185, 799 of 1268 triangles, 360181, 231 of 1192
triangles, 814803, 202105, 778952, 738 of 1088 triangles, 795363, 654 of 992
triangles, 255812, 795482, 797463, 771 of 812 triangles, 297399, 745 of 780
triangles, 789912, 447517, 155 of 772 triangles, 361335, 795209, 605 of 768
triangles, 383412, 417315, 604 of 788 triangles, 223078, 408039, 636 of 712
triangles, 808924, 687 of 792 triangles, 325266
Deleted 35 regions
Drag select of 1016524, 1015356, 933362, 813936, 762524, 261737, 792243,
71821, 191004, 255729, 76493, 420 of 780 triangles, 220502, 273835, 722 of 724
triangles, 231515, 212879, 241262, 244947, 195799, 215543
Deleted 19 regions
Only showing 5000 of 12642 regions.
Showing 5000 of 12642 region surfaces
Drag select of 817067, 573 of 908 triangles, 266337, 131279, 202725, 463280,
459775, 368958, 333168, 819267, 843 of 904 triangles, 403078, 92141, 334499,
256552, 174501, 945735, 200527, 547240, 364421, 237233, 455408, 243384,
243639, 699 of 720 triangles, 218946, 309905, 231275, 112519, 425327, 90222,
356443, 82000, 76197, 68919, 61169, 59491, 53812, 809619, 224023, 42127,
224178, 9 of 672 triangles, 804867, 800155, 22610, 341 of 644 triangles,
189501, 424042, 789011, 321747, 83 of 684 triangles, 287481, 413557, 516137,
546241, 93741, 464590, 290083, 418 of 688 triangles, 464526, 243434, 332085,
508378, 427654, 182457, 221621, 392246, 137474, 538599, 391177, 225358,
485664, 354203, 809612, 512581, 232382, 334306, 815971, 319354, 211267,
289856, 256934, 327 of 744 triangles, 423049, 448403, 542610, 145863, 58387,
146206, 14 of 736 triangles, 294754, 1062, 250920, 62 of 696 triangles, 68914,
758347, 399196, 49881, 142765, 503263, 804302, 43166, 300481, 74557, 74541,
337781, 550184, 521289, 515943, 154554, 491011, 498794, 395723, 787699,
457579, 372504, 278306, 191897, 435700, 235054, 454279, 98567, 434365, 100386,
473127, 538547, 240895, 422888, 778565, 318105, 263822, 241085, 362062,
245998, 188115, 252935, 530298, 116531, 516912, 382129, 89207, 118440, 85663,
279241, 395858, 55566, 481386, 425468, 199455, 196997, 522124, 153317, 388979,
520946, 244737, 336748, 791130, 562832, 214079, 301644, 372527, 179278,
274861, 523157, 111820, 306505, 557379, 419445, 93724, 95512, 133292, 291036,
92136, 427860, 327 of 660 triangles, 341170, 349657, 105874, 335443, 400478,
113504, 164312, 367808, 14162, 502207, 364375, 505136, 246073, 351784, 206350,
534587, 312390, 170270, 73361, 435551, 62425, 250 of 632 triangles, 59391,
810233, 122168, 562620, 268519, 205332, 406589, 412634, 174567, 196838,
292168, 19354, 496632, 249431, 556495, 214119, 178091, 281545, 72539, 387773,
344699, 360970, 387544, 515009, 258970, 262748, 347247, 287444, 34081, 546213,
280648, 6974, 216714, 233 of 724 triangles, 307664, 265161, 255303, 286409,
307646, 102078, 546033, 381858, 152385, 279385, 517137, 354288, 69 of 760
triangles, 502252, 113627, 318158, 815411, 15223, 319143, 411366, 73629,
68868, 67773, 26361, 534322, 52528, 42985, 399241, 463181, 38267, 38259,
467727, 204058, 32350, 27429, 537479, 543703, 126134, 242145, 176868, 793003,
791525, 471090, 354191, 437749, 179226, 513861, 156531, 156705, 335552,
130273, 298472, 60 of 676 triangles, 442481, 439070, 332132, 96471, 337876,
175533, 286220, 99360, 104053, 239883, 420370, 375120, 204 of 644 triangles,
340244, 217617, 357659, 393707, 221508, 107761, 379628, 280323, 53634, 372637,
355301, 166805, 552988, 813382, 365580, 262718, 114436, 805454, 447285,
263747, 443918, 68899, 120346, 59267, 473198, 54738, 809439, 46917, 400684,
150133, 806558, 222688, 40370, 153 of 608 triangles, 226356, 425257, 495271,
48878, 270150, 22337, 189729, 304 of 644 triangles, 8421, 385611, 84 of 656
triangles, 348275, 127324, 352729, 249353, 508461, 530473, 306397, 363373,
370294, 130240, 445069, 312337, 781012, 472159, 436620, 419503, 230 of 628
triangles, 300614, 242331, 204169, 181322, 512592, 467968, 124261, 547242,
397053, 104227, 209919, 281553, 337993, 60200, 284047, 250747, 352748, 79952,
38187, 237344, 331010, 139 of 676 triangles, 816234, 487733, 814550, 562107,
310118, 495364, 494280, 423042, 411145, 169130, 220104, 357482, 69912, 86494,
120426, 507442, 266052, 266024, 155652, 471047, 42135, 16255, 329563, 228676,
36197, 41219, 456417, 198284, 198098, 269758, 29434, 328630, 331987, 195567,
520978, 176747, 443602, 789357, 321441, 352945, 367925, 111747, 288714,
370293, 369114, 170184, 470172, 819710, 819681, 496397, 249577, 222942, 566 of
660 triangles, 455363, 201807, 102280, 465600, 232622, 298428, 538596, 144871,
308806, 186008, 40076, 187106, 266133, 166626, 421689, 814555, 112487, 499717,
403957, 440305, 382027, 324974, 230014, 463367, 81826, 181, 67800, 64107,
513696, 57438, 56486, 53705, 810323, 325181, 158998, 806181, 40131, 804693,
421893, 373 of 612 triangles, 490914, 232470, 801640, 29389, 191806, 190894,
551980, 207817, 550094, 400360, 491058, 386562, 452966, 112605, 14227, 129235,
306619, 288650, 370277, 322614, 310045, 314361, 79020, 159052, 545 of 644
triangles, 181423, 122088, 222936, 223 of 636 triangles, 286450, 201725,
474291, 190828, 329660, 112497, 457809, 520116, 105936, 138450, 80986, 436812,
433399, 778098, 816584, 428859, 814445, 248286, 812440, 112756, 383 of 640
triangles, 349414, 499723, 515965, 495344, 518048, 370184, 352997, 70623,
324979, 146128, 312376, 385454, 129137, 79228, 268751, 76180, 81842, 150245,
63305, 56475, 476645, 82705, 50943, 473133, 123409, 38286, 804685, 383254,
273552, 490054, 509244, 542676, 535432, 424124, 207819, 347338, 491041,
254292, 457582, 344755, 193145, 523190, 39158, 399515, 482470, 548147, 504342,
221630, 308677, 101458, 226574, 547220, 104205, 351630, 426330, 11278, 522283,
163218, 245944, 436767, 474253, 536655, 337 of 644 triangles, 141790, 540692,
353976, 549137, 536547, 241037, 813281, 82647, 280534, 22488, 116569, 227561,
43204, 560398, 435556, 533470, 47026, 463137, 529217, 198125, 28368, 26435,
341394, 520023, 515836, 125315, 396888, 205291, 177958, 214157, 266 of 644
triangles, 321763, 535 of 656 triangles, 69740, 272633, 200 of 680 triangles,
256728, 437748, 360939, 106135, 543 of 612 triangles, 506352, 400755, 341 of
596 triangles, 131191, 280663, 450684, 126262, 819320, 819101, 459858, 405432,
307698, 100197, 387718, 512651, 174503, 374852, 476869, 434512, 335504, 91300,
98 of 620 triangles, 432329, 415837, 245771, 391093, 265078, 505401, 354245,
532538, 343676, 144037, 426 of 624 triangles, 157833, 498813, 89096, 534550,
235119, 264893, 119144, 509279, 72626, 65931, 66087, 65842, 456624, 121415,
296929, 173439, 315900, 492189, 97401, 36006, 32418, 270160, 28 of 652
triangles, 24416, 494598, 32 of 628 triangles, 23296, 22599, 382 of 588
triangles, 798121, 190888, 271130, 799973, 158733, 313215, 793492, 348208,
307483, 515885, 379413, 154595, 250657, 474527, 214131, 69746, 488743, 457521,
527096, 533516, 130265, 460140, 218 of 592 triangles, 417131, 290056, 424 of
604 triangles, 95677, 247198, 98368, 334472, 217795, 349660, 237481, 364434,
364499, 207786, 396952, 493190, 472022, 212495, 380889, 377342, 558449,
362318, 13463, 334 of 604 triangles, 299358, 542837, 140584, 187268, 318144,
331002, 600 of 676 triangles, 816238, 814713, 166646, 349362, 811242, 243663,
253259, 340 of 608 triangles, 168936, 35212, 447282, 90096, 118215, 118346,
358665, 1073, 66904, 172425, 79901, 40278, 151189, 158846, 231354, 308760,
441321, 1849, 157, 799383, 239765, 457506, 6467, 528067, 244566, 127444, 332
of 696 triangles, 306447, 306375, 492321, 294 of 592 triangles, 783685,
782669, 470028, 442632, 508206, 364603, 158972, 330782, 432009, 289908,
427828, 553709, 178113, 100176, 542950, 539558, 161127, 161128, 455344,
355177, 511572, 221485, 164365, 379680, 514937, 232407, 187093, 532531,
141939, 468945, 487684, 114639, 479 of 620 triangles, 115507, 439256, 62 of
628 triangles, 145878, 532317, 528107, 534561, 263741, 171109, 73598, 73582,
70867, 169, 1595, 148202, 391410, 59398, 409025, 148058, 123200, 123306,
290913, 410180, 199415, 152340, 522145, 24257, 21527, 20323, 163466, 793397,
358777, 249351, 285126, 261574, 366635, 311031, 268572, 442656, 442466, 62335,
441545, 304115, 507218, 179308, 417196, 185941, 481235, 486836, 547286,
383071, 335691, 131301, 375916, 511660, 386452, 511579, 12440, 296968, 280324,
497737, 547362, 109656, 512895, 110572, 448520, 318091, 816250, 512719,
125202, 240998, 243651, 40 of 600 triangles, 518106, 63094, 184666, 228730,
528229, 536477, 414831, 250880, 341343, 513717, 7631, 624 of 632 triangles,
56645, 141654, 46980, 46136, 45950, 400742, 27 of 660 triangles, 43002,
224169, 386 of 644 triangles, 804461, 558481, 159 of 664 triangles, 456385,
421659, 191831, 797655, 543706, 153235, 795552, 306673, 331931, 331934,
267593, 418220, 340384, 394854, 393643, 437756, 538404, 384230, 274863,
413578, 447071, 18407, 350515, 292328, 441542, 181523, 303995, 136263, 380768,
289916, 98433, 99370, 99443, 286294, 195702, 103924, 456717, 570 of 604
triangles, 484495, 539632, 340 of 556 triangles, 454406, 412603, 107028,
309837, 351720, 497702, 477843, 506147, 231189, 237386, 816540, 505200,
774376, 812107, 142661, 289779, 495360, 82619, 432289, 320296, 382175, 118325,
413733, 82750, 234930, 77331, 361245, 551838, 505316, 64165, 62148, 377218,
266047, 82680, 540612, 271172, 205424, 160988, 329574, 39337, 458736, 561171,
151283, 36172, 79071, 151403, 489843, 74547, 201576, 200715, 102358, 25547,
386 of 572 triangles, 153483, 521007, 550124, 513886, 505374, 189434, 352905,
426630, 344652, 225093, 491092, 538494, 49690, 517214, 169 of 652 triangles,
130196, 309969, 376177, 561177, 360989, 300541, 165490, 181325, 243465,
441456, 395961, 333028, 249472, 510494, 539555, 531220, 271178, 538582,
253194, 243602, 86439, 559248, 14232, 128410, 164492, 64216, 535533, 114483,
110567, 524302, 152 of 568 triangles, 381002, 349392, 289773, 365646, 495334,
261422, 371334, 114619, 480087, 515983, 47096, 220099, 443823, 37073, 560361,
500869, 118203, 385442, 324933, 147115, 434579, 76138, 71638, 70702, 147986,
61205, 207560, 463477, 79876, 809488, 397247, 806773, 473168, 225201, 38320,
291133, 804070, 124304, 441584, 539 of 588 triangles, 327292, 802479, 29242,
535368, 27497, 21378, 240836, 389029, 215188, 508165, 215382, 459975, 248401,
508462, 377048, 352901, 166763, 349512, 344812, 475637, 347317, 540506, 76266,
417037, 442500, 74398, 181442, 818124, 133474, 238 of 612 triangles, 333082,
265127, 210008, 553734, 437898, 134348, 202757, 342413, 442568, 456697,
484508, 476858, 396955, 443763, 11379, 434519, 434479, 138522, 220256, 68817,
222584, 379665, 379599, 449462, 257824, 109869, 489932, 60444, 815373, 536544,
501163, 297 of 676 triangles, 494326, 372776, 345 of 572 triangles, 434543,
387624, 362146, 70631, 481151, 536527, 188415, 532329, 377125, 552805, 262900,
206 of 620 triangles, 463407, 428636, 205234, 78022, 245819, 73578, 505345,
71633, 65819, 62151, 74335, 52637, 485854, 485779, 473135, 174576, 803818,
326014, 441580, 274590, 800926, 530337, 194403, 25243, 25236, 193073, 342289,
239790, 126130, 394545, 128399, 526266, 789812, 474528, 178145, 473 of 612
triangles, 440144, 293248, 356529, 431140, 285178, 15351, 312186, 16422,
16237, 414675, 469983, 419490, 482 of 552 triangles, 211389, 359759, 359813,
369201, 270139, 608 of 612 triangles, 282782, 437806, 517987, 519196, 228871,
236104, 237443, 454405, 465402, 437931, 309934, 94756, 299389, 108788, 298210,
238648, 419259, 141805, 248336, 307532, 349345, 15298, 261367, 246023, 75269,
388844, 86343, 85546, 129353, 76443, 75433, 294806, 361129, 514734, 69668,
515053, 257 of 584 triangles, 390046, 53545, 47971, 318215, 399224, 123238,
489803, 33331, 800857, 28497, 175573, 20404, 189473, 337974, 168927, 8259,
507271, 519038, 459983, 222767, 254259, 557403, 437741, 111696, 207832,
112694, 369131
Deleted 1225 regions
Drag select of 301295, 555384, 463860, 479900, 400086, 96256, 819092, 362947,
542409, 203693, 101053, 497186, 101989, 102847, 376638, 214792, 357184,
433959, 547697, 444479, 426230, 449331, 484031, 197 of 768 triangles, 816774,
812903, 812625, 499463, 535197, 383829, 77000, 210820, 4307, 690 of 696
triangles, 63770, 53435, 52440, 561888, 807636, 521848, 93575, 37990, 37797,
72170, 32921, 381580, 797777, 380 of 648 triangles, 190276, 210855, 797009,
121721, 258 of 708 triangles, 795696, 794866, 788674, 788241, 503911, 436428,
356256, 334185, 421155, 258936, 539046, 367383, 212223, 819479, 817534,
531082, 390875, 128854, 102940, 389868, 528725, 464016, 291930, 474156,
488564, 555151, 367 of 624 triangles, 387326, 441009, 425109, 5384, 259983,
491574, 166332, 815795, 126017, 15086, 510202, 134110, 435422, 270993, 76806,
72353, 293073, 293066, 536273, 13898, 265642, 66 of 664 triangles, 414334,
809159, 809155, 471743, 415517, 45592, 801961, 213496, 307414, 556174, 220949,
281462, 154040, 9931, 558162, 278980, 235889, 365119, 208 of 652 triangles,
205978, 93384, 416 of 684 triangles, 159426, 217480, 817785, 377901, 74864,
261285, 446778, 351309, 236004, 184434, 212486, 335093, 106490, 214817,
373546, 498388, 249310, 140353, 428522, 277995, 259905, 776666, 145659, 49620,
339704, 813142, 36751, 115140, 431764, 510264, 70500, 5310, 255050, 453920,
56177, 53487, 310639, 123053, 37839, 804672, 98009, 803687, 98989, 56212,
409603, 29012, 60006, 800260, 156197, 191634, 191664, 22207, 126048, 20160,
796593, 609 of 628 triangles, 792619, 208683, 789589, 166427, 289424, 357340,
156494, 368629, 340877, 130815, 232067, 233527, 368665, 95220, 453856, 74843,
537108, 391893, 464031, 10962, 240655, 447824, 367565, 557182, 404820, 482990,
817348, 290651, 457403, 511222, 284633, 185 of 632 triangles, 90861, 398018,
379156, 148932, 476175, 442013, 238021, 68371, 58086, 438830, 54372, 516479,
810414, 46515, 44728, 429595, 36711, 804395, 803540, 500510, 373324, 100994,
280117, 23057, 189209, 478620, 554325, 562798, 336406, 788473, 128838, 365335,
448095, 289471, 346785, 264558, 301356, 92489, 352699, 397804, 292968, 95398,
543579, 485469, 527833, 126869, 302536, 484278, 296532, 163945, 5401, 140388,
109361, 515422, 141221, 141278, 817301, 157 of 840 triangles, 437428, 364086,
239226, 813175, 812712, 448 of 720 triangles, 506764, 492888, 562318, 141274,
114989, 496312, 19176, 169824, 145801, 89759, 561582, 352656, 321078, 146846,
343366, 28016, 65649, 116158, 120939, 57198, 291827, 275407, 122882, 387108,
457144, 805157, 123821, 32917, 800952, 156436, 798340, 513579, 6779, 794541,
302438, 217162, 154162, 105644, 6819, 450208, 423860, 425080, 512402, 367678,
465205, 537276, 92526, 393219, 34043, 334054, 817504, 756 of 868 triangles,
222534, 343049, 126024, 331734, 353737, 353738, 191565, 478466, 308369,
365391, 224838, 255175, 817315, 234754, 529816, 14908, 40813, 812839, 280006,
508010, 217227, 50606, 146705, 190494, 237121, 555466, 307312, 361720, 562546,
524582, 561889, 149941, 223635, 150039, 807639, 315353, 806609, 40913, 805212,
533308, 526774, 102717, 21030, 101998, 287322, 189201, 795321, 154172, 396838,
456172, 336482, 250453, 209721, 462715, 251452, 222435, 362842, 158345,
514619, 427295, 557349, 174383, 288306, 93648, 324787, 538109, 97952, 542323,
118933, 302475, 137230, 478743, 452500, 267072, 518671, 106499, 431828,
490490, 351239, 173 of 656 triangles, 519743, 255071, 186660, 256514, 522877,
309412, 816760, 436341, 436382, 319061, 364082, 813848, 812950, 490720,
126940, 34880, 484372, 181185, 116961, 260077, 117945, 290626, 79612, 79651,
290677, 394232, 390821, 52452, 52441, 499504, 51347, 173279, 809848, 805718,
33984, 136994, 29008, 195053, 125830, 125800, 556 of 672 triangles, 127086,
550829, 356111, 261115, 365137, 374642, 92585, 367443, 212253, 247972, 482156,
223556, 542370, 406236, 469853, 322394, 300151, 227255, 301428, 234654,
389875, 33812, 111302, 245648, 148970, 542281, 512518, 123903, 814032, 421218,
112336, 430669, 498364, 220042, 225999, 397975, 397925, 81335, 337 of 640
triangles, 517571, 64730, 257722, 473012, 438852, 55123, 172913, 121924,
173159, 807351, 174095, 518879, 31960, 31973, 329305, 456335, 175469, 800333,
370051, 526736, 19109, 522992, 534071, 389665, 562800, 115987, 380258, 252839,
432721, 175 of 660 triangles, 451498, 43867, 243117, 9091, 159545, 500701,
98170, 249096, 305988, 440836, 542381, 190457, 172156, 246960, 105770, 373241,
557205, 365419, 488471, 472818, 544627, 462924, 239261, 246939, 346680,
252884, 559867, 83515, 527957, 79603, 79482, 85 of 696 triangles, 77900,
416562, 447 of 620 triangles, 119864, 173096, 807205, 42671, 99015, 39038,
227419, 15017, 200375, 33727, 387 of 680 triangles, 191609, 22246, 795935,
335359, 339999, 154231, 429380, 517852, 562795, 459712, 360686, 558120,
284733, 478841, 398904, 418921, 361969, 45553, 783032, 446 of 612 triangles,
368695, 301400, 244240, 445706, 463919, 132978, 818274, 335259, 219829,
250499, 194091, 358553, 161848, 103572, 331720, 292044, 450516, 186557, 13828,
811806, 385111, 476325, 351520, 82367, 79549, 456282, 430547, 80564, 79643,
546746, 546809, 71473, 253777, 4140, 385 of 612 triangles, 524653, 458260,
120988, 410759, 268355, 87823, 598 of 608 triangles, 467304, 356078, 808781,
808506, 540279, 497470, 350069, 666 of 696 triangles, 423655, 533068, 265921,
26860, 353 of 604 triangles, 22253, 22200, 794413, 794100, 380522, 360495,
494886, 556149, 273207, 191514, 561933, 367688, 112113, 203 of 560 triangles,
470905, 417723, 92573, 448982, 449005, 59944, 377881, 330460, 479658, 428393,
416699, 532201, 493761, 173040, 496077, 276907, 460554, 422500, 213402,
517620, 364017, 393039, 442145, 255157, 230912, 437450, 426109, 112148,
279964, 412 of 616 triangles, 561619, 499450, 539213, 144514, 502633, 117025,
169763, 145740, 535014, 90895, 552468, 233439, 499319, 240566, 79601, 277937,
147709, 69549, 256399, 61861, 953484, 487562, 121901, 270789, 322514, 429577,
540238, 38052, 200056, 366598, 124869, 24953, 22016, 543617, 19892, 365 of 588
triangles, 320065, 478517, 473890, 250421, 288508, 288548, 334134, 431640,
427176, 550685, 337467, 403632, 340913, 509982, 541170, 537219, 316711,
557881, 402731, 363027, 545630, 133980, 428381, 416730, 234714, 375659,
184368, 461901, 464076, 276881, 541115, 132114, 496179, 488578, 450519, 14084,
816530, 22032, 406406, 507889, 562336, 811417, 501783, 113150, 67549, 203800,
168817, 89950, 224658, 227199, 90718, 87975, 193971, 430595, 436518, 72190,
384830, 438 of 616 triangles, 491894, 348190, 272001, 265676, 810804, 467303,
487510, 806938, 803812, 229781, 263422, 485307, 800055, 27064, 126081, 20041,
302450, 478531, 551480, 530148, 155402, 401211, 171829, 174 of 620 triangles,
15067, 294332, 409809, 74172, 450402, 217473, 818111, 405 of 780 triangles,
562789, 269532, 416692, 352553, 184226, 141398, 350141, 311780, 478640,
212432, 162838, 307195, 245598, 505931, 412197, 275586, 507053, 471985,
392173, 420177, 462872, 319106, 416847, 562293, 355003, 116907, 332941, 86987,
86938, 173269, 146663, 77876, 250202, 203770, 62845, 394233, 57166, 56164,
499636, 497443, 350091, 124094, 303838, 32125, 69395, 327938, 59994, 476076,
798883, 15811, 176628, 461615, 452569, 452622, 21143, 548669, 386 of 556
triangles, 273153, 254012, 178746, 128958, 315301, 362987, 538078, 562778,
212321, 255215, 416710, 497235, 558907, 226074, 263384, 276896, 479565, 59129,
96167, 186857, 300093, 291808, 562440, 507995, 115096, 166297, 815635, 812827,
531898, 812053, 340947, 811512, 516463, 385186, 394193, 214915, 434119,
511171, 558110, 258604, 90730, 232016, 84390, 118928, 119097, 47690, 20938,
65726, 62881, 498523, 47437, 110 of 576 triangles, 223665, 60868, 41952,
388369, 523896, 33923, 371084, 802397, 383960, 544569, 7378, 24184, 198898,
360521, 150791, 491633, 417829, 289628, 130914, 325922, 557325, 15890, 247825,
126 of 596 triangles, 181034, 69366, 819640, 292891, 506019, 219867, 117814,
241 of 644 triangles, 252671, 559031, 160851, 544747, 136039, 460590, 336219,
168715, 251671, 186824, 512558, 436281, 437466, 155192, 112119, 521618,
562388, 494959, 449173, 169835, 85249, 128833, 83344, 170858, 77948, 147651,
75028, 483321, 444692, 461743, 12806, 647 of 648 triangles, 49566, 48472,
559018, 84362, 201310, 544504, 208751, 192823, 31930, 411994, 498164, 154018,
388318, 456131, 562810, 475246, 360702, 360671, 452842, 283611, 152956,
421125, 357386, 337497, 340840, 157573, 427331, 373406, 450321, 819833,
819350, 381789, 134050, 497188, 303759, 506975, 208408, 211080, 382849,
162852, 459567, 552435, 351234, 471997, 515749, 512482, 817177, 160751,
815649, 239331, 113128, 347980, 539147, 424945, 370083, 434140, 6388, 458470,
388414, 435290, 86044, 155256, 83487, 274309, 413288, 436526, 120026, 68328,
536270, 53349, 448145, 809511, 150805, 123831, 446840, 36865, 125112, 342245,
22152, 795282, 364170, 524756, 143487, 526898, 336404, 542516, 359448, 452820,
538953, 283677, 425038, 425004, 444395, 432781, 331409, 178 of 544 triangles,
300304, 315218, 317742, 92748, 95355, 506065, 458538, 306033, 97302, 340795,
535081, 322426, 345718, 136087, 537129, 454042, 231091, 291889, 440891,
235864, 183123, 556048, 374 of 556 triangles, 547976, 138166, 390663, 320148,
435180, 306262, 463046, 365390, 222190, 549599, 108554, 562415, 277960,
230918, 526617, 111476, 388679, 534928, 499483, 246869, 422564, 313981, 548 of
620 triangles, 511071, 168803, 282413, 511230, 116998, 57081, 28136, 231007,
499354, 260992, 83187, 142 of 568 triangles, 439887, 333895, 237114, 33783,
33759, 147680, 32025, 63904, 57256, 213686, 447886, 43759, 506738, 124045,
533282, 31165, 307335, 798822, 24226, 381495, 549558, 296 of 568 triangles,
411997, 355056, 429339, 266922, 128916, 362832, 356257, 386264, 550682,
339641, 17175, 465191, 468371, 74 of 548 triangles, 438677, 491749, 491742,
315497, 158487, 180972, 450268, 214993, 396544, 159784, 545769, 269529,
252691, 428425, 539967, 322349, 261277, 197918, 486465, 103690, 389848,
137243, 382798, 240640, 551684, 43838, 186798, 110178, 409 of 548 triangles,
815521, 430792, 142556, 142579, 243034, 317559, 290797, 477423, 282403,
456010, 456281, 259748, 169781, 85169, 430540, 118950, 170753, 302612, 72269,
32048, 253775, 361721, 64722, 63782, 5767, 62807, 54257, 323507, 810851,
557166, 48711, 284986, 47481, 463818, 182 of 552 triangles, 315337, 807369,
42610, 518807, 38781, 123847, 227458, 162936, 236907, 28848, 280 of 560
triangles, 195400, 27101, 209603, 176431, 795819, 126885, 414407, 394374,
478588, 264796, 405125, 530141, 443558, 347816, 357297, 408445, 503993, 480823
Deleted 1220 regions
Only showing 5000 of 10197 regions.
Showing 5000 of 10197 region surfaces
Drag select of 42571, 25 of 676 triangles, 308235, 85 of 600 triangles,
171014, 41828, 431963, 439942, 818066, 371154, 437409, 335291, 130060, 540311,
223601, 467374, 74847, 101046, 101828, 161706, 527763, 440005, 403837, 434001,
108641, 428481, 116122, 515558, 114039, 136135, 816950, 141371, 182133,
437587, 366273, 114217, 143591, 218577, 16024, 462819, 114945, 314018, 182086,
220993, 337378, 528708, 396690, 90866, 89806, 276962, 82301, 387425, 384853,
120068, 5798, 217325, 345798, 213586, 47549, 45648, 45572, 457160, 510116,
533272, 371115, 191436, 473985, 338875, 391002, 177605, 6820, 556286, 202544,
128908, 401254, 357358, 130010, 332771, 17057, 244279, 537304, 92715, 297767,
212198, 321187, 501594, 818778, 159575, 562767, 500754, 409897, 328210,
134051, 99129, 411878, 383 of 580 triangles, 305994, 183159, 102805, 177758,
208416, 295450, 478689, 189234, 459463, 553557, 106444, 164268, 108547,
366243, 519794, 507015, 332843, 507887, 155333, 36757, 349090, 424929, 168553,
273311, 496241, 309531, 351515, 396698, 258623, 90824, 518775, 262331, 284898,
85228, 476468, 82590, 271013, 76995, 274342, 413277, 237989, 302754, 70403,
68380, 9927, 553247, 234 of 532 triangles, 60105, 120991, 271978, 55110,
310678, 73055, 804825, 388397, 423700, 201302, 200353, 124902, 28933, 270950,
26059, 25048, 209587, 152915, 490828, 6763, 33067, 281390, 209700, 360676,
798399, 346970, 337545, 261035, 329154, 279004, 18225, 500643, 16128, 316457,
512321, 298892, 819237, 261161, 249077, 536197, 544793, 197883, 364029,
486421, 460702, 234707, 434199, 427208, 332643, 302568, 336250, 11884, 518592,
380607, 459471, 555183, 328076, 513278, 436310, 814592, 208460, 241975, 34920,
507976, 167411, 258739, 144499, 321077, 80533, 363043, 70414, 553230, 250 of
660 triangles, 132980, 55276, 443249, 414345, 73054, 137002, 68307, 34005,
33906, 330274, 474037, 802417, 99846, 28872, 355 of 528 triangles, 28981,
509043, 27961, 341942, 341101, 125925, 20071, 19966, 503897, 8973, 7338,
177526, 219969, 108601, 401268, 532934, 356148, 418894, 547060, 268382,
278964, 331464, 291729, 87236, 238222, 158525, 445679, 181060, 361800, 369763,
486525, 101740, 390881, 234627, 311820, 465034, 211173, 452510, 410876,
504793, 203612, 291 of 620 triangles, 412196, 381448, 321346, 224703, 228508,
228536, 135036, 512502, 144563, 492989, 319112, 437615, 366301, 263583,
535198, 277755, 145754, 91644, 89749, 470758, 321092, 284874, 282561, 83326,
81484, 290635, 466172, 527688, 508947, 71297, 6016, 275721, 383988, 257641,
217321, 345807, 392016, 173067, 173278, 296893, 447869, 541027, 408657,
303848, 371067, 197785, 196591, 209641, 304972, 19053, 281200, 533983, 154091,
196401, 423867, 380256, 528897, 251494, 266920, 491648, 319915, 157367,
421187, 357293, 229727, 18104, 278976, 519573, 364009, 547861, 92702, 445672,
819977, 159455, 159488, 10850, 288197, 269496, 255220, 350439, 525838, 375878,
367449, 433967, 71371, 420101, 256477, 43842, 515534, 110227, 526585, 49636,
442066, 406380, 204944, 168807, 374685, 115023, 483030, 125847, 398065,
232256, 398012, 476204, 473944, 156227, 235743, 388501, 419941, 520793,
171904, 534269, 120791, 453893, 310647, 149870, 95193, 275408, 502742, 32979,
455181, 409606, 30891, 509206, 341051, 22238, 30106, 20027, 336495, 7301,
533985, 396840, 495137, 380551, 562855, 372084, 380311, 550817, 502739,
536991, 478810, 254033, 531983, 283682, 387453, 550640, 296660, 465208,
472875, 490597, 34030, 361842, 516638, 292999, 247934, 505983, 120004, 306005,
100043, 222492, 312976, 301247, 427225, 161835, 281296, 422441, 295526,
138065, 153125, 498442, 498482, 526992, 522724, 278058, 544596, 475012,
817328, 467241, 449260, 534988, 500405, 347953, 447004, 18062, 111199, 144467,
547914, 86018, 436 of 612 triangles, 82427, 243261, 237164, 74935, 35860,
71443, 63725, 276687, 389677, 53321, 50369, 399171, 46502, 429525, 145829,
559014, 157416, 518847, 418926, 407588, 37967, 388392, 533260, 262177, 32895,
200168, 235651, 195040, 338 of 596 triangles, 320252, 552550, 389631, 380540,
208716, 542501, 528941, 74831, 531981, 277752, 427177, 156480, 372207, 294258,
409761, 81398, 407376, 436552, 483277, 487450, 297749, 41841, 551597, 454982,
531953, 98190, 250524, 545759, 252695, 494125, 382721, 170870, 467417, 256542,
558821, 101979, 303724, 303734, 214783, 474190, 138203, 504841, 306252,
322279, 373541, 364189, 248082, 537997, 139191, 253946, 140231, 111499,
187808, 516459, 142455, 498310, 223711, 309519, 401356, 145757, 169795, 77708,
438773, 70428, 69559, 61931, 560086, 276832, 453969, 343263, 92564, 265643,
53405, 96226, 461796, 44604, 298061, 42607, 407291, 805336, 407560, 37866,
201548, 383939, 197735, 197661, 209660, 149931, 102727, 42819, 20193, 11017,
176665, 369914, 320021, 110472, 562865, 336444, 155211, 179899, 541263, 18219,
414289, 555222, 292061, 94299, 509147, 217452, 159593, 182200, 219776, 207168,
535098, 497245, 389478, 473072, 529784, 469713, 140218, 331697, 208424,
241929, 203760, 461688, 295500, 104759, 138110, 306089, 283445, 107388, 12818,
552421, 554373, 291790, 120836, 372276, 110256, 141307, 111415, 482046,
275738, 38870, 492900, 437601, 280010, 340956, 501805, 446945, 484396, 370089,
123025, 224662, 277834, 536053, 499520, 118001, 89753, 527955, 170674, 290606,
553387, 489417, 255023, 520741, 124881, 172191, 541331, 52488, 268487, 62938,
150913, 521567, 456231, 366551, 374507, 163095, 531196, 196358, 26073, 126057,
198888, 338765, 450198, 562863, 372110, 155370, 531989, 436211, 107432,
314143, 419133, 491589, 487256, 346780, 230820, 494163, 91782, 209570, 450471,
818791, 562733, 531081, 514483, 401515, 104644, 160747, 100902, 497249,
161761, 460693, 389888, 528752, 102921, 302481, 439999, 532076, 320127,
475120, 308299, 107653, 549914, 280296, 154049, 444554, 255177, 472869,
542282, 348981, 817419, 512130, 141572, 426102, 112212, 812845, 38899, 36780,
540109, 515330, 514 of 524 triangles, 328046, 495001, 447031, 263644, 422589,
223670, 85134, 146669, 227142, 145647, 268259, 304819, 233373, 118815, 487225,
405033, 316769, 74037, 419978, 64839, 453914, 58210, 56085, 54305, 448152,
4449, 415536, 808730, 268445, 806429, 388637, 193950, 193949, 192706, 22137,
345419, 157320, 287332, 522989, 345549, 244169, 549758, 377800, 526946,
551529, 456218, 209704, 452909, 104686, 195110, 222311, 418853, 512384,
541273, 332752, 235940, 468403, 491703, 158612, 180984, 132042, 546869, 37898,
120963, 376880, 310899, 328209, 132034, 518495, 543586, 255280, 134984,
183292, 468746, 197923, 161877, 103701, 323583, 10837, 541150, 465049, 17988,
150904, 251598, 381690, 399027, 139356, 552345, 85 of 520 triangles, 108367,
425100, 472803, 186771, 204794, 234761, 816712, 121 of 604 triangles, 240819,
141546, 815471, 176544, 466295, 406308, 112270, 540099, 142624, 167660,
365489, 352424, 178969, 525673, 115077, 125842, 28080, 90692, 532256, 199149,
357102, 81495, 289374, 290569, 62782, 60838, 343261, 291864, 149832, 359387,
75804, 315545, 206011, 30878, 349270, 197626, 196352, 508850, 149919, 46779,
465297, 366444, 355018, 307261, 246741, 127791, 202512, 464199, 495122, 360667
Deleted 865 regions
Drag select of 1058850, 423 of 2384 triangles, 599834, 837 of 1752 triangles,
164665, 44 of 964 triangles, 232783, 327 of 912 triangles, 215513, 208 of 836
triangles, 190955, 110 of 748 triangles, 249760, 683 of 748 triangles, 207891,
380 of 712 triangles, 249765, 192 of 724 triangles, 279571, 718 of 720
triangles, 261719, 108 of 716 triangles, 256949, 37 of 688 triangles, 272623,
660 of 676 triangles, 475717, 578 of 736 triangles, 195805, 593 of 748
triangles, 462354, 533720, 21 of 672 triangles, 409137, 481524, 810643,
786001, 275 of 668 triangles, 811490, 131 of 832 triangles, 306715, 221 of 684
triangles, 432362, 243672, 541 of 656 triangles, 421944, 258 of 636 triangles,
525373, 626 of 632 triangles, 271432, 419 of 644 triangles, 802154, 665 of 668
triangles, 430141, 432407, 105 of 656 triangles, 170286, 529 of 632 triangles,
494579, 494615, 528 of 712 triangles, 347382, 629 of 652 triangles, 220443,
571 of 632 triangles, 314759, 64 of 668 triangles, 206659, 169 of 668
triangles, 252182, 605 of 616 triangles, 465773, 538 of 716 triangles, 350787,
172493, 583 of 664 triangles, 341534, 242464, 522 of 668 triangles, 461237,
15471, 84 of 620 triangles, 270177, 296 of 628 triangles, 459015, 168 of 632
triangles, 252166, 310119, 377363, 400768, 328 of 616 triangles, 10436, 301 of
640 triangles, 271421, 485904, 315941, 146 of 620 triangles, 496800, 454410,
164667, 506 of 752 triangles, 283038, 114 of 536 triangles, 105236, 345 of 676
triangles, 498979, 40 of 584 triangles, 184888, 291 of 596 triangles, 138690,
100 of 564 triangles, 397307, 196 of 568 triangles, 811489, 212874, 300726, 64
of 612 triangles, 283036, 112 of 596 triangles, 501190, 342 of 604 triangles,
442793, 413831, 188 of 596 triangles, 385596, 533683, 430155, 483 of 664
triangles, 147, 470152, 454252, 507406, 547192, 143857, 95647, 243490, 213902,
441453, 289894, 160109, 134363, 285296, 295949, 103114, 239872, 189666,
238388, 511838, 520153, 60218, 10396, 206586, 129402, 68760, 222607, 251933,
140717, 14220, 109867, 165610, 370447, 512813, 549186, 110536, 373835, 24338,
382979, 380942, 126286, 319364, 478900, 22455, 307828, 353022, 75273, 171093,
377118, 37164, 434555, 1108, 64351, 14323, 345853, 275969, 59299, 58495,
44879, 327232, 99549, 125231, 543857, 506529, 191801, 20297, 176860, 510763,
484584, 301629, 215256, 394860, 367010, 121 of 600 triangles, 256684, 529381,
360977, 387536, 156866, 399496, 18365, 373947, 158 of 540 triangles, 314680,
207799, 459805, 242395, 453132, 96732, 287719, 553680, 99561, 584 of 604
triangles, 16340, 16323, 286275, 258073, 385261, 226519, 192152, 176 of 588
triangles, 268691, 166949, 376 of 560 triangles, 455293, 456665, 364463,
441300, 474356, 383361, 580 of 604 triangles, 433222, 556751, 288 of 520
triangles, 367769, 541483, 500016, 353956, 429975, 813681, 242239, 468947,
141800, 176777, 225303, 543919, 117470, 523278, 500817, 91099, 146022, 88401,
12248, 150335, 71576, 250944, 370 of 564 triangles, 514754, 391363, 26390,
529538, 534331, 268952, 56551, 451983, 52619, 318245, 46932, 285055, 807802,
205197, 268703, 489820, 174698, 74566, 535486, 126214, 189555, 508186, 365758,
9250, 9240, 9224, 9217, 790953, 557411, 387775, 428765, 15425, 644 of 704
triangles, 274902, 163177, 130262, 287432, 413455, 18530, 545039, 415973,
442485, 93111, 160 of 540 triangles, 547204, 389048, 290026, 369268, 305442,
247305, 493493, 270 of 560 triangles, 285214, 101426, 490169, 161292, 227838,
259 of 528 triangles, 473244, 263951, 349574, 397016, 315736, 11201, 335486,
400441, 245887, 13218, 108047, 495489, 120271, 232399, 512767, 216478, 144054,
43 of 564 triangles, 447152, 388935, 354019, 146084, 377114, 233904, 393552,
119304, 147259, 203 of 540 triangles, 71783, 359939, 70715, 524950, 142895,
56440, 390075, 390020, 17405, 222715, 333268, 261679, 492125, 196942, 196835,
152277, 535437, 328591, 303043, 45172, 20375, 390156, 153442, 477868, 556514,
304245, 484637, 321776, 138 of 560 triangles, 440085, 350791, 537771, 33 of
560 triangles, 457577, 500776, 484789, 156731, 14283, 347326, 17274, 461036,
93780, 369184, 369014, 819482, 181561, 477684, 230284, 465601, 442600, 530381,
539666, 340061, 238390, 108934, 427746, 386661, 561262, 284073, 385506,
536693, 379609, 433382, 556458, 524088, 399418, 482648, 152164, 141885,
112616, 211195, 254122, 417307, 259054, 82668, 167872, 424333, 58333, 407973,
427 of 588 triangles, 221313, 403999, 145932, 260405, 233931, 80844, 527298,
434626, 171122, 6166, 74448, 148095, 65903, 172320, 56487, 463433, 50686,
486935, 235 of 580 triangles, 65013, 441369, 475485, 199417, 197992, 535456,
501000, 281755, 215117, 355115, 9257, 358801, 283913, 306462, 272632, 427 of
524 triangles, 363426, 553914, 323794, 538648, 306522, 174590, 494196, 122132,
364638, 464466, 345921, 96467, 378530, 295698, 287701, 12150, 170230, 120476,
260159, 227752, 194337, 232599, 104000, 339224, 558386, 138502, 282745,
393710, 552946, 347186, 436801, 436746, 423968, 253093, 53594, 226329, 150400,
48 of 552 triangles, 143993, 485617, 815290, 342637, 19235, 352993, 117356,
235077, 274818, 293401, 11426, 81053, 385412, 551063, 316906, 439292, 131 of
536 triangles, 66125, 121250, 56601, 54602, 209119, 51924, 329862, 70584,
44049, 399255, 38288, 561174, 36080, 199439, 504085, 331968, 125463, 799260,
23327, 192074, 103036, 153542, 435627, 215418, 367826, 101247, 418262, 505233,
176947, 323809, 164434, 502076, 17258, 16217, 539447, 469963, 419482, 300593,
552111, 420633, 552047, 316983, 819830, 173470, 134241, 203011, 101257,
276996, 161159, 194327, 136204, 280389, 484499, 432085, 445174, 100 of 568
triangles, 237432, 392559, 11264, 329548, 386375, 489910, 282822, 282829,
218869, 244597, 107057, 346063, 250798, 139643, 53613, 539353, 541455, 547401,
134307, 344877, 136461, 278228, 14369, 481532, 111564, 119238, 212543, 167804,
508237, 145109, 371589, 96526, 11161, 98384, 147252, 358968, 498834, 88210,
407989, 225 of 560 triangles, 245785, 458807, 475585, 73460, 435562, 63258,
56462, 390068, 41988, 414692, 290867, 81856, 271208, 433412, 198311, 194218,
193225, 317060, 105216, 189596, 390141, 521281, 176927, 125248, 488840,
457571, 344655, 373692, 547093, 109608, 506317, 480380, 334 of 484 triangles,
180294, 463224, 93770, 425359, 121289, 507188, 507133, 31350, 15371, 537437,
418156, 411231, 10201, 329682, 329821, 392262, 526100, 11087, 412572, 416079,
431252, 481 of 528 triangles, 106751, 422942, 488932, 344931, 40053, 512872,
676, 362088, 811828, 289757, 482624, 390177, 493333, 15441, 487 of 516
triangles, 529322, 65046, 10414, 188194, 21622, 138 of 632 triangles, 354021,
528085, 435468, 128377, 84848, 293373, 81953, 411356, 393551, 69863, 67742,
531619, 525005, 809962, 47787, 37037, 485829, 78094, 414742, 805700, 503262,
458715, 541826, 421829, 31560, 26513, 342254, 192005, 303047, 28412, 281754,
365812, 248405, 304206, 306389, 363566, 560239, 344769, 288634, 392358,
336904, 231536, 286 of 552 triangles, 306509, 314701, 266356, 317986, 132432,
368926, 451765, 134330, 308645, 385256, 498623, 342364, 161293, 102223,
374949, 164307, 237476, 272343, 471279, 450555, 78299, 249666, 422899, 225339,
352749, 476764, 399317, 334266, 411437, 479175, 318295, 318311, 499869,
255679, 551249, 280 of 508 triangles, 15419, 247089, 114381, 143782, 168939,
133408, 105, 357465, 552768, 85755, 355 of 492 triangles, 305326, 85662,
183445, 527254, 350588, 73421, 71758, 30357, 65812, 64125, 57460, 219052,
476714, 54603, 65018, 41319, 465728, 37312, 301828, 232452, 475521, 439251,
123345, 33188, 337747, 152344, 175599, 304022, 163502, 292193, 494611, 22353,
424179, 552009, 515929, 459753, 510710, 321480, 178160, 308945, 224102,
538418, 288563, 475682, 473373, 268885, 268859, 378283, 117239, 392650, 487 of
508 triangles, 326122, 287423, 16234, 236281, 543999, 561340, 210171, 469104,
95593, 531342, 96695, 427625, 427890, 220147, 325233, 217788, 280484, 10146,
236091, 392268, 103955, 193186, 420394, 173418, 461132, 129296, 450548,
106843, 347052, 107051, 78258, 362301, 94764, 253057, 509439, 426537, 38203,
330975, 236228, 551214, 371505, 372778, 300 of 504 triangles, 67848, 528227,
532362, 230059, 385432, 849, 71769, 70786, 438033, 524969, 59295, 58519,
56437, 55572, 54748, 448366, 46969, 160128, 399274, 478129, 38413, 44883,
230223, 503103, 199259, 284206, 342599, 62403, 98321, 332027, 514813, 267245,
348396, 348420, 450868, 224068, 393573, 387779, 129170, 55405, 494174, 447131,
545084, 16152, 405345, 81734, 34046, 368966, 181409, 531347, 295749, 97479,
252089, 134333, 348315, 475434, 135326, 199569, 537403, 537366, 411227, 11168,
303118, 245922, 13299, 547409, 490025, 411479, 332 of 452 triangles, 534736,
42 of 660 triangles, 498963, 293471, 495616, 166772, 275932, 811774, 259103,
319170, 15440, 448416, 114580, 266189, 372752, 288897, 554722, 255329, 302820,
117203, 528166, 305221, 83851, 299290, 91960, 71614, 71658, 69696, 64314,
260521, 301 of 556 triangles, 2126, 172 of 524 triangles, 394753, 53765,
52534, 50740, 48765, 481450, 217820, 217825, 483741, 299444, 359976, 49817,
261687, 301849, 33357, 542713, 197090, 207791, 522142, 522078, 500975, 292159,
341432, 28405, 9158, 244513, 507266, 507249, 338989, 534365, 541528
Deleted 921 regions
Drag select of 242548, 14 of 976 triangles, 69087, 219313, 194652, 517 of 776
triangles, 233987, 548528, 86717, 503 of 704 triangles, 310191, 564 of 748
triangles, 343849, 445182, 579 of 680 triangles, 396171, 286667, 291286,
562159, 333480, 561384, 532688, 128516, 329921, 440480, 323 of 696 triangles,
118555, 34424, 541922, 255713, 598 of 648 triangles, 226713, 169255, 145 of
636 triangles, 248631, 186119, 228 of 612 triangles, 131529, 299 of 628
triangles, 525425, 437018, 66155, 411515, 63378, 435 of 636 triangles, 792291,
92253, 212967, 431357, 97706, 197112, 481614, 376322, 81121, 554911, 306728,
225447, 16522, 321 of 572 triangles, 328715, 120510, 439323, 951657, 387954,
217963, 243755, 363602, 293689, 114668, 118583, 82063, 488067, 328761, 262950,
254467, 338140, 375163, 483 of 544 triangles, 397361, 127530, 89 of 532
triangles, 26612, 526438, 354336, 399671, 188478, 422010, 17627, 242478,
546477, 400796, 279581, 246216, 383405, 144046, 519395, 512020, 267719,
416186, 522419, 75530, 253 of 560 triangles, 39396, 305539, 204396, 98613,
288998, 192156, 431275, 186116, 109952, 301966, 516301, 440536, 376312,
527513, 384515, 205478, 14462
Deleted 104 regions
Drag select of 813107, 806162, 49299, 809190, 248888, 228245, 281026, 726 of
732 triangles, 3483, 3551, 774302, 271792, 488274, 166130, 22 of 660
triangles, 213292, 351 of 620 triangles, 134746, 83141, 38668, 477 of 644
triangles, 270541, 490435, 363 of 764 triangles, 3910, 157259, 804823, 31766,
8 of 612 triangles, 808063, 27814, 284617, 85904, 304725, 198812, 291658,
57845, 542 of 668 triangles, 41543, 115834, 334 of 576 triangles, 67254,
96958, 532848, 3658, 146 of 560 triangles, 9707, 96928, 522 of 584 triangles,
91484, 332 of 560 triangles, 135765, 289272, 813448, 45425, 47299, 178 of 504
triangles, 30761, 235606, 37626, 125767, 263275, 27787, 156138, 21827, 103521,
253713, 198813
Drag select of 134722, 187692, 244102, 263301, 27770, 74742, 512129, 802283,
163811, 297702, 126719, 433865, 220831, 96 of 660 triangles, 183040, 15658,
354642, 96007, 134668, 58 of 664 triangles, 153902, 129670, 96032, 453665,
80394, 145415, 44444, 273020, 22822, 405969, 90467, 71063, 810497, 64531,
275313, 478 of 656 triangles, 105446, 29758, 117773, 118792, 36552, 490440,
126680, 401128, 37594, 384817, 38655, 151779, 270567, 241696, 198819, 22870,
163879, 516411, 127718, 135728, 544 of 556 triangles, 812759, 120718, 266843,
545523, 104440, 285815, 149684, 111117, 163858, 247734, 556926, 523564,
361657, 167353, 95095, 337279, 288155, 556043, 368484, 68201, 217115, 223382,
180925, 74737, 239176, 253715, 191370, 562726, 197522, 445493, 156091, 74733,
308246, 416545, 214661, 24823, 175180, 355855, 21833, 199980, 260926, 318719,
66312, 476034, 382605, 156160, 245320, 346546
Drag select of 819583, 519358, 231640, 411569, 180515, 51957, 364821, 314836,
810913, 723 of 800 triangles, 540841, 132594, 347488, 319595, 123547, 385665,
445274, 446422, 272679, 342691, 550393, 553074, 326427, 108100, 305593, 607 of
680 triangles, 394950, 402084, 229171, 452259, 112840, 416 of 640 triangles,
318424, 188580, 148 of 572 triangles, 229188, 122484, 350 of 604 triangles,
197165, 460274, 369347, 266528, 517367, 115662, 280793, 70937, 532 of 600
triangles, 387974, 238893, 21649, 281 of 604 triangles, 67144, 386 of 588
triangles, 122529, 280737, 231664, 247451, 175841, 381083, 240123, 445260,
415105, 240065, 812323, 113757, 84923, 280 of 540 triangles, 62547, 157 of 548
triangles, 162529, 291281, 327636, 334647, 338247, 365978, 235314, 174837,
132592, 286662, 331086, 79321, 272 of 524 triangles, 453410, 412788, 314786,
455673, 488028, 291325, 508629, 312436, 104288, 544264, 206770, 417363,
417374, 120509, 288 of 540 triangles, 88500, 550422, 183845, 410 of 552
triangles, 350823, 276268, 508641, 434757, 195853, 525508, 115664, 339 of 440
triangles, 385671, 327577, 296150, 558549
Deleted 256 regions
Only showing 5000 of 8051 regions.
Showing 5000 of 8051 region surfaces
Drag select of 803477, 518 of 748 triangles, 264491, 672 of 684 triangles,
253722, 164 of 708 triangles, 155074, 646 of 740 triangles, 101716, 650 of 664
triangles, 170667, 226 of 664 triangles, 147593, 63 of 668 triangles, 355874,
295 of 612 triangles, 136881, 86889, 18 of 660 triangles, 11751, 261 of 636
triangles, 805673, 657 of 680 triangles, 815555, 647 of 664 triangles, 112994,
260 of 580 triangles, 35621, 121 of 628 triangles, 116848, 316 of 624
triangles, 45523, 458 of 588 triangles, 99801, 398 of 596 triangles, 38742, 26
of 580 triangles, 23950, 426 of 592 triangles, 176338, 219 of 556 triangles,
46445, 330 of 548 triangles, 264505, 437 of 560 triangles, 15783, 77 of 712
triangles, 89605, 445 of 524 triangles, 162808, 140072, 432 of 520 triangles,
62700, 163 of 548 triangles, 811572, 198 of 664 triangles, 69292, 68271, 438
of 544 triangles, 171825, 531 of 532 triangles, 20877, 59860, 64 of 592
triangles, 76668, 351 of 608 triangles, 63613, 388 of 508 triangles, 17854,
270 of 484 triangles, 141185, 379 of 484 triangles, 73888, 419 of 588
triangles, 58911, 46434, 245 of 432 triangles, 137956, 205 of 440 triangles,
69273, 26864, 349 of 468 triangles, 128778, 398921, 54210, 156176, 268286,
444403, 157322, 202646, 157370, 465168, 74167, 537316, 158484, 297755, 334099,
96397, 455002, 133068, 262401, 437378, 274435, 248014, 506042, 160672, 466390,
350393, 350358, 301438, 476067, 486383, 231049, 460700, 103723, 461907,
245623, 434011, 245662, 209805, 11056, 12936, 131956, 554428, 278037, 467559,
204969, 14868, 246616, 112294, 38874, 534901, 516554, 217289, 395352, 539223,
144413, 145515, 455982, 257541, 536095, 88006, 86964, 10812, 139065, 290554,
78770, 514555, 75875, 135937, 73998, 72231, 250239, 445870, 256362, 256396,
491840, 362815, 265936, 206165, 56163, 310621, 55316, 172917, 53392, 121926,
121907, 557112, 49409, 48706, 47716, 268433, 123040, 270832, 407277, 457180,
151030, 290852, 32089, 370032, 428292, 33718, 157 of 464 triangles, 520940,
534085, 551500, 495095, 798475, 355868, 289484, 156398, 164250, 311885,
367584, 519546, 130884, 427297, 86144, 94474, 423531, 203708, 132968, 261227,
818475, 818405, 252734, 252688, 160604, 383867, 102828, 161953, 311778, 10899,
17998, 213433, 216225, 105758, 12080, 435192, 475124, 107632, 522635, 156304,
524844, 366237, 140242, 277964, 515606, 32184, 433101, 436320, 239363, 319120,
126939, 143474, 15775, 368 of 412 triangles, 90946, 273281, 504723, 521708,
439821, 81609, 170800, 555482, 69516, 5451, 491920, 64588, 169 of 440
triangles, 61749, 319 of 512 triangles, 203854, 57096, 56323, 56159, 188006,
48577, 281109, 46544, 39893, 35646, 387 of 412 triangles, 76748, 303775,
283757, 200309, 234454, 270942, 195192, 27135, 192800, 424822, 520914, 397781,
291683, 220 of 404 triangles, 209705, 394304, 270696, 363945, 419136, 334183,
482013, 129883, 130114, 230817, 457058, 541231, 406148, 130879, 325834,
477462, 417738, 374448, 374384, 158464, 501581, 288165, 113 of 472 triangles,
219842, 99117, 383807, 383731, 428416, 97896, 553322, 8818, 383861, 344332,
497078, 161813, 311745, 10818, 302555, 468704, 393091, 505920, 322176, 547691,
423901, 554388, 253847, 556387, 556431, 14057, 556949, 272 of 428 triangles,
234729, 269669, 497343, 436311, 236996, 332819, 204941, 560779, 549034,
490698, 142578, 340995, 113309, 115012, 479984, 115950, 457389, 89914, 376959,
145549, 89844, 470805, 314244, 400208, 400166, 240557, 81519, 118911, 170728,
489422, 386040, 89726, 363112, 555448, 147665, 70417, 267218, 453941, 5006,
58931, 438829, 310574, 51365, 122034, 447936, 149831, 270839, 408710, 146878,
229785, 34693, 151976, 31018, 438798, 511401, 153062, 21070, 190330, 176470,
345607, 198992, 320109, 266957, 562852, 96 of 428 triangles, 336430, 175280,
528843, 98976, 558081, 270743, 356182, 357367, 509923, 324488, 271906, 491746,
43884, 158603, 400091, 819436, 371237, 292910, 559778, 409915, 98881, 34829,
183226, 466373, 313083, 261243, 12910, 102851, 493780, 493814, 458178, 506948,
461933, 128082, 464030, 378027, 238368, 211169, 326779, 518595, 138108,
397707, 138175, 138215, 488503, 338594, 107463, 43844, 515466, 165385, 230893,
512490, 433124, 111444, 482141, 467268, 239262, 466246, 406313, 521614,
155360, 454833, 49597, 511265, 310731, 408562, 173147, 332939, 87005, 435333,
400171, 78005, 343369, 245465, 74157, 71157, 253779, 256309, 172060, 57086,
390829, 55035, 216024, 218699, 42644, 540233, 423606, 152046, 29166, 328171,
359580, 49480, 191642, 455126, 176336, 14 of 448 triangles, 176442, 8156,
335312, 522752, 27994, 174216, 542427, 203806, 268376, 129886, 130000, 348016,
406168, 465148, 316447, 407435, 520541, 472969, 417739, 374399, 350288,
297828, 160871, 422694, 519896, 557885, 437420, 100012, 364025, 558882,
389780, 345460, 234541, 528762, 525931, 303638, 496187, 257395, 130904,
139149, 249302, 549847, 423895, 444512, 186882, 515593, 561735, 370948,
433036, 176521, 273382, 467262, 406371, 241703, 140329, 562366, 492709,
167412, 811254, 167477, 54131, 477367, 217248, 446996, 462813, 63027, 476346,
368785, 144586, 131937, 87889, 288405, 145528, 145771, 352637, 397928, 87994,
47650, 489495, 553479, 235770, 152868, 208639, 250185, 401151, 119945, 147880,
66600, 53449, 50497, 399174, 315374, 43630, 324470, 228664, 35729, 151931,
500540, 45809, 285959, 191755, 244195, 335318, 522749, 114911, 307463, 478544,
517792, 400331, 127879, 342076, 128032, 352458, 118159, 478801, 347812,
344512, 398950, 191521, 319962, 482029, 481993, 520586, 444410, 232156,
180011, 289599, 289510, 472888, 561071, 421253, 512283, 512332, 548842,
132041, 367385, 423533, 376808, 481901, 505864, 404889, 396646, 217456,
274394, 269414, 383739, 212403, 269504, 305967, 183327, 190417, 301480,
537107, 231042, 484230, 336163, 149 of 424 triangles, 169659, 504824, 513539,
250246, 44551, 372355, 110458, 110483, 358236, 497334, 513235, 466332, 384956,
251415, 290795, 536116, 117086, 233369, 87017, 190470, 473946, 146866, 343352,
274339, 73209, 4661, 9104, 524633, 554201, 148686, 268334, 55259, 50457,
50533, 356001, 297927, 402666, 463112, 415673, 36977, 283729, 175182, 30893,
124873, 94382, 544583, 125119, 265913, 24060, 149926, 465127, 207134, 126744,
11050, 455074, 201437, 123942, 200242, 417899, 456122, 336414, 219883, 431922,
252774, 178911, 421197, 387497, 337483, 372206, 509941, 494150, 432723, 52 of
364 triangles, 17007, 291703, 373434, 546858, 453841, 463923, 400125, 202622,
454999, 505785, 404916, 159527, 274432, 248035, 466202, 383767, 212400,
252651, 479690, 443429, 32986, 99943, 350385, 508090, 537178, 454061, 161865,
162033, 103629, 529937, 377990, 459631, 104901, 105540, 553587, 533238,
249320, 222262, 294179, 59150, 519763, 13836, 407504, 204783, 433049, 526577,
492964, 462829, 466301, 318882, 499470, 187971, 422591, 252919, 457393,
331535, 431731, 169643, 529751, 15906, 91670, 90597, 327085, 284882, 85257,
430532, 289383, 253764, 66419, 64751, 552674, 4285, 63938, 392059, 276768,
268486, 37982, 350125, 144679, 477589, 124928, 542157, 531171, 28867, 59983,
370023, 509027, 172165, 25951, 475146, 451298, 154177, 283835, 554323, 177734,
151825, 536981, 359507, 436165, 283488, 427115, 311927, 229670, 329130,
117832, 131057, 16122, 316525, 264682, 315493, 94467, 455962, 501665, 501623,
479855, 132923, 396527, 127725, 335 of 424 triangles, 562772, 500753, 121081,
328233, 476124, 382741, 540044, 486469, 104830, 100731, 137213, 464054,
104624, 382774, 212422, 397733, 185455, 179985, 561052, 513551, 296500, 76053,
475136, 222226, 225859, 333983, 515465, 168669, 259921, 141239, 141300,
482050, 492991, 413199, 124968, 364130, 112369, 318909, 477341, 187942,
511098, 353693, 501875, 408572, 396695, 117103, 79567, 258809, 258808, 91630,
502950, 518767, 89962, 304783, 273287, 86165, 232030, 82522, 80698, 274461,
302755, 543447, 65746, 394210, 61913, 59203, 265982, 56110
Deleted 855 regions
Drag select of 234184, 134620, 73794, 177371, 162713, 118 of 744 triangles,
56851, 5 of 676 triangles, 115707, 796909, 160 of 672 triangles, 18717, 448 of
784 triangles, 111996, 267846, 219392, 91429, 33541, 6242, 43461, 814021,
70999, 155913, 178493, 103439, 229366, 191277, 190043, 126588, 137783, 60620,
499 of 632 triangles, 211915, 363728, 50186, 162581, 219401, 115696, 146382,
35521, 108166, 94985, 24766, 50108, 96909, 223110, 2802, 546508, 13 of 596
triangles, 44365, 132654, 9623, 180 of 612 triangles, 49168, 37505, 340 of 576
triangles, 54875, 77515, 201156, 52086, 138 of 584 triangles, 115706, 95033,
21778, 18735, 138878, 126568, 251220, 230532, 83057, 11558, 330015, 110044,
369460, 159316, 218218, 261880, 82148, 5 of 516 triangles, 13581, 115728, 94
of 524 triangles, 203415, 34515, 93232, 244011, 21788, 96894, 134582, 46245,
488736, 67180, 470174, 298340, 333226, 290 of 516 triangles, 562719, 221535,
453239, 539734, 445269, 416118, 420 of 444 triangles, 240933, 110574, 625 of
652 triangles, 47287, 175063, 29778, 270508, 23825, 476555, 553149, 363316,
454094, 354315, 159115, 310933, 135621, 104331, 452460, 253547, 499742,
301936, 258020, 261653, 177 of 432 triangles, 491276, 271809, 331945, 126600,
128677, 225462, 274895, 390363, 533760, 338055, 12584, 550995, 524330, 431405,
167059, 446254, 117781, 91231, 286648, 320342, 130544, 75562, 72798, 444834,
486922, 45326, 530761, 455585, 313933, 470276, 434394, 253676, 285204, 332605,
218989, 200939, 441724, 407985, 135 of 464 triangles, 239930, 77108, 63128,
209102, 360039, 278088, 192291, 22734, 19605, 486176, 363629, 530586, 103535,
61647, 428 of 480 triangles, 252002, 110090, 83077, 192235, 53957, 43982, 75
of 420 triangles, 334357, 285 of 428 triangles, 19705, 157943, 484790, 227935,
130227, 241258, 561324, 92159, 303986, 119593, 27707, 357932, 307582, 544168,
275 of 476 triangles, 186530, 27391, 338 of 480 triangles, 115833, 470542,
43309, 48146, 190014, 270518, 328536, 246548, 386543, 130562, 561189, 293688,
481807, 160200, 518182, 217736, 447 of 552 triangles, 475365, 389965, 396140,
253525, 556938, 496786, 94980, 413801, 83952, 60314, 59296, 54784, 363488,
39525, 39519, 479286, 442853, 254298, 145 of 408 triangles, 52645, 461060,
95919, 319799, 192121, 194887, 239804, 434468, 396131, 349 of 376 triangles,
284064, 226308, 461383, 187368, 288835, 257960, 280784, 60609
Drag select of 943643, 291 of 1256 triangles, 165819, 147 of 728 triangles,
504456, 25 of 640 triangles, 233991, 114 of 708 triangles, 540759, 163 of 640
triangles, 238795, 145 of 692 triangles, 108994, 80 of 608 triangles, 90329,
121 of 620 triangles, 279584, 78 of 596 triangles, 37391, 273 of 552
triangles, 502348, 134 of 556 triangles, 468073, 132 of 528 triangles, 255722,
107 of 556 triangles, 559540, 193 of 596 triangles, 488736, 176765, 427547,
473391, 130178, 312190, 466637, 413534, 297184, 83679, 434675, 426 of 456
triangles, 109760, 123494, 295817, 405297, 470174, 507390, 350506, 298340,
292433, 105 of 504 triangles, 132520, 95749, 96437, 378548, 270090, 333226,
163537, 380 of 472 triangles, 221535, 121300, 541563, 202782, 453239, 468994,
272420, 160954, 195717, 209980, 416118, 329517, 105022, 446180, 240933,
282837, 188274, 393440, 218999, 401974, 224 of 484 triangles, 120320, 517121,
327367, 477833, 514916, 516841, 355306, 519147, 110574, 342466, 241006,
241005, 812577, 138589, 448494, 371324, 143938, 65103, 432268, 168905, 88235,
222845, 267599, 207489, 78897, 37154, 379447, 412295, 74321, 140505, 69831,
6906, 394696, 121151, 149307, 52612, 75193, 513789, 46859, 44229, 43973,
315939, 414754, 123468, 40144, 478150, 241 of 460 triangles, 324041, 38075,
490935, 495245, 456387, 239796, 189518, 390146, 510540, 424047, 476555,
398249, 365747, 9278, 154557, 305182, 363316, 454094, 538403, 227665, 227646,
491958, 562000, 39165, 549986, 399521, 399520, 244836, 9385, 516147, 242365,
305454, 95581, 310933, 271352, 290933, 818058, 182437, 548404, 286476, 508345,
530454, 10366, 539679, 244 of 448 triangles, 452069, 511674, 457813, 486952,
114372, 335501, 561240, 145891, 323875, 323914, 164472, 423988, 495563, 90076,
109852, 370507, 373793, 339065, 110876, 139696, 479225, 162419, 558320,
259130, 343644, 20516, 420483, 321594, 499742, 301936, 353016, 258020, 376028,
228750, 261653, 118473, 84514, 264954, 562631, 430936, 316813, 23494, 67744,
491276, 160 of 508 triangles, 66062, 120377, 62126, 60305, 59422, 58604,
121137, 9456, 121156, 121213, 54669, 485684, 149360, 470 of 484 triangles,
79873, 46157, 42935, 42045, 291060, 151149, 273553, 414940, 327301, 232475,
294846, 331945, 175802, 212806, 521056, 31226, 515869, 505385, 128256, 474564,
306332, 323779, 473402, 384192, 274895, 370188, 326063, 76234, 435512, 364586,
210202, 10329, 451791, 818664, 220188, 125204, 442511, 455320, 103184, 329649,
10292, 95788, 239888, 137527, 11155, 163185, 338055, 338056, 244702, 12431,
436 of 444 triangles, 153567, 262 of 464 triangles, 13188, 550995, 540711,
540765, 122 of 480 triangles, 344977, 132 of 436 triangles, 372619, 429737,
524330, 170175, 517081, 349405, 487700, 20430, 188113, 75241, 37083, 446254,
91231, 145922, 58439, 184664, 84551, 320342, 80046, 147219, 87359, 153503,
415913, 69018, 148064, 444834, 372478, 531585, 260432, 525004, 61242, 55679,
52614, 486922, 486909, 75211, 48056, 450760, 142776, 407615, 425211, 300503,
364689, 29521, 195508, 330681, 27279, 301761, 191837, 153428, 267328, 534434,
455585, 250629, 510757, 215211, 366968, 155511, 448264, 529434, 546148,
525246, 413467, 407830, 415992, 417102, 92866, 330833, 425371, 160023, 470276,
250579, 434394, 150071, 548242, 285204, 101131, 182608, 227844, 229 of 508
triangles, 481230, 496516, 529309, 102344, 162174, 298392, 315652, 364395,
434499, 558472, 340212, 163277, 338037, 398336, 86449, 358938, 249644, 279351,
164430, 218989, 206654, 110517, 483448, 531281, 505194, 509508, 20446, 75318,
547458, 116597, 116446, 63351, 484785, 58431, 127197, 506402, 88339, 170236,
85516, 313439, 407985, 82892, 239930, 411342, 402866, 393474, 439191, 324885,
77108, 360118, 533581, 250942, 273 of 464 triangles, 278416, 6911, 161268,
63128, 294626, 394755, 350756, 209102, 48781, 404116, 42108, 360039, 278088,
151322, 174647, 34207, 201690, 200700, 501024, 191922, 507308, 307490, 398198,
398168, 418235, 249436, 474560, 301624, 458594, 224080, 323768, 506356,
335530, 262737, 315842, 373874, 16397, 87287, 364615, 210123, 442444, 211449,
420618, 368033, 489086, 159063, 181308, 378564, 427674, 552825, 552829,
100180, 326334, 321665, 160989, 195440, 102212, 418130, 109666, 530586,
432121, 539665, 137462, 520082, 381930, 385537, 94751, 379598, 252002, 109746,
257753, 165630, 549181, 486620, 519092, 467895, 141728, 462367, 250 of 528
triangles, 267643, 366744, 213962, 276006, 493080, 112770, 408 of 456
triangles, 371582, 542600, 144823, 116407, 353080, 157659, 272516, 498879,
506438, 377176, 205102, 358697, 79221, 137358, 245831, 363289, 550154, 175775,
64285, 279223, 54569, 173326, 403007, 43982, 804755, 117394, 79075, 489833,
174717, 156 of 468 triangles, 301855, 33301, 334357, 537553, 304061, 195617,
24468, 23595, 456757, 280505, 443660, 306325, 64941, 344670, 344586, 373646,
190842, 323707, 387556, 288675, 384188, 157943, 484790, 130227, 309949,
347320, 494210, 549974, 122129, 413478, 466681, 399484, 17320, 180274, 376270,
241258, 180416, 561324, 244856, 92159, 516140, 547161, 298270, 94608, 95595,
303986, 427696, 307709, 287759, 223992, 307582, 280390, 411291, 497848, 97348,
493185, 506268, 137574, 544168, 493352, 433182, 532504, 206591, 139702,
107986, 550988, 486866, 109591, 140778, 355298, 459016, 410327, 419216,
531276, 559369, 501984, 27391, 487609, 371477, 522041, 168868, 302891, 80951,
428611, 156795, 412287, 73364, 1709, 65920, 120403, 57406, 529125, 53676,
51712, 122409, 400724, 43309, 6 of 396 triangles, 498689, 278153, 45109,
36204, 43154, 533360, 273523, 199278, 31540, 302961, 142825, 98323, 27281,
26565, 194209, 19384, 212807, 176832, 328536, 503180, 505244, 304287, 102336,
160959, 394912, 155475, 440115, 437732, 350651, 366808, 386543, 521109,
346127, 370231, 326067, 549960, 348 of 404 triangles, 460072, 18421, 115399,
202731, 535670, 561189, 439047, 132496, 424198, 818508, 436680, 528376,
321553, 203065, 160200, 275 of 448 triangles, 518182, 552912, 217736, 475365,
374877, 195732, 546380, 304 of 372 triangles, 135422, 389965, 558455, 400439,
185812, 436941, 251 of 396 triangles, 436943, 368021, 363302, 140827, 549155,
334251, 236124, 111797, 505193, 116338, 349417, 423108, 424361, 496786, 47086,
231467, 413801, 77273, 75363, 280428, 294729, 47, 62164, 60314, 59296, 294672,
55651, 49015, 315909, 97448, 363488, 329572, 419542, 17 of 460 triangles,
479286, 562656, 245 of 408 triangles, 231383, 34272, 32233, 199431, 35141,
30262, 152261, 535439, 328441, 143796, 476581, 126414, 8418, 8313, 244758,
108775, 457669, 304246, 143942, 474474, 254298, 372573, 491126, 491205,
179097, 52645, 445021, 41053, 297216, 157964, 198 of 408 triangles, 461060,
317963, 92006, 419470, 516191, 93691, 10326, 320541, 387659, 346002, 396077,
289929, 518174, 321640, 308706, 192121, 195736, 378393, 269975, 239804,
239913, 209916, 11416, 215486, 434468, 346060, 396131, 136 of 376 triangles,
284064, 13363, 517164, 108778, 226308, 497721, 373754, 298172, 141708, 814411,
15114, 112627, 112735, 440360, 20488, 353102, 288835, 115521, 257960, 446308,
146170, 267367, 41157, 234902, 78076, 250923, 69841, 6160, 68996, 68694,
24314, 65976, 121389
Drag select of 438272, 157041, 66228, 77435, 641 of 688 triangles, 211984, 196
of 664 triangles, 229450, 536883, 353242, 240321, 813575, 215 of 716
triangles, 52975, 627 of 632 triangles, 261828, 19714, 560 of 588 triangles,
130532, 180789, 118674, 556 of 608 triangles, 140961, 321881, 157029, 211815,
794114, 296231, 100615, 534859, 40489, 135654, 386817, 142140, 114773, 171566,
304 of 524 triangles, 10538, 71 of 600 triangles, 72776, 370668, 136773,
236551, 244013, 5 of 500 triangles, 53952, 302 of 496 triangles, 43432, 13 of
564 triangles, 108184, 480527, 306821, 99694, 214528, 21695, 118 of 528
triangles, 30692, 160314, 119611, 188663, 409 of 500 triangles, 87669, 136653,
136647, 480523, 393840, 192309, 424470, 176765, 473391, 498 of 536 triangles,
188752, 401974, 120320, 22 of 500 triangles, 342466, 215636, 143938, 386 of
464 triangles, 206799, 168905, 6906, 43322, 510540, 424047, 92267, 471452,
539679, 423988, 523526, 430936, 60660, 52972, 80 of 488 triangles, 352021,
52019, 411 of 428 triangles, 485684, 123618, 16 of 456 triangles, 208330, 268
of 440 triangles, 95788, 185079, 14582, 135 of 464 triangles, 88474, 531585,
525004, 363916, 525246, 548242, 249644, 386 of 452 triangles, 35538, 418235,
224080, 210123, 211449, 427674, 13 of 420 triangles, 236571, 331110, 186231,
109746, 160 of 444 triangles, 165630, 542600, 127 of 444 triangles, 267713,
317169, 363289, 162 of 440 triangles, 174717, 33564, 28 of 492 triangles,
24468, 373646, 347320, 232904, 376270, 180416, 389214, 307972, 383416, 139839,
486866, 434973, 501984, 413 of 424 triangles, 548590, 302891, 317216, 428611,
294 of 404 triangles, 120403, 358997, 30708, 9556, 100 of 388 triangles, 8649,
359 of 388 triangles, 445287, 503180, 357 of 440 triangles, 235199, 186 of 416
triangles, 132496, 95 of 404 triangles, 424198, 436941, 549155, 136 of 396
triangles, 505193, 562131, 419542, 390 of 460 triangles, 474474, 372573,
297216, 396178, 84 of 476 triangles, 110079, 108778, 404 of 512 triangles,
143309, 488025, 280 of 340 triangles, 187400, 140036
Deleted 921 regions
Drag select of 407997, 73676, 614 of 656 triangles, 807193, 166996, 69983, 223
of 632 triangles, 82960, 445 of 668 triangles, 179371, 303254, 84919, 403198,
48142, 211 of 620 triangles, 452236, 383 of 640 triangles, 322985, 551232,
59649, 15 of 568 triangles, 67094, 108077, 372 of 540 triangles, 129476, 347
of 568 triangles, 473529, 178 of 512 triangles, 85766, 288 of 508 triangles,
40392, 12 of 516 triangles, 357839, 463528, 160202, 106178, 210371, 151 of 516
triangles, 55769, 30580, 29572, 214256, 176765, 473391, 401974, 120320,
342466, 143938, 168905, 6906, 46163, 510540, 424047, 344987, 129510, 342 of
472 triangles, 539679, 423988, 430936, 485684, 41379, 25577, 292 of 456
triangles, 427906, 95788, 531585, 525004, 430182, 435852, 19564, 242 of 452
triangles, 525246, 227910, 548242, 182673, 249644, 154733, 418235, 224080,
210123, 211449, 427674, 109746, 165630, 542600, 219250, 363289, 174717, 24468,
373646, 347320, 376270, 180416, 254495, 486866, 501984, 302891, 428611,
120403, 503180, 132496, 424198, 436941, 549155, 505193, 75502, 357 of 460
triangles, 419542, 474474, 372573, 400807, 297216, 108778, 58664
Drag select of 56746, 537814, 590 of 644 triangles, 799247, 33469, 542 of 608
triangles, 179397, 35402, 618 of 632 triangles, 550348, 13497, 61 of 468
triangles, 197172, 81 of 464 triangles, 488736, 470174, 298340, 333226,
221535, 453239, 416118, 240933, 110574, 476555, 363316, 454094, 310933,
555870, 565 of 580 triangles, 499742, 301936, 258020, 261653, 491276, 331945,
274895, 338055, 550995, 524330, 446254, 91231, 320342, 444834, 486922, 455585,
470276, 434394, 285204, 218989, 407985, 239930, 77108, 63128, 209102, 360039,
278088, 504499, 530586, 252002, 43982, 334357, 157943, 484790, 130227, 241258,
561324, 92159, 303986, 307582, 544168, 27391, 43309, 328536, 386543, 561189,
160200, 518182, 217736, 475365, 389965, 496786, 413801, 60314, 59296, 363488,
479286, 254298, 52645, 461060, 192121, 239804, 434468, 396131, 284064, 226308,
204351, 172 of 468 triangles, 288835, 257960
Deleted 190 regions
Only showing 5000 of 6085 regions.
Showing 5000 of 6085 region surfaces
Drag select of 51369, 51278, 167 of 488 triangles, 142532, 499569, 146631,
123985, 35924, 337669, 509016, 195354, 22113, 381531, 189283, 320248, 420046,
533998, 429366, 346883, 380272, 360816, 312920, 395506, 503914, 129067,
337527, 539014, 411005, 202539, 296593, 167590, 91751, 500606, 468460, 301372,
547819, 374622, 449056, 69373, 422683, 479852, 9036, 515653, 244382, 80651,
128002, 437384, 506001, 543591, 135057, 223445, 101977, 527848, 434260,
208422, 464036, 31091, 351350, 203617, 513504, 523857, 462952, 475208, 537944,
294 of 416 triangles, 549850, 164283, 399064, 327115, 51410, 48430, 48422,
515557, 359637, 122753, 262 of 412 triangles, 338869, 141544, 112302, 531829,
331 of 424 triangles, 113206, 180115, 143542, 395361, 177668, 511084, 393312,
90783, 518777, 262392, 290559, 264582, 475259, 514580, 239413, 71314, 67482,
551786, 62920, 150962, 453927, 148920, 55224, 52433, 51345, 48646, 502685,
44739, 382758, 42706, 123075, 41733, 497448, 412065, 36993, 201473, 145722,
45763, 372020, 99208, 428269, 341968, 285938, 30145, 8948, 104710, 366426,
417918, 127945, 477307, 339901, 380317, 462664, 222450, 223407, 503872,
444344, 294308, 367578, 514275, 243 of 360 triangles, 170997, 30164, 465194,
407325, 477464, 500740, 485376, 313026, 489709, 291907, 110364, 434179,
529921, 137196, 295444, 240712, 11900, 245567, 561012, 453677, 163948, 13004,
48446, 13987, 229879, 512507, 544616, 195258, 21099, 467523, 273404, 513255,
337650, 379219, 14966, 364072, 538301, 119011, 139325, 207388, 387150, 476375,
456040, 487333, 288402, 161672, 121 of 352 triangles, 83260, 489509, 289323,
146777, 504972, 405064, 57065, 390743, 55065, 73004, 34 of 328 triangles,
47479, 45609, 224726, 435388, 39837, 502748, 84351, 456225, 31848, 374522,
381570, 175384, 370002, 27923, 329 of 356 triangles, 526712, 27034, 25949,
330574, 210839, 210856, 478590, 456168, 380335, 556144, 433939, 439717,
339774, 155240, 254933, 532917, 414463, 491635, 334179, 323679, 156344,
346815, 233507, 180079, 163897, 306 of 352 triangles, 468446, 86081, 86066,
502855, 512261, 490603, 321372, 466222, 377900, 269382, 210872, 210898,
479660, 543493, 216119, 97898, 103 of 404 triangles, 263402, 103641, 528726,
461692, 541093, 364221, 365416, 222216, 444571, 48425, 415395, 228510, 348982,
358304, 32176, 329212, 817378, 234739, 328033, 447012, 420270, 246885, 414214,
498345, 221063, 144535, 354981, 458479, 223725, 458458, 148777, 145581,
145657, 232291, 499315, 366397, 240499, 546814, 388472, 76765, 333888, 32029,
257661, 259849, 451546, 120940, 57022, 343253, 56088, 51376, 51339, 213648,
267017, 174058, 327 of 400 triangles, 35923, 388559, 30064, 509213, 456348,
21025, 102713, 154194, 440842, 250452, 155251, 532932, 419043, 226168, 157519,
465224, 26186, 329421, 450425, 243102, 133016, 159637, 219868, 536231, 479654,
223481, 113263, 486384, 103773, 191567, 468512, 241759, 216234, 105785,
320204, 106411, 203611, 244 of 384 triangles, 248117, 164237, 522642, 294160,
560888, 14059, 229909, 515583, 401418, 358312, 413095, 364120, 364075, 340940,
280009, 54116, 317572, 141410, 298940, 168648, 454837, 559848, 496335, 487396,
356228, 79713, 116911, 528710, 117126, 277851, 518726, 304813, 280056, 546790,
245463, 405048, 344420, 72224, 203771, 520683, 520843, 149939, 60810, 60172,
410779, 52442, 47456, 122865, 419004, 457211, 315566, 324613, 31069, 125000,
329328, 125106, 196563, 238032, 125785, 261 of 344 triangles, 191640, 38811,
104880, 21173, 400266, 192880, 192852, 469574, 356104, 195121, 329102, 518541,
157574, 541201, 93526, 315215, 556140, 94263, 316619, 97015, 531046, 149885,
305960, 416797, 222546, 301432, 358570, 344269, 486470, 136975, 235824,
461916, 464253, 481076, 342128, 541132, 106574, 523727, 100935, 241737,
505897, 323392, 549883, 287178, 321301, 519787, 327103, 415497, 41874, 186874,
110289, 123107, 190260, 413208, 442031, 337635, 364074, 317635, 370129,
115193, 434069, 257481, 33092, 86191, 85413, 240490, 89692, 74113, 288453,
307296, 148794, 55296, 112150, 121743, 259 of 324 triangles, 402586, 402619,
559008, 150774, 457194, 123798, 206012, 35694, 388352, 423609, 535981, 533300,
29113, 27005, 483203, 26010, 24925, 99055, 33730, 156 of 316 triangles,
126038, 19994, 552522, 520941, 554332, 192874, 273219, 359477, 305014, 128932,
491616, 156354, 550726, 296652, 294511, 504001, 91767, 465175, 316485, 393321,
84223, 450273, 555399, 97911, 98125, 302693, 479711, 479679, 216156, 466382,
544762, 161718, 137135, 465065, 446690, 212453, 317803, 138246, 404824,
557181, 505888, 250336, 524805, 186645, 472822, 165298, 228527, 413342,
479925, 141319, 234727, 160752, 526597, 337652, 337644, 15034, 213702, 470603,
263619, 143646, 385089, 218763, 434127, 559850, 559834, 117864, 78800, 78612,
438608, 299260, 508929, 4632, 307291, 65667, 61952, 59182, 415554, 224715,
324471, 123095, 435368, 174258, 39075, 471822, 37811, 455150, 102899, 29087,
25117, 359577, 355046, 389657, 417868, 451670, 382765, 400014, 359431, 395700,
395502, 419135, 503765, 294233, 340911, 514645, 311698, 368766, 160548,
445724, 376814, 248022, 288213, 485466, 261298, 395371, 302495, 10832, 452472,
388542, 522629, 533173, 425120, 255065, 256422, 512535, 329256, 497279,
426024, 275749, 560808, 349316, 167389, 561620, 213715, 318855, 178976,
218529, 527673, 125838, 536052, 169876, 327034, 83258, 240543, 128990, 243243,
543388, 74873, 530977, 293014, 64718, 276700, 217387, 279203, 390797, 448143,
561827, 359351, 224 of 288 triangles, 402609, 325726, 40929, 40871, 419017,
37969, 37875, 474067, 30100, 485327, 485265, 484164, 280122, 21077, 307262,
534066, 380457, 283820, 168741, 265857, 550780, 419034, 178948, 127997, 54237,
481917, 367659, 541175, 488681, 286150, 244283, 181008, 316553, 376848,
361855, 310838, 269392, 302 of 320 triangles, 96135, 486564, 100924, 364028,
223460, 336179, 335128, 547989, 216218, 431807, 479561, 373201, 492648,
482993, 97143, 549600, 259964, 462825, 332796, 349196, 490714, 251438, 34883,
499430
Drag select of 102403, 14 of 860 triangles, 817636, 57 of 808 triangles,
242471, 93 of 564 triangles, 510845, 64 of 492 triangles, 547478, 16 of 528
triangles, 16484, 38 of 396 triangles, 476644, 54727, 53710, 26247, 173479,
78080, 91936, 224180, 35012, 201693, 412342, 418390, 421485, 330663, 97522,
175759, 25231, 337939, 212752, 328516, 154341, 418221, 510773, 491040, 306616,
227683, 156545, 444015, 550015, 467674, 312225, 297217, 157857, 279552,
203087, 248 of 384 triangles, 329492, 547174, 552154, 45 of 532 triangles,
420657, 94804, 132337, 316981, 96566, 159953, 220226, 252090, 202971, 467946,
227727, 136310, 394594, 236111, 11265, 474391, 538586, 380838, 436761, 351761,
253008, 253045, 509459, 541526, 465539, 14266, 176722, 236181, 513800, 111733,
479189, 212588, 548323, 420500, 371543, 63080, 115518, 22406, 188157, 160057,
404017, 70662, 440246, 161283, 506405, 23518, 89094, 89093, 172383, 86504,
119219, 268754, 245797, 239717, 294751, 212661, 120396, 531634, 400 of 420
triangles, 149075, 486907, 481368, 46959, 400652, 387913, 540637, 473157,
290881, 274593, 29316, 125152, 535382, 530334, 25274, 342300, 529147, 189470,
164626, 520976, 215380, 328548, 471180, 111704, 106721, 395794, 488773,
557431, 256675, 386546, 367908, 156830, 281684, 314610, 158808, 313409,
238518, 16498, 178 of 372 triangles, 376269, 131253, 561130, 280658, 158701,
93939, 464505, 125429, 453097, 484761, 451740, 295778, 219154, 341191, 173307,
494406, 455237, 137421, 237269, 130382, 436921, 423965, 108808, 556651,
108977, 384512, 87 of 576 triangles, 506225, 278344, 514023, 14407, 233946,
233973, 419228, 141648, 512760, 141879, 242214, 417364, 253 of 396 triangles,
482634, 212646, 458850, 246109, 487682, 374811, 251847, 144778, 302890,
223900, 336652, 90238, 428691, 560449, 254 of 428 triangles, 266398, 266417,
68976, 531593, 153248, 62128, 56577, 55738, 53515, 535638, 47907, 123378,
55506, 49843, 425298, 230220, 35022, 33242, 421573, 514804, 176935, 215331,
331841, 348279, 170217, 526243, 491025, 473449, 462023, 387784, 110542,
323732, 561948, 449695, 274774, 407806, 236344, 416026, 9322, 501173, 450689,
290055, 40001, 316959, 317024, 181314, 213905, 179142, 347089, 387639, 287657,
551147, 337882, 490146, 422843, 458880, 136490, 530388, 476943, 298451,
212521, 522289, 253180, 253138, 260347, 343476, 393415, 13156, 13295, 253105,
476851, 465550, 372646, 143985, 236130, 143000, 420569, 248548, 143911,
115340, 493056, 220455, 185 of 368 triangles, 371577, 257996, 91199, 118246,
146103, 463402, 43231, 81989, 393540, 234909, 37188, 77141, 551858, 435553,
545221, 308820, 57429, 350701, 52837, 51654, 48042, 173544, 217852, 414698,
123309, 40259, 360018, 36255, 34178, 455217, 503115, 414983, 47827, 125190,
535299, 27477, 342332, 24455, 202842, 98328, 248505, 553644, 205294, 411187,
395718, 196760, 491180, 306542, 367889, 49734, 517224, 235198, 244 of 348
triangles, 413526, 440282, 18307, 157779, 469977, 176783, 92003, 93746, 93949,
305425, 304003, 424254, 265116, 220122, 504340, 442778, 350 of 352 triangles,
322864, 183612, 411234, 329700, 476935, 511714, 510625, 510598, 237235,
104947, 395879, 436802, 408790, 408839, 95534, 527411, 509479, 123440, 485545,
513811, 15225, 319213, 247174, 208883, 211536, 41080, 133444, 440262, 118209,
86541, 118532, 84590, 233842, 79985, 76434, 76371, 150338, 175693, 294794,
71721, 438962, 138437, 6135, 67071, 341309, 64258, 531557, 7616, 525017,
51628, 280615, 48956, 318213, 91026, 65015, 518896, 467799, 513934, 438156,
126219, 8212, 6477, 544212, 99 of 348 triangles, 507268, 248240, 154717, 187
of 392 triangles, 282988, 281529, 352918, 155494, 475625, 261488, 523187,
172249, 262798, 314596, 392514, 466696, 274768, 469950, 79042, 516162, 93692,
94869, 487943, 441466, 333210, 133360, 182492, 99438, 217789, 100167, 9364,
378359, 236034, 396956, 104010, 510650, 137525, 475314, 389964, 538577, 12098,
509343, 138377, 106113, 391198, 249683, 286381, 140520, 231253, 318094,
236237, 185892, 485539, 380958, 254160, 255660, 143017, 25373, 141807, 8468,
54487, 288840, 288864, 432308, 553769, 132190, 353038, 117483, 170188, 263727,
236405, 85506, 174558, 80034, 78038, 147085, 77237, 76456, 553919, 63213,
513669, 217547, 59262, 79854, 91041, 122433, 70587, 49871, 40228, 305267,
135386, 124377, 154602, 47791, 543821, 501009, 194136, 25489, 153199, 435607,
477950, 154412, 69722, 457592, 179242, 259239, 445019, 231518, 16221, 427916,
224 of 340 triangles, 442435, 131327, 359761, 94619, 94794, 132473, 213837,
496393, 96605, 424203, 339184, 536362, 458662, 549272, 542985, 375002, 469197,
258128, 341216, 135348, 517898, 517920, 481238, 458980, 228916, 136418,
139617, 232591, 200470, 314483, 375134, 380666, 105924, 105971, 60236, 106061,
437957, 531523, 400424, 362244, 220327, 218983, 449511, 497739, 517113,
135304, 411430, 382989, 166773, 462381, 242280, 448410, 424327, 54472, 518084,
518078, 253258, 253282, 16 of 340 triangles, 443771, 498843, 506451, 235108,
86540, 80198, 131 of 384 triangles, 39267, 266424, 210256, 1934, 148013,
63212, 266054, 56436, 529120, 47973, 46039, 464353, 65008, 44052, 221649,
222658, 268765, 38346, 541856, 338 of 340 triangles, 94735, 34199, 433481,
35182, 489891, 194172, 552005, 170031, 496824, 303 of 392 triangles, 248467,
395772, 254223, 457879, 384268, 521325, 121279, 262747, 494206, 461102,
242403, 310934, 207860, 303993, 333060, 159916, 210036, 99334, 475426, 196964,
422856, 492011, 467998, 465666, 530602, 58 of 324 triangles, 104196, 473322,
247004, 238784, 455479, 215498, 505093, 532649, 340270, 398299, 106063,
335441, 347051, 300700, 300647, 344919, 14222, 57508, 485562, 421772, 285422,
236 of 360 triangles, 509532, 390187, 311138, 311155, 321723, 499788, 116449,
560273, 260275, 90207, 171327, 451999, 80124, 430952, 119279, 458809, 292281,
316912, 87305, 359869, 6149, 529562, 285 of 332 triangles, 19433, 166810,
58463, 318284, 122315, 46820, 485735, 64994, 42153, 42121, 123377, 36242,
320481, 195545, 330705, 194431, 317077, 456749, 189546, 482517, 267479,
306695, 348257, 150091, 198174, 556565, 178095, 524230, 448245, 458797,
427562, 306618, 323711, 460133, 377230, 235042, 544051, 131361, 524036,
280675, 547110, 298260, 132472, 181377, 271313, 497923, 71 of 300 triangles,
247278, 329736, 487940, 539608, 519250, 228828, 503045, 123213, 298455,
511631, 377280, 218949, 433254, 413670, 433320, 14135, 408897, 465502, 123433,
233966, 318108, 294900, 71 of 336 triangles, 386470, 384386, 423036, 423075,
8489, 114653
Deleted 1457 regions
Showing 4628 region surfaces
Drag select of 141268, 551819, 535881, 150 of 308 triangles, 274527, 290506,
141314, 72994, 28069, 518687, 332906, 304800, 201332, 233471, 87928, 446816,
521743, 358601, 237147, 39743, 529085, 20932, 363183, 58983, 47545, 284997,
218701, 42733, 123124, 174184, 124026, 36701, 238 of 288 triangles, 316359,
34006, 499225, 32144, 69452, 373306, 31071, 337417, 196537, 456357, 337721,
27065, 26889, 253 of 300 triangles, 25095, 159476, 189181, 281257, 366422,
417867, 89614, 144 of 276 triangles, 548654, 244 of 284 triangles, 177791,
545522, 254923, 178875, 362887, 294255, 157471, 406155, 547832, 421265,
321373, 243084, 361823, 168787, 135083, 263333, 160 of 276 triangles, 10001,
10081, 137028, 460552, 163162, 367562, 216178, 504796, 393132, 561009, 88859,
164195, 139344, 139363, 533145, 327128, 140370, 204803, 114090, 433089,
208519, 347990, 477403, 217301, 67587, 168533, 535977, 55343, 510357, 559864,
351476, 13059, 90953, 312060, 85362, 400230, 265745, 71270, 445854, 530894,
280196, 49548, 471741, 218713, 224718, 299161, 290827, 149721, 79 of 252
triangles, 229760, 423621, 500515, 477610, 234489, 196581, 192628, 366449,
516448, 320105, 246800, 87163, 108426, 209710, 192861, 253968, 365297, 340807,
421183, 482006, 365378, 353636, 407340, 315519, 502867, 527907, 551593,
133825, 98849, 212354, 184296, 281369, 528771, 10797, 300 of 344 triangles,
484322, 523666, 338687, 557260, 387281, 412171, 92787, 533134, 474092, 458330,
14053, 515568, 459414, 406350, 15011, 161985, 142491, 167663, 347995, 535201,
424932, 511164, 164110, 457360, 559871, 435297, 76776, 74046, 71196, 63750,
61922, 166280, 121933, 49567, 155263, 48514, 47683, 408728, 33039, 28957,
428263, 511397, 210831, 345637, 452640, 377815, 478545, 542432, 556227,
550863, 169688, 270715, 178807, 447998, 172202, 45532, 161 of 248 triangles,
408531, 179855, 263476, 480817, 17107, 465204, 465145, 264729, 93622, 546843,
423561, 361822, 210964, 527749, 99918, 101033, 466409, 497163, 454065, 161849,
303692, 208418, 510134, 549803, 256518, 43831, 228540, 160794, 140311, 177533,
545889, 113229, 430656, 422523, 168768, 458514, 331561, 501817, 483046,
351522, 258650, 148772, 258780, 15895, 449194, 420000, 438814, 184509, 435224,
282520, 83331, 81583, 289387, 500451, 558066, 245442, 368783, 436527, 70340,
69300, 543412, 553266, 159667, 541356, 356043, 559013, 435379, 371018, 420118,
45766, 270939, 428256, 508886, 26897, 33752, 189262, 382629, 8979, 307241,
336362, 524787, 543315, 459682, 220955, 478759, 346977, 311938, 30160, 286195,
458377, 515637, 555322, 324737, 375636, 396576, 371189, 182027, 210883,
476145, 542313, 428447, 160876, 301190, 345672, 161725, 389830, 353703, 10816,
465046, 269484, 553571, 488310, 554144, 216 of 232 triangles, 225902, 255161,
140402, 507070, 433112, 234748, 315172, 466264, 142339, 521539, 142527,
349079, 54110, 15 of 248 triangles, 317646, 395348, 60028, 214908, 282412,
182163, 145751, 561641, 63004, 397948, 326967, 232014, 527994, 289337, 489413,
75057, 344440, 71272, 258906, 253742, 256398, 65623, 63763, 534314, 410754,
106649, 116100, 40784, 97151, 423658, 201509, 349281, 341939, 341111, 23088,
381516, 355016, 534033, 127941, 542430, 469562, 222410, 283656, 398872,
427188, 406190, 18190, 86117, 247881, 247894, 80659, 182183, 381749, 269445,
100816, 497181, 473106, 102870, 486396, 184359, 351578, 241917, 241941,
505043, 488481, 549814, 522650, 186639, 515383, 114038, 233286, 234725,
190259, 482093, 462940, 246693, 560749, 36761, 36756, 430642, 188001, 19200,
487361, 90892, 532273, 471620, 146602, 195190, 39738, 74154, 274470, 288501,
483305, 66554, 155233
Drag select of 321708, 216601, 168908, 542658, 188192, 443820, 145091, 160059,
101315, 91174, 356422, 79116, 430931, 414790, 63182, 260480, 62183, 172279,
59544, 57603, 529117, 463483, 51727, 26274, 224009, 48887, 406593, 222738,
40295, 287554, 174575, 274584, 504137, 265042, 126252, 21288, 127374, 249386,
84718, 340352, 215218, 366963, 514840, 55387, 521164, 326086, 233660, 465746,
157910, 279516, 417097, 442460, 516193, 178099, 158864, 243494, 424182,
472387, 66 of 292 triangles, 322742, 99488, 549294, 325239, 135 of 296
triangles, 217696, 201720, 277007, 519270, 228866, 103207, 230286, 230251,
456680, 510632, 426340, 446223, 336840, 12300, 450608, 80977, 312090, 556704,
327168, 352861, 109807, 38226, 355257, 429753, 481511, 532598, 436894, 45039,
269958, 259039, 319243, 167987, 206438, 478916, 431015, 225309, 388910,
402882, 78139, 91953, 250899, 67805, 529564, 310 of 316 triangles, 55524,
46991, 513984, 464370, 40284, 231144, 523951, 32353, 537570, 47800, 530328,
537506, 28443, 389017, 447348, 281660, 507331, 391259, 355364, 293328, 448304,
491207, 179110, 129474, 192 of 252 triangles, 400541, 494202, 17263, 472096,
158918, 242332, 484703, 97389, 333063, 98260, 381827, 487912, 375064, 23430,
341236, 517888, 411281, 208981, 105012, 457815, 522337, 253175, 338009,
106130, 343508, 391140, 347154, 425178, 541468, 109851, 273806, 231235, 14395,
237381, 166690, 112515, 319369, 499713, 213988, 259032, 261406, 276032, 54481,
168872, 255387, 302862, 70680, 562611, 230012, 305307, 463379, 82744, 358694,
77356, 195 of 272 triangles, 239667, 87347, 357592, 341454, 120421, 61352,
456610, 456623, 53843, 283985, 48805, 158995, 78089, 268773, 29243, 175828, 92
of 296 triangles, 190739, 528062, 328511, 328495, 496689, 455590, 505358,
498728, 176848, 350600, 428796, 484818, 112720, 309992, 294556, 93024, 453102,
451741, 16331, 541578, 164479, 101445, 520249, 262600, 432170, 103987, 184552,
237318, 238380, 303137, 348376, 340187, 284012, 185955, 186080, 220 of 272
triangles, 68765, 139580, 497646, 67686, 559376, 462352, 15126, 365567, 82635,
518068, 111524, 115531, 156573, 147211, 484786, 532355, 85668, 80905, 79118,
333280, 77049, 551035, 551103, 74303, 505334, 361123, 120167, 438011, 58648,
53836, 107 of 296 triangles, 448201, 404124, 464440, 41995, 55461, 489141, 130
of 268 triangles, 387905, 76 of 276 triangles, 273519, 495256, 537533, 198118,
513909, 26509, 24565, 189701, 552032, 176733, 477883, 248211, 462026, 395785,
285389, 373676, 356342, 360958, 233592, 233635, 267551, 76278, 268618, 472119,
92886, 459779, 441484, 298246, 472300, 174474, 202969, 102127, 418179, 493240,
11186, 184866, 340161, 22393, 535539, 242262, 15229, 522004, 553838, 144911,
533479, 9505, 161 of 260 triangles, 102067, 170243, 103009, 239954, 119226,
75353, 361192, 148223, 64168, 327417, 121141, 47990, 287626, 61419, 414973,
285333, 194222, 304327, 28408, 551983, 331840, 127375, 205290, 108927, 301614,
254297, 466724, 312237, 266285, 339091, 437793, 375022, 260179, 102215,
190831, 476905, 206445, 457855, 380931, 86431, 509576, 433294, 497745, 426610,
232698, 373766, 462230, 428857, 380991, 116330, 139526, 384303, 319208,
167966, 208812, 504233, 182362, 80911, 460907, 74280, 70788, 325074, 260487,
61198
Deleted 808 regions
Drag select of 918218, 479 of 2184 triangles, 934229, 1100 of 2120 triangles,
809899, 3123, 815641, 7094, 58875, 23933, 45495, 11736, 68276, 62636, 37568,
104507, 76618, 92400, 32758, 8688, 82212, 23865, 31701, 12656, 25823, 75724,
8735, 19819, 6685, 44491, 112097, 7118, 97856, 46338, 30819, 72884, 35495, 512
of 636 triangles, 63539, 87776, 51208, 805792, 9756, 11704, 89568, 53067,
38590, 541 of 572 triangles, 82162, 57 of 588 triangles, 91494, 51245, 6227,
13636, 10746, 13659, 70215, 98792, 20816, 26814, 13716, 25728, 19779, 83104,
248 of 548 triangles, 10638, 13608, 13622, 803743, 27724, 25733, 8771, 7801,
3299, 67289, 59824, 49306, 117804, 129 of 484 triangles, 38650, 82200, 45499,
65456, 47332, 33674, 68247, 98805, 79435, 75717, 23916, 22837, 8765, 16833,
3416, 15755, 95137, 28769, 66383, 62689, 77592, 24794, 12687, 12774, 72929,
82236, 25722, 67270, 58797, 50180, 384 of 416 triangles, 33639, 70177, 30813,
10565, 107 of 460 triangles, 54952, 10618, 39615, 7798, 48313, 108280, 303 of
492 triangles, 28747, 65474, 90513, 36521, 19853, 18862, 82174, 76 of 448
triangles, 14605, 391 of 476 triangles, 66338, 51221, 6684, 87780, 38622,
29788, 20765, 71994, 8800, 74761, 25879, 59768, 46394, 36562, 3856, 90543,
70190, 21855, 59799, 9804, 96037, 112978, 71 of 300 triangles, 61675, 25862,
82243, 77603, 42478, 39639, 37685, 40576, 38599, 25797, 97873, 103551, 12686,
90551, 59861, 42515, 40540, 31783, 23910, 17774, 85096, 83125, 23885, 16863,
94231, 47374, 44394, 29849, 35516, 62694, 42579, 58842, 41645, 103518, 184 of
316 triangles, 55893, 61621, 39656, 23859, 61701, 55994, 79439, 31753, 100699,
256 of 268 triangles, 69233, 52099, 36568, 23788
Deleted 189 regions
Drag select of 815492, 757247, 56862, 28653, 63489, 33565, 31608, 55862,
31657, 81229, 198 of 632 triangles, 29709, 798920, 18713, 60631, 103381,
67118, 20650, 68162, 80332, 70018, 77503, 225 of 584 triangles, 45332, 37497,
17607, 145357, 128532, 422 of 488 triangles, 88578, 105325, 79302, 97757,
120675, 181 of 464 triangles, 30676, 113821, 21684, 91376, 41477, 180883, 342
of 496 triangles, 36486, 107168, 60 of 364 triangles, 84937, 338471, 454788,
46294, 24633, 178271, 105395, 242620, 29650, 142235, 70993, 45282, 152 of 368
triangles, 133688, 262071, 65387, 46192, 157005, 96900, 124728, 177076, 245 of
312 triangles, 109045, 129611, 378733, 83 of 312 triangles, 140888, 141006,
345310, 113786, 409487, 201094, 360484, 167 of 340 triangles, 162589, 139902,
353501, 266785, 275072, 60 of 300 triangles, 96880, 242575, 253497, 259677,
76484, 45237, 103430, 95972, 149610, 422281, 81232, 387092, 22697, 242907,
302344, 350 of 372 triangles, 130711, 101589, 162478, 193 of 252 triangles,
109093, 206871, 84951, 346550, 46200, 154 of 316 triangles, 43383, 36469,
199955, 221816, 126647, 365071, 240305, 209 of 324 triangles, 107132, 68053,
71043, 368188, 262 of 264 triangles, 125596, 7744, 210755, 244085, 232857,
90435, 46195, 150597, 6575, 441963, 169 of 244 triangles, 170339, 219649,
497031, 249804, 275051, 418731, 187712, 120515, 153753, 105340, 218412,
135673, 135708, 200883, 137 of 252 triangles
Drag select of 776292, 285 of 860 triangles, 128548, 76550, 203240, 73767,
73773, 277 of 680 triangles, 2963, 117585, 233 of 616 triangles, 39504, 20665,
7066, 146 of 604 triangles, 108141, 31591, 19678, 305 of 584 triangles, 30686,
134559, 111004, 32591, 2921, 10540, 466 of 636 triangles, 109049, 114698, 181
of 560 triangles, 206791, 78402, 370 of 500 triangles, 65346, 55820, 146274,
53930, 72 of 452 triangles, 95901, 199715, 57730, 38557, 36 of 448 triangles,
59718, 106 of 412 triangles, 57764, 84010, 120545, 230 of 448 triangles,
31618, 157003, 413867, 109088, 146288, 48115, 45229, 100580, 174806, 251053,
159162, 266493, 397332, 539833, 174803, 202185, 538731, 161502, 180 of 408
triangles, 258241, 217990, 286643, 144111, 278434, 23 of 420 triangles, 44297,
15553, 153623, 247489, 366008, 21655, 102473, 81153, 346289, 35381, 32608,
27611, 193350, 547499, 281 of 352 triangles, 47213, 93201, 402059, 32511,
117571, 65347, 153769, 158000, 246157, 225516, 82980, 546489, 281894, 242621,
106212, 147291, 357977, 82099, 2889, 353 of 356 triangles, 289070, 11556,
257036, 199607, 84956, 504586, 21740, 446433, 365946, 338234, 225483, 348580,
107153, 452270, 187394, 262925, 243850, 94079, 19580, 162580, 261704, 309116,
26564, 285 of 296 triangles, 8582, 8570, 440526, 241259, 206676, 309093,
242466, 106210
Deleted 255 regions
Drag select of 1016948, 84040, 133704, 83102, 309354, 183061, 185333, 112924,
204733, 130709, 200037, 135808, 187738, 101639, 129735, 166142, 198830,
209521, 128760, 183012, 208345, 301145, 82150, 329072, 229 of 428 triangles,
197570, 290502, 312 of 352 triangles, 350064, 196273, 219669, 114893, 443100,
98 of 316 triangles, 185379, 419869, 317 of 352 triangles, 346610, 184167,
338504, 191385, 310536, 173 of 352 triangles, 419861, 248 of 276 triangles,
103505, 246599, 229540, 382598, 332625, 85891, 155051, 369699, 227064, 352374
Deleted 49 regions
Drag select of 215967, 94178, 166204, 190061, 91430, 119632, 112043, 50152,
557 of 560 triangles, 139028, 139949, 122689, 128701, 117713, 252585, 144336,
149652, 230721, 81219, 191347, 81220, 291655, 100656, 214674, 157241, 117760,
160495, 31683, 237 of 408 triangles, 132763, 556930, 205876, 81210, 237962,
115839, 77525, 100679, 210783, 265605, 158298, 262125, 240422, 331392, 135786,
111053, 143292, 203535, 326750, 271835, 124756, 194971, 468355, 220919,
455905, 174015, 100700, 136838, 169512, 414186, 443087, 366223, 26692, 214578,
186507
Deleted 62 regions
Drag select of 118559, 103369, 186198, 43344, 7047, 96802, 87604, 40431,
134504, 17581, 809710, 35 of 540 triangles, 2486, 73657, 127510, 98617, 26617,
379835, 409231, 275055, 375212, 431354, 328802, 302031, 402029, 114676, 49079,
225481, 549420, 268990, 294923, 371786, 216 of 284 triangles, 400847, 217980,
431365, 353204, 117567, 23657, 400799, 313559, 489203, 468121, 527426, 180557,
524392, 82036, 438183, 280705, 552158, 409278, 191 of 248 triangles
Deleted 49 regions
Drag select of 358208, 523575, 87 of 320 triangles, 556009, 515304, 507748,
434981
Deleted 6 regions
Drag select of 1103030, 213 of 2709740 triangles, 930202, 41 of 2008
triangles, 785854, 264100, 84922, 791415, 548542, 10 of 648 triangles, 461307,
450 of 672 triangles, 51034, 75538, 553147, 301 of 624 triangles, 95876,
258168, 95885, 433569, 416187, 344 of 592 triangles, 74602, 112787, 494669,
92225, 254468, 501322, 381 of 580 triangles, 18624, 9582, 448704, 568 of 604
triangles, 129519, 399629, 454 of 536 triangles, 13541, 240 of 472 triangles,
509718, 62474, 138702, 48179, 19578, 426799, 232856, 455708, 49098, 82032,
6172, 65260, 300728, 497914, 60555, 300733, 51954, 23636, 318350, 500161,
20579, 177003, 288936, 549481, 265245, 81131, 457928, 96785, 51003, 486029,
515154, 507548, 507578, 288932, 439326, 243689, 203130, 234045, 511941,
106167, 517328, 90325, 173622, 457939, 518308, 291255, 522483, 446410
> ~select
Nothing selected
Drag select of 785854, 264100, 84922, 791415, 51034, 95876, 258168, 95885,
433569, 571 of 648 triangles, 74602, 112787, 92225, 254468, 18624, 129519,
509718, 523 of 536 triangles, 62474, 138702, 48179, 332 of 660 triangles,
19578, 426799, 189 of 528 triangles, 232856, 455708, 49098, 82032, 6172,
65260, 300728, 497914, 309 of 420 triangles, 60555, 300733, 51954, 23636,
318350, 500161, 465 of 500 triangles, 20579, 177003, 288936, 549481, 81131,
457928, 96785, 51003, 486029, 10 of 364 triangles, 515154, 507548, 507578,
288932, 439326, 243689, 203130, 234045, 106167, 517328, 90325, 173622, 457939,
518308, 291255, 522483, 244 of 248 triangles, 446410
Deleted 61 regions
Drag select of 75538, 50104, 12480, 9582, 13541, 53928, 39487, 16657, 12592
Deleted 9 regions
Drag select of 785324, 901 of 1112 triangles, 518451, 540968, 550534, 521 of
652 triangles, 553203, 526539, 549540, 567 of 636 triangles, 556923, 562721,
219 of 364 triangles
Deleted 9 regions
Drag select of 554093, 544333, 488040, 560506, 546535, 562156, 505545, 813378,
544242, 550428, 527516, 535778, 536853, 550471, 526513, 524459, 539756,
562838, 484859, 461314, 321 of 620 triangles, 516322, 490272, 562840, 537830,
530689, 531779, 543194, 526516, 541967, 504533, 528545, 522473, 554968,
504582, 538850, 514172, 533839, 507595, 556859, 547515, 466913, 316 of 496
triangles, 528512, 522476, 473607, 218 of 420 triangles, 488033, 526437,
501244, 521441, 502459, 508651, 525457, 464688, 527434, 551365, 472481, 61 of
396 triangles, 523486, 533825, 554964, 552235, 546482, 524379, 545396
Drag select of 779208, 561488, 1027 of 1256 triangles, 533832, 221 of 696
triangles, 496873, 540895, 517310, 496834, 522438, 522523, 548542, 549399,
537819, 537894, 507622, 534786, 560504, 505649, 159 of 696 triangles, 545378,
553147, 548585, 490289, 505 of 588 triangles, 543149, 562175, 550345, 553139,
521368, 545400, 525505, 510865, 494669, 543135, 536784, 510919, 501322,
492429, 495775, 480463, 348 of 604 triangles, 555876, 542023, 517280, 548581,
533746, 558650, 519481, 501224, 562674, 543057, 539780, 547609, 492463, 382 of
508 triangles, 502419, 507651, 513102, 523523, 530703, 538862, 494679, 554083,
500185, 501307, 503528, 512007, 517260, 498995, 489136, 537854, 488110, 312 of
440 triangles, 508575, 526388, 516315, 546483, 151 of 352 triangles, 536843,
530717, 507677, 62 of 340 triangles, 516229, 547597, 555861, 67 of 332
triangles, 533818, 546499, 524410, 549474, 543167, 549463, 526499, 483843, 257
of 300 triangles, 506611, 489161, 549458, 511941, 545421, 494641, 541948, 9 of
260 triangles, 543117, 537875, 523445
Deleted 157 regions
Drag select of 434741
Drag select of 461307, 448704
Deleted 3 regions
Drag select of 929152, 1782 of 2084 triangles, 199679, 262937, 62 of 868
triangles, 186162, 416187, 445189, 200801, 215593, 536 of 572 triangles,
261753, 227922, 399629, 436 of 536 triangles, 368141, 217999, 177080, 88 of
516 triangles, 191037, 237617, 255745, 334614, 215609, 383 of 408 triangles,
276178, 396135, 283049, 117 of 404 triangles, 244935, 136 of 392 triangles,
186140, 426765, 188590
Deleted 26 regions
Drag select of 241282, 215527, 232806, 273 of 480 triangles, 215536, 281862,
265245, 284262, 193335, 265236, 253307
Drag select of 322994, 125539, 391 of 680 triangles, 118561, 21 of 676
triangles, 198415, 318356, 179355, 200805, 300 of 532 triangles, 356673, 469
of 520 triangles, 257016, 180 of 440 triangles, 235266, 413857, 255786,
130484, 144071, 235250
Deleted 25 regions
Drag select of 766181, 794491, 156912, 780262, 783679, 170353, 240044, 494 of
800 triangles, 268999, 806614, 265276, 405 of 744 triangles, 158017, 343 of
652 triangles, 134484, 285470, 163 of 660 triangles, 202024, 650 of 676
triangles, 226685, 223000, 372835, 242515, 164707, 210355, 156965, 171468,
272662, 269026, 78 of 664 triangles, 205516, 324112, 175894, 198364, 210330,
206681, 303233, 184957, 187351, 329894, 202 of 588 triangles, 224227, 178223,
232801, 226633, 236423, 236437, 214231, 187317, 319519, 216735, 270240,
153642, 165841, 219246, 135505, 204342, 144074, 200818, 235231, 235268, 483 of
484 triangles, 318358, 431329, 439 of 456 triangles, 261756, 241318, 246187,
284 of 432 triangles, 249826, 194 of 488 triangles, 150408, 232807, 144100,
175864, 350844, 138732, 287794, 200848, 224240, 148323, 261734, 250994, 143 of
348 triangles, 258195, 264112, 204346, 194631, 357845, 183793, 145171, 192178,
237576, 365892, 144063, 173605
Deleted 84 regions
Drag select of 299717, 419 of 744 triangles, 280758, 244981, 246206, 266532,
206 of 472 triangles, 187391, 326 of 416 triangles, 203185, 227919
Deleted 8 regions
Drag select of 952502, 555843, 376 of 1000 triangles, 953420, 449893, 852 of
868 triangles, 440540, 778473, 537822, 451 of 760 triangles, 477045, 467004,
800842, 809364, 569 of 780 triangles, 462485, 466995, 410361, 454525, 808910,
469309, 608 of 708 triangles, 502414, 411 of 628 triangles, 508622, 486046,
474620, 444037, 491315, 449875, 424454, 509817, 339341, 230 of 572 triangles,
502443, 382 of 608 triangles, 512016, 457982, 496841, 318355, 372838, 408050,
455705, 802865, 427937, 532767, 342 of 520 triangles, 459056, 447497, 447539,
445203, 373984, 378639, 460190, 448662, 198 of 316 triangles, 452181, 415073,
523493, 136 of 276 triangles
> select add #2.2315
50 models selected
Drag select of 491386, 470386
Deleted 52 regions
Drag select of 740375, 549438, 532739, 545422, 551273, 507584, 548569, 359 of
600 triangles, 461344, 807536, 547520, 527518, 515191, 415065, 471422, 547550,
533820, 183 of 388 triangles, 552233, 474666, 447489
> select #2.2187
1 model selected
> select #2.1115
1 model selected
> select #2.4836
1 model selected
Drag select of 740375, 549438, 532739, 545422, 551273, 507584, 548569, 267 of
600 triangles, 461344, 807536, 547520, 527518, 481 of 484 triangles, 515191,
415065, 471422, 547550, 533820, 96 of 388 triangles, 552233, 474666, 447489
> select add #2.970
20 models selected
> select add #2.3534
21 models selected
> select add #2.4836
22 models selected
> select add #2.1115
23 models selected
> select add #2.2187
24 models selected
Deleted 24 regions
> select #2.4547
1 model selected
Drag select of 237682, 976 of 1236 triangles, 264188, 794968, 307952, 770201,
289028, 313619, 213000, 240108, 239 of 540 triangles, 314854, 231650, 265352,
284309, 236514, 270310, 305614, 266550, 251042, 326454, 263000, 275034,
248676, 284323, 271491
> select add #2.2779
26 models selected
> select add #2.3345
27 models selected
Deleted 27 regions
> select #2.466
1 model selected
> select add #2.4806
2 models selected
> select add #2.2686
3 models selected
> select add #2.61
4 models selected
Deleted 4 regions
> save "/Users/garciae/Documents/CT scan/pulmons_v1.seg" models #2
> select #2.6
1 model selected
> select add #2.2474
2 models selected
> select subtract #2.2474
1 model selected
> select add #2.2
2 models selected
> select #2.36
1 model selected
> select #2.14
1 model selected
> select add #2.3240
2 models selected
> select add #2.33
3 models selected
Grouped 3 regions
> select #2.27
1 model selected
> select #2.11
1 model selected
Region has 32 adjacent regions
> select #2.123
1 model selected
Region has 1 adjacent regions
> select add #2.1
2 models selected
Grouped 2 regions
Drag select of 1103030, 2756 of 2709740 triangles, 1103032, 8482 of 2581412
triangles, 1102755, 1836 of 18592 triangles, 1075454, 2297 of 10692 triangles,
783484, 5 of 1428 triangles, 194958, 772 of 1048 triangles, 186373, 540 of
1012 triangles, 196205, 742 of 932 triangles, 193605, 558 of 872 triangles,
810229, 426 of 908 triangles, 188902, 299 of 660 triangles, 188892, 145 of 584
triangles, 812143, 210 of 612 triangles, 187574, 321 of 540 triangles, 186396,
92 of 364 triangles, 193568, 262 of 308 triangles
> select #2.6
1 model selected
> select add #2.534
2 models selected
> select add #2.150
3 models selected
> select add #2.4790
4 models selected
> select add #2.1037
5 models selected
> select add #2.358
6 models selected
> select add #2.306
7 models selected
> select add #2.4755
8 models selected
> select add #2.3435
9 models selected
> select add #2.4262
10 models selected
> select add #2.587
11 models selected
> select add #2.286
12 models selected
> select add #2.538
13 models selected
> select add #2.805
14 models selected
> select add #2.1022
15 models selected
> select add #2.1269
16 models selected
> select add #2.276
17 models selected
> select add #2.4325
18 models selected
> select add #2.926
19 models selected
> select add #2.2628
20 models selected
> select add #2.4779
21 models selected
> select add #2.3624
22 models selected
> select add #2.474
23 models selected
> select add #2.364
24 models selected
> select add #2.4078
25 models selected
> select add #2.3193
26 models selected
> select add #2.887
27 models selected
> select add #2.2076
28 models selected
> select add #2.1486
29 models selected
> select add #2.1895
30 models selected
> select add #2.64
31 models selected
Grouped 31 regions
> ~select
Nothing selected
> select #2.4
1 model selected
> select #2.4
1 model selected
> ~select
Nothing selected
> select #2.11
1 model selected
> select add #2.3857
2 models selected
> select add #2.3524
3 models selected
> select add #2.1182
4 models selected
> select add #2.3057
5 models selected
Grouped 5 regions
> ~select
Nothing selected
> select #2.5
1 model selected
> select add #2.2446
2 models selected
Grouped 2 regions
> select #2.5
1 model selected
> ~select
Nothing selected
> select #2.5
1 model selected
> select add #2.599
2 models selected
> select add #2.2431
3 models selected
> select add #2.348
4 models selected
> select add #2.255
5 models selected
> select add #2.4753
6 models selected
> select add #2.4636
7 models selected
> select add #2.1322
8 models selected
> select add #2.4794
9 models selected
> select add #2.3802
10 models selected
> select add #2.3512
11 models selected
Grouped 11 regions
> select #2.5
1 model selected
> select add #2.1693
2 models selected
> select subtract #2.5
1 model selected
> select add #2.5
2 models selected
> select subtract #2.5
1 model selected
> select #2.5
1 model selected
> select subtract #2.5
Nothing selected
> select #2.2
1 model selected
> select add #2.1320
2 models selected
> select add #2.1915
3 models selected
> select add #2.3693
4 models selected
> select add #2.3775
5 models selected
> select add #2.2482
6 models selected
> select add #2.113
7 models selected
> select add #2.268
8 models selected
> select add #2.545
9 models selected
> select add #2.132
10 models selected
> select add #2.4167
11 models selected
> select add #2.822
12 models selected
> select add #2.3830
13 models selected
> select add #2.2060
14 models selected
> select add #2.1160
15 models selected
> select add #2.2379
16 models selected
> select add #2.997
17 models selected
> select add #2.3109
18 models selected
> select add #2.3596
19 models selected
> select add #2.1755
20 models selected
> select add #2.3509
21 models selected
> select add #2.1396
22 models selected
> select add #2.160
23 models selected
> select add #2.3307
24 models selected
> select add #2.4768
25 models selected
> select add #2.1633
26 models selected
> select add #2.499
27 models selected
> select add #2.505
28 models selected
> select add #2.242
29 models selected
> select add #2.660
30 models selected
> select add #2.172
31 models selected
> select add #2.564
32 models selected
> select add #2.806
33 models selected
> select add #2.170
34 models selected
> select add #2.3902
35 models selected
> select add #2.697
36 models selected
> select add #2.350
37 models selected
> select add #2.2981
38 models selected
> select add #2.3891
39 models selected
> select add #2.374
40 models selected
> select add #2.780
41 models selected
> select add #2.24
42 models selected
> select add #2.4980
43 models selected
> select add #2.490
44 models selected
> select add #2.3660
45 models selected
> select add #2.2956
46 models selected
> select add #2.1551
47 models selected
> select add #2.2806
48 models selected
> select add #2.110
49 models selected
> select add #2.761
50 models selected
> select add #2.3011
51 models selected
> select add #2.4567
52 models selected
> select add #2.2890
53 models selected
> select add #2.4506
54 models selected
> select add #2.337
55 models selected
> select add #2.57
56 models selected
Grouped 56 regions
> select #2.2
1 model selected
> select #2.88
1 model selected
> select add #2.4524
2 models selected
> select add #2.4984
3 models selected
> select add #2.2
4 models selected
> select add #2.1573
5 models selected
> select add #2.3302
6 models selected
> select add #2.3401
7 models selected
> select add #2.1060
8 models selected
> select add #2.1732
9 models selected
> select add #2.3837
10 models selected
> select add #2.912
11 models selected
> select add #2.590
12 models selected
> select add #2.4640
13 models selected
> select add #2.2474
14 models selected
> select add #2.3698
15 models selected
> select add #2.1885
16 models selected
> select add #2.1266
17 models selected
> select add #2.3884
18 models selected
> select add #2.764
19 models selected
> select add #2.1809
20 models selected
> select add #2.568
21 models selected
> select add #2.1556
22 models selected
> select add #2.4627
23 models selected
> select add #2.2573
24 models selected
> select add #2.4183
25 models selected
> select add #2.3382
26 models selected
> select add #2.184
27 models selected
> select add #2.343
28 models selected
> select add #2.888
29 models selected
> select add #2.297
30 models selected
> select add #2.612
31 models selected
> select add #2.881
32 models selected
> select add #2.517
33 models selected
> select add #2.998
34 models selected
> select add #2.758
35 models selected
> select add #2.685
36 models selected
> select add #2.1521
37 models selected
> select add #2.2795
38 models selected
> select add #2.2713
39 models selected
> select add #2.302
40 models selected
> select add #2.1030
41 models selected
> select add #2.2201
42 models selected
> select add #2.4967
43 models selected
> select add #2.609
44 models selected
> select add #2.4440
45 models selected
> select add #2.690
46 models selected
> select add #2.523
47 models selected
> select add #2.1380
48 models selected
> select add #2.708
49 models selected
> select add #2.4090
50 models selected
> select add #2.646
51 models selected
> select add #2.2397
52 models selected
Grouped 52 regions
> select add #2.936
2 models selected
> select add #2.1073
3 models selected
> select add #2.484
4 models selected
> select add #2.1963
5 models selected
> select add #2.2322
6 models selected
> select add #2.1647
7 models selected
> select add #2.2731
8 models selected
> select add #2.3446
9 models selected
> select add #2.907
10 models selected
> select add #2.712
11 models selected
> select add #2.2727
12 models selected
> select add #2.3522
13 models selected
> select add #2.2711
14 models selected
> select add #2.932
15 models selected
> select add #2.4961
16 models selected
> select add #2.2643
17 models selected
> select add #2.4052
18 models selected
> select add #2.1255
19 models selected
> select subtract #2.2
18 models selected
> select add #2.2
19 models selected
> select add #2.2714
20 models selected
> select add #2.1145
21 models selected
> select add #2.1391
22 models selected
> select add #2.674
23 models selected
> select add #2.285
24 models selected
> select add #2.826
25 models selected
> select add #2.3216
26 models selected
> select add #2.456
27 models selected
> select add #2.2699
28 models selected
> select add #2.994
29 models selected
> select add #2.858
30 models selected
> select add #2.585
31 models selected
> select add #2.3824
32 models selected
> select add #2.1677
33 models selected
> select add #2.1768
34 models selected
> select add #2.3543
35 models selected
> select add #2.1369
36 models selected
> select add #2.2762
37 models selected
> select add #2.540
38 models selected
> select subtract #2.2
37 models selected
> select add #2.2
38 models selected
> select subtract #2.2
37 models selected
> select add #2.2
38 models selected
> select add #2.921
39 models selected
> select add #2.154
40 models selected
> select add #2.884
41 models selected
> select add #2.3704
42 models selected
> select add #2.4995
43 models selected
> select add #2.3639
44 models selected
> select add #2.3517
45 models selected
> select add #2.3784
46 models selected
> select subtract #2.2
45 models selected
> select add #2.2
46 models selected
> select add #2.2967
47 models selected
> select add #2.2181
48 models selected
Grouped 48 regions
> save "/Users/garciae/Documents/CT scan/pulmons_v2.seg" models #2
> ~select
Nothing selected
> select #2.4
1 model selected
> select add #2.695
2 models selected
> select add #2.339
3 models selected
> select add #2.3873
4 models selected
> select add #2.3065
5 models selected
> select add #2.1167
6 models selected
> select add #2.1347
7 models selected
> select add #2.3188
8 models selected
> select add #2.774
9 models selected
> select add #2.2312
10 models selected
> select add #2.295
11 models selected
> select add #2.2175
12 models selected
> select add #2.3346
13 models selected
> select add #2.3464
14 models selected
> select add #2.1439
15 models selected
> select add #2.168
16 models selected
> select add #2.948
17 models selected
> select add #2.3615
18 models selected
> select add #2.611
19 models selected
> select add #2.420
20 models selected
> select add #2.325
21 models selected
> select add #2.2127
22 models selected
> select add #2.3913
23 models selected
> select add #2.872
24 models selected
> select add #2.4628
25 models selected
> select add #2.2743
26 models selected
> select add #2.1121
27 models selected
> select add #2.3558
28 models selected
> select add #2.1339
29 models selected
> select add #2.186
30 models selected
> select add #2.3252
31 models selected
> select add #2.2919
32 models selected
> select add #2.3221
33 models selected
> select add #2.3868
34 models selected
> select add #2.4877
35 models selected
> select add #2.3125
36 models selected
> select add #2.3949
37 models selected
> select add #2.1686
38 models selected
> select add #2.1820
39 models selected
> select add #2.1944
40 models selected
> select add #2.2710
41 models selected
> select add #2.1028
42 models selected
> select add #2.131
43 models selected
> select add #2.3898
44 models selected
> select add #2.4804
45 models selected
> select add #2.1605
46 models selected
> select add #2.1852
47 models selected
> select add #2.735
48 models selected
> select add #2.1525
49 models selected
> select add #2.314
50 models selected
> select add #2.3895
51 models selected
> select add #2.2655
52 models selected
Grouped 52 regions
> select add #2.684
2 models selected
> select add #2.3391
3 models selected
> select add #2.205
4 models selected
> select add #2.438
5 models selected
> select add #2.2078
6 models selected
> select add #2.782
7 models selected
> select add #2.2842
8 models selected
> select add #2.3224
9 models selected
> select add #2.588
10 models selected
> select add #2.1390
11 models selected
> select add #2.2101
12 models selected
> select add #2.3840
13 models selected
> select add #2.2754
14 models selected
> select add #2.2068
15 models selected
> select add #2.4241
16 models selected
> select add #2.2506
17 models selected
> select add #2.3322
18 models selected
> select add #2.495
19 models selected
> select add #2.2196
20 models selected
> select add #2.987
21 models selected
> select add #2.4050
22 models selected
> select add #2.4023
23 models selected
> select add #2.1614
24 models selected
> select add #2.781
25 models selected
> select add #2.323
26 models selected
> select add #2.308
27 models selected
> select add #2.53
28 models selected
> select add #2.1621
29 models selected
> select add #2.1053
30 models selected
> select add #2.839
31 models selected
> select add #2.4749
32 models selected
> select add #2.169
33 models selected
> select add #2.117
34 models selected
> select add #2.848
35 models selected
> select add #2.157
36 models selected
> select add #2.78
37 models selected
> select add #2.469
38 models selected
> select add #2.692
39 models selected
> select add #2.730
40 models selected
> select add #2.2556
41 models selected
> select add #2.1276
42 models selected
> select add #2.3983
43 models selected
> select add #2.2606
44 models selected
> select add #2.3131
45 models selected
> select subtract #2.4749
44 models selected
> select add #2.963
45 models selected
> select add #2.3404
46 models selected
> select add #2.3714
47 models selected
> select add #2.597
48 models selected
> select add #2.4874
49 models selected
> select add #2.211
50 models selected
> select add #2.852
51 models selected
> select add #2.4641
52 models selected
> select add #2.3115
53 models selected
> select add #2.603
54 models selected
> select add #2.2582
55 models selected
> select add #2.1659
56 models selected
> select add #2.1786
57 models selected
> select add #2.126
58 models selected
> select add #2.2118
59 models selected
> select add #2.1310
60 models selected
> select add #2.4749
61 models selected
> select add #2.4461
62 models selected
> select add #2.1446
63 models selected
> select add #2.4831
64 models selected
> select add #2.416
65 models selected
> select add #2.1955
66 models selected
> select add #2.2384
67 models selected
> select subtract #2.684
66 models selected
> select add #2.684
67 models selected
> select add #2.651
68 models selected
> select add #2.2114
69 models selected
> select add #2.3370
70 models selected
> select add #2.1174
71 models selected
> select add #2.3955
72 models selected
> select add #2.4328
73 models selected
> select add #2.3667
74 models selected
> select add #2.1629
75 models selected
> select subtract #2.4
74 models selected
> select add #2.4
75 models selected
> select add #2.1559
76 models selected
> select add #2.3671
77 models selected
> select add #2.3253
78 models selected
Grouped 78 regions
> ~select
Nothing selected
> select #2.2
1 model selected
> select add #2.572
2 models selected
> select add #2.1772
3 models selected
> select add #2.2870
4 models selected
> select add #2.966
5 models selected
> select add #2.4402
6 models selected
> select add #2.2497
7 models selected
> select add #2.898
8 models selected
> select add #2.835
9 models selected
> select add #2.102
10 models selected
> select add #2.979
11 models selected
> select add #2.3229
12 models selected
> select add #2.3715
13 models selected
> select add #2.895
14 models selected
> select subtract #2.2
13 models selected
> select add #2.2
14 models selected
> select add #2.104
15 models selected
> select add #2.3499
16 models selected
> select add #2.334
17 models selected
> select add #2.68
18 models selected
> select add #2.4747
19 models selected
> select add #2.2963
20 models selected
> select add #2.2877
21 models selected
> select subtract #2.2
20 models selected
> select add #2.2
21 models selected
> select add #2.4902
22 models selected
Drag select of 1102829, 952 of 31520 triangles, 1102431, 578 of 24996
triangles, 1059898, 581 of 3636 triangles, 1015508, 12 of 1916 triangles,
950092, 50 of 1260 triangles, 814622, 86 of 1284 triangles, 468210, 251 of 708
triangles, 167218, 461405, 244 of 592 triangles, 455754, 32 of 368 triangles,
335970, 233 of 316 triangles, 1103061, 1831 of 198720 triangles, 1103064,
14248 of 2522296 triangles
> select add #2.572
14 models selected
> ~select
Nothing selected
> select #2.2
1 model selected
> select add #2.572
2 models selected
> select add #2.4747
3 models selected
> select add #2.2963
4 models selected
> select add #2.68
5 models selected
> select add #2.3499
6 models selected
> select add #2.334
7 models selected
> select add #2.104
8 models selected
> select add #2.895
9 models selected
> select subtract #2.2
8 models selected
> select add #2.2
9 models selected
> select add #2.4902
10 models selected
> select add #2.3715
11 models selected
> select add #2.3229
12 models selected
> select add #2.979
13 models selected
> select add #2.835
14 models selected
> select add #2.102
15 models selected
> select add #2.898
16 models selected
> select add #2.2497
17 models selected
> select add #2.4402
18 models selected
> select add #2.966
19 models selected
> select add #2.1772
20 models selected
> select add #2.2870
21 models selected
> select add #2.452
22 models selected
> select add #2.959
23 models selected
> select add #2.1642
24 models selected
> select add #2.2572
25 models selected
> select add #2.788
26 models selected
> select add #2.4614
27 models selected
> select add #2.3860
28 models selected
> select add #2.1936
29 models selected
> select add #2.647
30 models selected
> select subtract #2.2
29 models selected
> select add #2.2
30 models selected
> select add #2.1040
31 models selected
> select add #2.1267
32 models selected
> select add #2.1297
33 models selected
> select add #2.4296
34 models selected
> select add #2.4555
35 models selected
Grouped 35 regions
> select add #2.2355
2 models selected
> select add #2.1046
3 models selected
> select add #2.957
4 models selected
> select add #2.4119
5 models selected
> select add #2.3811
6 models selected
> select add #2.4949
7 models selected
> select add #2.4363
8 models selected
> select add #2.2988
9 models selected
> select add #2.1643
10 models selected
> select subtract #2.1643
9 models selected
> select add #2.1643
10 models selected
> select add #2.2685
11 models selected
> select add #2.1567
12 models selected
> select add #2.4031
13 models selected
> select add #2.327
14 models selected
> select add #2.59
15 models selected
> select add #2.2469
16 models selected
> select add #2.2144
17 models selected
> select add #2.1636
18 models selected
> select subtract #2.2
17 models selected
> select add #2.2
18 models selected
> select add #2.3012
19 models selected
> select add #2.251
20 models selected
> select add #2.3186
21 models selected
> select add #2.577
22 models selected
> select add #2.3787
23 models selected
> select add #2.754
24 models selected
> select add #2.4754
25 models selected
> select add #2.3039
26 models selected
> select add #2.3889
27 models selected
> select add #2.1485
28 models selected
> select add #2.4281
29 models selected
> select add #2.924
30 models selected
> select add #2.124
31 models selected
> select add #2.2296
32 models selected
> select add #2.536
33 models selected
> select add #2.3412
34 models selected
> select add #2.4375
35 models selected
> select add #2.521
36 models selected
> select add #2.1152
37 models selected
> select add #2.787
38 models selected
> select add #2.1943
39 models selected
> select add #2.447
40 models selected
> select add #2.742
41 models selected
> select add #2.1637
42 models selected
> select subtract #2.1637
41 models selected
> select add #2.1637
42 models selected
> select add #2.385
43 models selected
> select add #2.851
44 models selected
> select add #2.1477
45 models selected
> select add #2.4968
46 models selected
> select add #2.2594
47 models selected
> select add #2.3783
48 models selected
> select add #2.3797
49 models selected
> select add #2.3283
50 models selected
> select add #2.750
51 models selected
> select add #2.281
52 models selected
> select add #2.4300
53 models selected
> select add #2.3215
54 models selected
> select add #2.1312
55 models selected
> select add #2.2142
56 models selected
> select add #2.3812
57 models selected
> select add #2.2948
58 models selected
> select add #2.3227
59 models selected
> select add #2.4509
60 models selected
> select add #2.367
61 models selected
> select add #2.2681
62 models selected
> select add #2.1603
63 models selected
> select add #2.755
64 models selected
> select add #2.201
65 models selected
> select add #2.46
66 models selected
Grouped 66 regions
> select #2.37
1 model selected
> select add #2.2
2 models selected
> select add #2.2070
3 models selected
> select add #2.1598
4 models selected
> select add #2.3163
5 models selected
> select add #2.512
6 models selected
Grouped 6 regions
> select #2.2
1 model selected
> select add #2.3213
2 models selected
> select add #2.4080
3 models selected
> select add #2.700
4 models selected
> select add #2.1986
5 models selected
> select add #2.3604
6 models selected
> select add #2.1378
7 models selected
> select add #2.4443
8 models selected
> select add #2.1595
9 models selected
> select add #2.2359
10 models selected
> select add #2.2342
11 models selected
> select add #2.4264
12 models selected
> select add #2.3658
13 models selected
> select add #2.3537
14 models selected
> select add #2.3680
15 models selected
> select add #2.1116
16 models selected
> select add #2.3553
17 models selected
> select add #2.1138
18 models selected
> select add #2.2403
19 models selected
> select add #2.4979
20 models selected
> select add #2.3100
21 models selected
> select add #2.4330
22 models selected
> select add #2.3340
23 models selected
> select add #2.4145
24 models selected
> select add #2.1947
25 models selected
> select add #2.4216
26 models selected
> select add #2.2375
27 models selected
> select add #2.222
28 models selected
> select subtract #2.3537
27 models selected
> select add #2.4475
28 models selected
> select add #2.179
29 models selected
> select add #2.214
30 models selected
> select add #2.1428
31 models selected
> select add #2.1018
32 models selected
> select add #2.2931
33 models selected
> select add #2.2896
34 models selected
> select add #2.3753
35 models selected
> select add #2.2290
36 models selected
> select add #2.3061
37 models selected
> select add #2.2802
38 models selected
> select add #2.435
39 models selected
> select add #2.4374
40 models selected
> select add #2.3508
41 models selected
> select add #2.197
42 models selected
> select add #2.2203
43 models selected
> select add #2.2877
44 models selected
Grouped 44 regions
> select add #2.3084
2 models selected
> select add #2.3537
3 models selected
> select add #2.1771
4 models selected
> select add #2.2789
5 models selected
> select add #2.2744
6 models selected
> select add #2.3957
7 models selected
> select add #2.796
8 models selected
Grouped 8 regions
> select #2.4
1 model selected
> select add #2.2410
2 models selected
> select add #2.2026
3 models selected
> select add #2.1468
4 models selected
> select subtract #2.1468
3 models selected
> select add #2.3661
4 models selected
> select add #2.3912
5 models selected
> select add #2.1468
6 models selected
> select add #2.2034
7 models selected
> select add #2.4864
8 models selected
> select add #2.3472
9 models selected
> select add #2.3459
10 models selected
> select add #2.641
11 models selected
> select add #2.3511
12 models selected
> select add #2.2205
13 models selected
> select add #2.134
14 models selected
> select add #2.1718
15 models selected
> select add #2.1640
16 models selected
> select add #2.353
17 models selected
> select add #2.4288
18 models selected
> select subtract #2.4
17 models selected
> select add #2.4
18 models selected
> select subtract #2.4
17 models selected
> select add #2.4
18 models selected
> select add #2.1854
19 models selected
> select add #2.2600
20 models selected
> select add #2.676
21 models selected
> select add #2.2891
22 models selected
> select add #2.2923
23 models selected
> select add #2.3239
24 models selected
> select add #2.4273
25 models selected
> select add #2.4788
26 models selected
> select add #2.2277
27 models selected
> select add #2.4451
28 models selected
> select add #2.481
29 models selected
> select add #2.616
30 models selected
> select add #2.4276
31 models selected
> select add #2.13
32 models selected
> select add #2.3068
33 models selected
> select add #2.2155
34 models selected
> select add #2.584
35 models selected
> select add #2.3670
36 models selected
> select subtract #2.641
35 models selected
> select add #2.641
36 models selected
> select add #2.1974
37 models selected
> select add #2.2737
38 models selected
> select add #2.4185
39 models selected
> select add #2.849
40 models selected
> select add #2.2936
41 models selected
> select add #2.1473
42 models selected
> select add #2.3298
43 models selected
> select add #2.3772
44 models selected
> select add #2.2383
45 models selected
> select add #2.3669
46 models selected
> select add #2.3968
47 models selected
> select add #2.2049
48 models selected
> select add #2.3112
49 models selected
> select add #2.2807
50 models selected
> select add #2.3931
51 models selected
> select add #2.687
52 models selected
> select add #2.1591
53 models selected
> select add #2.15
54 models selected
> select add #2.4829
55 models selected
> select add #2.1681
56 models selected
> select add #2.4810
57 models selected
> select add #2.3569
58 models selected
> select add #2.2208
59 models selected
> select add #2.2229
60 models selected
> select add #2.4344
61 models selected
> select add #2.694
62 models selected
> select add #2.985
63 models selected
> select add #2.4275
64 models selected
> select add #2.3778
65 models selected
> select add #2.1054
66 models selected
> select add #2.2667
67 models selected
> select add #2.4588
68 models selected
> select add #2.1656
69 models selected
> select add #2.2722
70 models selected
> select add #2.77
71 models selected
> select add #2.3641
72 models selected
> select add #2.661
73 models selected
> select add #2.71
74 models selected
> select add #2.3975
75 models selected
> select add #2.4566
76 models selected
> select add #2.2457
77 models selected
> select add #2.2079
78 models selected
> select add #2.2490
79 models selected
> select add #2.3488
80 models selected
> select add #2.2689
81 models selected
> select add #2.3650
82 models selected
> select add #2.2318
83 models selected
> select add #2.2993
84 models selected
> select add #2.330
85 models selected
> select add #2.1875
86 models selected
> select add #2.1356
87 models selected
> select add #2.2276
88 models selected
> select add #2.4958
89 models selected
> select add #2.4462
90 models selected
> select add #2.2007
91 models selected
> select subtract #2.4
90 models selected
> select subtract #2.2318
89 models selected
> select subtract #2.15
88 models selected
> select subtract #2.1591
87 models selected
> select subtract #2.4829
86 models selected
> select subtract #2.77
85 models selected
> select subtract #2.3641
84 models selected
> select subtract #2.1681
83 models selected
> select subtract #2.2667
82 models selected
> select subtract #2.4588
81 models selected
> select subtract #2.1656
80 models selected
> select subtract #2.2208
79 models selected
> select subtract #2.2229
78 models selected
> ~select
Nothing selected
> select #2.4
1 model selected
> select add #2.2671
2 models selected
> select add #2.687
3 models selected
> select add #2.3931
4 models selected
> select add #2.408
5 models selected
> select add #2.2490
6 models selected
> select add #2.3975
7 models selected
> select add #2.3488
8 models selected
> select add #2.2722
9 models selected
> select add #2.3232
10 models selected
> select add #2.3650
11 models selected
> select add #2.2689
12 models selected
> select add #2.2667
13 models selected
> select add #2.4588
14 models selected
> select add #2.1656
15 models selected
> select add #2.1681
16 models selected
> select add #2.2208
17 models selected
> select add #2.2229
18 models selected
> select add #2.4344
19 models selected
> select add #2.694
20 models selected
> select add #2.3569
21 models selected
> select add #2.985
22 models selected
> select add #2.3778
23 models selected
> select add #2.4275
24 models selected
> select add #2.4810
25 models selected
> select add #2.1054
26 models selected
> select add #2.15
27 models selected
> select add #2.1591
28 models selected
> select add #2.2318
29 models selected
> select add #2.330
30 models selected
> select add #2.2993
31 models selected
> select add #2.1875
32 models selected
> select add #2.1372
33 models selected
> select add #2.2007
34 models selected
> select add #2.2276
35 models selected
> select add #2.1356
36 models selected
> select add #2.4462
37 models selected
> select add #2.4958
38 models selected
> select add #2.661
39 models selected
> select add #2.71
40 models selected
> select add #2.4566
41 models selected
> select add #2.2457
42 models selected
> select add #2.2079
43 models selected
> select add #2.77
44 models selected
> select add #2.3641
45 models selected
> select add #2.4829
46 models selected
Grouped 46 regions
> select add #2.2807
2 models selected
> select add #2.3112
3 models selected
> select add #2.4788
4 models selected
> select add #2.3068
5 models selected
> select add #2.2155
6 models selected
> select add #2.2923
7 models selected
> select add #2.2891
8 models selected
> select add #2.676
9 models selected
> select add #2.3239
10 models selected
> select add #2.4273
11 models selected
> select add #2.2600
12 models selected
> select add #2.1718
13 models selected
> select add #2.3651
14 models selected
> select add #2.473
15 models selected
> select subtract #2.4
14 models selected
> select add #2.4
15 models selected
> select add #2.357
16 models selected
> select add #2.3899
17 models selected
> select add #2.600
18 models selected
> select add #2.3589
19 models selected
> select add #2.2586
20 models selected
> select add #2.1307
21 models selected
> select add #2.2138
22 models selected
> select add #2.4813
23 models selected
> select add #2.636
24 models selected
> select add #2.1221
25 models selected
> select add #2.2049
26 models selected
> select add #2.3023
27 models selected
> select add #2.4426
28 models selected
> select add #2.1392
29 models selected
> select add #2.1385
30 models selected
> select add #2.2656
31 models selected
> select add #2.1881
32 models selected
> select add #2.1334
33 models selected
> select add #2.1272
34 models selected
> select add #2.2574
35 models selected
> select add #2.709
36 models selected
> select add #2.1729
37 models selected
> select add #2.961
38 models selected
> select add #2.2371
39 models selected
> select add #2.3207
40 models selected
> select add #2.4931
41 models selected
> select add #2.607
42 models selected
> select add #2.2975
43 models selected
> select add #2.3669
44 models selected
> select add #2.2383
45 models selected
> select add #2.3968
46 models selected
> select add #2.909
47 models selected
> select add #2.3298
48 models selected
> select add #2.3772
49 models selected
> select add #2.1974
50 models selected
> select add #2.2737
51 models selected
> select add #2.4185
52 models selected
> select add #2.2936
53 models selected
> select add #2.3670
54 models selected
> select add #2.13
55 models selected
Grouped 55 regions
> select add #2.849
2 models selected
> select add #2.2998
3 models selected
> select add #2.1473
4 models selected
> select add #2.1468
5 models selected
> select subtract #2.1468
4 models selected
> select add #2.2026
5 models selected
> select add #2.1468
6 models selected
> select add #2.3661
7 models selected
> select add #2.3912
8 models selected
> select add #2.2034
9 models selected
> select add #2.2410
10 models selected
> select add #2.3459
11 models selected
> select add #2.3472
12 models selected
> select add #2.641
13 models selected
> select add #2.584
14 models selected
> select add #2.4864
15 models selected
> select add #2.616
16 models selected
> select add #2.4276
17 models selected
> select add #2.481
18 models selected
> select add #2.4451
19 models selected
> select add #2.2277
20 models selected
> select add #2.2205
21 models selected
> select add #2.134
22 models selected
> select add #2.1640
23 models selected
Grouped 23 regions
> select add #2.2372
2 models selected
> select add #2.353
3 models selected
> select add #2.1854
4 models selected
> select subtract #2.1854
3 models selected
> select add #2.3511
4 models selected
> select add #2.1854
5 models selected
> select add #2.4913
6 models selected
> select add #2.4288
7 models selected
> select add #2.2116
8 models selected
> select add #2.93
9 models selected
> select add #2.2679
10 models selected
> select add #2.4511
11 models selected
> select add #2.4188
12 models selected
> select add #2.494
13 models selected
Grouped 13 regions
> select #2.2
1 model selected
> select add #2.1911
2 models selected
> select add #2.1156
3 models selected
> select add #2.2867
4 models selected
> select add #2.2819
5 models selected
Grouped 5 regions
> select #2.4
1 model selected
> select add #2.2934
2 models selected
> select add #2.1620
3 models selected
> select add #2.2090
4 models selected
> select subtract #2.4
3 models selected
> select add #2.4
4 models selected
> select subtract #2.4
3 models selected
> select add #2.4
4 models selected
> select add #2.4231
5 models selected
> select add #2.3770
6 models selected
> select add #2.1837
7 models selected
> select add #2.1765
8 models selected
> select add #2.913
9 models selected
> select add #2.1459
10 models selected
> select add #2.28
11 models selected
> select add #2.1070
12 models selected
> select add #2.394
13 models selected
> select add #2.1282
14 models selected
> select add #2.1844
15 models selected
Grouped 15 regions
> select #2.4
1 model selected
> select add #2.321
2 models selected
Grouped 2 regions
> select #2.5
1 model selected
> select add #2.1693
2 models selected
> select add #2.4164
3 models selected
Grouped 3 regions
> select add #2.4398
2 models selected
Grouped 2 regions
> select #2.4
1 model selected
> select add #2.2
2 models selected
> select #2.2418
1 model selected
Region has 1 adjacent regions
> select #2.2200
1 model selected
> select add #2.4
2 models selected
Grouped 2 regions
> save "/Users/garciae/Documents/CT scan/pulmons_v3.seg" models #2
> ~select
Nothing selected
> select #2.4
1 model selected
> ~select
Nothing selected
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v5.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v5.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> hide #!1 models
> hide #!1.1 models
> select add #2
2083 models selected
> select subtract #2
Nothing selected
> open "/Users/garciae/Documents/CT scan/pulmons_v2.seg"
Summary of feedback from opening /Users/garciae/Documents/CT
scan/pulmons_v2.seg
---
notes | Volume data not found
Showing 2520 region surfaces
Opened pulmons_v2.seg
> hide #!2 models
> hide #!7 models
> show #!2 models
> hide #!2 models
> show #!2 models
> hide #!2 models
> show #!7 models
> close #7
Showing 5 CT (Torax 1 Br59 AR) scaled gaussian.seg - 2082 regions, 2082
surfaces
> hide #!2 models
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_raw.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v2.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v3.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v4.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v5.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> open "/Users/garciae/Documents/CT scan/lungs_contour_650.seg"
Summary of feedback from opening /Users/garciae/Documents/CT
scan/lungs_contour_650.seg
---
notes | Volume data not found
Showing 65 region surfaces
Opened lungs_contour_650.seg
> select #7.62
1 model selected
> select add #7.57
2 models selected
Grouped 2 regions
> select #7.65
1 model selected
> select #7.63
1 model selected
> select #7.9
1 model selected
> select #7.5
1 model selected
> select #7.1
1 model selected
> select #7.38
1 model selected
> close #7
Showing 5 CT (Torax 1 Br59 AR) scaled gaussian.seg - 2082 regions, 2082
surfaces
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v5.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> select #2.2031
1 model selected
Region has 1 adjacent regions
> select #2.4
1 model selected
> select #2.4612
1 model selected
> select add #2.5
2 models selected
Grouped 2 regions
> select #2.2031
1 model selected
Region has 1 adjacent regions
> select add #2.5
2 models selected
Grouped 2 regions
Showing 2080 region surfaces
> select #2.36
1 model selected
> select add #2.1
2 models selected
> select add #2.27
3 models selected
> select #2.4
1 model selected
> select add #2.2
2 models selected
> select clear
> select #2.5
1 model selected
Region has 12 adjacent regions
> select #2.2
1 model selected
> select add #2.4
2 models selected
> select #2.3304
1 model selected
> select add #2.395
2 models selected
> select add #2.5
3 models selected
> select add #2.79
4 models selected
> select add #2.4409
5 models selected
> select add #2.2015
6 models selected
Grouped 6 regions
> ~select
Nothing selected
> select #2.5
1 model selected
Region has 7 adjacent regions
> select #2.4
1 model selected
> select add #2.2
2 models selected
> select #2.633
1 model selected
> select add #2.2412
2 models selected
> select add #2.4131
3 models selected
> select add #2.4670
4 models selected
Region has 3 adjacent regions
> select #2.4
1 model selected
Drag select of 789560, 265450, 249982, 347666, 1103084, 208989 of 209180
triangles
> select #2.1
1 model selected
> select add #2.27
2 models selected
> select add #2.36
3 models selected
> select #2.4
1 model selected
Drag select of 1102907, 1102753, 1100673, 1100676, 1089829, 1079271, 1099002,
1090324, 1090258, 1078544, 1079153, 1090375, 1090194, 1012112, 1079311,
1059880, 1056512, 1079372, 977060, 1057614, 1079575, 1059408, 1079667,
1090389, 1006706, 855643, 869831, 1016540, 893545, 1004859, 1014590, 897943,
1014611, 933878, 1079931, 1021797, 1017841, 619420, 917517, 1059738, 1018424,
908870, 1015537, 909463, 615856, 942958, 1017521, 1022324, 930766, 952428,
948572, 923534, 901785, 616398, 907452, 899292, 913063, 911889, 1019723,
899617, 657257, 1023148, 953221, 932638, 953057, 936513, 952489, 1060094,
915900, 1022021, 941949, 942356, 915976, 950676, 930103, 930184, 902838,
934661, 922579, 913093, 939371, 939446, 945210, 943699, 696707, 770225,
953034, 950082, 680481, 952452, 716453, 1021071, 953341, 716490, 950679,
710960, 946809, 940372, 719609, 930676, 929440, 715361, 1022281, 926802,
952330, 683850, 683109, 334709, 649628, 930596, 946199, 931234, 795146,
808824, 940410, 953023, 741793, 945118, 946685, 724984, 948710, 952314,
947262, 946183, 947542, 312556, 693658, 742993, 950207, 770440, 926068,
942832, 744500, 941086, 947330, 747678, 778480, 945169, 741393, 936567,
784162, 948682, 943032, 734300, 802146, 946146, 733706, 949292, 314872,
797726, 948720, 780535, 384633, 287938, 179476, 818703, 819752, 712043,
285698, 327801, 952528, 701726, 750168, 712411, 953261, 774273, 810888,
286832, 795372, 712870, 777500, 947256, 754781, 929562, 936830, 808285,
942115, 773673, 726104, 952088, 943852, 819477, 814292, 783373, 947937,
781141, 263027, 814980, 715719, 764377, 762997, 743387, 947319, 454706,
225621, 818196, 942223, 771280, 809069, 189972, 737752, 758577, 816273,
346360, 289212, 774511, 286770, 707568, 160407, 237871, 240290, 803167,
325474, 760299, 949564, 784344, 759735, 724987, 760660, 334876, 763836,
320985, 253383, 311426, 359168, 748004, 763653, 683589, 816876, 950863,
306850, 333585, 818812, 275128, 808355, 734500, 808416, 196147, 178517,
795451, 271687, 808525, 808346, 802125, 358091, 266664, 225571, 182739,
257229, 316046, 213277, 764107, 425751, 243864, 774864, 797544, 381266,
806783, 213058, 205758, 358151, 802581, 302093, 348761, 166058, 225583,
715159, 504632, 405771, 258478, 807318, 743389, 173699, 792250, 236533,
502556, 816358, 774099, 811119, 324388, 307047, 795412, 237858, 234157,
203244, 160305, 320877, 304440, 214506, 313703, 292613, 794930, 819056,
810280, 770834, 806654, 730548, 393933, 380086, 291525, 411654, 499157,
158127, 299976, 441817, 764094, 756061, 802839, 506687, 127623, 417584,
755273, 804403, 196154, 163745, 368281, 787685, 275269, 255925, 402228,
236675, 405839, 472637, 411597, 793167, 291410, 367086, 197340, 794456,
781031, 272793, 184083, 358107, 437198, 341735, 380000, 224535, 220836,
260861, 409369, 399847, 364951, 219442, 406967, 780675, 126580, 242651,
478280, 792317, 786830, 322011, 453574, 255958, 261951, 802773, 194904,
191270, 795230, 440742, 783647, 747742, 286922, 293770, 177412, 781345,
818673, 332414, 182742, 194876, 340661, 231864, 816219, 274053, 458081,
348881, 812180, 271776, 330085, 234167, 804117, 474758, 800087, 191096,
374203, 414084, 777939, 733584, 236701, 807278, 299993, 472558, 260671,
181863, 806406, 456993, 157217, 373083, 260727, 218092, 806457, 194984,
224476, 784415, 237795, 395232, 288066, 236679, 799877, 191190, 327811,
246528, 230667, 130621, 285581, 225694, 222019, 369597, 169282, 322093,
305746, 286900, 194724, 198672, 361565, 231728, 261894, 369552, 257224,
286722, 808768, 194671, 308109, 141096, 817073, 289153, 289175, 807092,
429214, 395215, 818728, 411817, 774073, 812028, 345231, 404576, 808849,
299771, 194953, 188894, 339516, 337254, 243897, 498093, 280864, 411646,
495834, 792355, 309208, 784894, 231790, 163718, 230518, 412889, 305861,
334808, 194665, 464819, 151569, 371767, 257111, 309214, 470424, 340647,
388100, 254774, 403416, 230564, 218289, 416429, 386942, 814621, 202254,
802034, 723859, 224530, 318545, 362559, 135712, 341821, 369585, 271740,
787031, 784109, 403521, 389220, 128666, 425812, 471506, 253649, 371848,
320833, 231868, 245084, 355569, 337063, 388196, 454645, 354482, 411752,
161572, 376359, 456890, 250030, 169439, 381257, 237825, 215751, 759078,
419665, 151665, 441883, 369667, 452432, 224307, 502554, 203348, 187684,
146331, 292661, 208150, 792790, 816996, 420855, 237903, 213036, 306943,
431426, 124665, 786295, 203324, 445448, 496958, 429213, 251037, 283339,
389279, 406922, 440606, 773867, 388176, 459153, 759912, 193609, 178284,
201050, 299919, 370678, 152646, 291482, 363858, 272857, 349895, 361537,
414006, 336049, 391723, 170556, 323087, 341707, 269210, 232947, 324178,
461455, 295256, 346464, 804696, 794687, 425717, 237849, 225575, 353253,
819818, 383449, 366180, 397640, 289152, 171729, 237842, 238958, 140004,
816434, 816342, 297377, 271591, 266796, 300852, 152687, 229265, 219640,
388141, 256057, 339392, 317336, 349849, 188810, 819214, 219549, 208049,
222000, 214568, 409442, 188721, 352048, 810657, 315076, 334869, 396448,
288073, 351180, 332562, 140015, 264277, 240145, 317358, 305712, 393965,
315111, 302237, 302364, 167050, 462522, 245286, 340655, 240146, 363762,
211796, 199774, 176083, 246380, 162494, 212998, 411838, 307976, 272835,
259600, 428166, 347619, 358078, 337109, 226898, 409314, 251195, 301106,
185207, 253501, 211868, 211781, 273031, 197328, 180576, 471516, 253677,
390434, 313715, 181676, 256128, 170524, 299806, 802270, 327831, 329014,
469413, 468304, 446554, 188706, 214428, 177427, 322074, 277466, 185075,
366204, 231877, 816577, 423422, 812715, 205639, 421029, 324344, 181917,
375335, 419783, 517392, 438347, 276480, 385861, 464803, 277499, 353376,
278577, 290402, 507690, 307959, 467109, 276329, 465975, 266824, 328935,
326451, 175957, 177111, 366125, 383565, 232967, 819103, 231795, 348751,
279666, 287910, 259554, 204468, 376491, 355694, 148600, 191056, 398697,
424636, 315031, 369555, 167151, 300966, 309261, 449936, 363868, 435912,
441878, 409361, 121611, 376439, 148578, 311489, 273979, 346329, 264197,
325566, 274054, 411737, 424682, 482945, 275109, 490418, 480595, 397404,
203494, 187456, 345315, 143256, 313736, 345159, 219497, 375293, 396329,
352232, 118682, 234322, 293918, 153904, 274162, 229249, 819262, 266653,
369681, 182849, 385819, 225734, 283182, 186389, 187560, 420918, 147362,
389400, 424545, 266595, 404618, 324217, 182952, 418614, 219333, 491484,
113839, 362702, 173831, 177356, 382378, 379951, 270376, 322076, 331234,
191127, 179454, 254628, 369577, 140971, 417468, 358097, 155956, 327826,
153843, 341687, 252350, 228046, 157036, 395218, 180755, 373071, 185177,
388106, 368385, 154909, 384780, 272907, 326526, 193453, 192361, 448898,
454707, 381340, 381342, 362596, 501401, 377485, 342766, 267835, 175046,
347555, 290341, 214418, 389245, 338458, 364911, 204699, 337240, 174997,
458096, 389321, 300907, 309097, 299776, 205575, 418669, 385915, 342850,
492568, 334762, 434879, 187700, 291522, 305756, 204405, 323155, 309108,
393945, 151578, 429180, 377694, 432659, 470426, 365065, 171772, 342807,
474796, 300996, 280879, 478332, 270471, 429170, 419823, 167112, 426886,
385837, 270499, 192483, 237708, 180706, 298846, 467161, 447760, 253480,
360310, 265438, 204481, 392853, 810906, 292735, 191110, 363674, 370804,
370844, 387039, 387050, 386893, 265507, 297523, 295221, 173671, 488245,
369472, 305690, 188797, 405925, 381389, 228149, 430440, 451131, 350939,
396339, 396224, 284396, 214647, 196229, 191262, 355803, 296404, 180776,
369484, 132653, 453484, 467116, 230522, 357972, 143253, 426986, 348720,
296302, 282199, 286821, 440752, 353238, 354478, 402185, 307933, 184071,
137797, 258406, 241487, 346561, 121624, 278672, 197431, 194846, 176049,
304632, 499138, 257099, 362520, 390598, 471497, 231690, 348915, 413006,
368337, 325407, 377464, 411620, 309308, 328987, 318498, 235590, 366060,
173974, 324240, 179738, 454605, 164961, 441821, 391726, 366003, 234278,
289111, 363866, 210537, 177127, 178586, 443067, 361478, 311638, 459234,
371870, 303509, 385870, 230448, 417473, 317300, 461443, 389427, 339518,
242734, 204463, 306825, 159127, 461474, 465995, 304502, 284422, 328932,
308172, 190123, 252390, 198671, 323281, 275067, 403380, 380105, 231692,
414089, 315016, 416450, 263098, 289132, 406960, 316172, 208087, 221982,
328951, 361642, 124644, 284455, 276410, 339471, 210429, 185214, 360368,
376432, 371911, 475875, 204378, 263271, 432626, 365096, 501397, 233044,
164976, 369651, 451146, 280977, 432526, 346386, 334925, 385710, 226906,
240346, 501393, 376533, 348935, 332557, 312606, 333595, 481770, 364995,
367154, 263047, 143258, 350960, 317397, 247595, 211733, 327760, 197297,
336012, 420926, 352211, 291516, 363811, 445335, 257062, 370792, 159121,
460345, 334941, 329021, 351099, 430456, 346514, 191113, 178430, 209494,
459212, 182738, 456946, 336062, 205658, 248848, 187491, 393828, 419685,
356867, 302327, 246544, 341828, 320791, 380107, 336007, 389350, 254717,
317359, 451218, 378708, 448876, 382533, 381346, 232945, 267951, 213264,
390465, 380182, 213127, 369645, 139888, 339375, 393982, 356855, 337152,
445372, 449967, 253520, 334747, 114845, 276323, 177396, 278579, 263212,
432588, 299927, 416297, 283338, 386871, 312661, 461533, 347583, 349858,
257123, 295024, 213318
> save "/Users/garciae/Documents/CT scan/pulmons_v4.seg" models #2
Grouped 1142 regions
> ~select
Nothing selected
> select #2.3
1 model selected
Region has 2 adjacent regions
> select add #2.4
2 models selected
Grouped 2 regions
> ~select
Nothing selected
> select #2.2
1 model selected
> select #2.3218
1 model selected
> select #2.1414
1 model selected
Region has 2 adjacent regions
> select #2.2
1 model selected
> select #2.2
1 model selected
> select #2.2
1 model selected
Region has 924 adjacent regions
> select #2.2
1 model selected
> select #2.5
1 model selected
Drag select of 1098784, 1077738, 1078582, 1060348, 1090123, 1095982, 1089775,
1058369, 1079243, 1090226, 1079345, 1079207, 1015195, 1057365, 834694,
1020605, 1013518, 1060318, 1013912, 1011140, 1006081, 1059096, 1059858,
912073, 1022306, 1079516, 1014323, 1022560, 934898, 1016062, 1079796, 1020221,
1021863, 1020939, 885971, 1021994, 1059898, 1022044, 650723, 1022456, 1022531,
913475, 615666, 946192, 167031, 940385, 929503, 1019890, 1059263, 592719,
1060364, 1018081, 1023456, 891272, 1023292, 903196, 946050, 1020962, 714858,
1015508, 933645, 923907, 950276, 946737, 1021076, 920050, 948822, 952108,
647608, 1020023, 725408, 939270, 932466, 1023043, 816628, 945437, 733006,
755344, 775303, 933601, 801952, 230526, 751199, 750096, 386991, 754486,
711411, 721798, 800161, 945215, 783484, 1019154, 937587, 934841, 952305,
737287, 742312, 720438, 942920, 951449, 767460, 933823, 803182, 949602,
675074, 953300, 489287, 759446, 763155, 806715, 280946, 793030, 760590,
743601, 781419, 952932, 275064, 737795, 948666, 717323, 794701, 775400,
945378, 719677, 812295, 948658, 312596, 738395, 764195, 381118, 773762,
692320, 706999, 943905, 339360, 952438, 663297, 944627, 391541, 321895,
806832, 790671, 166080, 941509, 773549, 362761, 802160, 415180, 712042,
738541, 816460, 728554, 327729, 950384, 795087, 790422, 806686, 945246,
312588, 760423, 208277, 292716, 770689, 792379, 723671, 716827, 143189,
194958, 947610, 781743, 206999, 940243, 376596, 802312, 798076, 747888,
808293, 773871, 754076, 217045, 495840, 795781, 737451, 302044, 952426,
743776, 750679, 952172, 258409, 743801, 739594, 272964, 352078, 738649,
767286, 734568, 151720, 795348, 505664, 212022, 172669, 946216, 750310,
808797, 787098, 778818, 361596, 365057, 441747, 177101, 675596, 733456,
233124, 789676, 819433, 188712, 213270, 739752, 245241, 186373, 812711,
438418, 170501, 283354, 816714, 484994, 790670, 404750, 801999, 201203,
209517, 239085, 377521, 952940, 807136, 458014, 263102, 774949, 805059,
334900, 224452, 218179, 801819, 388190, 169393, 340625, 295265, 326576,
342750, 152797, 337037, 177360, 946953, 183921, 371844, 165012, 795952,
219555, 336011, 196066, 454602, 300985, 797262, 170616, 789798, 386998,
293947, 806118, 781939, 473697, 431486, 381141, 193605, 333773, 408208,
324441, 293866, 357921, 408200, 417671, 209470, 275255, 438338, 349962,
275217, 768078, 805266, 783609, 338257, 283254, 368197, 453561, 464824,
501445, 819633, 211839, 771873, 795052, 219512, 796010, 794716, 792769,
412803, 324279, 446618, 341813, 251286, 363808, 810229, 784684, 167172,
459190, 327671, 474756, 151670, 302294, 288054, 404736, 172713, 291618,
449972, 279844, 161529, 316117, 442930, 430381, 209246, 812526, 389330,
302340, 234386, 433704, 454597, 360382, 461488, 259656, 368371, 247650,
189945, 469448, 799622, 191172, 384566, 444217, 355646, 489281, 347582,
367240, 794899, 419819, 144356, 806659, 453558, 391629, 377612, 443036,
310378, 462494, 493658, 199996, 218231, 417437, 770480, 150645, 363708,
275359, 152711, 304656, 391780, 461400, 269046, 404683, 231787, 303463,
249852, 814683, 319584, 487170, 800410, 157234, 303434, 376561, 397578,
490352, 367232, 237828, 225721, 363764, 346320, 248908, 141090, 258369,
382572, 795924, 446483, 459287, 225714, 211800, 368198, 341845, 366026,
454681, 272785, 183975, 348921, 320829, 228207, 222044, 274101, 467070,
472563, 178602, 410432, 767032, 161596, 305820, 482935, 416328, 305692,
185117, 296441, 366190, 309095, 157049, 313895, 424657, 468210, 361355,
410524, 360417, 812412, 391647, 356895, 490389, 155868, 176017, 483906,
376435, 409423, 174000, 341710, 283106, 208308, 473666, 173937, 328817,
247545, 333667, 346407, 368241, 257020, 360272, 365058, 369407, 255998,
343945, 410667, 193682, 326624, 322049, 185025, 205717, 271800, 197351,
324206, 370747, 242853, 209401, 505676, 409289, 331145, 216965, 358003,
816718, 377527, 437155, 355790, 318611, 248733, 275166, 384653, 299826,
329020, 241600, 325328, 489368, 795274, 509890, 332459, 266684, 342777,
278799, 203456, 458103, 184019, 389275, 317452, 804750, 818800, 423460,
434851, 293934, 346348, 389413, 340475, 224457, 237799, 158091, 176052,
419631, 334693, 188902, 205738, 257308, 470534, 327802, 464827, 278725,
344065, 380125, 415166, 428129, 512087, 397545, 237913, 220795, 226878,
425676, 417652, 289255, 358035, 229397, 422163, 391761, 318593, 251025,
388174, 337075, 382404, 260785, 224436, 438290, 233078, 185033, 216959,
374294, 257267, 265578, 332392, 376520, 448770, 141080, 273040, 804340,
233139, 179666, 316008, 306919, 254621, 479542, 347566, 378685, 276466,
362488, 178490, 287834, 305696, 387053, 347701, 187467, 219459, 409452,
286890, 167218, 136778, 418575, 417650, 228189, 259626, 248840, 457001,
395230, 472545, 390541, 368312, 305716, 809322, 254831, 220776, 370858,
433789, 267859, 209347, 215904, 296248, 237866, 375330, 334946, 213250,
283370, 386930, 812780, 348669, 437162, 452371, 389384, 431579, 411782,
297616, 296445, 141001, 339361, 263004, 495889, 327850, 374100, 461405,
385872, 312688, 396349, 411621, 355578, 367289, 279917, 402045, 332344,
271756, 160449, 170440, 409461, 356817, 449910, 362726, 806851, 364848,
450046, 369442, 183926, 321865, 181869, 241627, 812143, 350976, 125726,
305629, 402231, 141056, 404479, 356985, 388011, 292644, 291594, 155854,
416263, 409301, 325425, 267900, 374240, 262119, 211920, 313704, 145191,
323180, 201159, 195932, 338363, 339489, 226862, 449991, 322111, 331190,
455802, 488193, 291501, 172785, 286815, 305796, 199891, 327756, 387030,
402176, 180829, 369638, 209361, 281970, 522548, 151599, 441931, 296394,
354347, 439424, 288017, 480605, 271736, 368321, 230651, 281032, 369373,
215901, 452351, 149618, 324397, 239001, 389161, 353265, 232930, 218227,
288045, 330203, 283406, 265588, 191268, 187574, 220777, 268030, 360236,
413990, 385907, 444322, 166105, 446624, 221899, 281049, 475900, 440649,
382467, 154977, 432641, 319845, 351134, 472599, 410494, 374250, 312682,
211871, 168394, 316186, 451259, 436001, 193448, 218362, 177422, 300801,
435966, 321982, 309218, 431574, 266599, 261916, 436093, 318676, 242888,
325507, 395211, 398669, 330025, 410479, 205760, 377550, 300945, 295204,
340548, 180622, 375369, 409288, 375456, 173852, 348650, 362689, 277674,
362584, 402243, 462564, 233066, 242749, 250049, 295245, 495815, 174914,
516386, 341627, 220830, 505689, 288116, 286932, 414110, 366196, 404549,
355663, 439480, 295232, 121584, 393953, 192410, 391602, 459164, 390462,
348819, 417628, 480537, 242803, 241507, 301077, 277632, 383666, 278550,
450057, 161564, 303464, 391708, 348682, 302284, 377599, 193436, 128672,
454712, 352052, 444153, 437063, 397398, 300013, 301072, 269167, 432685,
411740, 316002, 213066, 392752, 402330, 481683, 213164, 251297, 164742,
367129, 466033, 178620, 444118, 319835, 322104, 341607, 467085, 186396,
449937, 309115, 222056, 186455, 352295, 272983, 304501, 271774, 176089,
176224, 379942, 455754, 233167, 392746, 419800, 259580, 262072, 325342,
151654, 193568, 335970, 428011, 404585, 306918, 276498, 397612, 362654,
282213, 293862, 329050, 352314, 266688, 439464, 255890, 332595, 485007,
361431, 247666, 333706, 397466, 220745, 442911, 256029, 418572, 163831,
178580, 355813, 453529, 253637, 406942, 478361, 257258, 397647, 431570,
286925, 417568, 224538, 277702, 290233, 331179, 344108, 264228, 276216,
316204, 411650, 151741, 188815, 395227, 260839, 453487, 324210, 183938,
395149, 477105, 374278, 275137, 393834, 262041, 340649, 235457
Grouped 922 regions
Region has 2 adjacent regions
> select add #2.2
2 models selected
Grouped 2 regions
Showing 11 region surfaces
> ~select
Nothing selected
> select add #2.1
1 model selected
> select add #2.36
2 models selected
> select add #2.27
3 models selected
> select add #2.2
4 models selected
> select add #2.3
5 models selected
> select add #2.5
6 models selected
Showing 11 region surfaces
> select #2.1
1 model selected
> select add #2.36
2 models selected
> select add #2.27
3 models selected
> select #2.1736
1 model selected
> save "/Users/garciae/Documents/CT scan/pulmons_v5_3pieces.seg" models #2
> select #2.3
1 model selected
> select #2.2412
1 model selected
Region has 2 adjacent regions
> select add #2.3
2 models selected
> select add #2.633
3 models selected
Grouped 3 regions
> select #2.4670
1 model selected
> select add #2.4131
2 models selected
Region has 2 adjacent regions
> select add #2.3
3 models selected
Grouped 3 regions
> select #2.1736
1 model selected
> select add #2.2
2 models selected
Grouped 2 regions
Showing 6 region surfaces
> ~select
Nothing selected
> save "/Users/garciae/Documents/CT scan/pulmons_v5_3pieces.seg" models #2
> select add #2.2
1 model selected
> select add #2.5
2 models selected
> select add #2.3
3 models selected
Grouped 3 regions
> open "/Users/garciae/Documents/CT scan/arbre_bronquial_v5.seg"
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/dialog.py", line 334, in _qt_safe
run(session, "open " + " ".join([FileNameArg.unparse(p) for p in paths]) + (""
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 132, in cmd_open
models = Command(session, registry=registry).run(provider_cmd_text,
log=log)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 215, in provider_open
models, status = collated_open(session, None, [data], data_format,
_add_models,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 526, in collated_open
return remember_data_format()
^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/open_command/cmd.py", line 497, in remember_data_format
models, status = func(*func_args, **func_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 45, in open
return open_segmentation(session, path, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 116, in open_segmentation
seg = read_segmentation(session, path, open = False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 308, in read_segmentation
debug(" - map path: " + map_path)
~~~~~~~~~~~~~~~~^~~~~~~~~~
See log for complete Python traceback.
> hide #!2 models
> show #!6 models
> hide #!6 models
> show #!2 models
Drag select of 1103092, 482 of 4825432 triangles
> ~select
Nothing selected
> save "/Users/garciae/Documents/CT scan/pulmons_v5_1piece.seg" models #2
> select add #2
5 models selected
> select subtract #2
Nothing selected
> show #!6 models
> hide #!2 models
> show #!5 models
> hide #!6 models
> volume #5 level 498.1
> volume #5 level 300
> volume #5 level 100
> volume #5 level 700
> volume #6 level 700
> volume #5 level 800
> volume #5 level 850
> volume #5 level 900
> volume #5 level 950
> volume #5 level 850
> hide #!5 models
> show #!4 models
> hide #!4 models
> close #6
> show #!1.1.5 models
> volume #1.1.5 level -650
> hide #!1.1.5 models
> show #!2 models
> hide #!2 models
> show #!1.1.5 models
> show #!4 models
> hide #!1.1.5 models
> volume #4 level -650
> show #!1.1.5 models
> hide #!1.1.5 models
> show #!1.1.5 models
> hide #!1.1.5 models
> show #!1.1.5 models
> hide #!4 models
Segmenting 5 CT (Torax 1.0 Br59 AR), density threshold -650.000000
Only showing 5000 of 1007490 regions.
Showing 5000 of 1007490 region surfaces
Only showing 5000 of 34545 regions.
Showing 5000 of 34545 region surfaces
1007490 watershed regions, grouped to 34545 regions
Showing 5 CT (Torax 1 Br59 AR).seg - 34545 regions, 5000 surfaces
> hide #!1.1.5 models
Drag select of 2146453, 1994097 of 2579400 triangles, 2146454, 2132316,
2141463, 2100974, 2132429, 2052159, 2101972, 2103203, 1910576, 2121340,
2054017, 2100408, 2099010, 2100972, 2100425, 1925383, 2049120, 2058919,
1899042, 2062962, 1947681, 2065681, 1935902, 2102256, 2060831, 1914370,
1946712, 2101297, 1951336, 1983419, 2063908, 1209 of 1504 triangles, 1913425,
1299 of 1512 triangles, 1980517, 1964543, 1938734, 1955657, 2058471, 1687007,
1954171, 1661026, 1988095, 1982291, 1715394, 1984221, 2062034, 2102319,
1987160, 2102352, 2065738, 1983778, 1989387, 2062767, 2063956, 1983096, 865 of
1236 triangles, 1705552, 1997473, 2067983, 1811922, 1815224, 1974177, 2066105,
1982142, 1960447, 1986854, 1211147, 1981032, 161 of 1116 triangles, 1812353,
1980657, 1990385, 1733767, 2065862, 1994587, 2000388, 1210053, 1995251,
1984091, 1809747, 1981876, 1992072, 1792687, 1784128, 1824333, 1996401,
1992891, 1806087, 1763397, 1779258, 1999171, 1852987, 1315456, 1281781,
1999484, 1264298, 1236342, 1994090, 1832355, 1995451, 1215429, 1447662, 626 of
908 triangles, 1830861, 1509001, 1997162, 1991230, 1838899, 1794332, 66 of 836
triangles, 1456825, 1995788, 1838397, 1840002, 1802966, 2067066, 1820201,
1850482, 1811882, 1870355, 1855648, 727 of 988 triangles, 1848711, 1864110,
1783688, 662 of 796 triangles, 2000246, 1867011, 1997732, 1836511, 1362039,
1868185, 1493646, 1825313, 1861896, 1331558, 1818698, 1993669, 1290260,
1874356, 408924, 2000217, 1435260, 1326565, 1842090, 1473747, 694142, 1863411,
1382542, 553821, 1827397, 1512898, 1493874, 1857025, 1856765, 1369627,
1315339, 1851841, 296066, 1464741, 1547651, 1536883, 1531299, 1519157,
1515605, 1299125, 1869302, 1461309, 1862851, 1861267, 1850735, 1104324,
1455598, 1850405, 210919, 273 of 640 triangles, 1490451, 1131675, 1429326, 229
of 680 triangles
Deleted 172 regions
Only showing 15000 of 34373 regions.
Showing 15000 of 34373 region surfaces
Drag select of 1994307, 1993877, 1802878, 1302475, 1375030, 1569183, 695 of
704 triangles, 1471935, 1459177, 1871956, 1534972, 1874812, 1607784, 1405433,
1837297, 1483156, 1423266, 1572787, 758915, 400 of 620 triangles, 1569084,
756776, 572401, 82 of 608 triangles, 1326018, 1301597, 632212, 1532673,
1519284, 1996367, 1481214, 1036814, 1546789, 1400758, 1554495, 1454965,
1515123, 1495240, 1161656, 1575497, 1871260, 1868164, 1515417, 1836113,
1553840, 1460664, 1863884, 1868184, 1497626, 1871786, 1850527, 1530670,
1050183, 1852004, 758976, 1568727, 1568555, 1549882, 1032194, 1437450,
1603258, 345521, 1586900, 1574576, 599681, 1871645, 1531119, 1061545, 1869574,
1493233, 206 of 588 triangles, 1480710, 60285, 1545954, 1863843, 1537830,
1432555, 1602702, 1497628, 1556879, 1550596, 1171846, 1536493, 1530169,
1611428, 1858401, 1590436, 1129617, 806133, 934782, 1573515, 1568729, 917356,
1567604, 1559962, 1558232, 1516837, 1591791, 225595, 1385142, 1563384,
1542107, 1540872, 1619437, 1528604, 690078, 859270, 601622, 1558556, 1867254,
1846442, 628235, 1577076, 319748, 1849839, 1616785, 878455, 1606381, 1594631,
1870779, 1576847, 541 of 556 triangles, 1572960, 1551873, 1548871, 721911,
1510992, 1070370, 1575672, 1571144, 1551112, 1545146, 1127513, 1531491,
535982, 1036764, 1576383, 1574838, 1557202, 1527434, 1607190, 1604473,
1866011, 49842, 1499423, 423076, 1576180, 913114, 605800, 1465347, 246120,
1536588, 1625400, 1093349, 1434463, 44707, 1522272, 1609270, 1112972, 1600770,
739388, 1395773, 1576728, 1570147, 1568211, 1469731, 1627353, 1108615,
1865796, 1070452, 1594827, 75 of 484 triangles, 9183, 867725, 1496516, 646504,
1572552, 492441, 102937, 1560467, 49 of 540 triangles, 1552930, 334414,
1551163, 1549579, 1614385, 1596396, 1070422, 996329, 1583280, 1484597,
1032334, 1567527, 1562297, 138 of 476 triangles, 1552381, 1171855, 91958,
1539667, 902262, 1613446, 1595560, 525414, 156167, 1537833, 1624260, 527070,
754593, 1535276, 1612939, 1141811, 219919, 442456, 591616, 1589284, 1072775,
70603, 1584825, 1579744, 1578002, 1576245, 939045, 184853, 850872, 1154045,
1567912, 1567348, 351088, 1547601, 489368, 1526931, 1616082, 1110733, 353717,
1057074, 248929, 797580, 518660, 184823, 372820, 498766, 797536, 1139871, 115
of 440 triangles, 1626692, 1622324, 1618305, 208005, 1608997, 996331, 1155988,
1591679, 1486037, 513429, 1571578, 1570866, 351039, 778392, 797511, 1541160,
1533645, 465 of 520 triangles, 1620156, 1619505, 1117112, 1613553, 1061512,
1608345, 1039066, 1601136, 1598763, 987501, 1135687, 773988, 372726, 164815,
478294, 1556181, 552071, 1553217, 1551512, 1009691, 713272, 150549, 897883,
1594601, 1589187, 1585682, 202237, 632287, 978495, 319822, 1569354, 577973,
450227, 640429, 1554240, 1552054, 587661, 784699, 756780, 1631802, 611882,
825302, 31617, 1611281, 1108602, 1603203, 208040, 867763, 1588956, 1086450,
599623, 882910, 464076, 351096, 502073, 416181, 54950, 75905, 810409, 1050239,
68018, 949935, 634253, 1620210, 566656, 473410, 857249, 1516838, 342742,
1045843, 1054812, 1590685, 791076, 595744, 1123320, 735050, 652574, 818897,
57621, 795461, 372867, 272454, 636345, 591658, 29180, 383537, 530566, 1627140,
1127537, 1133726, 199317, 287168, 902241, 1619877, 570428, 648462, 904321,
936807, 1612806, 803930, 1604215, 1602120, 732776, 473505, 219880, 1097868,
1586898, 1579679, 1575811, 882896, 479850, 1104343, 475079, 281342, 838175,
685775, 609913, 876350, 876318, 436249, 1619792, 337041, 1526102, 100 of 368
triangles, 199198, 1143916, 771741, 1598512, 829540, 1597608, 812565, 1050153,
1030008, 1583169, 978486, 1095621, 735054, 457542, 576129, 184889, 440425,
721939, 272482, 278340, 275271, 724140, 1627599, 786809, 728527, 967476,
1003030, 119502, 1603971, 486190, 1601710, 555673, 232 of 372 triangles,
139196, 378152, 1585641, 471901, 432027, 190554, 175 of 400 triangles, 176245,
932477, 170340, 934808, 1032286, 62666, 299041, 696244, 182 of 352 triangles,
605713, 630218, 628219, 470256, 263646, 583851, 852958, 685763, 505318, 91952,
715535, 1625570, 1615094, 1014327, 406465, 196349, 788913, 219872, 956454,
1586994, 130775, 1585541, 167585, 882885, 464045, 100238, 758942, 941296,
947740, 57649, 478303, 339950, 55009, 1149971, 536039, 640426, 782634, 460808,
1125389, 1635059, 1633982, 756711, 351134, 219825, 1627195, 199243, 675377,
683849, 1615806, 1117066, 936871, 702706, 359402, 773965, 380813, 1601230,
1047972, 700452, 568590, 1005234, 1052412, 1155938, 773990, 360 of 376
triangles, 773994, 908757, 147732, 176317, 882914, 991969, 260626, 939018,
831688, 448281, 534250, 945602, 36984, 763181, 763195
Deleted 499 regions
Drag select of 2099998, 1786699, 1852575, 1434283, 1866435, 1873577, 1447700,
1862778, 1866593, 1507212, 1494072, 1524732, 490896, 1864468, 1443618,
1358869, 1852427, 1514578, 1505042, 939033, 833817, 1512523, 1571885, 1484567,
1861271, 1484999, 548490, 816822, 1466636, 1328721, 1605839, 656692, 1462202,
1605055, 113816, 1874972, 1604064, 1601427, 1153918, 319832, 974071, 1586924,
1483800, 1626744, 878452, 1570732, 1519508, 1595845, 1855710, 1568726, 518634,
1608839, 367462, 891458, 1578237, 1460561, 518610, 871899, 1560955, 73135,
1576021, 502042, 1630156, 1016425, 111058, 562996, 791032, 1581495, 776076,
1619307, 730571, 555702, 1581175, 228511, 646476, 818937, 173186, 1544889,
1600852, 850774, 956421, 1564583, 351033, 685758, 1551676, 743742, 251798,
81091, 613850, 945552, 1557384, 511788, 745964, 974009, 68022, 1620920,
1616491, 1601866, 385954, 791021, 1032300, 976211, 765256, 453870, 173165,
1626940, 675227, 683822, 260511, 301897, 958713, 908667, 1480194, 1149926,
1621335, 1618454, 613833, 925890, 808201, 237366, 1081927, 91977, 468688,
398960, 142073, 328540, 487743
Deleted 127 regions
> select #2.14
1 model selected
Deleted 1 regions
Drag select of 1154068, 1171932, 1579896, 1171941
> select add #2.7475
5 models selected
Deleted 5 regions
> select #2.6
1 model selected
Deleted 1 regions
> select #2.1
1 model selected
> select #2.10486
1 model selected
Drag select of 1803467, 1505408, 114 of 664 triangles, 1547492, 1474540,
1845556, 1521286, 1596672, 1451997, 1563433, 1596470, 81058, 266165, 322712,
112 of 352 triangles
Deleted 13 regions
Only showing 15000 of 33727 regions.
Showing 15000 of 33727 region surfaces
Drag select of 1829997, 195 of 1060 triangles, 1835396, 213 of 700 triangles,
159089, 985220, 741549, 139114, 446467, 102901, 1127563, 502129, 356545,
838190, 767577, 1147931, 589526, 190492, 251889, 251841, 91938, 1050234,
489366, 316910, 708900, 164 of 296 triangles, 260583, 1023242, 495609,
1612293, 660714, 765320, 859247, 804030, 1025501, 1599485, 1063690, 161 of 308
triangles, 700478, 1155901, 176 of 376 triangles, 1075014, 750247, 26485,
595660, 568533, 225593
> select add #2.7034
43 models selected
Deleted 43 regions
Drag select of 2062930, 1175 of 1780 triangles, 1991158, 870 of 996 triangles,
1996187, 1829385, 242 of 768 triangles, 1853801, 392 of 688 triangles,
1580937, 360 of 512 triangles, 198905, 67 of 396 triangles, 64975, 298 of 388
triangles, 204708, 31 of 360 triangles, 97344, 546677, 508680, 724032, 861356,
348169, 642388, 1621241, 1600094, 869897, 889337, 1171720
Deleted 21 regions
> select ~sel & ##selected
Nothing selected
Drag select of 2146450, 48 of 5853100 triangles, 2133046, 2654 of 9144
triangles, 1865829, 2000251, 2000210, 1581741, 777 of 800 triangles, 1869141,
646 of 648 triangles
> select subtract #2.9
6 models selected
Deleted 6 regions
Only showing 15000 of 33657 regions.
Showing 15000 of 33657 region surfaces
> select #2.9
1 model selected
> ~select
Nothing selected
> select #2.76
1 model selected
Region has 8 adjacent regions
> select #2.9
1 model selected
Drag select of 2146475, 2146500, 2146511, 1874672
Grouped 4 regions
Region has 123 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select #2.9
1 model selected
> select add #2.1
2 models selected
Drag select of 2146458, 2146493, 2145840, 2146168, 2146026, 2138656, 2122205,
2141789, 2133130, 2122483, 2133125, 2133013, 2067500, 2141747, 2068005,
2102843, 2122823, 2103479, 1997243, 2066867, 2066407, 2122800, 2068035,
1998414, 2066865, 2067967, 2001180, 1871807, 2066883, 2066842, 1998472,
1874622, 1998520, 1874456, 1861187, 2001095, 1871442, 1871278, 1995875,
1865089, 2001076, 2068013, 1871649, 1867980, 1999920, 2000025, 1615182,
1616147, 1999734, 1874473, 1864587, 1867860, 1633268, 1868515, 1871225,
1874392, 1625870, 1871361, 1633732, 1867970, 1616661, 854110, 1871359,
1625683, 872504, 1556625, 1632793, 979175, 1626134, 1626509, 1632998, 791511,
807058, 926986, 1625624, 868406, 1575211, 885728, 1614928, 939910, 1615482,
842909, 891992, 1625972, 2146513
Grouped 85 regions
Region has 626 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select #2.270
1 model selected
> select #2.10
1 model selected
Ungrouped to 85 regions, but did not show their surfaces, see Options
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1077, in OpenSegmentation
dir = os.path.dirname(dmap.data.path) if dmap else None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 152, in dirname
TypeError: expected str, bytes or os.PathLike object, not tuple
TypeError: expected str, bytes or os.PathLike object, not tuple
File "", line 152, in dirname
See log for complete Python traceback.
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1077, in OpenSegmentation
dir = os.path.dirname(dmap.data.path) if dmap else None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 152, in dirname
TypeError: expected str, bytes or os.PathLike object, not tuple
TypeError: expected str, bytes or os.PathLike object, not tuple
File "", line 152, in dirname
See log for complete Python traceback.
Drag select of 2146482, 2146506, 2146495, 2146499, 44829 of 44868 triangles,
2146442, 2146505, 2145796, 2146512, 2145573, 2145176, 2145158, 2146018,
2146017, 2146020, 2143524, 2141784, 2145566, 2143528, 2145560, 2141758,
2133112, 2141735, 2122778, 2122781, 2141733, 2133056, 2103484, 2133002,
2132980, 2122798, 2103082, 2122839, 2141764, 2122722, 2122814, 2138676,
2122737, 2132951, 2122799, 2122598, 2122630, 2122817, 2122797, 2103612,
2067915, 2103315, 2133063, 2122795, 2065716, 2122595, 2103086, 2122440,
2122773, 2066020, 2103749, 2065144, 2067881, 2122580, 2103684, 2122742,
2103732, 2067410, 2067105, 2103013, 1996687, 2103572, 2067842, 2103406,
2133092, 2067364, 2103058, 2000884, 2067360, 1997381, 2067783, 2067989,
2103699, 2067290, 2067907, 1998044, 2067134, 2066719, 1999556, 2000661,
2103360, 1999472, 1999666, 2066040, 2067974, 2067276, 2067083, 1870062,
2066778, 1999602, 2103676, 1860348, 1999254, 2103384, 2067125, 1999297,
1999372, 1997327, 1867121, 2067786, 2068042, 2103621, 1997111, 2068037,
1863288, 1998216, 1997037, 2000540, 1863750, 1997101, 2066691, 2067386,
1873313, 2000627, 1999450, 1999317, 2000763, 1998189, 1864088, 1999114,
1873728, 1998003, 1998391, 1999344, 2000868, 2001084, 1873218, 1870837,
1998149, 2000885, 1867129, 1866904, 1856131, 1999357, 1867213, 1867267,
1996711, 1999742, 1993203, 1999620, 2000532, 2000870, 1871514, 1999513,
2001102, 1862738, 2067781, 1867385, 1874685, 1870277, 2000946, 1870886,
1621396, 1870051, 1863771, 2000670, 1871095, 745140, 1869964, 2000632,
1862958, 1863183, 1873726, 1873767, 1870498, 1999606, 2000904, 1869995,
1999496, 1868130, 1868128, 1859908, 1873407, 1859344, 1999533, 1867004,
1873831, 1999827, 1623963, 1622874, 1601152, 1630404, 1999874, 1873450,
1632735, 1625361, 1874191, 1612911, 1615705, 1863532, 1623452, 1873736,
1871399, 1871148, 1874090, 1631170, 1873319, 1631890, 1874018, 1611965,
1870539, 1873607, 1601880, 1870602, 1625822, 1851980, 1625958, 1867248,
1874286, 1605045, 1874002, 670522, 1568315, 1863636, 1631673, 1631190,
1624804, 1621136, 1623144, 1873847, 1606077, 948876, 1442532, 1626064,
1874553, 1573759, 1615939, 639840, 1631264, 1622589, 725530, 611448, 1601748,
605084, 1587715, 1554095, 1623030, 1873757, 1873585, 1632658, 1624256,
1623634, 1874128, 1614129, 1602914, 1873503, 1614826, 1614636, 654225,
1625995, 1874688, 747305, 1631384, 1624858, 1622214, 1614550, 1599135,
1571843, 1626590, 1623955, 1874334, 1613234, 1612077, 1599407, 1589916,
488572, 1632797, 1870984, 1624427, 1624009, 1613805, 1612931, 1612131,
1602793, 1571277, 579329, 699711, 1631540, 1613233, 1602884, 1599998, 1598960,
712469, 703974, 703963, 1612907, 496590, 1625896, 1624460, 1621707, 729654,
1613135, 1612536, 1603273, 1600022, 1631021, 1625518, 1873780, 1615729,
1590559, 933549, 639999, 1622678, 651933, 749357, 503197, 716907, 731118,
1604834, 1602057, 1599667, 807616, 631562, 1633691, 710377, 1623886, 1613534,
480693, 523018, 1600701, 601011, 871078, 514787, 1632155, 1631383, 1631020,
1623713, 1614763, 644038, 433519, 453229, 678643, 778896, 1632465, 1623111,
1622845, 1622215, 1621666, 1616149, 1614059, 1613193, 957811, 717071, 471161,
723352, 721075, 935621, 1631352, 650024, 637674, 631567, 693528, 1631202,
1624270, 916606, 1612932, 1612861, 955297, 666380, 920626, 743155, 901194,
617226, 955316, 613188, 762191, 506448, 699648, 333980, 1621585, 755936,
770037, 418033, 516328, 571690, 957314, 772974, 560596, 1614026, 1599747,
660093, 602900, 664191, 455195, 623582, 924713, 656264
Grouped 391 regions
Region has 84 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select #2.41
1 model selected
Drag select of 2122717, 2122720, 2066647, 2067698, 2102988, 2103282, 2066114,
2067728, 2067180, 2067697, 1995321, 1873351, 2000584, 1873211, 1871241,
1870050, 1863221, 1873166, 1624903, 1870188, 1611750, 1870266, 1600560,
1586582, 1632478, 1873302, 1873233, 1616663, 1866811, 1603676, 1622771,
1621769, 1630667, 1599359, 1621637, 1040072, 1625050, 467770, 1621427, 820356,
1615125, 555295, 395615, 852401, 517716, 421694, 575655, 981656, 469682,
2146515
Grouped 50 regions
Only showing 5000 of 33215 regions.
Showing 5000 of 33215 region surfaces
Drag select of 2146451, 204205 of 6598428 triangles, 2146459, 633910 of
1308696 triangles, 2146479, 6229 of 87068 triangles, 2146488, 61192 of 84544
triangles, 2146334, 5109 of 19760 triangles, 2143486, 20757 of 24172
triangles, 2143474, 805 of 9732 triangles, 2143495, 2143457, 2132850, 68 of
3436 triangles, 2102937, 5611 of 5712 triangles, 2133026, 6420 of 6424
triangles, 2122866, 2122679, 3397 of 4592 triangles, 2122506, 4538 of 4992
triangles, 2063705, 2057382, 1236 of 2932 triangles, 2133142, 398 of 6200
triangles, 2050616, 2061084, 2103149, 2103189, 1288 of 3556 triangles,
1901985, 553 of 1860 triangles, 2068014, 2064145, 2064017, 1148 of 1524
triangles, 2066456, 2541 of 2832 triangles, 2066385, 1995713, 916 of 1516
triangles, 2001316, 1997303, 2119 of 2392 triangles, 1998745, 546 of 2240
triangles, 2103811, 2067978, 553 of 1436 triangles, 1998654, 853 of 1812
triangles, 2066916, 1997443, 562 of 1700 triangles, 2001300, 736 of 2156
triangles, 2068072, 1991931, 488 of 1236 triangles, 2001055, 1784546, 1759030,
266 of 956 triangles, 1860731, 1769709, 558 of 940 triangles, 1871475,
2001224, 1998726, 1868748, 1861202, 575 of 1028 triangles, 2067373, 862 of
1240 triangles, 1800610, 230 of 904 triangles, 2001261, 922 of 1260 triangles,
1997385, 6 of 1256 triangles, 1444863, 481 of 836 triangles, 2068081, 2001320,
1860400, 2001284, 573 of 1280 triangles, 2000015, 1874934, 1999967, 1868200,
329 of 860 triangles, 1820633, 1847461, 1865320, 1575561, 1875078, 1853324
> ~select
Nothing selected
> select ~sel & ##selected
Nothing selected
> select #2.16
1 model selected
> select add #2.56
2 models selected
> select add #2.67
3 models selected
> select add #2.152
4 models selected
Grouped 4 regions
Region has 159 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
Drag select of 2146460, 2146486, 2146497, 2146276, 2122807, 2133117, 2068003,
2067397, 2067951, 2066904, 1998486, 2068052, 1856672, 2001071, 1999700,
1997296, 2067776, 1871489, 2001200, 1867873, 2000767, 1591165, 1999820,
1874375, 1871592, 1871541, 1874591, 2001056, 1604844, 2001111, 1860634,
1606157, 2001062, 1603601, 1874457, 2146517
Grouped 36 regions
Region has 776 adjacent regions
> select #2.2
1 model selected
> select add #2.1
2 models selected
> select add #2.9
3 models selected
> select #2.27
1 model selected
> select #2.3
1 model selected
> ~select
Nothing selected
> select #2.279
1 model selected
Drag select of 2146477, 2146490, 2146503, 2146446, 2146504, 2146510, 2146366,
2146157, 2146444, 2145831, 2145553, 2146273, 2144526, 2146270, 2145825,
2146023, 2144537, 2145561, 2138627, 2145823, 2133101, 2143513, 2143514,
2133089, 2138599, 2138674, 2122714, 2133083, 2145161, 2138698, 2133067,
2133059, 2103605, 2122613, 2132992, 2133103, 2141760, 2103374, 2122719,
2132994, 2133076, 2133098, 2133071, 2103611, 2103387, 2122771, 2103717,
2103298, 2122591, 2133077, 2133068, 2000736, 2103710, 2103351, 2122786,
2103655, 2103635, 2132990, 2132998, 2133072, 2103292, 2122733, 2103318,
2103075, 2067284, 2063535, 2067237, 2103418, 2103416, 2103010, 2066658,
2067264, 2066756, 2067190, 2067172, 2103681, 2066684, 2067729, 2103615,
2103302, 2103737, 2122748, 2103698, 2066639, 2067253, 1997036, 2103657,
2122725, 2067219, 2103603, 2103725, 2103588, 2103299, 2103297, 2067847,
2066709, 1996784, 2067750, 1996565, 1999564, 1998104, 2067906, 1999287,
1998300, 2067098, 2103606, 1999392, 2067940, 1997950, 2067108, 2067764,
1999266, 2067722, 2067208, 1997915, 2067892, 2000490, 2067342, 2067898,
2067856, 1998289, 2067210, 2000625, 2000554, 2067817, 2067846, 1864308,
2000717, 1999616, 1999338, 1999676, 1999309, 2067191, 1997149, 1275068,
2000935, 1874138, 1999417, 2000936, 1999563, 1873253, 1999068, 1999663,
2000516, 1860411, 1997035, 2067129, 1870104, 2000654, 1994346, 2000611,
1999610, 2000746, 2000778, 1866556, 2067745, 1999644, 1999442, 1999242,
1871016, 1867847, 1867608, 1874301, 2000860, 1866732, 2000925, 1867228,
1999477, 1999163, 1997992, 1999168, 1999325, 1867447, 2000750, 1998350,
1874046, 1870533, 1864107, 1870141, 1869968, 1600981, 2000949, 1863352,
1999631, 1998087, 1574093, 1871029, 1603168, 1870736, 1874259, 1873505,
1873626, 1873716, 1599893, 1867227, 1870241, 1440584, 1870038, 544409,
1863792, 1873541, 1997996, 469742, 1873537, 1870678, 1869994, 1631672,
1866500, 1622411, 1873443, 1873902, 1863328, 1873689, 1874474, 1612984,
1612328, 1603304, 1999362, 1866984, 1621446, 1867499, 1873310, 1873866,
1614379, 1869956, 1871515, 1999102, 1874378, 2146518, 2093001 of 2119852
triangles
> select subtract #2.21
228 models selected
Grouped 228 regions
> ~select
Nothing selected
Drag select of 2146477, 176121 of 199076 triangles, 2146519, 903035 of 3288832
triangles
Grouped 2 regions
Region has 740 adjacent regions
> select #2.2
1 model selected
> select add #2.9
2 models selected
> select add #2.1
3 models selected
> select #2.27
1 model selected
Ungrouped to 2 regions
> select #2.6
1 model selected
Ungrouped to 2 regions
> select #2.14
1 model selected
Ungrouped to 2 regions
> select #2.6
1 model selected
Ungrouped to 2 regions
> select #2.14
1 model selected
Ungrouped to 2 regions
> select #2.21
1 model selected
> select add #2.16
2 models selected
> select add #2.18
3 models selected
> select add #2.8
4 models selected
Grouped 4 regions
Region has 5 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select add #2.2
3 models selected
> select #2.8
1 model selected
> select add #2.6
2 models selected
Grouped 2 regions
> select #2.279
1 model selected
Drag select of 2145839, 2145569, 2132997, 2138700, 2138682, 2138701, 2103745,
2103729, 2122810, 2103437, 2066759, 2103411, 1999753, 2066814, 2067400,
2067339, 2103124, 2067977, 2067949, 1999867, 2066805, 1856669, 2103733,
1999660, 2000973, 2067912, 2068006, 1998429, 2000988, 1874277, 2000482,
1871511, 1867734, 1998415, 2000543, 1999709, 1999643, 1864418, 2000967,
1999822, 1874147, 1869771, 1614827, 1614989, 1864175, 1874497, 1871237,
1604459, 1874324, 2000561, 1999116, 2000959, 1614830, 1869676, 1999704,
2000957, 1632928, 1874485, 2146520, 3488048 of 3488108 triangles
Grouped 59 regions
Region has 684 adjacent regions
> select #2.2
1 model selected
> select add #2.9
2 models selected
> select add #2.1
3 models selected
> select #2.6
1 model selected
> select add #2.279
2 models selected
Drag select of 2146494, 2146501, 2146523
Grouped 3 regions
Region has 757 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select add #2.2
3 models selected
> select #2.6
1 model selected
> select #2.279
1 model selected
> select #2.820
1 model selected
Drag select of 2122646, 2067469, 2068067, 2000049, 2067985, 1997338, 1861184,
2001026, 1998503, 1999906, 1871828, 1871561, 1871433, 1864481, 1874645,
1626734, 1616570, 1864781, 1871713, 1874566, 1871531, 2146524
Grouped 22 regions
Region has 736 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select add #2.2
3 models selected
> select #2.6
1 model selected
> select #2.279
1 model selected
> select add #2.820
2 models selected
> select subtract #2.820
1 model selected
> select #2.3
1 model selected
Ungrouped to 22 regions
> select #2.49
1 model selected
Ungrouped to 3 regions
> select #2.163
1 model selected
Ungrouped to 2 regions
> select #2.170
1 model selected
Ungrouped to 2 regions
> select #2.180
1 model selected
> select #2.163
1 model selected
Ungrouped to 2 regions
> select #2.170
1 model selected
Ungrouped to 2 regions
> select #2.163
1 model selected
Ungrouped to 2 regions
> select #2.170
1 model selected
Ungrouped to 2 regions
> select #2.262
1 model selected
Ungrouped to 2 regions
> select #2.170
1 model selected
> select #2.170
1 model selected
Ungrouped to 2 regions
> select #2.310
1 model selected
> select #2.158
1 model selected
Ungrouped to 59 regions
> select #2.803
1 model selected
Ungrouped to 2 regions
> select #2.158
1 model selected
Ungrouped to 228 regions
> select #2.2089
1 model selected
Ungrouped to 36 regions, but did not show all surfaces, see Options
> select #2.2813
1 model selected
Ungrouped to 4 regions, but did not show all surfaces, see Options
Drag select of 2103777, 1999906, 2067469, 2067985, 2068067, 1626734, 1871828,
2122646, 1874645, 2000049, 1871713, 1874566, 1864781, 1616570, 1997338,
1871561, 1861184, 1864481, 1998503, 2001026, 1871433, 1871531, 2146501,
2146422, 1019757, 1874796, 1592414, 2065856, 2000079, 1865179, 2138701,
1864418, 1864175, 1871511, 2103745, 1632928, 2000543, 1999867, 1999822,
2103729, 2132997, 2000959, 1999643, 2000482, 1874497, 2000973, 1999116,
1869771, 1614827, 1999753, 1874147, 2122810, 2138700, 2138682, 2066814,
2103437, 2066759, 2000561, 2067400, 1614989, 1874485, 1614830, 2068006,
2103733, 1856669, 2066805, 1874277, 2067339, 2103124, 2067977, 1999660,
1999704, 1871237, 1869676, 1604459, 1999709, 1874324, 1998429, 2067949,
2000988, 1998415, 2145839, 1867734, 2000967, 2067912, 2145569, 2000957,
2103411, 2146477, 2103611, 1997915, 2133071, 1999564, 2103717, 2132998,
2067253, 1997996, 1631672, 1996565, 1603304, 1998300, 2103698, 2145553,
2067190, 2066639, 2067191, 2067098, 2067129, 1873505, 2144526, 1998350,
2138627, 2133083, 1994346, 1873443, 2122748, 2141760, 1999325, 2103655,
544409, 2000717, 1871029, 1999309, 1999442, 2000778, 2146446, 1874474,
2146023, 2144537, 1997950, 1874046, 1874138, 2146270, 2145161, 1873902,
1999676, 2122771, 2103351, 2067264, 2000746, 2146273, 2145561, 2000935,
1999663, 2103657, 1275068, 2133098, 2000949, 2143514, 2067722, 2122725,
2103292, 2138599, 1999068, 1873716, 1999338, 2067846, 1869956, 1870141,
2067729, 1999610, 2133072, 2145823, 2103737, 2067906, 2067208, 2145825,
2133076, 1874378, 1999392, 1999477, 2103297, 2067210, 2000625, 2133101,
2103606, 2103298, 2145831, 2067764, 2103299, 1997035, 2146157, 2122733,
2103615, 2146503, 1997036, 2000554, 2067745, 1873689, 2103603, 2067342,
2103605, 2103302, 2146490, 1996784, 2122719, 1873537, 2066709, 1999563,
1871515, 1869968, 1867227, 1999266, 2067219, 1867499, 1867228, 2133068,
2146366, 2067940, 2067284, 1870104, 2000611, 2138674, 1998104, 1599893,
1873541, 1863352, 2103374, 2103681, 2000860, 1860411, 2146444, 1440584,
2143513, 1870038, 469742, 2146504, 1612328, 1874301, 2103588, 2067108,
1600981, 2066658, 1867447, 2103710, 1863792, 2146510, 1870678, 2133077,
1621446, 2067817, 1873866, 1866500, 1998289, 2067856, 1870736, 2122591,
2103010, 1873253, 1873310, 2103318, 1864308, 2133059, 2122613, 2063535,
1866732, 2000490, 1867608, 2122786, 1864107, 1999616, 2066756, 2067172,
1622411, 2103387, 1870241, 1614379, 1999163, 2067237, 1999644, 2067892,
1997149, 1874259, 2067898, 2000516, 2067750, 1999102, 2138698, 1574093,
2000925, 2122714, 2133103, 2000750, 2103418, 1998087, 1999168, 2133067,
1873626, 1866984, 1999631, 2103075, 2067847, 1997992, 2133089, 1612984,
1999242, 2103725, 1869994, 1863328, 2132990, 2066684, 2000936, 1603168,
2000654, 1867847, 2103416, 1871016, 1999417, 2132992, 2000736, 2103635,
1866556, 1870533, 1999362, 1999287, 2132994, 1998486, 1997296, 2122807,
2133117, 2146276, 1874591, 1871541, 2146497, 2067397, 1606157, 2068003,
1871592, 2066904, 2068052, 2001111, 1867873, 2001200, 1874375, 2001056,
1860634, 2001071, 1999820, 2001062, 2146460, 2000767, 1591165, 1874457,
1871489, 1856672, 1999700, 2146508
Grouped 347 regions
Region has 540 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select #2.2
1 model selected
> select add #2.6
2 models selected
Only showing 5000 of 32878 regions.
Showing 5000 of 32878 region surfaces
> select #2.10
1 model selected
Region has 36 adjacent regions
> select add #2.9
2 models selected
> select add #2.12
3 models selected
> select add #2.1
4 models selected
> select #2.24
1 model selected
Region has 27 adjacent regions
> select #2.9
1 model selected
Region has 13344 adjacent regions
> select #2.1
1 model selected
> select #2.4486
1 model selected
> select add #2.941
2 models selected
> select add #2.2076
3 models selected
> select add #2.656
4 models selected
> select add #2.3301
5 models selected
> select add #2.2887
6 models selected
> select add #2.4959
7 models selected
> select add #2.2031
8 models selected
> select add #2.1429
9 models selected
> select add #2.239
10 models selected
Deleted 10 regions
> select #2.12
1 model selected
> select add #2.9
2 models selected
> select #2.1617
1 model selected
> select #2.25
1 model selected
Region has 27 adjacent regions
> select #2.9
1 model selected
Drag select of 2146481, 2146159, 2146271, 2103371, 1998186, 2103660, 1999546,
2067228, 1588989, 1863896, 1873654
Grouped 11 regions
Region has 17 adjacent regions
> select #2.9
1 model selected
Region has 13331 adjacent regions
> select #2.1
1 model selected
> select add #2.7
2 models selected
> select add #2.9
3 models selected
> select #2.25
1 model selected
> select add #2.22
2 models selected
> select add #2.134
3 models selected
> select add #2.461
4 models selected
> select add #2.283
5 models selected
> select add #2.10
6 models selected
Grouped 6 regions
Region has 169 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select add #2.12
3 models selected
> select add #2.41
4 models selected
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.27
1 model selected
Ungrouped to 2 regions
Drag select of 2146528, 931 of 1935800 triangles, 2146231, 1868 of 97460
triangles
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.27
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.27
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.27
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.27
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.27
1 model selected
Ungrouped to 2 regions
> select #2.1421
1 model selected
Ungrouped to 2 regions
> select #2.1429
1 model selected
Ungrouped to 2 regions
> select #2.1421
1 model selected
Drag select of 2146493, 2145840, 2146168, 2146026, 2138656, 2122205, 2141789,
2133130, 2122483, 2133125, 2133013, 2067500, 2141747, 2068005, 2102843,
2122823, 2103479, 1997243, 2066867, 2066407, 2122800, 2068035, 1998414,
2066865, 2067967, 2001180, 1871807, 2066883, 2066842, 1998472, 1874622,
1998520, 1874456, 1861187, 2001095, 1871442, 1871278, 1995875, 1865089,
2001076, 2068013, 1871649, 1867980, 1999920, 2000025, 1615182, 1616147,
1999734, 1874473, 1864587, 1867860, 1633268, 1868515, 1871225, 2146528,
2146429, 2146291, 1632141, 2103703, 747377, 1998273, 706013, 1873989, 2144321,
1614206, 710661, 2000862, 2132637, 2122794, 2067919
> select subtract #2.20
69 models selected
Grouped 69 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.22
1 model selected
Ungrouped to 2 regions
> select #2.60
1 model selected
Ungrouped to 2 regions
> select #2.61
1 model selected
Ungrouped to 2 regions
> select #2.60
1 model selected
> select #2.60
1 model selected
Ungrouped to 2 regions
> select #2.61
1 model selected
Ungrouped to 2 regions
> select #2.92
1 model selected
Ungrouped to 2 regions
> select #2.61
1 model selected
Ungrouped to 2 regions
> select #2.92
1 model selected
Drag select of 2146529, 1989236, 2146104, 1991906, 2101802, 1917370, 2144934,
2144038, 2143165, 2141581, 2138275, 593246, 2122423
Grouped 13 regions
Region has 311 adjacent regions
> select #2.1
1 model selected
> select add #2.9
2 models selected
> select add #2.12
3 models selected
> select #2.1421
1 model selected
> select add #2.92
2 models selected
> select add #2.41
3 models selected
> select #2.10
1 model selected
Region has 311 adjacent regions
> select #2.12
1 model selected
Region has 95 adjacent regions
> select #2.10
1 model selected
> select #2.9
1 model selected
Drag select of 2146450, 5771216 of 5853100 triangles, 2146456, 2103284,
2122532, 2063420, 1996442, 1845861, 1804160, 1322179, 2000492, 1873184,
1845871, 1841012, 1526752, 1480508, 429842, 1549556
Grouped 17 regions
Region has 13342 adjacent regions
> select #2.2
1 model selected
> select add #2.1
2 models selected
> select #2.10
1 model selected
> select #2.9
1 model selected
> select #2.846
1 model selected
> select add #2.69
2 models selected
> select add #2.898
3 models selected
> select add #2.1299
4 models selected
> select add #2.594
5 models selected
> select add #2.745
6 models selected
> select add #2.215
7 models selected
> select add #2.377
8 models selected
> select add #2.171
9 models selected
> select add #2.3460
10 models selected
> select add #2.3675
11 models selected
> select add #2.182
12 models selected
> select add #2.571
13 models selected
> select add #2.356
14 models selected
> select add #2.401
15 models selected
> select add #2.538
16 models selected
> select add #2.2111
17 models selected
> select add #2.544
18 models selected
> select add #2.1105
19 models selected
> select add #2.347
20 models selected
Grouped 20 regions
Region has 2 adjacent regions
> select #2.9
1 model selected
> select add #2.12
2 models selected
Region has 13323 adjacent regions
> select #2.1
1 model selected
> select #2.59
1 model selected
> select add #2.9
2 models selected
> select add #2.7
3 models selected
> select add #2.101
4 models selected
> select add #2.305
5 models selected
> select add #2.1909
6 models selected
> select add #2.3881
7 models selected
> select add #2.4491
8 models selected
> select add #2.3063
9 models selected
Grouped 9 regions
> select #2.10
1 model selected
> select add #2.1027
2 models selected
> select add #2.2966
3 models selected
> select add #2.12
4 models selected
> select subtract #2.12
3 models selected
> select add #2.1617
4 models selected
> select add #2.681
5 models selected
> select add #2.1802
6 models selected
> select add #2.1735
7 models selected
> select add #2.7
8 models selected
> select add #2.1634
9 models selected
> select subtract #2.7
8 models selected
> select add #2.1014
9 models selected
> select add #2.944
10 models selected
> select add #2.7
11 models selected
> select subtract #2.7
10 models selected
> select add #2.7
11 models selected
> select add #2.660
12 models selected
> select add #2.12
13 models selected
> select add #2.3625
14 models selected
> select add #2.2787
15 models selected
> select add #2.531
16 models selected
> select add #2.707
17 models selected
> select add #2.3120
18 models selected
> select add #2.1548
19 models selected
> select add #2.1407
20 models selected
> select add #2.842
21 models selected
> select add #2.1749
22 models selected
> select add #2.505
23 models selected
> select subtract #2.7
22 models selected
Grouped 22 regions
Region has 310 adjacent regions
> select add #2.1
2 models selected
> select add #2.7
3 models selected
> select #2.1
1 model selected
Region has 12657 adjacent regions
> select #2.1
1 model selected
> select add #2.7
2 models selected
> select #2.9
1 model selected
> select #2.15
1 model selected
> select add #2.30
2 models selected
Deleted 2 regions
> select #2.9
1 model selected
Region has 310 adjacent regions
> select #2.1
1 model selected
> select add #2.7
2 models selected
> select #2.9
1 model selected
> select #2.1421
1 model selected
Region has 4 adjacent regions
> select #2.9
1 model selected
> select #2.1
1 model selected
Ungrouped to 2 regions
> select #2.12
1 model selected
> select #2.10
1 model selected
> select #2.10
1 model selected
> select #2.10
1 model selected
Ungrouped to 2 regions
> select #2.15
1 model selected
Region has 4187 adjacent regions
> select #2.7
1 model selected
> select #2.1
1 model selected
> select #2.3
1 model selected
> select #2.3672
1 model selected
> select #2.8
1 model selected
> select #2.3672
1 model selected
> select add #2.2941
2 models selected
> select add #2.136
3 models selected
> select #2.2910
1 model selected
> select add #2.2444
2 models selected
> select add #2.1572
3 models selected
> select #2.2
1 model selected
> select #2.4686
1 model selected
> select #2.4591
1 model selected
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1077, in OpenSegmentation
dir = os.path.dirname(dmap.data.path) if dmap else None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 152, in dirname
TypeError: expected str, bytes or os.PathLike object, not tuple
TypeError: expected str, bytes or os.PathLike object, not tuple
File "", line 152, in dirname
See log for complete Python traceback.
> select #2.15
1 model selected
> ~select
Nothing selected
> select #2.1393
1 model selected
> select #2.2502
1 model selected
> select #2.35
1 model selected
> select clear
Drag select of 2146459, 2146461, 2146479, 2146488, 2146471, 2146489, 2146473,
2144406, 2145180, 2145843, 2145975, 2143281, 2146000, 2141296, 2145133,
2143530, 2145822, 2145548, 2138031, 2141792, 2141711, 2141788, 2141794,
2141629, 2143495, 2143534, 2141548, 2090306, 2132422, 2141707, 2084970,
2141793, 2132108, 2138337, 2120850, 2141749, 2138402, 2100447, 2101852,
2138635, 2138434, 2138721, 2141790, 2132822, 2133088, 2138589, 2138558,
2122142, 2121412, 2132923, 2121128, 2138660, 2093934, 2099657, 2133124,
2100449, 2138586, 2133111, 2138374, 2121296, 2133126, 2133026, 2038333,
2120950, 2138585, 2050380, 2100067, 2138661, 2132686, 2121643, 2132782,
2121854, 2046625, 2100759, 2132643, 2121928, 2097962, 2138584, 2103498,
2102662, 2138506, 2101352, 2057328, 2102204, 2058401, 2057382, 2132926,
2132897, 2121346, 2103509, 2122061, 2122240, 2121923, 2103413, 2122804,
2121508, 1899821, 2122583, 2102600, 2122843, 2099846, 2122025, 2062314,
2056893, 2067854, 2057010, 2049950, 2065314, 2059977, 2102141, 1964961,
2122863, 2122348, 2066182, 2133086, 2061834, 2102899, 2138726, 2103149,
2122504, 1987928, 2122208, 2138723, 2101312, 2100620, 2067806, 2101612,
1951046, 2067952, 2102690, 2102911, 2102670, 2122791, 2060613, 2103208,
2063983, 2066680, 2101634, 2058385, 2068100, 2101323, 2059584, 1979482,
1908795, 2121846, 2061783, 2062721, 2056455, 2066303, 1956413, 2067401,
2122664, 2121669, 2062781, 1974174, 2064399, 2068146, 2064347, 2122858,
2062762, 1986937, 2064390, 2061368, 1977767, 2061472, 1958517, 2062385,
2062810, 2065368, 2068099, 2068010, 1961018, 2067476, 2064787, 2066371,
2066722, 1956381, 1983872, 2067222, 2064017, 1989250, 2062690, 2066165,
1967186, 2103637, 1818757, 2067369, 2063528, 2067704, 2064299, 2066930,
2067215, 2066431, 1995979, 2063285, 2064981, 2068103, 1995011, 1857886,
2059563, 1991895, 1735678, 2063225, 1956346, 2066955, 2000068, 1997219,
1960941, 1987947, 1988463, 1960965, 1991060, 2061004, 2065339, 2067873,
1980544, 1989772, 2065343, 1994772, 2103808, 1993476, 1758184, 1997498,
1984082, 1672222, 2000786, 1703857, 1989347, 2001233, 1989105, 2067978,
1987006, 1815231, 2066933, 1998655, 2066419, 1996083, 1676903, 2065858,
1981186, 1990513, 1995889, 1989513, 1998654, 1714867, 1710543, 2103473,
2001193, 1815282, 2067181, 2066406, 1985327, 1994810, 1988255, 1992818,
1759072, 1702211, 1983903, 2102366, 1998707, 2068026, 1998564, 2065307,
1752714, 1825290, 1994148, 1853121, 1770044, 2065922, 1994845, 1786511,
1820261, 1993593, 1993579, 1998542, 1994445, 1994768, 1830495, 1983781,
2000152, 1872063, 1998446, 2001055, 1785366, 1814140, 2000143, 1990388,
1998641, 1986191, 2000582, 1741580, 1999749, 1838000, 1275959, 1992379,
1862698, 1851112, 1983742, 1871847, 1992053, 2068031, 1871942, 1998606,
1998351, 1998730, 1992235, 1759030, 2001113, 1828165, 1997463, 1838412,
1770488, 1229427, 1831104, 1760027, 1792557, 1295974, 1769709, 1740811,
1871475, 1994530, 1998143, 1814482, 1998586, 1992937, 1801072, 1711141,
2001334, 1993250, 1819340, 1857160, 1828020, 1805121, 1264272, 2001194,
1768447, 1831146, 1990989, 1838309, 1871602, 2000610, 2000916, 1233663,
1777832, 1861202, 1827277, 1820994, 1864184, 1868673, 1998634, 2001007,
1857743, 1801212, 1875165, 1988103, 1838137, 1821724, 2068055, 1793683,
1874869, 1989800, 1814337, 1838869, 2067436, 1848450, 1821322, 1992852,
2001323, 1860342, 1828121, 1996110, 1844202, 1856215, 1265727, 2000187,
2000019, 2000821, 1874993, 1423377, 1838035, 1815617, 1814457, 1776194,
1842947, 1794795, 1367101, 1627401, 1857698, 1243969, 1472240, 1277016,
2068078, 1826870, 1995963, 1307546, 1855870, 1815784, 1998607, 1820045,
1850902, 1842400, 1833413, 1444863, 1836830, 1814320, 1413678, 1838514,
1850793, 1035495, 1837068, 1872294, 1873490, 1997031, 1400053, 1268073,
1376867, 1838873, 1627018, 2001283, 1786662, 1847554, 1847387, 1411756,
1838722, 1839037, 1852542, 1485757, 927891, 1814592, 1353490, 1873935,
1518774, 1309992, 1852707, 1857180, 1556491, 1874745, 1874540, 1874982,
1826586, 1861568, 1807766, 1413619, 1863489, 2001003, 1779208, 1865434,
1846935, 1838917, 1852315, 1825952, 1998592, 1999834, 1808382, 1309839,
1837661, 1485550, 609639, 1871883, 1873027, 1867122, 1854835, 1495164,
1852479, 1843136, 740332, 1372414, 518388, 1861107, 1860536, 1860408, 1993463,
1441210, 1849132, 1861458, 1821698, 1838458, 1814864, 508444, 1462152,
1863503, 1851886, 1855731, 1377604, 1352476, 1633676, 1863814, 1623174,
1848427, 1857642, 539156, 1490369, 1856366, 1632143, 1809076, 1820193,
1865423, 1857972, 1997552, 1853182, 1851058, 1825678, 1825480, 2000173,
1537265, 1868200, 1820633, 1864403, 1492925, 1486936, 1394364, 1815644,
1856753, 1447944, 1441875, 1534852, 1874713, 1859723, 1865157, 1864978,
1417074, 1846509, 1843350, 1857368, 1357288, 1999582, 1874401, 1424702,
1863876, 1632742, 1848628, 1874625, 1997161, 959331, 1096732, 1856700,
1625833, 1535040, 1621313, 1615042, 1518770, 1847829, 1398027, 1490475,
1852705, 1863257, 1871575, 1872167, 1445732, 1873655, 1875039, 1861249,
1865541, 1848379, 1993628, 1473711, 1473206, 355783, 1442416, 1441254,
1868168, 1531634, 1423326, 1848033, 1853123, 1496226, 1397770, 796710,
1488842, 1576623, 1856228, 1463634, 1553775, 1626102, 1873660, 1494913,
1449908, 1558576, 1871740, 1848703, 1874782, 1860977, 1311060, 1870915,
1108905, 1837520, 1111774, 469253, 1555724, 1868222, 1868641, 2000740,
1873765, 1827449, 1420493, 1857758, 1496530, 1398293, 1576878, 1856819,
1560462, 1469541, 1559084, 1872092, 1445535, 1868192, 1622331, 1309440,
927519, 1852941, 1490858, 1851906, 1842544, 807583, 1377573, 1832316, 1469204,
1554809, 1351275, 1872271, 1539170, 1874681, 1874539, 1860135, 1328855,
1510294, 1853314, 1491325, 1852040, 1394919, 1871188, 1540043, 1624865,
1531804, 1874357, 999330, 1601008, 1839128, 1392126, 1376553, 1461518, 551923,
1874797, 1606212, 968562, 1859376, 748681, 1843668, 1872232, 2001267, 1874799,
1860983, 1329785, 1425984, 1425614, 1419623, 1419344, 1591965, 1591209,
1495743, 1139224, 1579339, 1574426, 788176, 1861455, 1857460, 1857623,
1511307, 1488590, 1856823, 1375939, 1371848, 1467534, 1554736, 1863795,
1871781, 1540105, 1539174, 1627529, 1441835, 1533592, 1079933, 1613014,
1309311, 1868829, 1484074, 1572521, 1374656, 1469701, 1560037, 1555589,
1460972, 1634788, 1447588, 1848669, 1874532, 1860991, 1519147, 1607351,
1865232, 1864292, 2146280
Deleted 702 regions
Only showing 5000 of 32034 regions.
Showing 5000 of 32034 region surfaces
Drag select of 2144504, 11204 of 14256 triangles, 2068149, 1857918, 1872303,
1843215, 1540168, 1849245, 1518846, 1864377, 1588621, 1856624, 1574447,
1634254, 1540205, 1439496, 1514039, 1602264, 1151260, 852352, 1861385,
1606260, 1516148, 1510516, 1600795, 1592901, 460 of 636 triangles, 1868701,
1512503, 1572356, 1556457, 484 of 580 triangles, 1871790, 1613632, 1605732,
1853493, 1997471, 1576133, 299 of 604 triangles, 1471042, 1554388, 1632513,
1538277, 1627681, 1860583, 1115824, 1857964, 1599903, 225 of 596 triangles,
1507372, 1590117
Deleted 46 regions
Drag select of 1575561, 1846753, 1553732, 1533346, 1601971, 1863741, 681 of
732 triangles, 1601818, 617 of 784 triangles, 1864000, 1534076, 106 of 612
triangles, 1612347, 1612208, 371 of 720 triangles, 1867591, 1856043
Deleted 13 regions
Drag select of 2122252, 2103189, 2064145, 51 of 2020 triangles, 2068158, 925
of 2468 triangles, 1998745, 2068159, 1673 of 2224 triangles, 2066967, 1500 of
2096 triangles, 1998650, 1997385, 1872312, 1853409, 1853287, 1617894, 1868876,
1868758, 1558832, 213 of 644 triangles, 1868756, 792 of 904 triangles,
1616840, 1577428, 1557695, 1077088, 479 of 644 triangles, 1875197, 463 of 824
triangles, 1839316, 60 of 580 triangles, 1558665
Deleted 24 regions
> select #2.1
1 model selected
Drag select of 2146334, 7677 of 19760 triangles, 2143486, 2143457, 2132850,
865 of 3436 triangles, 2102937, 2122866, 2122679, 4217 of 4592 triangles,
2122506, 2063705, 2133142, 1015 of 6200 triangles, 2122675, 2050616, 2061084,
2103519, 2244 of 3576 triangles, 1901985, 2068014, 2066456, 2433 of 2832
triangles, 2066385, 1995713, 2001316, 1997303, 2103811, 1986574, 954 of 1244
triangles, 2066916, 2067930, 1169 of 2108 triangles, 1997443, 1614 of 1700
triangles, 2001300, 2068072, 1991931, 1206 of 1236 triangles, 1832884, 866 of
1088 triangles, 1995751, 214 of 1136 triangles, 1998608, 1784546, 1997460,
1860731, 2001224, 1998726, 1868748, 1987024, 580 of 1036 triangles, 2067373,
1800610, 371 of 904 triangles, 2001261, 923 of 1260 triangles, 1825987, 318 of
848 triangles, 1856506, 214 of 1104 triangles, 2068081, 2001279, 116 of 1676
triangles, 1806472, 418 of 816 triangles, 2001320, 1860400, 1847651, 2000876,
193 of 1036 triangles, 2001284, 1856234, 497 of 764 triangles, 1836914, 158 of
780 triangles, 2000015, 1874934, 1999967, 1853263, 861 of 1004 triangles,
1847461, 1865320, 1863796, 203 of 780 triangles, 1875078, 1534008, 1853324,
1865446, 1491849, 1559561, 2146374, 10712 of 1987148 triangles, 1578594,
1571944, 468 of 792 triangles, 878307, 68 of 608 triangles, 1868602, 1868310,
1511491, 1574872, 55 of 660 triangles, 1634919, 1872308, 214 of 784 triangles,
1627006, 311 of 668 triangles, 1617177, 1400341, 375 of 576 triangles,
1871988, 1867787, 1861013, 1578992, 1857182
> select subtract #2.12
84 models selected
Deleted 84 regions
Only showing 5000 of 31867 regions.
Showing 5000 of 31867 region surfaces
Drag select of 1857679, 456 of 652 triangles, 1626584, 741 of 752 triangles,
1115304, 189 of 568 triangles, 1607771, 1593011, 1169942, 1557818, 1081992,
1450111
Deleted 9 regions
> select #2.1
1 model selected
> select #2.7
1 model selected
Region has 13417 adjacent regions
> select #2.2
1 model selected
Region has 1270 adjacent regions
> select #2.1
1 model selected
> select add #2.7
2 models selected
> select #2.14
1 model selected
> ~select
Nothing selected
> select #2.14
1 model selected
> select add #2.441
2 models selected
> select add #2.3
3 models selected
Grouped 3 regions
> select #2.1746
1 model selected
> select add #2.3463
2 models selected
> select add #2.6
3 models selected
> select #2.1663
1 model selected
> select #2.4166
1 model selected
Drag select of 2146452, 2145745, 2146368, 2145967, 2145488, 2145165, 2146008,
2145114, 2138632, 2138314, 2138697, 2122661, 2138200, 2132311, 2097165,
2121155, 2132704, 2121911, 2122344, 2098503, 2122448, 2122657, 2097657,
2121568, 2053051, 2121221, 2101268, 2138714, 2101797, 2103488, 2122605,
2121842, 2066788, 2103463, 2101319, 2103677, 2102028, 2061725, 2052609,
2100249, 2122623, 2101862, 2102432, 2059609, 2100731, 1947824, 2067931,
2102170, 2056958, 2102913, 2061795, 1929401, 2103142, 1984051, 2067213,
1640480, 1953198, 1981044, 2000673, 1950927, 1996901, 1758639, 2065422,
2066851, 2064840, 1976064, 2062661, 1742832, 2067418, 2000905, 1979095,
1871871, 2001088, 1980789, 1990459, 1986872, 1986583, 1995597, 1752156,
1988163, 1994888, 1999629, 2065394, 1990696, 1487092, 2065373, 2067943,
2065680, 1989424, 2000776, 1983748, 1843427, 1792663, 2063941, 1857486,
1986769, 1995689, 1855864, 1998584, 1826431, 1794163, 2066111, 1801098,
2067872, 1821295, 1843373, 1265231, 1843077, 1812891, 1997180, 1988094,
1997286, 1852648, 1826731, 1253793, 1831917, 1275657, 1995870, 1837284,
1777084, 1871538, 1857256, 1998447, 1993407, 1464296, 2000665, 1806834,
1785007, 1868037, 1309509, 1757749, 1832533, 1785776, 1571686, 1807557,
1353721, 1867375, 1874677, 1997305, 1851851, 1863854, 1874082, 1806707,
1856751, 1250895, 1860598, 1329392, 1278209, 1461933, 1626769, 1867061,
1420962, 1438889, 1464701, 1415723, 1831859, 1606764, 1514077, 1467170,
904750, 1395736, 1851678, 1863628, 1847621, 1837004, 1793847, 1874371,
1860734, 1420623, 1310598, 1625717, 1874430, 1420019, 1847143, 1870732,
1870477, 1856447, 1556953, 1493363, 1485521, 983732, 1871821, 1622001,
1488145, 1843484, 1346982, 1867946, 1867039, 1420711, 1511077, 1843541,
961646, 1852870, 1575879, 1396641, 1855563, 1573325, 941986, 1461617, 1550953,
880753, 1836759, 1867882, 1532724, 1859652, 1003126, 1471301, 1874887,
1847463, 1492540, 1838391, 1393378, 1860742, 1864972, 1508811, 1586670,
1486013, 1469792, 1556513, 1348625, 1871316, 1533980, 1861123, 1859751,
1469260, 1871991, 1867233, 1589554, 1392299, 1860403, 1606513, 1851146,
623167, 1468312, 1440499, 1531305, 992664, 1558308, 1447159, 1536228, 1874050,
905014, 1514403, 1591975, 608277, 1489396, 1852304, 1574912, 1856261, 1571798,
1556883, 1871179, 1591197, 1487400, 1575425, 1463515, 1461810, 1871000,
1874332, 1605862, 1514132, 761354, 965672
Deleted 263 regions
Only showing 5000 of 31593 regions.
Showing 5000 of 31593 region surfaces
Drag select of 1605069, 1492376, 1838704, 390 of 616 triangles, 852510, 356 of
580 triangles, 1556130, 1626292, 829167, 1864374, 1020847, 1067035, 1471010,
1633421, 1533593, 1875082, 1848024, 565 of 608 triangles, 1489245, 1579801
Deleted 17 regions
> select #2.12
1 model selected
Ungrouped to 2 regions
> select #2.138
1 model selected
Ungrouped to 2 regions
> select #2.12
1 model selected
Ungrouped to 2 regions
> select #2.1697
1 model selected
Ungrouped to 2 regions
> select #2.12
1 model selected
Ungrouped to 2 regions
> select #2.1697
1 model selected
Ungrouped to 2 regions
> select #2.2417
1 model selected
Ungrouped to 2 regions
> select #2.1697
1 model selected
Ungrouped to 2 regions
> select #2.2417
1 model selected
Ungrouped to 2 regions
> select #2.2850
1 model selected
Ungrouped to 2 regions
> select #2.2417
1 model selected
Ungrouped to 2 regions
> select #2.2850
1 model selected
Ungrouped to 2 regions
> select #2.3668
1 model selected
Ungrouped to 2 regions
> select #2.2850
1 model selected
> select #2.2366
1 model selected
Ungrouped to 2 regions
> select #2.3668
1 model selected
Ungrouped to 2 regions
> select #2.2366
1 model selected
Ungrouped to 2 regions
> select #2.2850
1 model selected
Ungrouped to 2 regions
> select #2.4341
1 model selected
Ungrouped to 2 regions
> select #2.4344
1 model selected
> select #2.3668
1 model selected
Ungrouped to 2 regions, but did not show all surfaces, see Options
> select #2.4341
1 model selected
Ungrouped to 2 regions, but did not show all surfaces, see Options
Drag select of 2146287, 2146180, 2146042, 2145858, 2145204, 2144904, 2143639,
2142258, 2140988, 2102633, 1994610, 1633040, 2145291, 2144733, 2144249,
2073600, 1992006, 2140082
Grouped 18 regions
Region has 3580 adjacent regions
> select #2.1
1 model selected
> select #2.7
1 model selected
> select #2.9
1 model selected
> select #2.483
1 model selected
> select add #2.4344
2 models selected
> select #2.4520
1 model selected
> select #2.1930
1 model selected
Drag select of 2146465, 2146466, 2146472, 2146480, 2146492, 2146448, 2145971,
2145841, 2146029, 2144489, 2141780, 2144469, 2137896, 2145041, 2145844,
2131662, 2141710, 2144443, 2138405, 2143527, 2144550, 2143400, 2133118,
2138588, 2133143, 2138428, 2145102, 2132554, 2121506, 2121939, 2138302,
2141605, 2132474, 2132565, 2138470, 2119948, 2143533, 2144549, 2122669,
2132605, 2141549, 2143480, 2132126, 2122678, 2132430, 2122831, 2132511,
2006962, 2138535, 2103409, 2121909, 2133025, 2138587, 2132345, 2132302,
2122148, 2141781, 2138500, 2103802, 2102922, 2138724, 2039835, 2062401,
2100959, 2122772, 2036191, 2101462, 2101870, 2132391, 2099829, 2102692,
2133141, 2101479, 2100452, 2101078, 1950965, 2122453, 2133132, 2102475,
2122186, 2103780, 2132861, 2100947, 2102231, 2066775, 2121930, 2103140,
2060019, 2122031, 2103204, 2062791, 2102915, 1993523, 2122229, 2102477,
2060975, 2054740, 1948012, 2066924, 2058315, 2063143, 2122486, 1967080,
2060894, 2056549, 2103750, 2102910, 2122246, 1941731, 2060450, 1661159,
2058748, 2066320, 2102037, 2064921, 2122850, 2103512, 2103517, 1952768,
1964413, 2057873, 2066348, 2101847, 2062807, 2100802, 2102459, 2102482,
2066417, 2059296, 1955329, 2103757, 2063943, 2063582, 2103171, 2065474,
2102481, 1974275, 2067536, 2101682, 1981077, 2103394, 2062746, 1989692,
2065788, 1936620, 2066876, 2061481, 2103510, 1953354, 1981260, 2066864,
2103781, 1977985, 2059197, 2061845, 1960565, 2102598, 1759448, 2065609,
2058730, 2063191, 1976099, 1993481, 1683209, 2063715, 2103431, 2061836,
2066834, 1984173, 2063252, 2066386, 1969099, 2064836, 1982345, 1986878,
1956156, 1994612, 1989734, 2067354, 2065413, 1993384, 1968973, 1962414,
2067935, 1831699, 1973005, 1981049, 1991758, 1991962, 1753000, 2065794,
1995999, 2068109, 1673741, 1984251, 1993311, 1981116, 2064537, 1982055,
2066846, 1735314, 2064902, 1986908, 1984116, 1998664, 2063660, 1716316,
1988085, 2103165, 1994695, 1972617, 1992981, 1977803, 1972924, 1189586,
1988113, 1985438, 1990912, 2102691, 2065703, 1982642, 1703679, 2066965,
1827565, 1734366, 2064869, 2066935, 1984198, 1833391, 1998239, 2066292,
1742500, 2001154, 1800544, 1983789, 1982253, 1843578, 1979488, 1991068,
1999677, 1996131, 1778442, 1989475, 1753338, 2001066, 1743146, 1995559,
1995589, 2000070, 1996094, 1684561, 1995723, 1815748, 1998478, 1992311,
1838661, 1998557, 1998661, 1994852, 1990704, 1778155, 1752996, 2001191,
1980718, 2066341, 1993411, 1784813, 1856937, 1994940, 1990789, 1993215,
1308253, 1993417, 1793824, 1759697, 1997109, 1988224, 1838989, 2068126,
1776411, 2000162, 1993620, 2001183, 1990424, 1995648, 1990783, 1998573,
1820102, 1994649, 1993460, 1537439, 2000879, 1861114, 1993025, 1997511,
1838167, 1856211, 1826120, 1860688, 1993499, 1851272, 1992037, 1400928,
1844274, 1999424, 1865148, 1864369, 1831484, 2000607, 1993445, 1794246,
1991089, 1602020, 1838777, 1832512, 1864060, 1999900, 2000005, 1827362,
1988356, 1853231, 1838721, 695922, 1860783, 1994679, 1315557, 1793747,
2000608, 1994851, 1989804, 1994600, 1994807, 1843317, 1832570, 1832470,
1348338, 1872278, 1872199, 1989719, 1870572, 1999675, 1837334, 1813588,
1848277, 1848352, 1852862, 1397966, 1253450, 1799762, 1786489, 1993240,
1838250, 1838178, 1850903, 1371702, 1870642, 1843257, 1856584, 1813268,
1849031, 1806830, 1394699, 1770208, 1998368, 1868592, 1807154, 1997565,
1826130, 1865398, 1599967, 1868505, 1847509, 1856397, 1831339, 1848876,
1821573, 1808239, 1864360, 1996825, 1871572, 1326821, 1843925, 1354841,
1352165, 1871650, 1826910, 1839303, 1485332, 1855961, 1334411, 1865250,
1857117, 1868366, 1847898, 1853522, 1496823, 1793835, 1855367, 1813954,
1999282, 1861051, 1860563, 1837564, 1396415, 1874345, 1860586, 1826685,
1857675, 1843817, 1769044, 1627098, 2001155, 1424703, 1864793, 1993385,
1592912, 1843593, 1857079, 1998296, 1439460, 1994993, 1993113, 1853114,
1494760, 1852331, 1578947, 1842715, 1813877, 1794915, 1833764, 1634402,
1825491, 1873899, 1826514, 1515611, 1514599, 1857787, 1853055, 1837777,
1350020, 1998550, 1519436, 1865449, 1071019, 1826214, 1825525, 1535934,
1874891, 1860447, 1990640, 1815562, 1867999, 1848605, 1827760, 2000133,
1857667, 1298034, 1852544, 2000086, 1558175, 1871491, 758329, 1624585,
1874055, 1514536, 1847969, 1492661, 1013847, 1855902, 1833213, 1872037,
1535582, 1511814, 1868739, 1368128, 1868088, 2001242, 1874613, 1033715,
1856052, 1447877, 1868514, 1867783, 1848779, 1437993, 1874642, 1995758,
1396202, 1851761, 1539408, 1868304, 1874453, 1873860, 1527698, 1837924,
1852587, 1851877, 1815265, 1863237, 1867977, 1518821, 803308, 1864215,
1847061, 1847759, 1509734, 1399368, 1559627, 1446912, 1848727, 1865416,
1513827, 1592523, 957051, 1843410, 1558793, 1868013, 1820294, 897171, 1399043,
1461890, 1999917, 1442082, 2000873, 1868549, 1873392, 1852955, 1495125,
1397419, 1391375, 1856339, 1473406, 1443793, 1868315, 1994232, 1857885,
1588171, 1873997, 1576890, 1842152, 1836152, 1468270, 1871086, 1999752,
1624097, 1848442, 1865464, 1507161, 1398044, 1855458, 1375762, 1128810,
1139556, 1871383, 1872028, 1860245, 1422228, 1126799, 1590688, 1603000,
1870379, 1492337, 1559554, 1871380, 1871922, 1872211, 1617793, 1616949,
1604508, 1314779, 1493897, 1353845, 1450692, 1536940, 1849211, 1861355,
1422147, 1592603, 1495473, 1852446, 1856266, 1473012, 1872021, 1443517,
1626915, 1868092, 1867184, 1874868, 1860427, 1518026, 1517012, 1864180,
1510138, 1870814, 1490968, 1577123, 1856834, 1837022, 695941, 1558240,
1536067, 1534254, 1861133, 1860301, 1510861, 1510615, 1870680, 1494891,
1842212, 1856544, 1370131, 1848655, 1865529, 1509398, 1589029, 1136522,
2101277, 1578129, 1843607, 1576795, 900190, 1472790, 1557477, 1557421,
1466578, 1556257, 1871867, 1446187, 1871836, 1875089, 674424, 1999706,
1420121, 1513710, 1506496, 1024244, 1577865, 1573461, 1559682, 1871365,
1447681, 1537472, 1874789, 1994311, 1865256, 881081, 1511798, 1589844,
1492867, 1576720, 1240427, 1831625, 1471430, 1462282, 1617750, 1864809,
1512008, 1853027, 1590252, 1493489, 1634459, 1632003, 785249, 1095418,
1875072, 1860966, 1518744, 1414075, 1504530, 1868738, 1490028, 1579316,
1577447, 1472299, 963694, 1540629, 1537929, 1124708, 1533563, 1873640,
1874154, 1861092, 1859788, 1613222, 1612874, 1421029, 891589, 1078001,
1113476, 1575343, 734264, 1022418, 1575764, 1558789, 1549962, 1634782,
1537721, 1626434, 1535643, 1868429, 1875198, 1860327, 1608038, 1515871,
1864907, 1576834, 1575881, 1857316, 1369654, 1465983, 1139958, 1871930,
1447796, 1871181, 1631768, 1539941, 1537418, 1627766, 1535898, 1624648,
1874578, 1860779, 1423877, 1605309, 1864628, 771280, 1495389, 1394381,
1574194, 1557636, 579534, 1632480, 1446990, 1151681, 892617, 1867532, 1622768,
1873877, 1617274, 1615298, 1517145, 1422057, 1515332, 1602018, 1575968,
1473756, 1555214, 1554931, 860616, 1872039, 1447034, 1627507, 1627362,
1625218, 1532463, 1532414, 706141, 1467052, 1056453, 883652, 867286, 1516779,
1509732, 1509552, 847299, 1870444, 1493573, 994287, 1575258, 1574248, 2146536
Deleted 771 regions
Only showing 5000 of 30808 regions.
Showing 5000 of 30808 region surfaces
Drag select of 2102936, 2874 of 3544 triangles, 2067338, 1820828, 2068160,
1136 of 1504 triangles, 2001374, 1837711, 1870908, 1572998, 285 of 588
triangles, 1149534, 1472885, 1558141, 1448611, 1539424, 1874030, 1515280,
894819, 1838592, 990923, 1579951, 951337, 1049515, 1518318, 1874252, 1618030,
1617475, 1103045, 1402376, 892768, 1593957, 186 of 580 triangles, 1864712,
920036, 1142089, 916467, 1618108, 1417333, 1868836, 1090487, 1471619, 1554481,
1004640, 1625779, 1624005, 1065495, 1861623, 1515591, 1138306, 412 of 500
triangles, 1081114, 1592472, 883993, 1578003, 488 of 524 triangles, 916200
Deleted 51 regions
Drag select of 1871750, 1517271, 1540770, 1626062, 182 of 616 triangles,
1070513, 1472749, 556 of 576 triangles, 1617695, 1518579, 1516638, 1162452,
515 of 548 triangles, 1514368, 1589936, 318 of 652 triangles, 1496906,
1537900, 1516626, 1865590, 1864626, 1602366, 222 of 600 triangles, 1589680,
1573386, 950803, 1634833, 1631846, 1540319, 1536473, 1535377, 1874172, 134 of
780 triangles, 1589296, 625 of 628 triangles, 1634671, 1634603, 1633032,
1112625, 1614375, 1517048, 1606044, 1514827, 1593586, 1579534, 777103
Deleted 39 regions
Drag select of 1490554, 483 of 568 triangles, 1573619, 1573107, 1551240, 59 of
628 triangles, 1446473, 1591847, 1516875, 322 of 520 triangles, 1578716,
1826204, 158 of 588 triangles, 1860121, 1588999, 704294, 1509883, 534 of 536
triangles, 1589650, 10 of 548 triangles, 1572036, 837995, 502 of 516
triangles, 1137598
Deleted 17 regions
Showing 30701 region surfaces
Drag select of 1095466, 412 of 492 triangles, 1054439, 172 of 460 triangles,
1558843, 70 of 432 triangles, 1093095, 407 of 416 triangles, 1093166, 45 of
436 triangles, 1627225, 258 of 556 triangles, 1102075, 133 of 380 triangles,
1170145, 201 of 404 triangles, 543179, 43 of 308 triangles, 831615, 391331,
808171, 39431, 880629, 411370, 1127555, 767489, 852990, 453869, 1157918,
756706, 199277, 876307, 566759, 237459, 706849, 786888, 1117026, 936797,
234357, 673289, 128012, 182 of 340 triangles, 1063623, 1121067, 1137817,
150630, 22 of 336 triangles, 1027782, 607801, 806152, 479893, 539592, 656725,
913115, 831668, 1149908, 763189, 144892, 460827, 1065920, 1079515, 756723, 163
of 348 triangles, 965250, 801854, 704625, 26546, 1117074, 660735, 274 of 324
triangles, 1170130, 773944, 611846, 141 of 340 triangles, 213806, 1084222,
193517, 910810, 1075034, 938998, 328532, 184863, 850824, 976221, 503766,
1173172, 617911, 246112, 664967, 1166569, 232 of 424 triangles, 553899,
923855, 965251, 812574, 917400, 876406, 527068, 928213, 928209, 932578,
254859, 660740, 216 of 256 triangles, 897839, 462461, 788858, 1074973,
1057047, 587548, 115 of 340 triangles, 1149752, 77 of 320 triangles, 758883,
1149900, 1137578, 1154046, 356586, 523715, 685817, 173233, 748236, 108444,
429811, 52433, 125 of 296 triangles, 518682, 222628, 1108611, 969714, 1166785,
650573, 650620, 1041272, 161817, 561196, 1018612, 1146028, 776075, 793250,
671335, 487774, 62763, 159 of 336 triangles, 917350, 780470, 199285, 876362,
1021044, 754572, 782573, 1091019, 878457, 969713, 418542, 1166797, 1036785,
915277, 829539, 568612, 687996, 867701, 195 of 256 triangles, 36964, 1041299,
925921, 926004, 1123245, 844475, 806086, 934794, 913101, 831587, 464085, 90 of
300 triangles, 974117, 850906, 516918, 1149903, 980677, 816926, 281393, 230 of
328 triangles, 396429, 490966, 1173154, 54971, 685809, 278370, 1050262,
489385, 149 of 288 triangles, 949896, 47152, 570509, 954205, 754685, 1155803,
728541, 730640, 1117102, 936829, 113915, 245 of 292 triangles, 353778, 34349,
702600, 803893, 311026, 1014353, 1025496, 626162, 139215, 1021035, 771691,
829436, 1145941, 1155971, 1135691, 884972, 925946, 105653, 978549, 452113,
548511, 541385, 652643, 299100, 1032339, 850900, 492438, 735083, 272513,
478298, 767562, 266432, 810368, 694164, 694074, 275311, 1072424, 160 of 392
triangles, 1050259, 383521, 1117023, 615915, 704667, 704726, 660829, 359398,
1112925, 196348, 788950, 1121251, 1011947, 624044, 256 of 264 triangles,
290267, 543154, 170419, 1043495, 532382, 797597, 816908, 1032343, 1115050,
887085, 646420, 204 of 260 triangles, 880626, 976256, 497229, 1125178, 19 of
280 triangles, 628218, 1173139, 996252, 685797, 293127, 1125371, 272509,
1171771, 1050224, 756707, 756774, 823213, 1139848, 836053, 982875, 1133689,
83843, 47 of 260 triangles, 954233, 1110500, 218 of 272 triangles, 494048,
1163207, 1063657, 812470, 1012011, 700446, 1014300, 1093116, 58 of 312
triangles, 884956, 956487, 814672, 167624, 471872, 1123327, 1119088, 919581,
994218, 919603, 831622, 989672, 780490, 818955, 1173201, 507005, 536015,
438280, 591582, 69 of 248 triangles, 293138, 694167, 1125394, 724151, 982911,
1054766, 420907, 436229, 403924, 690095, 1165095, 64 of 248 triangles, 702689,
859308, 897874, 1084232, 829498, 1012051, 761071, 236 of 256 triangles,
791088, 963112, 1173008, 6 of 220 triangles, 1097883, 1131606, 885032, 658760,
774020, 1086393, 628232, 413770, 776089, 1043543, 671332, 487767, 364841,
696225, 185 of 256 triangles, 510341, 1141770, 1153957, 490961, 852955, 201 of
220 triangles, 552072, 810418, 910750, 1034536, 846564, 603766, 825224,
840169, 840234, 617826, 967523, 564982, 1061540, 1039096, 1014328, 234367,
773939, 406499, 127981, 1084215, 193516, 1070447, 987396, 1155958, 127 of 236
triangles, 1155914, 219877, 322851, 1129394, 208 of 284 triangles, 1050202,
284208, 1106457, 956506, 833842, 471894, 954326, 1119107, 1146023, 1104348,
260619, 1043571, 356609, 6 of 244 triangles, 934759, 1095674, 464088, 945573,
945526, 1115079, 1115068, 947723, 484657, 599691, 989721, 767487, 853035,
853033, 593653, 609928, 272502, 91987, 1173565, 752379, 917396, 876326,
654640, 706861, 786810, 967544, 746044, 1059158, 116753, 1139758, 1014362,
1108621, 821032, 915307, 601679, 930281, 208020, 867678, 432061, 667042,
1048060, 532398, 78475, 459208
Deleted 416 regions
Drag select of 9348, 431965, 89094, 325722, 835969, 1052473, 492423, 669099,
976203, 471837, 528805, 470270, 589518, 190480, 677574, 1157965, 434154,
923823, 823193, 68004, 752394, 675367, 971848, 932524, 690100, 196369, 626136,
812513, 1095608, 1574240, 334345, 595643, 546678, 508663, 475008, 782662,
557500, 810374, 308100, 272439, 425327, 752352, 199296, 902280, 484554,
502139, 704707, 741570, 418521, 380819, 673265, 199189, 378167, 601594,
895736, 136248, 322874, 434198, 1030021, 1086439, 304848, 1100033, 919532,
793266, 793327, 671346, 945511, 1115049, 941267, 735066, 399024, 457518,
880625, 225522, 339931, 339908, 474984, 54967, 436171, 537723, 453818, 498767,
498753, 552060, 615855, 500496, 677540, 91965, 1034566, 756769, 425305, 232 of
300 triangles, 724116, 108474, 52378, 530609, 237470, 871971, 1093360, 566693,
786842, 904318, 730584, 44676, 855118, 234308, 213794, 626184, 36913, 829482,
595679, 161753, 248892, 925977, 1048014, 1030037, 908743, 1129567, 446446,
471878, 89089, 991931, 170391, 296068, 895708, 100231, 622091, 850871, 874189,
874206, 159066, 159094, 985198, 457562, 393822, 9328, 139118, 246066, 503691,
356526, 525366, 767581, 583812, 1171831, 94667, 593632, 603760, 708908,
752353, 41960, 494032, 222635, 311033, 29128, 897853, 23972, 930311, 687933,
36971, 36954, 732792, 546714, 763118, 446478, 510308, 502044, 486148, 490917,
490894, 852960, 1149966, 536009, 246139, 438256, 694085, 947838, 947828,
1050235, 94653, 1032271, 611887, 840190, 199233, 570459, 902270, 954278,
1054800, 548476, 1158003, 613845, 636248, 289 of 296 triangles, 769662,
353779, 222598, 1108636, 859248, 418482, 139152, 295991, 213775, 891468, 9155,
225622, 978474, 304852, 257728, 322808, 919587, 479869, 698316, 46 of 276
triangles, 795388, 242 of 252 triangles, 246044, 120 of 264 triangles, 21459,
263582, 474997, 141 of 268 triangles, 423009, 522020, 617943, 1149929, 293073,
518613, 308056, 251815, 836045, 1009706, 52405, 585723, 581808, 564906,
871968, 928230, 906405, 90 of 256 triangles, 243271, 254794, 331491, 418483,
803981, 1063685, 9194, 65381, 281296, 29084, 561116, 667036, 599609, 176305,
1123267, 257742, 266412, 908702, 290194, 408894, 170350, 521942, 521974,
913047, 831651, 671337, 1095656, 375578, 372806, 543088, 36980, 1115044,
459137, 780522, 497188, 391311, 102904, 508665, 228567, 460835, 490892,
941214, 42 of 288 triangles, 557502, 500450, 308075, 636313, 31665, 756753,
308019, 468671, 489316, 81097, 408831, 982927, 708895, 752349, 579908, 642419,
642427, 642444, 436206, 648437, 58 of 272 triangles, 483012, 301907, 254843,
1165105, 311030, 119516, 486226, 897869, 771739, 136302, 1014262, 38 of 248
triangles, 987430, 272426, 103 of 248 triangles, 147653, 113869, 882819,
646496, 998533, 26458, 70599, 1018682, 304845, 257699, 224 of 252 triangles,
638439, 319814, 1104294, 153258, 515185, 453892, 125202, 105669, 597681,
917331, 187646, 484648, 339859, 356508, 490881, 552007, 237364, 799683, 86450,
500488, 640371, 88 of 248 triangles, 694110, 251824, 544941, 1050268, 861433,
468765, 49767, 102 of 248 triangles, 16316, 593586, 708945, 752369, 83768, 205
of 248 triangles, 683767, 904314, 429712, 495610, 59 of 240 triangles, 704714,
113913, 353746, 73185, 486199, 859250, 563015, 1084219, 963099, 136276,
510274, 47094, 481482, 432059, 455705, 884968, 130800, 620116, 848735, 607800,
574299, 179017, 1100021, 149 of 268 triangles, 322827, 835984, 408934, 939048,
125263, 758898, 492399, 348245, 348207, 158991, 985221, 364811, 393836,
644430, 18773, 411342, 164755, 57678, 971813, 81152, 503736, 119407, 490955,
94597, 436147, 8 of 296 triangles, 537715, 427635, 383467, 75916, 334398,
694129, 677516, 1081925, 544855, 1050245, 351150, 351124, 900061, 489337,
380754, 921732, 108487, 199272, 675340, 876389, 26594, 1093333, 473430,
108397, 730564, 164 of 220 triangles, 416122, 617868, 1091058, 353758, 254838,
974012, 337145, 773940, 331490, 486197, 1108619, 342788, 196324, 804013,
895731, 1137788, 1027717, 1041304, 750295, 667011, 70650, 1086459, 1086443,
863579, 833795, 370032, 579958, 322825, 1159798, 448269, 325816, 515236,
719696, 943364, 534263, 375565, 516902, 78495, 646460, 646461, 715471, 457545,
225510, 9322, 577933, 21527, 1030043, 237406, 178994, 156098, 86468, 677561,
1081917, 278334, 748155, 489323, 108483, 708912, 398987, 83857, 527044,
403888, 548468, 495602, 660811, 353744, 337149, 310977, 418550, 213808,
196293, 139224, 44692, 930351, 385966, 687985, 987458, 322861, 322876, 987478,
44635, 1041337, 646493, 161735, 130799, 147681, 1088745, 638455, 835973,
893665, 831662, 943380, 184784, 334373, 372777, 78418, 78481, 187628, 763160,
348251, 941311, 457551, 411356, 976275, 57700, 57614, 57607, 391264, 503714,
611916, 484666, 484641, 502068, 465581, 490935, 100193, 54919, 852944, 537712,
515165, 460787, 86385, 721909, 1157932, 74 of 232 triangles, 934752, 275293,
784738, 375635, 308020, 308016, 383512, 68066, 780553, 425380, 425342, 348170,
408838, 562972, 708924, 752390, 585751, 576073, 737132, 142116, 26589, 403860,
754644, 566680, 648442, 906453, 243214, 337070, 865674, 617866, 690093,
702642, 467101, 33 of 228 triangles, 1108623, 1084181, 1045806, 626151,
788945, 193518, 963117, 1131601, 345457, 388581, 595675, 595698, 624115,
446437, 833810, 266374, 806110, 835956, 129 of 220 triangles, 776113, 793252,
44 of 244 triangles, 793301, 1159777, 184841, 362020, 239 of 264 triangles,
372776, 78493, 980735, 887153, 887135, 359314
Drag select of 1541639, 104 of 492 triangles, 1170291, 1168615, 1166889,
1170365, 278 of 292 triangles, 1170359, 1171885, 1150026, 1159858, 1168599,
1154072, 1165175, 1163427, 1170341, 1158047, 1171892, 1150009, 1156033,
1165145, 1161671, 1163460, 1166895, 1170324, 1171945, 1154126, 1170306,
1171944, 1171875
Deleted 641 regions
Drag select of 1438172, 528239, 246 of 624 triangles, 1859978, 93 of 524
triangles, 668470, 414 of 584 triangles, 1556835, 1633280, 417 of 680
triangles, 1538775, 1538702, 1608029, 1607007, 1604077, 927392, 1569315, 422
of 584 triangles, 747420, 929786, 577 of 580 triangles, 1871923, 1520067, 194
of 500 triangles, 1516157, 1601149, 1592336, 1575583, 613268, 123 of 564
triangles, 1626818, 1626374, 1874355, 850111, 701885, 1515881, 896384, 247 of
464 triangles, 1085122, 1577945, 230 of 452 triangles, 1574593, 697743, 30 of
600 triangles, 1465987, 512 of 528 triangles, 1617116, 1615006, 1591935,
1590948, 1109704, 1471809, 1467918, 446 of 540 triangles, 1626457, 1624649,
499877, 114 of 520 triangles, 1607918, 1051813, 882157, 885619, 1047147,
1572608, 1552572, 1590118, 1874936, 820131, 1607925, 389 of 508 triangles,
1004004, 883807, 1591578, 6 of 512 triangles, 1090460, 1067091, 1021997,
1634017, 1069463, 1618089, 1514544, 1603475, 894508, 786182, 1068797, 24 of
468 triangles, 657626, 198 of 516 triangles, 1577670, 875419, 910145, 1017662,
1149408, 1055323, 1633083, 873211, 1617960, 1614624, 288 of 496 triangles,
1603778, 1100741, 1060444, 1590722, 508141, 1024628, 1558093, 1634674,
1042921, 611262, 1630802, 141 of 496 triangles, 928774, 1094542, 1624733,
1617433, 1617193, 731883, 1002100, 892705, 1072162, 177 of 496 triangles,
1573953, 740728, 1634437, 1159343, 1091790, 781975, 273 of 416 triangles,
1612783, 927088, 828760, 1603449, 616893, 955257, 1049717, 896537, 1015785,
1575748, 1050917, 1133022, 514631, 1038143, 1625199, 193 of 512 triangles,
1624554, 1171526, 584915, 1030978, 905231, 167 of 448 triangles, 1518843,
1608044, 256 of 408 triangles, 618707, 23 of 448 triangles, 1104827, 1026060,
762337, 10 of 416 triangles, 1574768, 431 of 440 triangles, 531809, 549566,
1590445, 51 of 448 triangles, 490382, 78 of 484 triangles, 988744, 1627385,
579202, 937792, 1606856, 1006159, 658133, 975655, 349 of 448 triangles,
1078502, 506453, 1574794, 10 of 396 triangles, 678391, 940463, 1008324, 315 of
356 triangles, 877730, 1617058, 1615501, 83 of 428 triangles, 1085941,
1612715, 50 of 436 triangles, 1606122, 1604542, 1172724, 592503, 369 of 400
triangles, 879585, 639659, 1577234, 1149537, 554948, 1575472, 1593018,
1124275, 912360, 202 of 384 triangles, 939827, 1626424, 756015, 1118288,
960328, 1605271, 1047549, 1594123, 955461, 714547, 286 of 428 triangles,
877222, 1579911, 751476, 895064, 1107538, 1171269, 738337, 1551272, 69 of 392
triangles, 1040246, 1627342, 1094464, 1623792, 781439, 1008547, 1616686,
843362, 1605912, 1605796, 1172930, 1079192, 270 of 368 triangles, 1571780,
1145147, 832601, 710471, 693326, 1072370, 1013294, 1533777, 1031017, 757766,
1024439, 109 of 360 triangles, 746819, 896999, 1164547, 760440, 357 of 428
triangles, 1024279, 77 of 320 triangles, 1103911, 946515, 972429, 352 of 420
triangles, 1004389, 1065372, 940625, 254 of 396 triangles, 734289, 975760,
524776, 135 of 412 triangles, 664111, 883896, 221 of 388 triangles, 1074422,
590989, 1625340, 1128133, 682959, 729900, 1162498, 1128489, 1022689, 894689,
919007, 1033830, 659783, 633779, 792352, 641355, 283 of 384 triangles, 573235,
123 of 320 triangles, 951421, 787872, 1107569, 884251, 973409, 1085842,
738568, 870786, 860485, 817816, 1159277, 590935, 738208, 1083106, 755673,
893018, 850095, 716450, 1606897, 1604332, 1001874, 940602, 940528, 171 of 332
triangles, 1148546, 975133, 1134428, 1074318, 864473, 966888, 1044555, 602995,
763986, 721247, 721274, 524857, 170 of 360 triangles, 980076, 1083410,
1037462, 1132205, 114 of 336 triangles, 936162, 725556, 1164218, 585084,
922630, 1139176, 899264, 747119, 1066922, 643772, 588998, 77 of 408 triangles,
940555, 1111614, 953116, 508103, 807164, 99 of 332 triangles, 1105671,
1150759, 764559, 1028290, 666351, 649885, 235 of 352 triangles, 592875, 291 of
424 triangles, 809679, 714813, 1149330, 600611, 317 of 356 triangles, 783998,
818316, 1128277, 929395, 843438, 179 of 308 triangles, 803140, 802912, 633700,
828645, 1153197, 1029062, 1150913, 1053356, 877141, 79 of 288 triangles,
1088031, 948808, 950712, 1009106, 991344, 912154, 723519, 290 of 292
triangles, 940355, 1040280, 723042, 593015, 1156185, 598651, 1002289, 894556,
1071218, 830676, 87 of 292 triangles, 688893, 1095172, 654021, 31 of 284
triangles, 615246, 1142987, 1004325, 999833, 966630, 588663, 236 of 288
triangles, 600669, 1084941, 270 of 288 triangles, 860424, 277 of 288
triangles, 933885, 901430, 903383, 811420, 942577, 676347, 197 of 292
triangles, 676352, 973211, 1040307, 753521, 1081398, 933651, 1088086, 682880,
1127827, 854290, 1151086, 960290, 894512, 1017793, 897173, 1013062, 775400,
845731, 1172625, 877822, 633622, 762322, 246 of 328 triangles, 777452, 720954,
566202, 1084857, 1081331, 790228, 927297, 955698, 1038376, 674763, 768790,
756109, 36 of 316 triangles, 866637, 683193, 139 of 312 triangles, 731763,
920671, 585102, 719101, 320 of 332 triangles, 977924, 1034084, 936005,
1124925, 1000171, 890210, 225 of 284 triangles, 1062713, 1006808, 962296,
805373, 760470, 1054168, 1049332, 1138622, 659760, 1098625, 20 of 312
triangles, 847975, 1006157, 1082925, 1006333, 849485, 680705, 670636, 787822,
1107780, 1006592, 526329, 1103330, 635731, 695451, 695318, 783748, 294 of 408
triangles, 641510, 1040636, 1008379, 699894, 943968, 817776, 1090318, 1006424,
83 of 252 triangles, 567874, 995218, 773249, 753605, 769033, 249 of 276
triangles, 890729, 514527, 1122875, 813915, 990697, 828467, 631436, 537218, 14
of 316 triangles, 523029, 1163975, 699552, 1138670, 1020311, 897274, 236 of
252 triangles, 957074, 38 of 268 triangles, 833006, 981933, 1134446, 12 of 328
triangles, 815843, 775425, 1029033, 835262, 935852, 806910, 777416, 807198,
894341, 158 of 264 triangles, 1006535, 1085335, 647344, 1051466, 946625, 162
of 288 triangles, 788232, 879284, 678862, 1172320, 695371, 631665, 1057863,
1008871, 664032, 226 of 248 triangles, 1022553, 912258, 986380, 1042840,
924907, 916414, 560610, 868648, 1124375, 890824, 868547, 1085397, 854307,
952790, 131 of 268 triangles, 718951, 1103097, 964246, 316 of 324 triangles,
936126, 1028839, 586880, 215 of 248 triangles, 1065282, 976886, 291 of 292
triangles, 1026640, 811589, 975512, 914664, 898922, 672542, 860292, 993575,
258 of 272 triangles, 813690, 921044, 140 of 256 triangles, 567462, 157 of 296
triangles, 805060, 1073443, 968870, 1126002, 982446, 16 of 272 triangles,
564150, 583037, 944471, 733613, 856147, 837064, 807497, 1017320, 779496,
1001695, 666201, 666284, 968997, 912132, 1019825, 937694, 1080760, 942273,
1105514, 238 of 308 triangles, 524836, 1017517, 1006688, 766103, 1155559,
753892, 158 of 260 triangles, 747491, 1156897, 18 of 276 triangles, 824191,
590932, 725476, 1160949, 1081488, 1033230, 959510, 828253, 920658, 892269,
546134, 927005, 160 of 288 triangles, 1145146, 1144987, 740719, 1147183,
899265, 1126755, 26 of 260 triangles, 1157404, 894706, 1038512, 123 of 292
triangles, 847462, 1172891, 942106, 864929, 107 of 248 triangles, 832953,
796426, 944812, 1120862, 805532, 247 of 248 triangles, 1161163, 1025070, 298
of 348 triangles, 1113951, 1069609, 918826, 1015577, 680603, 76 of 288
triangles, 849960, 504778, 836976, 837063, 645879, 529904, 972963, 666413,
678847, 873457, 678696, 1019855, 1103796, 738607, 742678, 519640, 538817, 26
of 264 triangles, 869236, 246 of 248 triangles, 1005948, 824645, 80 of 288
triangles, 1013257, 817870, 611235, 611185, 824513, 592768, 892567, 785620,
691199, 725366, 1163079, 916392, 651996, 1162933, 706037, 901520, 579273,
1110254, 781939, 1056457, 1154930, 813963, 1115949, 990628, 1051192, 112 of
220 triangles, 1040375, 701897, 522998, 1040871, 993187, 1153415, 688904,
1031512, 1033620, 1145362, 762066, 888579, 1015673, 1129080, 202 of 312
triangles, 1158909, 1011077, 990531, 1084987, 1132808, 627164, 815810, 834759,
67 of 248 triangles, 1172629, 140 of 220 triangles, 914365, 1126089, 1171444,
777377, 1133059, 762551, 923047, 957731, 1011138, 1001760, 977191, 979815,
884249, 736232, 736185, 623366, 605026, 809336, 954956, 695105, 714729,
645745, 922511, 162 of 252 triangles, 1029316, 685066, 755785, 1053743,
560457, 540665, 839648, 712156, 890649, 1132168, 708061, 577093, 707955,
1140996, 749057, 841154, 1164115, 882012, 993358, 249 of 260 triangles,
916270, 966343, 781967, 997307, 730021, 175 of 220 triangles, 843186, 703690,
803016, 950646, 702046, 108 of 264 triangles, 759933, 615100, 689155, 995110,
234 of 260 triangles, 637687, 1151390, 1151380, 940501, 879438, 979386,
1167904, 807355, 1115633, 952850, 890939, 87 of 248 triangles, 1047299,
511384, 1172931, 516193, 1088474, 635117, 115 of 244 triangles, 1048928, 219
of 240 triangles, 617034, 830992, 1081593, 197 of 296 triangles, 1066672,
1008206, 933478, 680571, 740239, 849954, 911977, 777330, 807056, 733987,
843608, 1110184, 647736, 1028304, 1002604, 272 of 276 triangles, 929193,
1044625, 993703, 647696, 720733, 1019906, 1019898, 864628, 1128910, 1062368,
653555, 113 of 236 triangles, 736110, 942313, 600733, 521407, 989008, 1079088,
1057846, 641699, 228 of 236 triangles, 1049211, 1145291, 100 of 216 triangles,
839460, 753913, 869120, 817778, 811391, 1078150, 984434, 977080, 581261,
707839, 171 of 220 triangles, 800628, 116 of 228 triangles, 936161, 727663,
706041, 1056214, 781561, 705564, 969163, 41 of 240 triangles, 845480, 581065,
173 of 228 triangles, 674209, 667993, 1153716, 94 of 240 triangles, 828175,
853967, 1133404, 819812, 731998, 828485, 1124124, 72 of 236 triangles, 783407,
950945, 910258, 1141601, 759667, 828759, 1113401, 1164615, 995383, 1010796,
1031836, 990720, 1004334, 1019689, 183 of 280 triangles, 955305, 1033551,
918993, 888516, 1081159, 907986, 108 of 240 triangles, 830517, 1092553,
830959, 658022, 681108, 992998, 1091474, 134 of 244 triangles, 575546, 835098,
1101506, 816085, 1105799, 1109822, 837431, 734209, 501497, 613303, 697544,
779402, 1011382, 641826, 997986, 46 of 228 triangles, 879857, 666052, 665930
Drag select of 1601595, 540 of 576 triangles, 1851627, 84 of 604 triangles,
1554113, 503 of 548 triangles, 843112, 649398, 1577405, 1468871, 1140459,
1607689, 1514205, 1602957, 9 of 564 triangles, 1091354, 1590214, 1492543,
1488272, 834583, 945794, 1579953, 1088842, 1465680, 1592012, 1590764, 761694,
393 of 496 triangles, 1558749, 426 of 536 triangles, 1557896, 1627466,
1625790, 1063957, 1617736, 486 of 532 triangles, 970374, 1603320, 408 of 524
triangles, 1552543, 1634659, 1447516, 1516949, 1513202, 1037378, 1536051,
1603445, 445 of 532 triangles, 1603053, 168 of 568 triangles, 937328, 1573791,
819592, 1066750, 369 of 456 triangles, 1632229, 1623206, 1093414, 1606883,
1605809, 1516073, 1158302, 1469183, 1077640, 838864, 1080203, 1633440,
1633065, 731313, 1613812, 395 of 568 triangles, 1577330, 924505, 1123893,
901010, 203 of 464 triangles, 1012400, 1541567, 1539142, 1605816, 1163586,
1604534, 87 of 524 triangles, 1044025, 672351, 218 of 460 triangles, 1554651,
1552431, 1106499, 1634844, 1627012, 1532761, 957288, 1158122, 1616596, 403 of
504 triangles, 1613941, 1102936, 688925, 340 of 428 triangles, 1591902,
1591226, 1064257, 680299, 452 of 456 triangles, 832617, 275 of 384 triangles,
1473425, 1540847, 137 of 456 triangles, 802617, 1113043, 1163556, 924289,
894436, 1086893, 1064403, 1003718, 51 of 404 triangles, 1560238, 1005490,
1010636, 358 of 428 triangles, 744394, 1538409, 1082639, 1625410, 785714,
1606007, 1593485, 659791, 913743, 946293, 1537406, 785527, 1027945, 1165294,
924361, 770639, 1591244, 791547, 1073458, 358 of 440 triangles, 986014,
1008330, 1634431, 1059499, 819912, 111 of 376 triangles, 892287, 1009897,
834520, 935392, 935346, 678215, 1633367, 1154437, 902758, 252 of 360
triangles, 1154166, 169 of 368 triangles, 1608023, 1095795, 99 of 392
triangles, 881475, 1073283, 804767, 1496884, 815120, 894280, 1017021, 988176,
1052767, 701557, 759955, 907064, 1143959, 915720, 1592451, 948255, 970058,
733479, 1098440, 972649, 970465, 894320, 751084, 751283, 974313, 890018,
946337, 1161786, 1158586, 699166, 825840, 260 of 396 triangles, 845327, 226 of
348 triangles, 983613, 1077465, 1606768, 774483, 29 of 376 triangles, 942051,
699489, 242 of 364 triangles, 885853, 351 of 352 triangles, 804909, 338 of 376
triangles, 1102553, 712052, 959388, 815518, 972323, 1019303, 718379, 1039770,
994875, 1156072, 744859, 755644, 1617358, 91 of 408 triangles, 757719, 965801,
932840, 651428, 1046552, 1023951, 857643, 1050785, 670171, 158 of 404
triangles, 996982, 919961, 672098, 807032, 970503, 1086978, 1017263, 901037,
216 of 340 triangles, 684820, 1589909, 1632306, 312 of 496 triangles, 753415,
800617, 703168, 1057203, 1014960, 946199, 761648, 1060089, 229 of 344
triangles, 992553, 836960, 653645, 203 of 352 triangles, 977213, 124 of 396
triangles, 1001426, 1170561, 695062, 1167372, 693134, 350 of 380 triangles,
663572, 1160088, 301 of 316 triangles, 1154230, 1080291, 1061566, 1012708,
1095695, 931092, 821826, 979323, 774849, 942149, 350 of 364 triangles,
1111037, 834344, 988140, 1161759, 1132105, 686757, 862106, 753390, 1109214,
830064, 1012800, 847450, 1108887, 972455, 1064219, 948404, 1064103, 996953,
643247, 937728, 9 of 296 triangles, 694873, 141 of 300 triangles, 817795,
722701, 881155, 1115403, 900755, 1106989, 1077996, 967610, 35 of 340
triangles, 1026139, 1064259, 885642, 1091470, 963273, 733312, 271 of 288
triangles, 1117343, 1146114, 168 of 256 triangles, 764034, 649470, 1017048,
1059430, 1059393, 1154489, 81 of 288 triangles, 785640, 781396, 112 of 256
triangles, 1159984, 653262, 1158114, 1019553, 1160265, 819865, 1075428,
701450, 1115671, 1096291, 689108, 116 of 256 triangles, 1091443, 1021837,
1098081, 1119749, 959311, 1044024, 1091499, 872720, 898299, 1044313, 823795,
944028, 916176, 35 of 276 triangles, 653601, 254 of 272 triangles, 796043,
917940, 676041, 1152216, 928811, 881210, 1159943, 868513, 729425, 1172067,
1148040, 1170689, 1095720, 883524, 759896, 885814, 761664, 892364, 261 of 272
triangles, 997202, 91 of 316 triangles, 1046428, 162 of 292 triangles,
1170422, 976991, 857790, 888141, 60 of 264 triangles, 834558, 1117204, 985650,
777005, 892033, 1052541, 1017351, 32 of 280 triangles, 916134, 1026343, 90 of
272 triangles, 643474, 206 of 296 triangles, 714323, 714442, 195 of 248
triangles, 998989, 954990, 779242, 1066757, 51 of 340 triangles, 821951, 240
of 264 triangles, 663959, 105 of 248 triangles, 692657, 811241, 817829,
684706, 1113112, 285 of 304 triangles, 1014638, 1072849, 690926, 705402, 219
of 280 triangles, 892280, 1170649, 1167561, 26 of 256 triangles, 1108709,
1050473, 774567, 1075508, 1037124, 1077867, 926797, 915712, 1066577, 1098622,
1115550, 939526, 942101, 1075354, 1063781, 1097959, 1146573, 83 of 300
triangles, 889720, 6 of 248 triangles, 1123691, 1172377, 933325, 1096140,
1012856, 864389, 740214, 1048730, 202 of 304 triangles, 1146263, 1104973,
1100394, 1170832, 1019034, 1131944, 851616, 764015, 678438, 996647, 636989,
1068485, 1086557, 1052595, 800160, 245 of 292 triangles, 963852, 1150404,
722967, 785531, 87 of 248 triangles, 1072847, 727285, 813332, 729341, 868383,
898688, 131 of 276 triangles, 1070743, 1102752, 892232, 746887, 85 of 260
triangles, 1087268, 1075445, 759962, 1138583, 93 of 296 triangles, 1132304,
306 of 308 triangles, 881556, 236 of 248 triangles, 915700, 853587, 633025,
209 of 264 triangles, 1154537, 896477, 761574, 128 of 260 triangles, 896257,
847471, 959285, 1064295, 1025942, 1119687, 775042, 917637, 983228, 1096375,
179 of 268 triangles, 919918, 959569, 970536, 999207, 1160116, 918029,
1146349, 1167429, 1091197, 695145, 853388, 35 of 276 triangles, 629026, 108 of
220 triangles, 1136303, 1021639, 1108740, 946331, 1055116, 1054971, 1132228,
1109070, 944189, 785690, 1039726, 1121611, 1109296, 151 of 260 triangles,
641443, 258 of 268 triangles, 994743, 674373, 1082447, 874748, 682614,
1152299, 701494, 789529, 963517, 832363, 761970, 1163720, 911676, 1138068,
997124, 997055, 997168, 138 of 260 triangles, 791960, 972539, 862031, 1113475,
140 of 240 triangles, 1139994, 1066211, 1077526, 740276, 891920, 1106843,
1170850, 1023374, 1023356, 1001665, 963896, 864178, 233 of 244 triangles,
1070538, 1146414, 901044, 1144065, 649254, 1077697, 1133933, 1032830, 713978,
990182, 920252, 840806, 840940, 785760, 253 of 260 triangles, 1039633, 903051,
843104, 1156149, 1142401, 1115143, 802493, 898695, 981535, 883613, 1102938,
716488, 914011, 214 of 236 triangles, 1169046, 1037528, 1173257, 742405,
1003938, 178 of 284 triangles, 1012833, 1125530, 1125466, 804659, 1010403,
1016844, 892320, 774822, 857835, 857876, 1021260, 918117, 657749, 1117165,
909413, 1017229, 201 of 260 triangles, 1068388, 944258, 1068640, 680145,
1100382, 950469, 794185, 736064, 678466, 824010, 959656, 37 of 216 triangles,
1136358, 692928, 1046273, 1165224, 676088, 1028464, 977166, 65 of 232
triangles, 825736, 753125, 1093453, 996399, 1154161, 845280, 705277, 1062206,
1160406, 849251, 802427, 959449, 968137, 1077385, 1059709, 1110813, 1070711,
930919, 746797, 1113586, 1142241, 883506, 1156683, 1042126, 188 of 236
triangles, 1078044, 821495, 1012801, 688680, 1044477, 146 of 216 triangles,
813233, 1081995, 857628, 1104679, 1046409, 1012276, 206 of 216 triangles,
815597, 1070896, 1096189, 864348, 1048579, 1150292, 874859, 849606, 952655,
1172195, 1117855, 12 of 232 triangles, 876909, 1144321, 911723, 1087056,
1044315, 787762, 669951, 1023607, 943886
Deleted 620 regions
> lighting simple
Drag select of 1540862, 1874976, 697 of 760 triangles, 615450, 98 of 400
triangles, 437821, 240 of 376 triangles, 531929, 253 of 372 triangles, 553374,
944969, 613407, 147 of 288 triangles, 513428, 776083, 344 of 364 triangles,
776082, 940613, 613804, 1165008, 1095222, 61 of 316 triangles, 411251, 207939,
1594884, 831545, 648377, 717456, 782105, 251 of 316 triangles, 962983, 403842,
996231, 447861, 171 of 300 triangles, 721880, 562945, 681651, 963022, 524917,
411281, 460699, 401321, 555641, 1135256, 244 of 332 triangles, 257689, 489167,
1157667, 191 of 344 triangles, 780425, 150519, 1155897, 658722, 792672,
516846, 779942, 278 of 280 triangles, 1172939, 53 of 308 triangles, 8928,
706731, 570382, 540917, 973993, 127866, 450139, 413670, 44633, 266352, 334336,
342719, 482908, 57580, 181917, 108349, 583757, 196267, 99778, 339399, 1052425,
113780, 808147, 269382, 457446, 339854, 465543, 539493, 553801, 921680, 246 of
248 triangles, 425295, 902185, 1155855, 689946, 636243, 242 of 268 triangles,
814541, 884905, 964745, 1041278, 431944, 806053, 717098, 115 of 268 triangles,
452009, 364745, 646409, 87 of 248 triangles, 57204, 640332, 833752, 867628,
825157, 910754, 835356, 219786, 1077170, 550237, 1155867, 1163281, 1045357, 98
of 244 triangles, 790993, 284096, 26481, 603700, 666461, 619989, 486098,
52316, 86386, 395915, 581786, 211 of 268 triangles, 1054758, 422982, 690009,
500409, 377715, 49 of 264 triangles, 869854, 496778, 624009, 1105960, 158 of
252 triangles, 375550, 51 of 240 triangles, 78388, 1018183, 141 of 236
triangles, 818905, 996224, 498738, 40 of 240 triangles, 710961, 497054, 73121,
1145696, 158 of 216 triangles, 1161552, 339449, 18 of 216 triangles, 869848,
700451, 284131, 1086036, 134 of 232 triangles, 388588, 503255, 1139604, 128 of
216 triangles
Drag select of 2001015, 1533062, 1572992, 283 of 520 triangles, 1554894, 473
of 544 triangles, 681947, 270 of 496 triangles, 1441806, 489 of 568 triangles,
1602898, 1576067, 1613869, 846795, 866022, 45 of 480 triangles, 867986, 445 of
468 triangles, 817073, 806443, 958873, 1632499, 827897, 121 of 424 triangles,
876730, 312 of 464 triangles, 815049, 780858, 74 of 432 triangles, 1533497,
952253, 368 of 412 triangles, 726576, 408 of 448 triangles, 842549, 887525,
235 of 372 triangles, 992160, 222 of 440 triangles, 739711, 787111, 855292,
750397, 362 of 460 triangles, 834080, 1632178, 754946, 317 of 364 triangles,
795562, 339 of 380 triangles, 1590069, 765643, 665228, 846743, 220 of 360
triangles, 673681, 246 of 372 triangles, 735331, 199 of 384 triangles, 684091,
730797, 694288, 692402, 739757, 715820, 750646, 180 of 356 triangles, 831987,
752730, 752789, 665407, 194 of 356 triangles, 744100, 739792, 880853, 669316,
694412, 329 of 364 triangles, 743849, 33 of 300 triangles, 737457, 673591,
926218, 671580, 893889, 759323, 799864, 889643, 246 of 288 triangles, 730852,
904645, 58 of 276 triangles, 765466, 275 of 316 triangles, 855552, 149 of 328
triangles, 698751, 698655, 720119, 713456, 919761, 726547, 244 of 268
triangles, 911100, 715806, 696504, 61 of 296 triangles, 675789, 87 of 288
triangles, 726660, 700713, 772275, 177 of 304 triangles, 720118, 283 of 296
triangles, 817190, 724261, 883076, 243 of 252 triangles, 679934, 13 of 240
triangles, 720202, 167 of 220 triangles, 810723, 83 of 220 triangles, 663117,
240 of 276 triangles, 716003, 233 of 256 triangles, 812794, 711335, 827804,
791346, 717956, 746368, 808693, 147 of 264 triangles, 817138, 834289, 218 of
264 triangles, 677987, 730851, 702963, 682064, 795581, 863987, 28 of 312
triangles, 763381, 215 of 272 triangles, 921931, 154 of 244 triangles, 817051,
713576, 765519, 765693, 887336, 754902, 711471, 711435, 702952, 152 of 260
triangles, 730939, 906890, 10 of 256 triangles, 829604, 658919, 280 of 324
triangles, 870259, 718050, 100 of 216 triangles, 679784, 851139
Drag select of 1540862, 1874976, 684 of 760 triangles, 615450, 95 of 400
triangles, 437821, 236 of 376 triangles, 531929, 248 of 372 triangles, 553374,
944969, 613407, 144 of 288 triangles, 513428, 776083, 344 of 364 triangles,
776082, 940613, 613804, 1165008, 1095222, 61 of 316 triangles, 411251, 207939,
1594884, 831545, 648377, 717456, 782105, 250 of 316 triangles, 962983, 403842,
996231, 447861, 171 of 300 triangles, 721880, 562945, 681651, 963022, 524917,
411281, 460699, 401321, 555641, 1135256, 241 of 332 triangles, 257689, 489167,
1157667, 188 of 344 triangles, 780425, 150519, 1155897, 658722, 792672,
516846, 779942, 276 of 280 triangles, 1172939, 53 of 308 triangles, 8928,
706731, 570382, 540917, 973993, 127866, 450139, 413670, 44633, 266352, 334336,
342719, 482908, 57580, 181917, 108349, 583757, 196267, 99778, 339399, 1052425,
113780, 808147, 269382, 457446, 339854, 465543, 539493, 553801, 921680, 246 of
248 triangles, 425295, 902185, 1155855, 689946, 636243, 242 of 268 triangles,
814541, 884905, 964745, 1041278, 431944, 806053, 717098, 106 of 268 triangles,
452009, 364745, 646409, 87 of 248 triangles, 57204, 640332, 833752, 867628,
825157, 910754, 835356, 219786, 1077170, 550237, 1155867, 1163281, 1045357, 95
of 244 triangles, 790993, 284096, 26481, 603700, 666461, 619989, 486098,
52316, 86386, 395915, 581786, 211 of 268 triangles, 1054758, 422982, 690009,
500409, 377715, 46 of 264 triangles, 869854, 496778, 624009, 1105960, 151 of
252 triangles, 375550, 51 of 240 triangles, 78388, 1018183, 137 of 236
triangles, 818905, 996224, 498738, 40 of 240 triangles, 710961, 497054, 73121,
1145696, 157 of 216 triangles, 1161552, 339449, 18 of 216 triangles, 869848,
700451, 284131, 1086036, 125 of 232 triangles, 388588, 503255, 1139604, 128 of
216 triangles
Drag select of 975757, 1590535, 1605657, 837468, 1447531, 1540862, 170 of 524
triangles, 1155715, 1604711, 914529, 1559587, 1871846, 839589, 1555668, 313 of
492 triangles, 1555373, 189 of 556 triangles, 962551, 1632992, 933700, 100 of
496 triangles, 1604971, 1103827, 1539473, 1516518, 1576872, 313 of 552
triangles, 1556973, 1592175, 895230, 1124783, 1616664, 1076734, 1605351,
1071674, 1056849, 865300, 1559353, 973558, 1627782, 1874976, 385 of 760
triangles, 1607390, 1607001, 1857444, 940578, 1029093, 1399961, 381 of 472
triangles, 901337, 1616373, 937904, 1516257, 1865498, 1513939, 1017789, 304 of
488 triangles, 957558, 1577672, 989167, 1515244, 816171, 326 of 464 triangles,
1013802, 1578314, 1574400, 459 of 488 triangles, 1013676, 1114567, 1617553,
1616627, 1024395, 982145, 1605362, 307 of 428 triangles, 1604535, 977885,
1069657, 1143574, 824400, 1634513, 430 of 548 triangles, 973259, 1627776,
1041143, 427 of 440 triangles, 1604978, 1137373, 1033521, 1577167, 1557155,
1101833, 1536214, 818139, 842013, 1616348, 1085884, 1518893, 929296, 949633,
1083845, 813768, 72 of 380 triangles, 1023015, 1013724, 877982, 1633714,
818273, 23 of 404 triangles, 856645, 975303, 1067577, 1097562, 833045,
1126933, 822500, 244 of 412 triangles, 1163167, 828404, 923605, 1145654,
951106, 1073632, 451 of 468 triangles, 1011175, 1020569, 1116745, 1043195,
905522, 1092620, 236 of 416 triangles, 816298, 25 of 396 triangles, 1591964,
932102, 29 of 392 triangles, 1099633, 1097342, 78 of 360 triangles, 1107584,
1558623, 1038046, 960817, 84 of 376 triangles, 1122506, 1606551, 905460,
1514427, 1001873, 1139503, 1591302, 1579062, 1575858, 1122158, 304 of 324
triangles, 1556455, 962633, 962151, 835389, 1018357, 916258, 1008806, 206 of
356 triangles, 905585, 875722, 932238, 1060329, 988586, 1019807, 1004060,
901691, 1627020, 348 of 456 triangles, 990616, 899802, 938259, 314 of 320
triangles, 986345, 1092499, 1147642, 1171614, 85 of 400 triangles, 1575474,
971364, 1083884, 936510, 811767, 104 of 304 triangles, 1151672, 1095364,
1617312, 1060720, 1147052, 1006847, 828891, 1074163, 932249, 854159, 886077,
1102033, 935849, 858764, 977239, 214 of 336 triangles, 1044633, 1095222,
839210, 64 of 300 triangles, 1045020, 916590, 927058, 977931, 989327, 1124638,
922712, 992920, 24 of 300 triangles, 1129332, 1092562, 1092911, 835128,
1073867, 826849, 826841, 934219, 1153006, 912279, 1130733, 984144, 1103335,
1122525, 881648, 221 of 300 triangles, 884763, 869468, 973161, 213 of 352
triangles, 988952, 1017739, 919004, 1135278, 947484, 1169890, 1081508, 934608,
911967, 1002672, 958159, 959779, 294 of 316 triangles, 1131176, 1083385,
811436, 1056538, 893060, 971043, 873606, 953877, 903469, 1122837, 1110024,
820454, 200 of 292 triangles, 940258, 829137, 877476, 1036139, 947465, 847995,
39 of 296 triangles, 1166185, 848406, 848447, 1143311, 1036417, 162 of 296
triangles, 1019824, 1041136, 955991, 1166561, 912246, 1118239, 1042616,
1067817, 1045235, 1153672, 1085908, 936421, 856921, 923570, 1141608, 989256,
1114475, 1047397, 852189, 1112723, 1065022, 1054051, 1017835, 1135256, 213 of
332 triangles, 932037, 161 of 288 triangles, 848171, 1101156, 268 of 296
triangles, 1092474, 1169949, 1054204, 862529, 1083204, 1101424, 845920,
862874, 953586, 927931, 910374, 1025106, 1120584, 864632, 84 of 304 triangles,
942317, 1120627, 1073929, 1157667, 294 of 344 triangles, 839336, 835660,
1096870, 973498, 1069133, 1052035, 862935, 1106049, 909849, 1065203, 955263,
129 of 316 triangles, 1074268, 969572, 37 of 328 triangles, 1103943, 1000287,
1092500, 972882, 1058905, 1076795, 931423, 1107454, 1080818, 960543, 1041122,
1153614, 901123, 1069811, 1162942, 888706, 1172939, 986476, 916474, 1162896,
890485, 46 of 280 triangles, 1171141, 1011347, 863015, 1118366, 1171339,
856133, 1060657, 910178, 881682, 975373, 955379, 1031424, 968794, 1096950,
1153452, 907542, 949539, 880106, 948942, 969035, 924859, 912486, 951932,
1116129, 1051638, 1068022, 943001, 1162740, 1169876, 46 of 284 triangles,
1013517, 862569, 232 of 264 triangles, 837210, 119 of 260 triangles, 1105354,
866864, 905643, 820417, 116 of 264 triangles, 980180, 240 of 272 triangles,
828757, 1047595, 1172833, 962284, 1000673, 1057970, 1143695, 1081088, 914680,
1155405, 877349, 898887, 1159227, 986768, 918513, 1132573, 888728, 1034407,
1006220, 969266, 873026, 1078624, 1063343, 896890, 909754, 1110177, 837507,
1053825, 1025080, 1009251, 1141136, 925663, 1051531, 895069, 986562, 946712,
1120815, 905815, 924856, 971601, 826751, 1116111, 860467, 945313, 892589,
1079266, 899695, 826660, 890833, 1130968, 1020295, 1092621, 1112446, 1044846,
920884, 929331, 1083807, 1159210, 1164838, 832739, 809568, 25 of 260
triangles, 1023037, 28 of 248 triangles, 1128688, 1065602, 1064913, 1035596,
1031336, 835674, 935779, 856187, 896875, 940669, 946719, 964379, 173 of 280
triangles, 1171321, 907886, 844090, 1013920, 1004115, 915024, 1070026, 866961,
1069730, 1083361, 1139353, 1042627, 1013337, 868917, 986416, 960420, 27 of 220
triangles, 960255, 1156939, 1013711, 841469, 993401, 916240, 892968, 1076156,
1162556, 852057, 852209, 1167758, 892677, 1050031, 871669, 1045357, 1067534,
879576, 1074697, 955544, 1116399, 1078680, 1035904, 847941, 847838, 1092563,
999546, 226 of 280 triangles, 833101, 914585, 1147424, 1031289, 862503,
953257, 18 of 220 triangles, 835296, 846126, 1097350, 953607, 896670, 991111,
807136, 46 of 220 triangles, 966720, 858494, 858696, 1027102, 865397, 38 of
240 triangles, 988446, 975705, 969385, 11 of 248 triangles, 946739, 216 of 248
triangles, 959975, 879889, 964442, 907895, 998336, 869709, 153 of 240
triangles, 977559, 869304, 1076475, 868869, 1112654, 1156974, 1028729, 841657,
903523, 890807, 925064, 1130762, 1127285, 951503, 942690, 837644, 899125,
905361, 1136638, 1124897, 1126298, 1145592, 882395, 984255, 925503, 1036168,
1054052, 1022984, 977898, 919179, 888443, 1090551, 921142, 888712, 1112028, 26
of 244 triangles, 1111971, 1019946, 995542, 957858, 1126360, 1092566, 944831,
907667, 1092176, 1097324, 931573, 1007310, 1105960, 246 of 252 triangles,
997885, 858797, 1018183, 216 of 236 triangles, 879895, 1147785, 873394,
931894, 869009, 914336, 67 of 232 triangles, 1081308, 1042964, 903369, 973827,
973242, 1137577, 1040254, 1040253, 1172575, 1076308, 1098948, 1085536,
1099796, 934191, 837204, 1010934, 933669, 1060896, 136 of 236 triangles,
1027277, 1085953, 854522, 854645, 1164342, 940274, 1114537, 1145696, 167 of
216 triangles, 1014159, 20 of 232 triangles, 1166465, 1022712, 1051924, 30 of
232 triangles, 1073626, 1057902, 25 of 228 triangles, 830729, 1083853, 923388,
180 of 244 triangles, 1019734, 869536, 940553, 1157027, 28 of 244 triangles,
954035, 153 of 216 triangles, 957626, 971447, 875610, 1172946, 1097036,
1164829, 1086036, 225 of 232 triangles, 972944, 1166276, 1043061, 1013738,
1114026, 964338, 894911, 1097419, 878028, 880204, 949039, 948993, 1107777,
989448, 951740, 843822, 991426, 1139604, 206 of 216 triangles
Deleted 867 regions
> lighting soft
[Repeated 1 time(s)]Only showing 3000 of 28157 regions.
Showing 3000 of 28157 region surfaces
Only showing 15000 of 28157 regions.
Showing 15000 of 28157 region surfaces
Drag select of 1867086, 494 of 712 triangles, 1511387, 389 of 592 triangles,
1556835, 1633280, 1538775, 1538702, 1532335, 1608029, 1607007, 1606705,
1604077, 1591952, 359 of 556 triangles, 927392, 913729, 963904, 929786,
1633664, 1871923, 1520067, 1516157, 1601149, 506 of 532 triangles, 1592336,
885822, 1496250, 126 of 504 triangles, 1575583, 1552775, 1626818, 1626374,
1868504, 151 of 608 triangles, 1874355, 1614797, 190 of 612 triangles, 850111,
1607516, 493 of 556 triangles, 701885, 1515881, 1168928, 1088998, 896384,
1085122, 1578091, 1574593, 807873, 1557297, 1465987, 219 of 528 triangles,
1617116, 1616306, 1615006, 1591935, 1590948, 1048952, 1109704, 1471809,
1467918, 1626457, 1624649, 1607918, 1051813, 882157, 885619, 1050402, 1047147,
1572608, 1552572, 1128390, 125 of 420 triangles, 1590118, 1874936, 820131,
1607925, 262 of 508 triangles, 1004004, 883807, 1591578, 1491576, 346 of 484
triangles, 1090460, 1067091, 763808, 1021997, 1079704, 87 of 472 triangles,
1634017, 1069463, 1618089, 1165289, 158 of 528 triangles, 1603759, 1514544,
1603475, 894508, 1142583, 786182, 1068797, 657626, 1577670, 1574081, 73 of 488
triangles, 875419, 296 of 468 triangles, 910145, 1017662, 1149408, 1055323,
1633083, 1625493, 873211, 1623252, 466 of 548 triangles, 1622998, 203 of 504
triangles, 1617960, 1614624, 1603778, 1100741, 1060444, 1590722, 912861,
1024628, 1558714, 356 of 464 triangles, 1558093, 893347, 1634674, 1042921,
611262, 928774, 1094542, 1624960, 1624733, 1617433, 1617193, 731883, 1002100,
1109342, 892705, 995791, 267 of 504 triangles, 1093936, 1072162, 110 of 496
triangles, 1573953, 740728, 720433, 371 of 452 triangles, 699098, 1634437,
1159343, 839808, 1091790, 781975, 310 of 416 triangles, 904900, 361 of 464
triangles, 927088, 1603449, 616893, 955257, 859888, 311 of 412 triangles,
1049717, 896537, 1015785, 858881, 16 of 416 triangles, 681237, 1575748,
1050917, 1133022, 1038143, 1625199, 1624554, 1171526, 725838, 584915, 1030978,
1616863, 905231, 1518843, 1608044, 1602467, 618707, 1104827, 1026060, 1578289,
368 of 424 triangles, 1574768, 1130354, 549566, 102 of 388 triangles, 1590445,
988744, 1627385, 786313, 579202, 1616682, 231 of 420 triangles, 937792,
1606856, 1606411, 1606043, 1006159, 924729, 843955, 658133, 975655, 1078502,
1574794, 1573074, 142 of 476 triangles, 940774, 678391, 940463, 1093651,
1008324, 877730, 1043162, 1617058, 1615501, 1085941, 1133485, 1612715, 331 of
436 triangles, 1606122, 1604542, 1172724, 592503, 1602339, 879585, 1593690,
356 of 448 triangles, 1590562, 639659, 1577234, 787599, 155 of 364 triangles,
1149537, 554948, 127 of 348 triangles, 1575472, 1593018, 1124275, 939827,
1626424, 1029829, 1133831, 756015, 1118288, 960328, 1605380, 113 of 424
triangles, 1605271, 1047549, 1594123, 1010418, 738970, 955461, 714547, 106 of
428 triangles, 1157225, 51 of 380 triangles, 877222, 773419, 918938, 1579911,
845994, 751476, 895064, 1107538, 1171269, 886745, 738337, 1138773, 143 of 376
triangles, 1040246, 1627342, 1094464, 1623792, 781439, 1121594, 1008547,
764851, 1616686, 843362, 1605912, 1605796, 1604952, 1172930, 991667, 1134346,
348 of 376 triangles, 1081555, 1079192, 1060066, 896575, 192 of 404 triangles,
1571780, 1145147, 832601, 710471, 693326, 889017, 6 of 364 triangles, 1072370,
1072426, 1013294, 1533777, 1031017, 757766, 1024439, 161 of 360 triangles,
746819, 896999, 1164547, 760440, 1024279, 932056, 202 of 376 triangles,
1103911, 946515, 987063, 1049972, 710710, 1044002, 972429, 1004389, 1065372,
940625, 1025084, 734289, 975760, 664111, 756230, 883896, 1074422, 590989,
1625462, 422 of 512 triangles, 1625340, 727226, 69 of 416 triangles, 1128133,
1065794, 263 of 360 triangles, 682959, 729900, 352 of 364 triangles, 904857,
946447, 1162498, 1128489, 1022689, 1143686, 894689, 1055246, 919007, 1033830,
659783, 908063, 344 of 400 triangles, 633779, 792352, 641355, 573235, 951421,
875869, 787872, 1107569, 973409, 1085842, 738568, 1089382, 212 of 316
triangles, 870786, 860485, 893243, 255 of 292 triangles, 800507, 1093699,
817816, 1159277, 812217, 230 of 336 triangles, 590935, 738208, 1083106,
755673, 893018, 1027194, 716450, 1606897, 1604332, 1001874, 940602, 940528,
234 of 332 triangles, 1148546, 1110373, 975133, 1026128, 1134428, 1074318,
864473, 966888, 1086980, 1044555, 602995, 763986, 721247, 721274, 982729,
980076, 1083410, 1037462, 959696, 252 of 336 triangles, 766388, 97 of 416
triangles, 1132205, 936162, 870483, 754140, 1164218, 837706, 718701, 32 of 376
triangles, 585084, 922630, 595158, 78 of 400 triangles, 1139176, 899264,
747119, 1066922, 643772, 1031875, 1038789, 940555, 1111614, 953116, 1148631,
807164, 229 of 332 triangles, 1105671, 1150759, 764559, 1028290, 666351,
851462, 403 of 416 triangles, 794844, 123 of 388 triangles, 627778, 6 of 364
triangles, 584722, 154 of 384 triangles, 809679, 714813, 1149330, 600611,
649255, 147 of 332 triangles, 710553, 691671, 818316, 1128277, 801414, 929395,
843438, 152 of 308 triangles, 803140, 802912, 633700, 1034137, 828645,
1153197, 1050004, 956979, 195 of 348 triangles, 1029062, 896560, 1150913,
1095149, 312 of 336 triangles, 1053356, 877141, 1088031, 948808, 950712,
1009106, 1001729, 991344, 912154, 723519, 865301, 987191, 940355, 194 of 292
triangles, 961634, 230 of 312 triangles, 1040280, 723042, 593015, 839848,
1052755, 1156185, 1027233, 598651, 1002289, 1145704, 900970, 894556, 1071218,
688893, 672879, 1095172, 615246, 1142987, 1004325, 1004887, 1004911, 999833,
966630, 880393, 788412, 890042, 588663, 162 of 288 triangles, 600669, 1084941,
873939, 255 of 292 triangles, 738756, 860424, 86 of 288 triangles, 796378, 25
of 292 triangles, 1066814, 1072447, 933885, 231 of 288 triangles, 901430,
903383, 811420, 942577, 69 of 312 triangles, 676347, 676352, 973211, 1130270,
258 of 284 triangles, 1040307, 753521, 1081398, 933651, 827010, 1088086,
682880, 1127827, 1114861, 854290, 937935, 36 of 292 triangles, 1151086,
689652, 960290, 875783, 875781, 819568, 894512, 594507, 932272, 1017793,
1154538, 1125697, 897173, 929110, 263 of 336 triangles
Deleted 510 regions
Drag select of 2146533, 185 of 5913032 triangles, 2146283, 61 of 3351792
triangles, 2146535, 2832 of 3406868 triangles, 1491474, 1466718, 1573431,
1517306, 263 of 584 triangles, 1593486, 414 of 676 triangles, 1370979,
1554715, 93 of 520 triangles, 928350, 1417438, 356 of 596 triangles, 1602335,
896186, 1023569, 1627643, 1587703, 1540024, 507 of 584 triangles, 1426062,
1604939, 1593912, 1400311, 1490924, 823733, 75 of 688 triangles, 1632388, 23
of 648 triangles, 1624080, 492 of 616 triangles, 1106732, 22 of 640 triangles,
1631986, 1606759, 700899, 1487675, 491 of 552 triangles, 1576513, 213 of 512
triangles, 1036901, 1632856, 569 of 588 triangles, 1537767, 371 of 612
triangles, 1593940, 813196, 1495327, 1634138, 915390, 1614728, 913563,
1534135, 1132391, 957092, 277 of 448 triangles, 1005386, 1626960, 1873994,
1127806, 878966, 774577, 878571, 1052534, 1559329, 1634290, 878597, 711653,
757340, 969791, 834063, 80 of 492 triangles, 1084797, 1071327, 1634142,
825787, 802167, 628903, 254 of 464 triangles, 913909, 342 of 488 triangles,
1617494, 765761, 1023692, 418 of 420 triangles, 1634769, 31 of 572 triangles,
1634377, 315 of 592 triangles, 1627398, 1626923, 394 of 500 triangles,
1160576, 688369, 994265, 1087080, 763339, 1633167, 298 of 624 triangles,
1632305, 800250, 802512, 787386, 1603338, 584260, 275 of 476 triangles,
950054, 887881, 785036, 724733, 1606539, 855623, 1588667, 815130, 1117248,
939234, 836652, 1559566, 1538924, 1627267, 887288, 849221, 868232, 1066278,
857363, 682226, 887397, 50 of 364 triangles, 1590662, 926224, 979052, 589730,
14 of 404 triangles, 866001, 690442, 1109218, 849265, 148 of 500 triangles,
1606632, 1605110, 1155063, 237 of 420 triangles, 748597, 748602, 937186,
1119707, 1142067, 1470627, 765739, 1041943, 825531, 257 of 360 triangles,
702778, 1605738, 1113650, 148 of 392 triangles, 1100765, 1003931, 251 of 320
triangles, 965496, 943865, 952212, 694321, 885139, 253 of 376 triangles,
961589, 1070777, 1593615, 298 of 360 triangles, 1591093, 771979, 1123647,
863879, 1579039, 974342, 909179, 817210, 1117747, 634625, 83 of 304 triangles,
994822, 1144728, 1070722, 1142019, 1594088, 806554, 1593719, 992588, 656972,
97 of 312 triangles, 1088937, 892019, 679736, 844657, 759253, 675576, 980965,
626661, 1158286, 1027889, 904717, 924368, 1039517, 878733, 1010463, 1048353,
1023917, 937490, 911227, 735373, 872342, 838670, 1098495, 759329, 967751, 205
of 320 triangles, 1107193, 1041515, 791214, 652958, 705240, 782822, 972249,
830054, 1041741, 1010404, 898450, 1064239, 1077570, 92 of 332 triangles,
971962, 671911, 1119360, 1172201, 944057, 715724, 808833, 254 of 452
triangles, 696440, 937649, 913531, 59 of 344 triangles, 614443, 294 of 348
triangles, 834135, 27 of 368 triangles, 1119529, 104 of 348 triangles, 744588,
26 of 332 triangles, 709136, 881156, 690365, 770042, 994555, 1170987, 830109,
876471, 1001060, 855555, 972559, 959396, 129 of 316 triangles, 981109, 849363,
936993, 1052518, 921886, 245 of 328 triangles, 679743, 945647, 810886,
1172518, 976505, 978699, 673831, 1136372, 789547, 998627, 1039270, 1055207,
900522, 1066568, 941864, 1172453, 981032, 6 of 256 triangles, 1048146, 808585,
1152778, 91 of 256 triangles, 996557, 810690, 53 of 328 triangles, 838796,
919677, 956757, 1027831, 1027917, 787108, 954538, 673820, 1084393, 748532,
644962, 667274, 957090, 939698
> select subtract #2.7
263 models selected
> select subtract #2.1
262 models selected
> ~select
Nothing selected
> select #2.306
1 model selected
> select add #2.178
2 models selected
> select add #2.2284
3 models selected
> select add #2.3
4 models selected
> select subtract #2.3
3 models selected
> select add #2.3
4 models selected
Grouped 4 regions
Region has 621 adjacent regions
> select #2.7
1 model selected
> select add #2.1
2 models selected
> select #2.310
1 model selected
> select #2.6
1 model selected
> select #2.279
1 model selected
Drag select of 2146491, 2146496, 2067776, 1614813, 1572311, 1871287, 1620905,
1874041, 1614481, 1870423, 1634307, 1603349, 1874084, 1874006, 1874575,
1586419, 1870040, 1629757, 1623905, 1874076, 1599643, 1870182, 1589230,
1551422, 1871102, 1630859, 1622066, 1602625, 1602542, 1598759, 1568994,
1867833, 1623002, 1873519, 1611369, 1603716, 1870212, 1630385, 1623522,
1867036, 1605495, 1598932, 1870894, 1863176, 1867049, 562410, 655774, 1633772,
1633282, 712094, 1625027, 1622748, 1603984, 516408, 680735, 1872921, 2000912,
1623878, 1623465, 1873963, 1614749, 1612906, 1601832, 1588014, 834394,
1871374, 1866981, 1623847, 1622651, 1589120, 1632357, 1871191, 769096,
1624710, 1623277, 1621898, 1874737, 1873536, 1632323, 1624047, 1532879,
1623411, 1873263, 1616072, 1613263, 1631199, 1630193, 1624785, 1621693,
1873219, 1632809, 1632644, 1630640, 1586697, 449227, 1570781, 641994, 1632710,
1623075, 1588720, 1586962, 1632739, 429149, 1632404, 1632163, 725357, 1874766,
1874253, 1873315, 1615083, 1612603, 1604411, 480823, 520718, 1633514, 1630909,
1623952, 1615609, 1613330, 1589995, 1631635, 1631445, 1631243, 1630925,
1622687, 1612439, 1611785, 1603861, 1600348, 1599453, 1869971, 542531,
1632319, 1625210, 1867460, 1622674, 1622560, 1614275, 1603082, 1003958,
1592700, 1586893, 735650, 678191, 560357, 1632185, 1631591, 1631244, 1625428,
1615611, 1612045, 625648, 847302, 1589437, 495046, 625705, 789809, 1633015,
1630348, 707797, 890498, 824411, 1624281, 1624170, 1612921, 1603358, 1601582,
1046605, 821654, 439798, 1632712, 1626770, 1612239, 546076, 1001958, 1603470,
1602988, 1600236, 583016, 789497, 1631335, 1630716, 577562, 604747, 1624730,
1624700, 1624569, 1622802, 1614141, 1614027, 623127, 586891, 749649, 472887,
569791, 692596, 1631007, 800734, 1622402, 1614439, 802745, 742917, 768173,
1633662, 562074, 1632234, 1631607, 1630460, 1625393, 1615038, 499864, 471163,
472101, 521122, 1633138, 1632102, 800552, 1621116, 1614423, 1613521, 1586465,
699781, 684580, 695443, 823984, 1633943, 1632224, 1632188, 1631764, 1623884,
1623067, 1614066, 510877, 682773, 518022, 619647, 588722, 714480, 1632406,
744375, 1624106, 1622123, 600175, 482123, 667511, 488925, 482481, 666514,
1632601, 662467, 1624898, 1623107, 1621417, 727640, 514500, 1614118, 477591,
1601686, 493681, 773112, 554976, 508132, 397607, 521295, 596919, 668225,
664102, 503035, 1632600, 1631786, 1630989, 1630703, 1624446, 771059, 1601037,
546046, 933485, 807013, 393325, 526180, 1026466, 821938, 443872, 1632347,
1042322, 639759, 491519, 529963, 659793, 272020, 1587259, 487079, 451297,
778955, 963937, 826755, 629102, 553382, 692610, 571648, 390748, 1630694,
1626508, 708147, 661534, 959443, 1587642, 815748, 779702, 466813, 627774,
512930, 641504, 768157, 798089, 591019, 577585, 699185, 753433, 564200,
439932, 837214, 533302, 718803, 477556, 482238, 633935, 789597, 979433,
494966, 611095, 493404, 493457, 488737, 794113, 514582, 590019, 519509,
811527, 977076, 368150, 753692, 781590, 598351, 500101, 598712, 617126,
465042, 602232, 623670, 924710, 712558, 501420, 405107, 604963, 598823,
981670, 643219, 772994, 731949, 757715, 623094, 464994, 537227, 619120,
894406, 1030794, 2146537
Grouped 368 regions
Region has 374 adjacent regions
> select #2.7
1 model selected
> select add #2.1
2 models selected
> select #2.310
1 model selected
> select add #2.6
2 models selected
> select add #2.279
3 models selected
Drag select of 2067951, 1604844, 1603601, 1874467, 1871463, 1874612, 1631537,
598983, 1874522, 1870360, 1632990, 1867846, 1871355, 1625582, 940163, 1604740,
1871619, 1874567, 1604915, 1625002, 1871499, 1592304, 1625581, 1626460,
1615637, 1605936, 1633037, 1625482, 869335, 794572, 1633620, 1633475, 1615652,
1613498, 633243, 1632849, 988674, 875198, 975436, 962125, 813746, 1615684,
948670, 990890, 871141, 1633281, 879702, 918164, 601100, 937919, 643743,
888665, 979905, 635496, 925026, 896679, 940054, 828550, 899269, 881421,
871098, 856399, 824245, 970971, 957611, 2146538
Grouped 66 regions
Region has 309 adjacent regions
> select #2.7
1 model selected
> select add #2.1
2 models selected
> select #2.6
1 model selected
> select add #2.279
2 models selected
> select add #2.310
3 models selected
> select #2.3
1 model selected
Region has 309 adjacent regions
> select #2.7
1 model selected
> select #2.1
1 model selected
Ungrouped to 2 regions
> select #2.16
1 model selected
Ungrouped to 2 regions
> select #2.1
1 model selected
Ungrouped to 2 regions
> select #2.28
1 model selected
Ungrouped to 2 regions
> select #2.1
1 model selected
Ungrouped to 2 regions
> select #2.28
1 model selected
Ungrouped to 2 regions
> select #2.1
1 model selected
Drag select of 2146172, 877 of 1782740 triangles, 2145635, 7724 of 382648
triangles, 2145183, 7032 of 254796 triangles, 2144635, 8386 of 154280
triangles
> select #2.21
1 model selected
Ungrouped to 2 regions
> select #2.28
1 model selected
> select #2.28
1 model selected
Ungrouped to 2 regions
> select #2.133
1 model selected
Ungrouped to 2 regions
> select #2.28
1 model selected
> select #2.28
1 model selected
> select #2.21
1 model selected
> select #2.28
1 model selected
Ungrouped to 2 regions
> select #2.133
1 model selected
Ungrouped to 2 regions
> select #2.28
1 model selected
Ungrouped to 2 regions
> select #2.178
1 model selected
Ungrouped to 2 regions
> select #2.207
1 model selected
Ungrouped to 2 regions
> select #2.178
1 model selected
> select #2.133
1 model selected
Ungrouped to 2 regions
> select #2.207
1 model selected
Ungrouped to 2 regions
> select #2.332
1 model selected
Ungrouped to 2 regions
> select #2.207
1 model selected
Ungrouped to 2 regions
> select #2.332
1 model selected
> select #2.21
1 model selected
Ungrouped to 2 regions
> select #2.207
1 model selected
Ungrouped to 2 regions
> select #2.631
1 model selected
Ungrouped to 2 regions
> select #2.671
1 model selected
Ungrouped to 2 regions
> select #2.777
1 model selected
Ungrouped to 2 regions
> select #2.795
1 model selected
> select #2.795
1 model selected
Drag select of 2146172, 1777287 of 1782740 triangles, 2145879, 2145635,
2145183, 2144635, 2145863, 2145304, 2144815, 2143543, 2140205, 2135647,
2138776, 2134274, 2130872, 2105626, 2145458, 2144577, 2143995, 2143493,
2141532
Grouped 20 regions
Region has 5127 adjacent regions
> select #2.7
1 model selected
> select #2.9
1 model selected
> select add #2.3
2 models selected
> select add #2.6
3 models selected
> select #2.1393
1 model selected
> select add #2.149
2 models selected
> select #2.4200
1 model selected
> select add #2.8
2 models selected
> select subtract #2.8
1 model selected
> select add #2.6742
2 models selected
> select #2.3291
1 model selected
> select add #2.1675
2 models selected
> select add #2.2917
3 models selected
> select add #2.1
4 models selected
> select #2.4792
1 model selected
> select add #2.4344
2 models selected
> select add #2.12
3 models selected
> select #2.795
1 model selected
> select add #2.332
2 models selected
> select add #2.178
3 models selected
> select add #2.3135
4 models selected
> select add #2.664
5 models selected
> select #2.14976
1 model selected
> select add #2.8139
2 models selected
> select add #2.8846
3 models selected
> select add #2.6687
4 models selected
> select #2.445
1 model selected
> select add #2.9156
2 models selected
> select #2.9372
1 model selected
> select #2.1423
1 model selected
> select #2.8
1 model selected
> select #2.8
1 model selected
> select #2.12011
1 model selected
> select #2.8684
1 model selected
Drag select of 2146467, 2146468, 2146469, 2146487, 2146370, 2146164, 2146361,
2145492, 2146156, 2146341, 2145056, 2145067, 2146016, 2145772, 2145089,
2145761, 2145973, 2145083, 2145113, 2144528, 2132195, 2145105, 2143474,
2138204, 2141754, 2144534, 2131636, 2132260, 2133082, 2145135, 2141531,
2132394, 2143509, 2138382, 2141664, 2138343, 2143458, 2138693, 2132716,
2143525, 2132649, 2132318, 2143447, 2119984, 2138565, 2132618, 2143522,
2141752, 2143535, 2088796, 2138474, 2141568, 2141669, 2138443, 2138356,
2143399, 2095064, 2121762, 2101642, 2122317, 2122081, 2138283, 2100980,
2138597, 2121318, 2138604, 2138570, 2100874, 2133050, 2138671, 2122247,
2100714, 2100512, 2100536, 2133053, 2121526, 2141772, 2100047, 2133033,
2103293, 2132102, 2120844, 2122857, 2101301, 2122257, 2100381, 2100082,
2138727, 2122677, 2120462, 2122497, 2101354, 2122688, 2041932, 2100887,
2132739, 2122089, 2045190, 2047440, 2133037, 2101195, 2122449, 2031827,
2101889, 2064109, 2064391, 2102296, 2122782, 2062800, 2101932, 2100465,
2103797, 2132755, 2052914, 2132880, 1987067, 2103201, 2122022, 2101705,
2057915, 2047866, 2138385, 2132689, 1977237, 2060064, 2102336, 2049193,
2101481, 2102968, 2122378, 2062652, 2061254, 2101430, 2103568, 2054597,
2102587, 1957678, 2101877, 2102198, 2122783, 2067649, 2102938, 2101147,
2103692, 2121948, 1997560, 2067017, 1637728, 1956470, 2102940, 2062854,
2102963, 1959945, 2066062, 1940817, 2122092, 2061825, 2102443, 2062590,
2062144, 2102519, 2122346, 2103166, 2065811, 2060675, 2101149, 2103813,
2122376, 2064438, 2101413, 1953947, 2122805, 2061423, 2103619, 2101934,
1890798, 1954860, 2122076, 2102734, 1980414, 1956478, 1914041, 2065438,
2061382, 2058481, 2061713, 2067483, 2067563, 2103668, 2060452, 1949093,
1977591, 2062263, 1948487, 2067534, 2102689, 2065821, 2102334, 2102494,
2063536, 2065646, 2067557, 1974585, 2067980, 2060381, 2103535, 2066361,
1951412, 2122632, 2066090, 2065098, 1949193, 2065636, 2102317, 1997582,
2103593, 1998033, 1981063, 1972236, 2103623, 1998589, 2066454, 1992243,
2000375, 1995543, 2067047, 2067765, 2065568, 1761811, 2065471, 1975787,
2066702, 1989810, 1999104, 1199653, 2066525, 2103563, 2060763, 1995513,
1984970, 2063474, 2061318, 1992882, 2063939, 2103196, 2067950, 2062593,
1990339, 2066326, 2067924, 2064927, 1992334, 1977496, 2065064, 2066585,
1193927, 2066069, 2068111, 2068137, 2065918, 2068091, 2066324, 1964451,
1982333, 1988230, 1962903, 2102846, 2103571, 2065175, 2064739, 1986907,
1976505, 1974690, 2000828, 1985979, 1988641, 1996708, 1997447, 1982408,
1987595, 2001079, 1978784, 1971572, 1996105, 1989061, 1223643, 1721367,
2064266, 1983550, 2065992, 2064753, 1991714, 1984719, 1982710, 1993605,
1999062, 1714823, 1997932, 2001310, 1992266, 1993758, 2067046, 1864577,
1779038, 1997918, 1997419, 1987722, 1998611, 2065451, 2065039, 1985691,
2065537, 2001338, 2067050, 1779237, 1871040, 1992594, 2065907, 1994915,
1997066, 2000183, 1994971, 1776462, 1991099, 1812747, 1990658, 1766950,
1997544, 1802020, 2000511, 1994974, 1995343, 1778568, 1997510, 1977716,
1865583, 1846819, 1715022, 1859741, 1761592, 2067580, 1986865, 1995335,
1991159, 1991619, 1780420, 1790033, 1821876, 2103543, 2000286, 2000426,
1509886, 1998984, 1989049, 1978244, 1748990, 2000998, 2001201, 2067987,
2103306, 2001105, 1990379, 1993902, 1996149, 1793786, 1833406, 2068114,
1991279, 1841490, 2066296, 1204992, 1779274, 1988850, 1988838, 1744522,
1791377, 1850204, 1996932, 2068156, 1803601, 1860201, 1857984, 1445202,
1990396, 1999207, 1823804, 1993049, 1998041, 1752686, 1804335, 1999032,
2001241, 1195730, 1857864, 1997796, 1849994, 1997576, 1805105, 1757613,
1840009, 2000312, 1332608, 1991592, 2067683, 1872065, 1844119, 1836252,
1822950, 1834284, 1861244, 1854240, 1996913, 1851385, 1752151, 1450373,
1998734, 2066002, 1987180, 1859663, 1830227, 1872185, 1812558, 1845890,
1835362, 1999129, 1778785, 1815693, 1841836, 1833639, 1872139, 2000213,
1995005, 1846483, 1989029, 1853451, 1775839, 1770156, 1857417, 1857226,
1811881, 1995719, 1797647, 1994127, 1859322, 1993193, 1997734, 1996623,
1484290, 2000630, 1861745, 1805936, 1836818, 1836678, 1344979, 1810154,
1991255, 1992877, 1805623, 1758161, 1801661, 1999099, 1209337, 1860457,
1854395, 1327947, 1853456, 1839170, 1817595, 1736114, 2000465, 1305349,
1997793, 1818193, 1799514, 2000028, 1532401, 1757825, 1863458, 1815233,
1791532, 1793238, 2000903, 725806, 1995137, 1997520, 1862226, 2000340,
1875067, 1858633, 1996593, 1799074, 1872270, 1997895, 2067355, 1868563,
1861567, 1992912, 1853185, 1840171, 1840107, 1254435, 1835848, 1835454,
1355575, 530279, 1861263, 1858473, 1996745, 1996540, 1813863, 1831694,
1833040, 1863062, 1999161, 1849536, 1851586, 1995246, 1410448, 1856371,
1840056, 1831129, 1830702, 1444989, 1828880, 1839082, 1583426, 1855752,
2000547, 1864143, 1848198, 1997490, 1813307, 1850657, 1812378, 1992656,
1845445, 1633372, 1846817, 1845333, 1378805, 1378571, 1809476, 1858166,
1846399, 1844254, 1999978, 1821975, 1857976, 1413492, 1411876, 1869854,
1358182, 1862884, 1096836, 1849980, 1315629, 1839557, 1568317, 1863753,
1872402, 1315726, 1998081, 1839335, 1837439, 511597, 2067032, 1999334,
1867297, 1849063, 1847028, 1839326, 2001179, 1787427, 1855686, 1831358,
1872672, 1872257, 1431846, 1821886, 1858586, 1858079, 1851117, 1856073,
1383281, 1833338, 1834016, 1353558, 2001263, 1873180, 1838908, 1844509,
1851069, 1839876, 1867416, 1435298, 1873464, 1873333, 1520064, 1838841,
1579860, 1831275, 1366860, 1634400, 1448334, 1999864, 1873259, 1518451,
1870400, 1869407, 1833511, 1559979, 1862838, 1447676, 1208202, 1860819,
1861836, 1808451, 1166452, 1853775, 1501297, 1996700, 1831950, 1831177,
1559200, 1558325, 1861696, 1522004, 1846231, 1503268, 1502426, 1852644,
1458388, 1541616, 1620342, 1994576, 1996636, 1483325, 1379165, 1468480,
1549916, 1345819, 1867827, 1873639, 1860761, 1425404, 1846633, 1115740,
1511522, 1486097, 1471622, 1824383, 1452046, 1542980, 1998787, 1861514,
1859629, 1416372, 1506054, 1586383, 1844442, 1840945, 1834321, 1462565,
1452490, 1452424, 780129, 1871688, 1542848, 1506949, 1829017, 1484799,
1482539, 621482, 1565055, 1833418, 1833995, 1363582, 1862092, 1866423,
1424753, 1857974, 1402509, 1578774, 1558935, 1552049, 1457411, 391056,
1867224, 1849640, 1848956, 1861048, 1837348, 1481756, 1856124, 1362934,
1871595, 1866736, 1860280, 1514887, 1598988, 1845361, 1856785, 566400,
1458503, 1863590, 1998628, 1626678, 1867812, 1433957, 1861353, 1401965,
1842496, 1476974, 1382720, 1467985, 1842185, 1863318, 1871809, 1444789,
1850022, 1435086, 1875121, 1861328, 1521643, 1858400, 1859456, 1857470,
1507770, 1853122, 1397256, 1852798, 1387840, 1835830, 1563480, 1542892,
1632490, 1809242, 1534115, 2064104, 1652426, 2120329, 2141914, 1849202,
1435084, 1873888, 1616970, 1522252, 1416485, 1858777, 1599879, 1507634,
1853180, 1549377, 1862605, 1631715, 1538946, 1861436, 1860272, 1423800,
1422791, 1865212, 1864488, 1864248, 1593287, 1853868, 1854762, 1497572,
1488595, 1836050, 263489, 1557233, 1457554, 1863409, 1863710, 1872370,
1630389, 1622139, 971139, 1491693, 1578999, 1480959, 1251990, 1372499, 959806,
1356756, 1546978, 585285, 1537818, 1627363, 1861091, 1433345, 1860537,
1823031, 1309967, 1494556, 1855887, 1839944, 1473501, 1570526, 1472497,
1470731, 1155757, 1559622, 1455138, 1627591, 1627482, 755708, 1530943,
1873548, 1526034, 1431583, 1525011, 1594711, 790656, 1493497, 1064825,
1489343, 1850757, 1579512, 1577584, 1390124, 1560192, 1862883, 1539198,
1867140, 1868656, 1849243, 1866415, 1873661, 1861264, 1523765, 1517005,
1859508, 480863, 1603250, 380349, 1510903, 1509092, 1506018, 1402459, 1168234,
1169547, 1851350, 1390813, 1480252, 492327, 1378574, 1556721, 1629283, 768961,
1614364, 1421749, 1600244, 1507876, 1161038, 1502712, 1593187, 1502430,
760933, 1868930, 1855432, 62281, 1567202, 555369, 1862323, 1543522, 322729,
1538970, 1538302, 1626924, 1625747, 1868599, 1623251, 1528640, 1525580,
1604751, 519848, 1858226, 350974, 1567873, 1869126, 1029045, 1856112, 1839761,
1574606, 1570377, 1472065, 1469950, 1473158, 1634712, 1544483, 1540694,
1872439, 1536069, 1866733, 1867316, 1873919, 1859963, 1607898, 1857699,
1308581, 717222, 1870152, 1491722, 1484769, 1564169, 1564163, 1574533,
1572707, 1565859, 1559407, 1559339, 1557220, 1551571, 479357, 1449799, 97186,
1538639, 1631337, 1627905, 1344818, 1623795, 193018, 1515366, 1601034,
1592758, 1096482, 1583431, 1851313, 164668, 465366, 1548014, 1634540, 1634495,
1541308, 1540355, 1629463, 1156067, 1030503, 1537827, 1627415, 1343992,
1621671, 1861728, 1861476, 1516768, 1865326, 1865881, 1866052, 786497,
1503843, 1854793, 1870373, 562680, 1842080, 147145, 1076804, 1571228, 1565801,
1563985, 1574823, 1559443, 1554157, 1551949, 1630279, 1538256, 1533124,
1621710, 1529684, 1526795, 1525133, 1521642, 1864496, 1513300, 1601335,
1393877, 1078556, 1055605, 1480181, 1576379, 1557961, 642004, 589449, 1461541,
1550018, 1871900, 1632018, 1631808, 1540044, 1627875, 1868657, 484545,
1529716, 1529578, 1617990, 44553, 1611455, 1520062, 1519938, 1609078, 1865642,
1594072, 1502346, 807695, 1870617, 1497483, 1006284, 1582188, 1577890,
1840126, 1570527, 1568980, 420787, 1565804, 572020, 1138791, 1547387, 1456240,
1867692, 1621292, 1874881, 704418, 1618034, 1617638, 1617231, 1615408,
1614096, 1865600, 1502767, 429494, 440308, 1582702, 1581005, 1851326, 59666,
1560505, 533664, 1550387, 1548968, 1634893, 752223, 1628813, 708006, 1533668,
1122009, 1337324, 429696, 1617308, 1859716, 1615069, 1521443, 1610646, 52213,
1866215, 899604, 1600941, 1600488, 1509214, 1508774, 1413012, 1506203,
1503841, 133324, 155740, 1501003, 1498463, 1401684, 1586535, 1583653, 1583090,
1581239, 1484102, 377893, 1598393, 523049, 259965, 158482, 1571271, 1569367,
1564154, 1561378, 1471482, 1559649, 1467731, 1558058, 1546673, 359138,
1630104, 1440076, 570407, 1860923, 1861073, 1861695, 732337, 1611707, 1085393,
1517570, 1416039, 1603040, 1587064, 1585949, 1582816, 1579086, 1107795,
1563570, 1469702, 1556234, 1552343, 1090061, 1629970, 1029827, 841513, 801325,
1527139, 501793, 1607528, 1010230, 1859345, 1859180, 771663, 1599587, 1506385,
1593528, 466627, 1579250, 1483827, 1078525, 1482319, 982440, 1572780, 1568667,
1566274, 466798, 1559347, 54602, 1634348, 1350371, 1538932, 1628453, 1626481,
1626052, 1622561, 1619950, 1618762, 411012, 683202, 1618113, 1617771, 1427315,
1519582, 1517929, 1607922, 788058, 1511311, 1509480, 1597095, 1593747,
1592861, 884094, 1869948, 136197, 1873105, 8820, 1488212, 1581525, 1577223,
1576014, 427568, 372364, 1053896, 1567558, 555360, 838028, 356487, 233929,
1559462, 1162785, 67610, 1073335, 1631172, 1627250, 1536520, 1534442, 1868333,
1163132, 841883, 1530569, 1334385, 1520787, 1610318, 1519688, 1518241,
1517622, 1607797, 1091839, 1593814, 1503260, 1593751, 1592748, 1501536,
443684, 1870922, 1491453, 1577294, 1574832, 488810, 1566069, 468479, 248300,
1564155, 1469409, 1612207, 1161272, 1540012, 1628945, 1098926, 1438044,
1622740, 706624, 530474, 564646, 1861501, 1861438, 1617432, 442251, 1613311,
1611904, 1517403, 1606579, 1606562, 788017, 1171070, 1135784, 1847532,
1509124, 1507464, 1596431, 1090562, 1590162, 1589889, 1112049, 630075,
1146509, 1025061, 1484467, 1573397, 1572689, 1570880, 1569206, 1565632,
795010, 1560126, 130491, 550029, 1551083, 447876, 1450013, 1871528, 1630630,
1629709, 1538807, 1537069, 1621890, 1617596, 1142389, 1610994, 1610644,
1518259, 374883, 1516431, 1864115, 1511487, 1601293, 1596675, 986313, 1593917,
1593238, 1592844, 687536, 1111572, 1583166, 1578333, 21232, 158927, 18456,
1473797, 1570143, 635992, 1468570, 799310, 1465000, 1555501, 1554064, 559033,
1040560, 1545139, 1630931, 662594, 1628596, 1628134, 516638, 359213, 526689,
1618403, 564717, 1030995, 408509, 1617727, 1615074, 520078, 1153665, 1613003,
418135, 1612193, 1520031, 1606040, 1602923, 1601779, 1502345, 1592837, 240096,
289879, 539334, 1403151, 1588432, 1490437, 964553, 1476295, 1569110, 1052992,
1567274, 986505, 779738, 1562883, 636011, 1165814, 1559428, 1559279, 695411,
1466421, 532074, 1555405, 1122441, 1544950, 295869, 992391, 1541289, 1540769,
1537923, 1627586, 1535732, 1623060, 1620741, 544548, 1526203, 1525441,
1612427, 113359, 1607981, 1606182, 136106, 1000404, 225412, 1596199, 1095080,
1589377, 1497949, 1403534, 535548, 436015, 1476181, 1572527, 1570282, 1014099,
353500, 958146, 1561266, 1146342, 158620, 1560253, 1559849, 874018, 437846,
1138828, 425101, 609742, 1550368, 1548903, 23399, 1634506, 1518923, 1628677,
1627551, 1627467, 1626384, 1625848, 644296, 1620322, 1619501, 1619305, 460569,
1124435, 1057298, 1617629, 310856, 499952, 1062789, 1138560, 1603438, 1050016,
1600968, 1600497, 1150950, 1593054, 1603459, 413632, 899942, 1591628, 38864,
1497477, 1588974, 848315, 1153501, 848432, 1579058, 564753, 1067379, 891087,
1475231, 1107555, 955675, 59741, 1561376, 652487, 413488, 587301, 1105596,
1559803, 1559793, 1554625, 411259, 1553774, 431342, 1552015, 1551245, 867574,
560838, 1128325, 369854, 1013264, 899359, 457249, 295731, 274946, 1624077,
1623871, 1149593, 1531926, 1621863, 541134, 706323, 1527562, 1618033, 1617661,
572074, 1151474, 1610585, 1518618, 1604565, 1603783, 231110, 1602466, 1602464,
1599042, 1061719, 1505542, 893489, 968708, 1591402, 240065, 431719, 650232,
520227, 861057, 621629, 1585067, 1583982, 1006293, 1583600, 1582508, 907557,
1058555, 1579484, 496882, 271845, 656461, 633657, 484364, 1146226, 837562,
1572549, 697919, 1568441, 275087, 1565100, 1019925, 1017651, 75078, 458556,
630008, 436077, 434025, 930174, 642057, 1550867, 1635048, 1634946, 1634786,
868936, 213385, 790281, 372533, 585635, 435632, 391188, 1533631, 1121986,
439875, 1621334, 1620408, 1619530, 848492, 1108169, 599358, 449761, 1172103,
1611983, 506884, 1604489, 1865595, 102312, 1115749, 1602609, 1601040, 1087619,
1092749, 1596846, 1120253, 955442, 650223, 289804, 506626, 158841, 1587009,
1586635, 929652, 933868, 1582256, 1048613, 72541, 263346, 445818, 797403,
1171380, 1574772, 1100868, 272235, 77843, 524653, 62093, 679081, 1563657,
516543, 465520, 1559666, 1558898, 629796, 190058, 1555619, 489000, 1089505,
256826, 575907, 1020175, 1634707, 1543677, 1112619, 1630018, 713200, 1624806,
391078, 1010317, 1041603, 1623443, 1108053, 1009546, 674966, 1171550, 1622304,
644269, 933649, 1171131, 1529486, 703866, 1615730, 1615075, 1612388, 1002333,
1606798, 820710, 1078340, 877458, 1166104, 1008425, 385821, 1601792, 1601207,
715062, 587159, 1600057, 1509086, 147469, 1044523, 110973, 1112051, 644090,
506695, 1103984, 277951, 1586620, 1585702, 1584623, 1583425, 1577580, 1064184,
805950, 1574133, 648041, 184552, 758872, 758837, 666578, 967186, 228434,
1563427, 1062003, 150439, 1632511, 530035, 1153607, 595360, 398587, 254620,
743543, 1126995, 1546111, 1046257, 1632819, 1032817, 632135, 513317, 1107109,
207437, 662325, 752307, 1627259, 1627201, 1627063, 825060, 713161, 753572,
1621370, 449829, 1530093, 1617752, 566540, 1019521, 1612538, 127735, 1518664,
623732, 1087146, 1123718, 136083, 1599986, 257306, 1502721, 1591958, 410850,
1590972, 587391, 1587939, 388518, 1586807, 1584074, 1583429, 749581, 1583237,
219239, 1112249, 418375, 1577711, 1024047, 959638, 1124000, 572231, 1571937,
1569274, 487534, 1097130, 1567153, 912474, 884265, 331114, 263505, 1106865,
198989, 486092, 695485, 1035816, 589275, 434034, 587496, 542972, 489035,
1553018, 1544830, 322647, 619797, 1631675, 356381, 356451, 1098881, 1128219,
1620407, 826257, 489226, 801478, 1617202, 1616469, 310813, 500111, 496925,
485653, 1070769, 579129, 1607576, 298962, 7905, 1602765, 99763, 1600279,
1133286, 1061717, 747972, 1109470, 1597456, 1596119, 869389, 431659, 1589897,
808029, 1070589, 1588524, 1587881, 1087348, 1585103, 1584429, 946997, 380523,
918913, 1054188, 219739, 1575221, 265765, 272221, 938363, 382719, 1143572,
940939, 228470, 477992, 458496, 1120508, 60073, 1071845, 625956, 591428,
331134, 56907, 470097, 44265, 501952, 696119, 572048, 453785, 546287, 568258,
420478, 1548384, 1045063, 1634990, 38837, 790028, 768649, 619775, 81054,
1630226, 113768, 1628948, 984729, 1626746, 1626722, 1029216, 1624174, 1171586,
411179, 706588, 1620573, 1620106, 570393, 1618793, 599427, 511528, 530248,
674654, 997408, 1616901, 1071558, 1616529, 497020, 1613458, 508656, 782520,
603422, 641797, 1609290, 1102979, 1605370, 1170954, 1115695, 424904, 1602019,
1598865, 973181, 750192, 240101, 1127717, 1151630, 1151631, 331243, 1589007,
1126548, 70461, 1585897, 1582704, 1578024, 427362, 593104, 1097358, 544694,
190323, 1119300, 1140599, 516313, 923113, 501509, 740892, 1567239, 403417,
646014, 1048551, 144714, 437724, 997742, 88645, 589176, 826844, 446320,
465280, 886237, 1549454, 313618, 268699, 289919, 1634770, 748079, 780103,
973846, 97210, 891194, 356388, 353184, 1624705, 1623616, 1623398, 1622429,
1621377, 1620618, 1617250, 1616606, 1067934, 8227, 1611859, 814377, 1610973,
941068, 773612, 905992, 702101, 1113589, 1113642, 1142278, 1515773, 80964,
383372, 1603391, 1603244, 1071301, 1042177, 319142, 760477, 878144, 1591215,
1589817, 266201, 298725, 506631, 991645, 290032, 393684, 1048943, 1075375,
1094908, 1586211, 1025210, 1055954, 1581957, 1483149, 1073823, 966557, 496910,
877844, 1048702, 500226, 886892, 513160, 539214, 734321, 543048, 460265,
1568750, 484278, 484328, 377786, 468429, 1155346, 780314, 669035, 336982,
652545, 1127606, 960601, 44288, 1100638, 1089330, 521807, 1555890, 1116100,
446264, 1550623, 444315, 677486, 1126956, 292884, 901688, 49683, 1073322,
1006449, 1627877, 1627014, 1625545, 1624843, 1623931, 1623344, 675023,
1622140, 411121, 754137, 546440, 327739, 1061844, 415724, 505138, 1147692,
493914, 1612176, 465108, 856782, 856807, 1610756, 1610158, 1122556, 680983,
367243, 398799, 829008, 1071230, 771194, 871702, 871645, 1599603, 292542,
6392, 1073190, 1593675, 471219, 739001, 771426, 1144678, 671165, 7364,
1128001, 1016241, 509870, 1096519, 1128677, 1152857, 658286, 1140515, 1069961,
1134441, 566430, 1083172, 265883, 816089, 958425, 831465, 361809, 699801,
480963, 670876, 542852, 513193, 488685, 1137567, 482916, 413321, 698108,
375459, 625842, 975699, 1121699, 644188, 631880, 334081, 798771, 1146379,
57539, 367065, 473326, 650283, 470004, 809374, 190138, 67019, 1553023, 237233,
1552443, 1552149, 560818, 548424, 1145232, 1136276, 723129, 248663, 1096879,
1118256, 980294, 425277, 1126606, 1086792, 242980, 1098988, 1044132, 1141045,
1131791, 463615, 1077051, 411182, 1621846, 725822, 356099, 1124427, 400911,
1130534, 1080354, 1617078, 827266, 416049, 1616464, 903220, 1614239, 732502,
990669, 1612221, 920746, 248589, 167460, 1145042, 1607500, 1607491, 1606900,
1606813, 1094636, 919389, 1087252, 519881, 316674, 1111381, 481383, 239810,
398816, 625461, 1085639, 771610, 1599794, 1080378, 1594125, 1130030, 1058478,
609237, 96878, 863387, 520263, 1103974, 719575, 1101963, 1118057, 429547,
230855, 75665, 1043098, 1143348, 250893, 964979, 1099251, 1035384, 1035408,
1083355, 356316, 537057, 577510, 797390, 364316, 390880, 369748, 1011825,
981471, 479430, 513247, 7456, 621424, 484297, 1011400, 666592, 62112, 1566909,
448194, 635867, 1089166, 451557, 818546, 372350, 721056, 997725, 640319,
455335, 478132, 301674, 738601, 190057, 54558, 304713, 905772, 1077704,
533739, 685342, 350678, 783964, 520003, 374915, 784469, 427439, 1634487,
669007, 1042973, 33896, 1157282, 1137397, 1107147, 1630418, 605595, 380421,
1629192, 1143071, 984745, 1628035, 1627427, 1627226, 713168, 431858, 675210,
364376, 916462, 385706, 1620518, 534045, 530315, 1059058, 745556, 415744,
505100, 1615562, 1172072, 508578, 1613001, 981210, 593523, 1118301, 884588,
1610836, 1141267, 1141218, 453493, 1604931, 1532440, 225226, 7427, 1172727,
820827, 599219, 1054009, 1063483, 1137384, 8448, 625541, 281054, 1598359,
395609, 816217, 455546, 1073239, 1120279, 1115534, 591228, 1100456, 525192,
1096984, 393646, 848223, 587545, 1111649, 1099675, 429582, 1160635, 1585704,
1104856, 773792, 632183, 1123586, 1152824, 1583323, 1582902, 1172425, 1026960,
710750, 968070, 792524, 406228, 1096756, 127277, 822908, 127123, 505272,
119148, 245917, 548254, 736514, 638237, 1164751, 46971, 1140882, 516352,
533932, 388241, 1572398, 609572, 1098711, 1571004, 513191, 938388, 484309,
420745, 115950, 679138, 795093, 971351, 795120, 375206, 105179, 99475, 367138,
331214, 216463, 575789, 493931, 519801, 283555, 537418, 809942, 994894,
405680, 1064794, 822555, 644149, 23381, 292941, 427427, 1088311, 1632906,
321889, 395923, 501552, 481248, 193166, 1630784, 1629698, 295730, 892569,
903955, 435682, 1121995, 599367, 1617912, 566551, 1077483, 732271, 1121866,
1133412, 1611763, 1140798, 260160, 1610179, 1609838, 1060154, 854626, 1171059,
1014930, 283367, 803805, 480888, 1113363, 119211, 975258, 871624, 771682,
1599382, 973685, 973783, 403501, 395685, 328256, 385894, 1091305, 8678,
1134554, 410841, 462372, 539141, 591143, 1070677, 493743, 176115, 648264,
587389, 1092548, 1071145, 1073087, 568469, 16148, 858900, 1052196, 260274,
260230, 213275, 560772, 1579190, 1079199, 835835, 372394, 920961, 193279,
1144264, 886867, 1574514, 204612, 1150697, 787855, 490763, 487426, 138672,
62196, 80667, 46493, 1028274, 80574, 969390, 644227, 178581, 886689, 816754,
1167824, 283989, 413183, 1142121, 1142096, 108233, 471777, 1080841, 601137,
778163, 1084914, 262942, 486108, 714937, 141462, 520303, 860563, 533718,
579539, 1144096, 664598, 601268, 493631, 824764, 699710, 1029346, 1041966,
1049232, 433923, 693578, 1145248, 627606, 292976, 1042710, 811530, 67655,
572325, 427112, 345385, 122063, 798922, 1153078, 1143113, 708518, 155848,
431802, 1131817, 1611702, 1017449, 597341, 1013556, 683551, 1620740, 901767,
727895, 758637, 728027, 1171171, 1042331, 1127198, 1049123, 745490, 327722,
495401, 1110810, 1091978, 952714, 1609973, 1048285, 1608049, 803217, 1607109,
1607092, 1172721, 877428, 144560, 585413, 401022, 555574, 401146, 1092808,
747986, 1157451, 122177, 932011, 786584, 435920, 385882, 681519, 219367,
771407, 1129990, 831347, 116601, 1020425, 932132, 322224, 152800, 18151,
1163784, 1093887, 479793, 169918, 511670, 568478, 658365, 681164, 712663,
666865, 1009244, 1172670, 141955, 918810, 263352, 316732, 307845, 638243,
307860, 1171470, 369757, 699823, 1131714, 516378, 1103451, 1098775, 837827,
758795, 758766, 837972, 837980, 1134909, 666621, 353530, 1055789, 375387,
448155, 710435, 794965, 595586, 767172, 453275, 1149530, 566198, 319712,
591465, 1091205, 187529, 634035, 501995, 508360, 202032, 1035782, 94510,
525030, 650136, 526806, 940401, 820576, 1116128, 541277, 941124, 715305,
553599, 557458, 398621, 897362, 310597, 455117, 1162755, 677299, 677280,
1111257, 874029, 861294, 67823, 1118219, 619334, 44544, 615426, 922983,
435817, 372500, 662419, 1143141, 1132096, 984808, 613454, 516655, 581661,
155801, 369922, 1082505, 439966, 551978, 521481, 1158133, 460517, 1059527,
530292, 530219, 1100173, 732245, 403313, 231208, 471622, 467096, 1164475,
1090785, 1094652, 422810, 1016712, 660564, 1148970, 455488, 1031468, 893532,
1141460, 6045, 144282, 739128, 286562, 687805, 470177, 198899, 1023849,
1023904, 266070, 290074, 290021, 1117574, 1101793, 1095065, 978184, 607701,
204796, 1085216, 1111730, 201840, 1136948, 1172416, 287049, 1114149, 210768,
666831, 427273, 169967, 983649, 236908, 916912, 537543, 1050961, 535813,
1148623, 164153, 1109825, 516388, 201955, 503274, 910084, 415829, 613325,
513153, 1150664, 591348, 1104907, 925730, 850755, 487341, 198829, 1009094,
1055690, 954815, 666372, 929225, 595580, 456760, 451784, 780223, 795124,
751699, 242622, 184413, 555282, 562864, 721069, 413203, 463479, 695824,
625695, 181587, 465518, 396046, 80464, 107923, 525092, 455389, 1116037,
549907, 553773, 555547, 559140, 350836, 868975, 553322, 548399, 167281,
1023735, 1020074, 754218, 747432, 1076415, 415913, 869208, 444209, 1087907,
441921, 1086686, 901860, 8731, 708728, 49223, 713178, 1029174, 405920, 989476,
388427, 361705, 1164056, 1163134, 1131098, 870960, 644275, 754351, 769445,
260513, 646310, 1132419, 528453, 1059552, 564742, 337005, 782202, 429701,
975823, 1056439, 1067936, 652304, 1067205, 1094057, 495584, 508577, 1165469,
336509, 1070827, 1131014, 233834, 1109434, 557390, 167473, 350677, 617687,
930976, 967040, 479549, 859146, 1113665, 1172773, 1162421, 803569, 158690,
660599, 976836, 1144412, 196202, 943277, 286743, 385802, 788842, 1097635,
1037902, 920840, 660295, 1149008, 927823, 1137071, 1000052, 1017765, 1162654,
957633, 331062, 307757, 1058430, 912826, 615672, 324881, 331262, 331336,
425135, 1094745, 648159, 1045426, 1112327, 369362, 254212, 1147580, 167224,
984621, 204727, 415976, 446362, 843947, 1025013, 1112215, 1090041, 715270,
193406, 1134678, 102581, 793164, 537528, 307829, 1117339, 484380, 1140937,
511608, 1114391, 542836, 542796, 1105648, 778245, 272313, 609593, 850435,
1100312, 1170826, 666794, 541047, 492085, 794402, 1015824, 198760, 741125,
975805, 476452, 181800, 602982, 627787, 301778, 1033092, 1131949, 167152,
325033, 57235, 864871, 57116, 141739, 263513, 634091, 852606, 886312, 833730,
406116, 298846, 525091, 1138779, 631702, 826829, 799487, 721489, 541236,
551493, 237210, 557093, 230996, 877869, 52265, 86204, 213603, 875972, 694047,
897309, 458955, 286882, 888935, 292942, 248645, 94377, 540692, 780337,
1073327, 901297, 372494, 1130095, 592927, 591007, 1098968, 516695, 1154474,
577523, 348006, 391127, 150178, 526727, 484044, 497057, 654358, 897446,
754320, 251570, 251611, 862553, 356141, 1147506, 728116, 841786, 521542,
1096061, 533972, 260490, 1103770, 1079985, 1117522, 730132, 388341, 500322,
993272, 1160288, 455625, 1085471, 585138, 1054471, 468349, 1119958, 1012693,
453679, 526607, 1165372, 579681, 433791, 369636, 369630, 231038, 481410,
1138556, 450114, 760160, 927189, 1003857, 199132, 292577, 1154759, 990743,
1134111, 1064979, 583134, 1161065, 786505, 869490, 1017842, 10680, 1122671,
147286, 239984, 69884, 254384, 204559, 808047, 644089, 298669, 1162282,
944501, 946895, 390948, 1109092, 331301, 1093842, 1126502, 169908, 1139263,
1073161, 2146540
> select subtract #2.8
3002 models selected
Deleted 3002 regions
Only showing 10000 of 24214 regions.
Showing 10000 of 24214 region surfaces
Drag select of 1617840, 1422581, 296 of 644 triangles, 1028842, 586 of 612
triangles, 1517306, 1593486, 1516986, 34 of 552 triangles, 1023569, 1627643,
1540024, 1426062, 1048233, 255 of 520 triangles, 1593912, 1593294, 1400311,
1578798, 1106732, 1617037, 1606759, 1577945, 1576513, 1036901, 1537767, 229 of
612 triangles, 1593940, 1495327, 1578623, 388 of 440 triangles, 1634863,
1634138, 1607718, 1134481, 1111643, 1634774, 1103258, 1107603, 1132391,
1035877, 1113980, 1005386, 1626960, 1127806, 1516147, 1052534, 1559329,
1634825, 234 of 680 triangles, 1634290, 1084797, 1071327, 1634142, 1080652,
1617494, 1023692, 1634769, 1634377, 1627398, 1626923, 1160576, 1145071,
1607745, 1087080, 1015148, 1076105, 403 of 408 triangles, 950054, 887881, 306
of 388 triangles, 1634196, 58 of 580 triangles, 1606539, 1117248, 1578767,
939234, 1559566, 1538924, 1627623, 1627267, 1066278, 926224, 979052, 1087835,
1130093, 1109218, 1606632, 1155063, 937186, 1119707, 1142067, 1470627,
1041943, 1605738, 1113650, 1100765, 1003931, 965496, 943865, 952212, 1165980,
961589, 1017424, 1617414, 1070777, 1607198, 1593615, 1123647, 1579039,
1117747, 994822, 1144728, 1070722, 1142019, 1162411, 979522, 1015109, 1594088,
1593719, 992588, 1109705, 1055807, 1088937, 892019, 1085761, 980965, 1069145,
1158286, 1027889, 904717, 924368, 1039517, 1151315, 1010463, 1048353, 1023917,
937490, 911227, 444 of 448 triangles, 1107540, 1098495, 1107193, 1041515,
1041741, 1010404, 1064239, 1077570, 1119360, 1172201, 944057, 198 of 356
triangles, 1026386, 311 of 324 triangles, 937649, 1119529, 959729, 350 of 440
triangles, 1156840, 881156, 994555, 1170987, 1171065, 1001060, 1150955,
997058, 972559, 959396, 46 of 316 triangles, 1006365, 981109, 936993, 1052518,
1067079, 945647, 175 of 324 triangles, 1099185, 323 of 340 triangles, 1172518,
2146540, 22177 of 3213664 triangles
> select subtract #2.8
162 models selected
Deleted 162 regions
Drag select of 1373864, 466 of 636 triangles, 756632, 1424337, 1139584,
1871690, 414 of 684 triangles, 1607183, 518 of 604 triangles, 1875077, 238 of
968 triangles, 1593158, 1490354, 68 of 552 triangles, 1554414, 361 of 620
triangles, 1633409, 1606480, 1864954, 1576415, 568 of 596 triangles, 901965,
1868371, 749 of 784 triangles, 1593331, 1556977, 318 of 628 triangles, 691915,
1556500, 411 of 520 triangles, 1872285, 1442825, 467 of 572 triangles,
1573459, 980594, 647 of 780 triangles, 1511154, 1627092, 1625844, 485 of 620
triangles, 1171594, 134 of 528 triangles, 1468537, 1466132, 1634701, 1606057,
1495407, 1099956, 1137557, 1470117, 1020673, 1632904, 252 of 732 triangles,
1422842, 1606531, 1106116, 1633086, 1539528, 1149785, 1553020, 1626871,
1592519, 985015, 1578385, 1575728, 1537294, 1018440, 1607004, 323 of 512
triangles, 914555, 263 of 544 triangles, 951668, 1099785, 1617729, 854680,
945231, 908568, 1074813, 1634318, 1108512, 1592131, 1131193, 1633717, 1633410,
1633329, 965149, 1169689, 1161344, 1074480, 1627390, 1625529, 1065468, 730300,
828760, 242 of 428 triangles, 931949, 1593495, 890935, 331 of 460 triangles,
719296, 1573843, 6 of 480 triangles, 838038, 723690, 989512, 782176, 1592316,
1079216, 700097, 1554556, 351 of 452 triangles, 611700, 272 of 524 triangles,
1635066, 708544, 419 of 496 triangles, 1079334, 1605995, 1011548, 1049988, 340
of 448 triangles, 1574867, 806050, 747882, 839984, 1051994, 1063368, 835901,
996066, 1047814, 1634490, 600 of 624 triangles, 912360, 1625871, 72 of 472
triangles, 769479, 1110246, 361 of 392 triangles, 820712, 1168282, 173 of 388
triangles, 953958, 1591334, 1576310, 212 of 384 triangles, 1106251, 917248,
895317, 1135564, 1624052, 904246, 1029724, 275 of 324 triangles, 1607759,
1593225, 1591942, 863420, 1015638, 1011790, 989417, 810236, 251 of 388
triangles, 960714, 1539662, 1627685, 880012, 1090852, 1145646, 743486, 930114,
822662, 292 of 480 triangles, 792884, 889218, 1573968, 1557975, 747748,
1095333, 325 of 416 triangles, 1018434, 65 of 364 triangles, 1081753, 1067759,
1617220, 1153677, 905922, 982759, 967300, 1590903, 1590181, 292 of 384
triangles, 1145755, 749974, 1007129, 1153372, 996109, 734707, 713113, 154 of
304 triangles, 884251, 877867, 867525, 1634702, 708781, 825042, 698004, 22 of
360 triangles, 1059045, 1122842, 850095, 1024743, 925304, 369 of 480
triangles, 1172836, 932384, 1061333, 1102037, 1016218, 1056721, 1102128,
967164, 1036367, 852542, 767400, 1022756, 938930, 758654, 1027305, 822476, 22
of 412 triangles, 1036523, 1127415, 822983, 679371, 1002647, 960019, 77 of 420
triangles, 1068040, 783998, 25 of 352 triangles, 1088445, 814397, 1029666,
1139759, 854977, 925371, 859149, 884878, 1145792, 1016248, 946992, 775734,
916866, 915009, 976149, 1155624, 1143514, 973549, 2146540, 12074 of 3213664
triangles
> select subtract #2.8
217 models selected
Deleted 217 regions
> select clear
Drag select of 1555045, 1554715, 928350, 1535123, 759069, 893897, 1554034,
1625406, 86 of 592 triangles, 1624815, 277 of 668 triangles, 728687, 502 of
508 triangles, 1605134, 514 of 528 triangles, 1632856, 829832, 158 of 552
triangles, 915390, 930554, 1534525, 910980, 878571, 958834, 776474, 440 of 448
triangles, 878597, 969791, 834063, 1575462, 216 of 524 triangles, 802167, 41
of 444 triangles, 1003170, 443 of 448 triangles, 861769, 994265, 1633167,
926178, 924041, 821146, 887288, 857363, 887397, 1590662, 808560, 84 of 456
triangles, 769955, 86 of 368 triangles, 1605110, 825531, 885139, 772068,
974342, 965646, 169 of 368 triangles, 741732, 778702, 39 of 352 triangles,
867878, 795743, 247 of 364 triangles, 878733, 967751, 726558, 983048, 414 of
416 triangles, 943708, 971962, 893947, 715758, 227 of 312 triangles, 834135,
876471, 797810, 921886, 756920, 338 of 384 triangles
Deleted 61 regions
> select #2.3
1 model selected
> select add #2.2581
2 models selected
> select add #2.499
3 models selected
Region has 310 adjacent regions
> select add #2.8
4 models selected
> select add #2.7
5 models selected
> select subtract #2.3
4 models selected
Only showing 10000 of 23774 regions.
Showing 10000 of 23774 region surfaces
> select clear
Drag select of 2065894, 2068140, 2068113, 66 of 2056 triangles, 1997531,
1992312, 1998728, 1997573, 2000189, 2000181, 1147 of 1164 triangles, 1865568,
1872273, 2001368, 1872200, 1875143, 1607849, 1617666, 1872160, 1635045,
1868713, 1171688, 1627229, 1540899, 329 of 516 triangles, 1627595, 1027686,
1579976, 1872302, 1617812, 1608056, 1634971, 1617031, 1517342, 1034458,
1559392, 1627785, 1592894, 1143622, 1627245, 1617995, 1127410, 1577908, 284 of
488 triangles, 1617011, 1557657, 1635028, 1627784, 1617195, 1635058, 1635029,
1606729, 1068097, 1606166, 1634151, 1626855, 1005136, 1086348, 1580049,
1090965, 1143500, 167 of 352 triangles, 1627700, 1627152, 1626093, 31 of 540
triangles, 1159709, 1093271, 1168457, 1617505, 1133552, 1088619, 1634056,
1043449, 1607509, 1172975, 122 of 408 triangles, 1045639, 16 of 332 triangles,
1153927, 1088656, 1121183, 1121182, 1088501, 1171623, 1159580, 1118843, 433 of
452 triangles, 1131272, 1127362, 1099959, 1123175, 1153863, 2146540, 41837 of
3213664 triangles, 1009602, 1127282, 1108388, 1097721, 1045686, 1025296,
1127427, 1100005, 1106294
> select subtract #2.8
93 models selected
Drag select of 2068140, 2000181, 662 of 1164 triangles, 1004053, 541 of 580
triangles, 1617023, 383 of 568 triangles, 1519429, 71 of 536 triangles,
1607182, 439 of 516 triangles, 710135, 1540862, 1626308, 785843, 307 of 564
triangles, 1607900, 1572807, 710349, 705876, 1614993, 1489509, 1167782,
1156836, 1151107, 1489407, 1589599, 1573448, 1101298, 1038000, 1602349,
1593350, 1126438, 1874976, 1578658, 1149137, 1623521, 1601701, 103 of 584
triangles, 1589444, 1576764, 1033431, 779940, 736165, 1552803, 984087, 803180,
958586, 1616408, 770892, 1591870, 1144711, 1590215, 944551, 1559392, 1634757,
69 of 568 triangles, 767013, 1626540, 1534629, 732097, 681185, 33 of 424
triangles, 805455, 762564, 931414, 1615628, 1103347, 1605623, 1577908,
1634989, 767164, 1015188, 50 of 488 triangles, 706140, 1146830, 1603779,
1170940, 1017834, 687371, 255 of 392 triangles, 1111791, 1153004, 1632356, 389
of 492 triangles, 1626720, 1623818, 110 of 516 triangles, 1159086, 805005,
725580, 782301, 292 of 360 triangles, 1607857, 190 of 468 triangles, 964155,
925851, 1592466, 1116233, 174 of 352 triangles, 1007402, 962956, 967359,
1159386, 807689, 1588277, 681069, 16 of 368 triangles, 1574197, 751592,
664230, 1060743, 723229, 1171035, 828407, 290 of 352 triangles, 771090,
1588280, 1046992, 775837, 1117806, 1140846, 1114171, 1627700, 33 of 476
triangles, 1623773, 1169864, 58 of 424 triangles, 745005, 1033243, 929264,
975372, 381 of 460 triangles, 942377, 815798, 1062386, 653861, 1069208,
1017420, 870963, 1090170, 1151045, 803623, 1066963, 760711, 246 of 312
triangles, 877219, 822941, 1001775, 1130331, 1095222, 1018517, 1015286, 149 of
404 triangles, 1109380, 240 of 336 triangles, 701945, 701921, 35 of 372
triangles, 953238, 766459, 807557, 641929, 695647, 1027578, 1052029, 818649,
745394, 718990, 937832, 689339, 760362, 979474, 1146884, 1096500, 1127362, 178
of 420 triangles, 992969, 1055894, 1029000, 1101208, 1152767, 678882, 875269,
920629, 810110, 825212, 627305, 169 of 292 triangles, 2146540, 7181 of 3213664
triangles, 1169866, 727417, 704153, 157 of 340 triangles, 682907, 719041,
1051139, 820738, 122 of 292 triangles, 1057982, 1046867, 211 of 340 triangles,
792368, 896646, 807573, 794425
> select subtract #2.8
256 models selected
Deleted 256 regions
Drag select of 1453931, 414 of 656 triangles, 1564910, 1526645, 310 of 560
triangles, 1478467, 221 of 460 triangles, 1595413, 261 of 464 triangles,
147597, 12 of 440 triangles, 295965, 402 of 412 triangles, 178965, 254766, 292
of 324 triangles, 156043, 54898, 275238, 8919
Deleted 13 regions
> select #2.7
1 model selected
Ungrouped to 9 regions, but did not show their surfaces, see Options
Only showing 15000 of 23513 regions.
Showing 15000 of 23513 region surfaces
Drag select of 1438172, 1630972, 237 of 616 triangles, 472990, 294 of 640
triangles, 1859978, 118 of 524 triangles, 1569315, 747420, 300 of 492
triangles, 479295, 508141, 407 of 420 triangles, 695751, 317 of 468 triangles,
1630802, 628903, 260 of 464 triangles, 777017, 1612783, 260 of 488 triangles,
1514988, 514631, 1632305, 556 of 560 triangles, 802512, 123 of 416 triangles,
762337, 109 of 416 triangles, 531809, 1631025, 738192, 777018, 59 of 396
triangles, 1601175, 78 of 396 triangles, 585211, 762104, 207 of 460 triangles,
488632, 832562, 49 of 392 triangles, 524857, 271 of 360 triangles, 725556,
671911, 167 of 324 triangles, 508103, 592875, 6 of 424 triangles, 557037,
744588, 115 of 332 triangles, 509803, 585229, 922912, 120 of 256 triangles,
1123010, 184 of 256 triangles, 830676, 1172453, 931251, 116 of 296 triangles,
648107, 232 of 296 triangles, 883930, 255 of 316 triangles, 1074463, 837177,
74 of 296 triangles, 1027917, 195 of 368 triangles, 923533, 1112741, 1013062,
775400, 845731, 1172625, 793091, 545684, 877822, 633622, 762322, 777452,
837755, 1085315, 121 of 256 triangles, 886705, 501339, 65 of 284 triangles,
720954, 566202, 1084857, 959887, 922471, 557007, 89 of 304 triangles, 558281,
20 of 324 triangles, 633276, 136 of 252 triangles, 1081331, 790228, 891177,
1152285, 298 of 360 triangles, 1099028, 707550, 927297, 955698, 826169,
1038376, 674763, 768790, 801472, 756109, 866637, 683193, 731763, 920671,
970365, 585102, 719101, 820005, 977924, 1060124, 1034084, 746807, 936005,
1124925, 1000171, 829166, 890210, 1062713, 1006808, 962296, 701357, 805373,
760470, 1054168, 1049332, 786360, 461924, 109 of 292 triangles, 1138622,
1056784, 659760, 1098625, 847975, 1101069, 1156325, 1006157, 1082925, 1148862,
983309, 1006333, 805827, 849485, 680705, 797174, 249 of 252 triangles, 916954,
670636, 787822, 1107780, 1006592, 1137609, 526329, 667766, 1048525, 1103330,
594367, 207 of 312 triangles, 635731, 695451, 695318, 783748, 1093624, 641510,
1040636, 1008379, 699894, 943968, 768490, 142 of 332 triangles, 817776,
801158, 66 of 252 triangles, 460166, 23 of 284 triangles, 1090318, 949249,
1006424, 905075, 867220, 867199, 1156912, 928789, 812235, 567874, 995218,
475916, 49 of 284 triangles, 881270, 773249, 753605, 769033, 801401, 890729,
514527, 13 of 288 triangles, 1122875, 1032659, 813915, 814122, 990697, 746704,
828467, 631436, 937797, 537218, 651398, 788528, 523029, 1026735, 257 of 296
triangles, 1163975, 786348, 699552, 1138670, 882201, 1020311, 897274, 1039863,
957074, 1088475, 833006, 981933, 1134446, 1035578, 815843, 775425, 657482,
1039887, 1024041, 1034262, 1029033, 1106268, 835262, 1110836, 878074, 935852,
806940, 806910, 777416, 807198, 894341, 1006535, 1085335, 647344, 1023525,
1051466, 946625, 788232, 879284, 678862, 1172320, 1024843, 695371, 1138761,
631665, 238 of 300 triangles, 1057863, 605300, 1008871, 664032, 888928,
1022553, 699942, 71 of 248 triangles, 780060, 912258, 986380, 1042840, 924907,
916414, 560610, 177 of 276 triangles, 560675, 1118547, 275 of 312 triangles,
868648, 845266, 1124375, 890824, 756261, 868547, 698019, 645312, 645370, 77 of
320 triangles, 814289, 993299, 10 of 320 triangles, 521570, 303 of 336
triangles, 1085397, 854307, 952790, 718951, 1103097, 1051759, 95 of 296
triangles, 964246, 936126, 1028839, 1141995, 1115431, 586880, 232 of 248
triangles, 1065282, 976886, 1097584, 1026640, 811589, 975512, 613375, 138 of
276 triangles, 760462, 914664, 921167, 831112, 831072, 898922, 975973,
1157050, 672542, 860292, 993575, 813690, 921044, 920357, 567462, 1136513,
848409, 805060, 1073443, 815446, 1119743, 1026931, 187 of 276 triangles,
571887, 968870, 1126002, 953292, 190 of 248 triangles, 873015, 982446, 564150,
583037, 944471, 944378, 733613, 856147, 951625, 837064, 1116787, 807497,
493395, 608512, 1017320, 492067, 779496, 1001695, 666201, 666284, 914758,
968997, 912132, 614879, 71 of 284 triangles, 1019825, 937694, 1080760, 942273,
1105514
Deleted 332 regions
> select #2.7
1 model selected
Ungrouped to 17 regions
> select #2.1455
1 model selected
Region has 95 adjacent regions
> select #2.9
1 model selected
> select #2.2457
1 model selected
Ungrouped to 2 regions
> select #2.7
1 model selected
Ungrouped to 2 regions
> select #2.4109
1 model selected
> select add #2.2457
2 models selected
Region has 4549 adjacent regions
> select #2.8
1 model selected
> select #2.4061
1 model selected
> select add #2.3
2 models selected
> select #2.4594
1 model selected
> select add #2.93
2 models selected
> select add #2.801
3 models selected
> select #2.4462
1 model selected
> select add #2.4989
2 models selected
> select add #2.2645
3 models selected
> select add #2.7777
4 models selected
Drag select of 2146457, 2146476, 2146478, 2146485, 2146136, 2145480, 2145073,
2146433, 2145532, 2141668, 2143503, 2145085, 2138668, 2145084, 2143432,
2143385, 2138480, 2141631, 2144536, 2132952, 2131919, 2144499, 2138680,
2141667, 2132523, 2089002, 2121689, 2138669, 2141676, 2133051, 2133048,
2080863, 2132615, 2138387, 2132147, 2132613, 2132283, 2121696, 2141518,
2122696, 2133042, 2138666, 2099886, 2132399, 2132788, 2138663, 2132733,
2138543, 2096015, 2141578, 2132956, 2035726, 2138270, 2121953, 2138410,
2121682, 2132935, 2099892, 2132612, 2023833, 2100016, 2132730, 2132409,
2101229, 2061570, 2121859, 2122684, 2053374, 2047021, 2103237, 2122381,
2102945, 2063846, 2122402, 2121256, 2050759, 2059037, 2101221, 2122698,
2059880, 2100343, 2122382, 2059852, 2101227, 2121527, 2102708, 2102238,
2102522, 2101071, 2121950, 2101053, 2058129, 2121961, 2065510, 2065492,
2064197, 2122053, 2122517, 2122716, 2103263, 2065126, 2062047, 2064182,
2061598, 2056301, 2059804, 2102975, 2063289, 2102711, 2103547, 2122735,
1971828, 2132790, 2100192, 2065971, 2067687, 2057609, 2062952, 1924954,
2101576, 2061614, 1981662, 2067028, 2063294, 2064243, 1951472, 1932164,
2067037, 2067813, 1973473, 1922337, 2060300, 2066989, 2103551, 2101592,
1954185, 1949132, 2065095, 2122516, 1966020, 1973763, 1963631, 1940139,
2066474, 2103247, 2102722, 2065486, 2067027, 2064573, 1967427, 2061217,
2102714, 2066469, 1997884, 2122534, 2067089, 2067006, 2064228, 2065959,
2062562, 1971533, 2063800, 2101915, 2103577, 2122690, 1981679, 1992712,
2064621, 2065129, 1943831, 2102718, 1974869, 1704800, 2102290, 2065964,
1956566, 2067051, 2065068, 1978139, 2067623, 1975298, 1977063, 2067644,
2067631, 2062875, 2103210, 1963905, 1990338, 2066987, 2066484, 1989856,
2067588, 1984654, 2065974, 2064640, 1995114, 2066518, 1757120, 1970002,
2102712, 1985906, 1979913, 2065157, 2065058, 1973318, 1987475, 1984748,
1657317, 1989979, 1993684, 2102310, 1976780, 1987297, 1990209, 2067621,
1972033, 2067182, 1998813, 2062502, 2067633, 1984740, 1984722, 1984436,
1764064, 1971611, 2064207, 1980112, 1973074, 1987125, 2062928, 1988633,
2067645, 1979864, 2067568, 1984700, 2065107, 1980127, 2066998, 1986166,
1993932, 1988773, 1993930, 2000379, 1995086, 1967578, 2064582, 1753858,
1804284, 1981338, 2066997, 1945990, 1850737, 1738013, 2065947, 1996501,
1977137, 2062455, 1997881, 2067597, 2000250, 1998836, 1762729, 1797421,
1991167, 1829077, 1729160, 1765843, 1686369, 2062942, 1809362, 1873468,
1995352, 1720711, 1992411, 1984468, 1986073, 1781120, 1990489, 1997674,
1200636, 1823573, 1995402, 1764805, 2066979, 1987431, 1774649, 2066498,
1992501, 1987409, 1982830, 1992630, 1999008, 1993704, 2066994, 1812157,
1991238, 1845645, 2067668, 1998825, 2065994, 1987354, 1985985, 1811534,
1997864, 1720031, 1993702, 2000444, 2066482, 1854967, 1872573, 1849590,
1995248, 1268594, 2000279, 1866768, 1982891, 1745675, 1845606, 1822965,
1219722, 2000505, 1985914, 1779453, 1999015, 1780512, 1317528, 1758072,
1998920, 1997588, 1817446, 1809881, 1804081, 1988491, 1789482, 1997620,
1840639, 1738133, 1994058, 1797088, 1992457, 1795487, 1822540, 1822520,
1866088, 1853946, 1802397, 1998985, 1803504, 1804919, 2000327, 2066042,
1829699, 1993817, 1997624, 1854712, 1366340, 1811778, 1810048, 1991151,
1993926, 1804581, 1762985, 2000337, 1822444, 1996398, 1824542, 2000413,
2000341, 1844824, 1850899, 2065544, 1987291, 1865749, 1993885, 1405039,
1869233, 1756056, 1998803, 2066597, 1299136, 1997633, 1997742, 1834137,
1834343, 1863603, 1991499, 1780236, 1859114, 1858787, 1830181, 1306537,
1855096, 1840797, 1835507, 1862061, 1823452, 1426827, 1996324, 1840108,
1478039, 1998778, 1339141, 1997665, 1845847, 1819148, 1817137, 1834032,
1809702, 1780147, 1858869, 1804847, 1869808, 1844801, 1816564, 1841091,
1810518, 1858897, 1829408, 1854778, 1869359, 1840052, 1772340, 1862032,
1995020, 1829536, 1407346, 1845769, 1835665, 1809985, 1849605, 1845270,
1260452, 1849975, 1995399, 1303354, 1845023, 1862624, 1829270, 1854486,
1869685, 1803551, 1763584, 1859281, 1988591, 1868884, 1844613, 1840538,
1850411, 1862679, 2000424, 1500555, 1844407, 1840725, 1822795, 1788017,
1413470, 1996326, 1802318, 1834569, 1862060, 2000348, 1858939, 1306612,
1993910, 1550598, 2000436, 1410455, 1853848, 1854873, 1854064, 1872552,
1872974, 1872968, 1405583, 1861668, 1324690, 1858092, 1854713, 1381666,
1564350, 1822961, 1797319, 1865983, 1829122, 1854734, 1817949, 1391882,
1479772, 1235987, 1862393, 1872526, 1872487, 1872853, 1822518, 1993650,
1853683, 1997691, 1844769, 1386986, 1839810, 1872485, 1849321, 1994150,
1322620, 1858642, 1500414, 1845407, 1840864, 1839803, 1841261, 1998996,
1320210, 1854566, 1286357, 1358325, 1862641, 1872354, 1340284, 1426393,
1835130, 1834311, 1850599, 1608377, 1859367, 1829426, 1853561, 1500559,
1844385, 1477253, 1835481, 1822780, 1426564, 1865793, 1997836, 1839399,
1850773, 452169, 1474967, 1862310, 1450792, 1402930, 1542500, 1872471,
1527072, 1427260, 1865866, 1866049, 1804818, 1854926, 1869515, 1290722,
1839782, 1998925, 1861757, 1861902, 1828394, 1426696, 1858045, 1853564,
1869564, 1869039, 1816952, 133092, 1862572, 1541892, 1326799, 1853965,
1868901, 1844645, 1850815, 1479331, 1834850, 2000265, 1804079, 1866576,
1854365, 1869251, 1584593, 1845211, 1481932, 438653, 1862425, 1862095,
1872321, 1850629, 1873226, 1432463, 1996157, 1404369, 1869226, 1844751,
1839941, 1235266, 46269, 1873088, 1528479, 1865910, 1503119, 1844822, 1845252,
1563679, 1382341, 1550330, 1872446, 1872967, 1999029, 1828425, 1522853,
1506901, 1855137, 1854663, 1869173, 1869356, 1869316, 1476243, 1482134,
1862374, 1862790, 1544571, 1610605, 1609512, 1858444, 1865848, 280654,
2000401, 1866594, 1858353, 1854467, 1854055, 1869590, 21809, 1840058, 1549371,
1452628, 1544514, 1823102, 1859069, 1410410, 1854860, 1497343, 1585545,
1865740, 515355, 1383017, 159235, 1453588, 1618692, 1338592, 1861647, 1524819,
1858983, 1869525, 1844668, 1845300, 1851338, 557713, 1474005, 81513, 1453124,
1872784, 1850055, 23150, 1429463, 1504619, 1502749, 1854473, 1853903, 1500290,
1839884, 1380678, 1380140, 1258, 1549680, 1547951, 1431262, 1524505, 1609074,
1498803, 70827, 1388145, 1862423, 1344754, 1850347, 1431942, 1522365, 1865748,
1865774, 1858592, 1850381, 1828911, 1596904, 1409517, 1854484, 1854476,
1854972, 1868880, 1844404, 1865781, 1473841, 1358839, 1460135, 1862564,
1452218, 1451427, 1629374, 1621078, 1525572, 347435, 1408949, 1853984,
1869221, 1475819, 20428, 1563589, 1563261, 1546725, 1456030, 1872457, 1630183,
1628427, 1628339, 1866694, 1619344, 164288, 1609129, 1865937, 1830618,
1596249, 1501762, 1501508, 1854542, 1582102, 1474515, 1474413, 1564549,
1563821, 1548506, 1544084, 1631544, 1628680, 1522297, 1858394, 1595690,
1501121, 1868949, 1382406, 1561476, 1358836, 1454363, 1542939, 1872590,
1628635, 1621382, 557654, 499149, 1861830, 1427948, 1521050, 1609335, 88470,
1858036, 263761, 1583907, 1565459, 272579, 1563085, 1454788, 1872345, 1872809,
1620921, 71393, 1619053, 1861901, 1522622, 1858243, 138218, 1829388, 1502885,
1996166, 1854912, 1580252, 1477480, 119651, 356834, 1546073, 1861964, 1543049,
1527375, 1526754, 1526718, 1526324, 1522934, 1609018, 1866014, 1597002,
1853779, 1853692, 1854757, 1869718, 1868975, 1581663, 1580695, 230242,
1480777, 1474922, 1474581, 1474519, 77299, 1360836, 1545823, 1629210, 1620348,
1873147, 436553, 1521419, 1853960, 1854149, 1499986, 1854555, 1854038,
1498938, 1497221, 1845359, 1582950, 1581002, 1381208, 1569116, 1564248,
1564096, 294874, 1547907, 1547123, 1862376, 1862451, 1543586, 1542896,
1872903, 1629458, 1436225, 1620048, 1524738, 1865938, 1859093, 1412597,
1594890, 1409435, 1501962, 1869691, 1580992, 1481453, 1474938, 1566344,
1564504, 1564125, 59918, 1550730, 1547790, 51364, 1542549, 1630901, 318139,
1437391, 1619631, 1529057, 1527956, 1526240, 1523549, 1522629, 2104, 1608342,
1324895, 42654, 1853881, 1854005, 1497372, 436324, 170096, 1585477, 1581640,
311389, 539654, 1478501, 1478070, 1566531, 119847, 1565441, 1563395, 1560802,
583943, 1546456, 1862434, 1545693, 513829, 1872372, 1629464, 50408, 1528439,
507237, 568819, 1866133, 145119, 1855002, 1499606, 208201, 1582405, 1479059,
1476676, 1475776, 282104, 1568222, 252028, 1564688, 1563234, 261516, 1358520,
555876, 1548558, 1548319, 1862180, 322992, 1545198, 1545026, 1543638, 147997,
1619246, 300985, 1523093, 1521702, 1521161, 1610785, 1609947, 280339, 433364,
1859188, 1598140, 1597678, 1868959, 1581035, 1386979, 475363, 125341, 1565401,
55549, 1861965, 1543963, 113742, 1629225, 1618603, 1525416, 1430775, 1520326,
1608824, 1858413, 1596821, 1503833, 1854159, 620360, 1584454, 1580109,
1480104, 1565684, 1563970, 1560562, 1550230, 205129, 1452821, 1545335,
1544292, 1543558, 1543242, 1542280, 1630504, 150856, 264241, 81732, 1523616,
1611367, 1520324, 1609920, 1608220, 121191, 1858191, 605886, 426063, 1506329,
1595618, 1869234, 1869334, 1869305, 1583802, 1583666, 1581158, 63604, 167020,
8247, 1565284, 1564767, 1564512, 415415, 397703, 1459660, 1862245, 1453524,
1862571, 1861966, 1543890, 1541723, 1629716, 287261, 1621231, 1621018,
1619823, 1619070, 518793, 1526025, 1523901, 1520264, 1858284, 1865802, 148616,
1597395, 1597006, 1505931, 286091, 1497979, 297853, 1479519, 198221, 349924,
195548, 1361822, 1545892, 537977, 1872325, 1872995, 1629387, 1628776, 1619022,
1431116, 1610351, 1866211, 162192, 21770, 1595327, 1853955, 425474, 1497932,
1869254, 232188, 374450, 1585432, 1583614, 1582394, 1581836, 1581137, 1580608,
30720, 1566900, 1566091, 1562324, 1562265, 329024, 397681, 299338, 386462,
1545741, 1544584, 1542786, 1542542, 422359, 21923, 329916, 1618411, 1612338,
1521513, 1610172, 1608719, 386810, 1597464, 1597041, 1596998, 1596115,
1595270, 1595022, 1500003, 1499236, 265267, 1583153, 101880, 143738, 466289,
59518, 1561928, 1560572, 341271, 1546586, 1545522, 1543031, 1872534, 1542266,
1541768, 1630750, 1629903, 1628322, 1618213, 90673, 1612398, 1611736, 113415,
1599335, 1597553, 1597368, 1595518, 1595329, 1594534, 1594222, 1869768,
320705, 1583955, 1582642, 1581857, 1581148, 196480, 103626, 202298, 1565893,
1565224, 1561464, 202613, 407648, 1546461, 1629714, 1628820, 1628332, 78571,
294664, 347264, 30274, 1618243, 447026, 345841, 1521391, 1610396, 1608709,
1608351, 1608143, 1598895, 1596649, 1596626, 1595363, 1594960, 1594557, 69643,
155044, 1869365, 1586599, 163416, 1583889, 1583482, 1581291, 1580612, 1580580,
239493, 343261, 27287, 472594, 36801, 24232, 1563096, 196991, 137515, 343553,
97510, 618048, 467320, 1863160, 436443, 1543684, 224715, 1631254, 40744,
1628926, 98068, 1622185, 1620761, 523845, 348983, 44736, 341426, 1609513,
462630, 1599174, 1598544, 1598277, 1596741, 1505948, 122397, 1595472, 1594481,
1594476, 128587, 110012, 110026, 1868981, 1584881, 1581912, 1580274, 145822,
358639, 111986, 258152, 1473943, 1566876, 1566837, 1565035, 23738, 273414,
58866, 57450, 22834, 64014, 250174, 1549511, 1546169, 334903, 113701, 1627911,
1620875, 1619878, 172646, 1618918, 1618914, 1618383, 1618267, 1525648,
1523994, 1609685, 277227, 359922, 1865667, 340261, 1866359, 98300, 45955,
1598198, 1596508, 1595601, 1595262, 1595240, 1594555, 1498190, 176884,
1567009, 1584369, 1583524, 1580193, 288665, 252219, 1477625, 9794, 397082,
207013, 59261, 250527, 255414, 83085, 135895, 421749, 27080, 1544992, 379865,
1630079, 1628109, 32091, 22070, 1619465, 1619281, 123020, 423390, 140377,
121358, 1523089, 1522416, 267037, 1610514, 1608142, 225211, 380139, 1597093,
1596494, 128650, 20174, 1501671, 1501282, 368586, 70924, 1583251, 425866,
1581633, 505469, 1564792, 365159, 270575, 294886, 122805, 137321, 1546699,
165015, 536185, 1542795, 35985, 1628156, 1628154, 246778, 384093, 186068,
1621462, 1620114, 1619512, 1618425, 1523137, 1609387, 197079, 386279, 29702,
1599658, 1598581, 1597424, 253621, 1595700, 1595574, 20163, 31126, 179558,
4379, 214331, 1584024, 1581457, 82830, 24471, 329126, 93684, 188428, 41384,
76812, 116318, 85262, 85295, 1567752, 73460, 1564228, 1563782, 1562898,
340985, 1560712, 152024, 381706, 362501, 206531, 49342, 76690, 131644,
1544037, 68226, 43582, 353005, 219114, 1629747, 1629720, 1629502, 1629444,
1629411, 1629106, 1628474, 120149, 214648, 1621827, 276188, 1620700, 376114,
1619092, 468983, 523855, 33322, 1522709, 1611551, 456114, 1608881, 66774,
335663, 133813, 1598630, 1598152, 1597552, 1594839, 1594317, 1594268, 474003,
154341, 150679, 35427, 158305, 503971, 136145, 1585254, 1584319, 1583261,
186900, 1581364, 1580174, 157777, 372092, 1566939, 428973, 1565306, 25552,
1562354, 1562027, 343503, 141294, 268221, 75227, 40885, 294819, 247819,
1547556, 232662, 576247, 1544209, 1542931, 284927, 16352, 1629988, 1628306,
1627922, 461611, 1621144, 1621102, 1524193, 355812, 1611148, 1608669, 491101,
315319, 124526, 104746, 1505638, 1594556, 16680, 105012, 234806, 376452,
166093, 1586374, 305093, 1583766, 71163, 1583198, 1583156, 1582462, 1582317,
20833, 1581373, 1581345, 515491, 294568, 113600, 230700, 66921, 62153, 381422,
184301, 1561551, 332303, 373723, 56122, 142572, 123156, 198676, 224551,
104111, 120239, 212703, 212662, 217971, 355564, 421748, 380930, 290873, 3888,
315792, 363166, 1542729, 34846, 1629549, 1629094, 306601, 255110, 1619211,
179865, 1618524, 34762, 112049, 409189, 1610455, 1609666, 430411, 1609040,
351251, 294254, 7550, 428849, 99761, 1596530, 1596311, 279669, 94071, 1501886,
391866, 114729, 268969, 1496960, 264565, 324946, 70668, 1585393, 1584073,
1581790, 1581237, 82770, 183941, 147077, 271873, 364328, 367639, 267871,
1570121, 209416, 270658, 1568567, 326453, 42852, 166173, 1565778, 350285,
1562471, 1562032, 292325, 116838, 107060, 198077, 174563, 117805, 285756,
175244, 364128, 309096, 234568, 355624, 135702, 1543318, 464726, 1629037, 18,
1620066, 1619203, 1619080, 1618284, 43812, 523900, 448514, 1525804, 341534,
163155, 400657, 1610333, 1610301, 1609429, 462898, 129440, 315383, 1598601,
303617, 1596484, 1596182, 1595287, 1594620, 208630, 183595, 131304, 5527,
1582898, 1581924, 98628, 294370, 246227, 396986, 63086, 1566984, 234786,
1566434, 39552, 29312, 300371, 259768, 1563974, 226490, 7065, 1560878, 218882,
421322, 340677, 84597, 552177, 481951, 238912, 589730, 223056, 595881, 96347,
1628607, 1541997, 1541711, 19203, 334575, 1628124, 1627969, 425539, 1620713,
108024, 26601, 513676, 149600, 324116, 192603, 217097, 153382, 1613669, 36348,
1520389, 1609357, 118682, 251001, 201377, 1598645, 1597938, 1597010, 402888,
1594319, 175291, 29986, 552200, 64164, 276132, 71063, 1584583, 1584130,
381485, 13295, 1582055, 536481, 123858, 6682, 186409, 157875, 18878, 146866,
196448, 174697, 154114, 125406, 244704, 73239, 406620, 207074, 1566825,
299285, 184340, 45686, 57807, 162948, 295329, 304177, 444728, 189282, 16457,
224802, 249936, 290515, 374949, 345054, 40208, 346430, 603898, 43234, 1628890,
1627984, 1627943, 207155, 186527, 1620093, 1619621, 1619309, 294735, 18123,
596033, 90259, 1608859, 464567, 1608336, 354640, 277431, 1598399, 144281,
332936, 286060, 133328, 42548, 112327, 214763, 232012, 166039, 1780, 1585560,
1584654, 302555, 1581216, 214267, 76233, 230182, 121531, 260873, 216300,
101505, 426896, 8633, 194506, 5148, 175114, 63504, 66884, 1568012, 87170,
65066, 299669, 166216, 119827, 1565230, 455882, 36251, 211174, 137134, 79276,
1560527, 365691, 334866, 107106, 134150, 267388, 195568, 39799, 256852,
1548657, 136464, 148319, 1544052, 1542917, 180242, 44065, 1629703, 1629565,
1628842, 1628162, 46216, 245526, 359970, 104523, 1620633, 92982, 172658,
64976, 378616, 347585, 228915, 382539, 265030, 174035, 995, 126418, 465815,
154001, 371228, 147510, 244445, 1409784, 218456, 322935, 362650, 40499,
183591, 226616, 437210, 376394, 1585404, 165816, 1584668, 33141, 33133,
172236, 1582049, 591757, 291753, 14245, 177652, 15969, 430983, 26657, 252127,
474154, 181425, 296122, 168862, 115588, 133975, 24332, 198217, 296237, 18237,
42193, 207055, 451377, 77897, 77972, 348587, 285282, 36511, 165264, 107296,
103012, 300736, 1563239, 59422, 137116, 249087, 58195, 45660, 397647, 57476,
86968, 141544, 323996, 64077, 111682, 410231, 54069, 53386, 209071, 256781,
95037, 444841, 407504, 43429, 495761, 250709, 215997, 317673, 27156, 622283,
4940, 97664, 43552, 618170, 14407, 45884, 34946, 168958, 1629115, 1628192,
1628161, 432426, 24315, 333361, 1621008, 25344, 106947, 373242, 183829,
347587, 507489, 445559, 271059, 271014, 1610567, 52226, 98764, 354524, 300650,
282919, 226172, 462600, 1598468, 373605, 246825, 326238, 1594987, 31194,
570628, 151851, 183482, 83548, 332856, 352264, 19116, 18907, 232939, 620211,
354065, 123962, 181072, 186747, 26793, 26803, 244933, 87275, 181380, 165653,
394775, 145956, 242341, 24738, 400235, 599917, 205695, 113240, 355173, 144001,
65151, 61169, 392905, 242729, 59206, 216929, 418962, 112735, 479953, 154507,
232416, 199563, 123073, 107826, 130462, 36470, 162560, 383638, 66419, 405292,
407734, 320979, 103053, 143795, 1529, 1629052, 395140, 236336, 68212, 235841,
340905, 367032, 332534, 32016, 121059, 313961, 179167, 68351, 116909, 148005,
215942, 26634, 134425, 436496, 1618161, 142613, 114313, 306501, 69177, 36371,
1608787, 1608571, 446, 603917, 156740, 144527, 80929, 98709, 414573, 98333,
125894, 605936, 217901, 1597468, 306314, 1597409, 247353, 180836, 1595013,
1594261, 25155, 270220, 239681, 175274, 31195, 391878, 149236, 227371, 151469,
93338, 614132, 95613, 235973, 19931, 179625, 216414, 194536, 83199, 1580209,
21815, 311870, 379989, 168556, 42606, 290776, 114886, 156226, 530726, 312787,
105871, 159883, 99086, 384273, 103534, 132249, 224935, 20340, 202703, 243657,
27977, 91796, 350351, 382219, 211122, 348945, 163006, 68620, 96034, 80057,
389440, 117785, 230337, 192741, 13855, 42372, 302957, 36429, 51134, 608065,
441078, 66296, 440755, 402648, 85875, 356799, 352433, 195879, 89822, 576296,
303736, 76699, 15324, 2702, 16689, 39609, 534549, 122040, 449274, 280593,
424570, 485083, 32528, 32562, 186021, 68388, 214683, 106897, 215911, 347281,
89371, 378597, 30367, 204063, 280046, 439361, 106730, 5681, 326627, 14623,
340270, 98758, 98799, 220425, 111168, 129531, 111897, 111859, 119301, 1601848,
151307, 1598695, 321362, 7959, 140984, 1596014, 122412, 145214, 304405, 5343,
2189, 109692, 361111, 311802, 5064, 74584, 19286, 234815, 638677, 176806,
229749, 18896, 434741, 606084, 243507, 148557, 148544, 96575, 397211, 162891,
50720, 186757, 256348, 288626, 118385, 435338, 389811, 99597, 446942, 282349,
198220, 228833, 194517, 88679, 203733, 6467, 204165, 223676, 103575, 73586,
42881, 376549, 374544, 360525, 59151, 144965, 137154, 79572, 365719, 58230,
57946, 358495, 239277, 472032, 108242, 585839, 229216, 197214, 340012, 127604,
89565, 391676, 54762, 205553, 222253, 325445, 191963, 146306, 119573, 357537,
137320, 383663, 51765, 252445, 66579, 308799, 167759, 95465, 95525, 67689,
77089, 624361, 315686, 35697, 320586, 3151, 331907, 175439, 142458, 199945,
242234, 121021, 79133, 566864, 343818, 368079, 362379, 187881, 31960, 306578,
223509, 379337, 351638, 164294, 188529, 404711, 278749, 122652, 143680,
110165, 255722, 41458, 205196, 400729, 127703, 152439, 351259, 323508, 935,
1027, 283439, 86753, 14705, 141000, 25658, 69569, 352216, 134368, 222846,
110066, 179551, 376418, 124721, 200344, 235335, 27827, 286274, 93446, 454707,
454727, 345655, 70973, 507092, 169252, 173852, 274039, 414886, 71748, 6675,
185386, 72204, 202584, 124241, 136521, 101462, 214588, 214412, 343264, 329326,
329428, 335170, 400244, 245284, 295071, 174262, 77265, 618243, 256689, 77947,
370382, 536248, 267244, 62832, 382727, 73515, 125667, 165353, 287474, 206976,
426844, 60776, 60488, 264919, 147318, 399186, 74257, 428055, 475161, 644753,
232302, 216461, 308949, 330698, 55375, 93831, 347777, 81551, 53800, 353956,
550434, 67001, 489580, 612078, 555810, 419641, 284279, 172524, 357333, 273988,
43419, 399924, 438772, 174323, 308845, 303734, 522175, 28034, 197584, 77001,
96409, 395071, 618145, 217011, 606106, 233600, 265457, 40689, 409696, 151565,
241442, 337727, 335010, 246767, 79455, 192951, 92753, 249582, 299959, 29371,
29380, 448449, 341774, 69054, 113155, 258570, 118663, 336282, 217497, 32662,
225838, 73408, 136033, 220448, 351922, 27237, 332677, 134020, 371172, 131098,
373561, 305795, 92903, 246878, 73993, 169694, 6420, 214484, 20180, 208634,
14265, 7276, 126010, 114688, 279791, 145573, 105168, 148038, 261238, 13081,
124801, 195101, 119746, 365510, 529256, 392626, 18911, 160341, 241981, 217595,
109935, 541494, 223304, 71004, 254160, 285303, 219234, 82824, 399680, 209115,
409973, 76093, 580036, 334672, 123866, 320915, 309966, 361302, 557683, 108114,
19626, 532518, 136530, 389758, 391414, 82592, 201642, 237825, 86664, 178113,
64906, 73661, 20289, 428463, 405124, 287820, 100824, 149111, 61102, 464481,
259799, 81861, 60054, 74212, 428041, 218865, 57715, 129849, 129831, 229230,
410475, 232414, 52762, 399727, 381804, 35268, 174552, 310389, 55835, 315948,
159381, 626311, 104030, 546881, 288821, 445009, 294795, 172486, 250352,
120749, 224854, 363503, 119575, 398195, 86853, 187178, 440518, 324219, 165002,
348805, 28263, 90858, 31761, 84071, 289622, 329935, 215985, 46142, 112835,
29857, 76953, 348441, 241726, 3580, 3666, 96392, 13480, 218177, 100605,
165924, 43240, 168977, 50411, 215648, 291174, 221021, 214716, 379610, 71448,
80187, 80153, 118072, 208280, 376124, 84850, 108842, 347611, 140333, 121372,
250599, 192651, 180942, 271071, 371317, 3463, 278956, 301221, 118628, 73054,
276893, 29475, 206742, 136013, 220460, 119307, 373010, 389621, 133171, 133789,
207235, 125876, 6197, 262117, 252942, 303592, 35196, 247380, 74022, 25642,
143134, 308226, 100738, 147300, 431258, 322920, 303421, 154316, 27442, 9458,
370990, 131293, 258270, 2595, 159691, 265374, 44828, 214921, 357990, 145371,
354131, 337441, 243569, 27616, 114512, 76261, 26680, 328835, 258633, 320876,
280143, 164114, 22121, 39988, 346328, 393120, 38754, 305578, 149473, 188426,
21009, 309309, 121530, 27809, 121788, 226077, 136610, 220262, 442983, 353915,
22983, 20441, 88700, 409534, 205716, 224394, 328726, 355184, 319011, 323829,
379270, 3981, 80542, 251016, 61740, 470509, 149119, 60800, 399128, 299750,
160432, 37156, 402553, 184287, 466396, 257210, 133349, 115017, 65613, 310139,
285352, 57962, 252678, 108223, 140085, 162979, 309770, 340631, 370761, 56917,
158675, 158624, 312257, 163492, 304206, 90558, 56104, 55954, 259894, 75279,
198664, 338975, 220069, 171846, 419927, 279156, 379171, 37863, 358252, 118589,
420129, 172490, 165745, 138818, 632435, 632454, 98533, 254563, 318864, 439477,
45229, 90844, 84032, 15096, 391508, 180595, 595863, 96345, 67859, 91441,
302878, 49874, 15189, 35035, 142394, 106193, 200522, 98136, 307552, 378939,
320334, 93126, 249614, 300863, 292227, 379381, 27769, 30950, 255987, 41626,
238167, 286388, 256484, 222100, 427939, 318652, 4095, 121416, 404668, 270969,
243324, 197700, 278966, 258498, 219157, 355451, 433361, 344551, 226457,
282996, 152341, 161450, 191033, 114489, 92874, 395599, 29550, 173428, 32386,
183083, 73957, 212010, 169665, 402887, 138873, 238636, 145097, 120514, 636460,
391880, 189930, 574412, 244042, 37386, 148106, 32279, 52489, 84639, 422243,
102739, 2502, 179611, 5157, 1863, 243521, 425896, 201061, 201073, 172273,
171700, 186944, 11249, 309653, 410092, 352051, 469135, 123856, 19871, 14971,
301105, 185402, 243719, 416893, 161180, 275527, 293729, 72482, 316299, 91005,
235441, 213930, 532507, 82615, 359619, 24770, 291689, 245259, 245320, 125284,
103470, 18244, 28986, 202838, 175082, 203656, 204144, 223721, 77542, 112489,
351475, 267851, 78272, 196720, 192808, 178094, 138051, 42831, 234748, 193077,
7556, 243604, 38514, 61038, 300360, 41345, 300734, 303158, 59878, 176033,
176018, 283329, 58639, 343519, 58354, 84303, 218890, 57839, 105264, 105343,
392588, 269993, 247626, 325099, 87070, 332271, 198130, 177560, 426787, 66047,
230659, 141453, 118033, 522097, 444630, 266932, 132022, 54156, 550417, 181849,
334454, 392791, 120782, 85705, 435133, 86858, 187147, 136405, 495728, 412981,
126797, 165013, 165105, 28283, 199434, 24636, 290597, 180598, 363133, 35671,
320542, 102512, 44056, 48056, 160763, 43148, 332525, 45014, 32944, 42686,
241467, 111494, 157003, 400606, 227255, 249598, 298378, 158406, 437172, 27730,
155106, 80214, 81707, 100460, 217197, 90627, 297130, 271196, 192607, 14027,
291670, 23015, 133449, 355841, 494449, 601858, 11843, 69212, 278968, 1956,
116102, 173577, 220340, 220330, 406887, 340798, 64609, 258564, 88430, 231045,
390512, 97771, 154047, 128970, 111828, 450614, 144453, 282937, 86804, 23495,
202482, 332590, 375808, 124456, 338690, 15657, 137997, 499, 168707, 247413,
211953, 346892, 21836, 279646, 117527, 292234, 128625, 147036, 270232, 218487,
235184, 118923, 172615, 548639, 286590, 114666, 157697, 149210, 450342, 27531,
247894, 95593, 463061, 223776, 358686, 358712, 432637, 231738, 139025, 358202,
369377, 70798, 652886, 354141, 269685, 210049, 83178, 428144, 96557, 410198,
222972, 26674, 33293, 14948, 227602, 183935, 192432, 301175, 100443, 360967,
244921, 82107, 190344, 147092, 290371, 263329, 32690, 118457, 18874, 260922,
216192, 461266, 35469, 346609, 294567, 220162, 101243, 343230, 296257, 130155,
130234, 244651, 157600, 18046, 9638, 500876, 197508, 26045, 398082, 283148,
238446, 230101, 46504, 196083, 6109, 100788, 34546, 60948, 461046, 185264,
25705, 94212, 78783, 375854, 256197, 257012, 466392, 59017, 137551, 130434,
276674, 133109, 285399, 438565, 349810, 328909, 57508, 278897, 247687, 65744,
229186, 410452, 416236, 28165, 268254, 56330, 35231, 435046, 80425, 123137,
123108, 55555, 55378, 75375, 117992, 55107, 117375, 279145, 294872, 84481,
614057, 256765, 258013, 98563, 87970, 273970, 281967, 343965, 405256, 90837,
181248, 67456, 129608, 303725, 19420, 148260, 1497, 95487, 315793, 595825,
46356, 33976, 3259, 221361, 212080, 412681, 180222, 318129, 175953, 48160,
331904, 160799, 450419, 38642, 44999, 13333, 481617, 50371, 272699, 484803,
281824, 424182, 291188, 262094, 71261, 79487, 218550, 247235, 93178, 259336,
292136, 71429, 296883, 84829, 141656, 469027, 229874, 149568, 183876, 16573,
95344, 37630, 71777, 69123, 33270, 258857, 406804, 445603, 445166, 445435,
22633, 41445, 283151, 389180, 337976, 90134, 339218, 344661, 69384, 116101,
113401, 220349, 197068, 160, 331783, 266905, 88401, 224191, 185743, 235137,
283396, 96937, 109056, 264040, 139651, 133180, 193662, 300282, 294180, 240580,
399569, 116168, 238814, 338759, 137903, 152242, 89306, 98961, 235243, 146138,
133304, 109642, 69869, 574511, 104262, 112293, 204536, 123580, 27524, 145515,
151789, 367815, 301340, 289211, 352338, 323434, 323420, 198481, 342952,
198953, 34393, 308422, 727, 5364, 169928, 325012, 354099, 170233, 214064,
71180, 75725, 360855, 16810, 148516, 88057, 210093, 339293, 156862, 47527,
188068, 50832, 115727, 109343, 7385, 147393, 127316, 346264, 198555, 198616,
182498, 156481, 185035, 185374, 288145, 93797, 275477, 305525, 163935, 17971,
102590, 384356, 142347, 192552, 23258, 346110, 146000, 618247, 175090, 203731,
184621, 428715, 103736, 63757, 377564, 326360, 138663, 138591, 476811, 120382,
310268, 115851, 20372, 61477, 166329, 239004, 61198, 38892, 341915, 374556,
450746, 59510, 114394, 7244, 458336, 154912, 116817, 58267, 349825, 255421,
245409, 464409, 338587, 164630, 123690, 461092, 389497, 389507, 268199,
2146288, 2146279
> select subtract #2.4109
3301 models selected
Deleted 3301 regions
Only showing 5000 of 19898 regions.
Showing 5000 of 19898 region surfaces
> select #2.1455
1 model selected
> select #2.4061
1 model selected
Ungrouped to 2 regions
> select #2.4
1 model selected
> select #2.2
1 model selected
Region has 4310 adjacent regions
> select #2.8
1 model selected
> select #2.53
1 model selected
> select add #2.4
2 models selected
> select #2.9
1 model selected
> select add #2.3
2 models selected
> select #2.4109
1 model selected
> select #2.883
1 model selected
> select add #2.424
2 models selected
> select #2.6708
1 model selected
> select #2.102
1 model selected
> select #2.1379
1 model selected
> select #2.4765
1 model selected
> select add #2.2429
2 models selected
> select add #2.9541
3 models selected
> select add #2.120
4 models selected
> select subtract #2.120
3 models selected
> select add #2.6939
4 models selected
> select add #2.120
5 models selected
> select add #2.2
6 models selected
Grouped 6 regions
> select #2.1455
1 model selected
Drag select of 2146484, 2146421, 2146144, 2146427, 2146435, 2145139, 2145819,
2145016, 2138338, 2146498, 2144503, 2143386, 2145039, 2143380, 2141520,
2138595, 2144474, 2143404, 2138357, 2143430, 2141610, 2141713, 2138360,
2133039, 2121316, 2141540, 2132287, 2133041, 2138384, 2138665, 2133043,
2138670, 2132221, 2143402, 2143504, 2138295, 2141635, 2141551, 2138673,
2143433, 2132532, 2122380, 2138542, 2009086, 2132670, 2138412, 2138606,
2132256, 2120958, 2100662, 2132938, 2132941, 2122712, 2122056, 2122165,
2121964, 2121876, 2132400, 2141750, 2132742, 2121244, 2122718, 2138482,
2099024, 2122384, 2132675, 2132608, 2059806, 2122521, 2122177, 2138383,
2122044, 2122707, 2099015, 2050028, 2122518, 2122276, 2121463, 2046342,
2121781, 2133047, 2102961, 2060796, 2101014, 2102955, 2122159, 2122702,
2122264, 2101918, 2102771, 2122693, 2101730, 2138441, 2101761, 2101903,
2101924, 2063342, 2100350, 2103272, 2063855, 2103248, 2102740, 2122705,
2101767, 2102492, 2063457, 2101548, 2064241, 2065056, 2100188, 2102070,
2122274, 2102247, 2103219, 2062087, 2067626, 2100830, 2067590, 2063346,
2102077, 2122691, 2101765, 2102505, 1934056, 1973643, 2103211, 2064681,
1954311, 2059386, 2063867, 2102291, 2102496, 2122157, 1954463, 2063799,
2063417, 2064656, 2063362, 2102239, 2102976, 2064155, 2101904, 2061632,
2122171, 2101410, 2060292, 1965625, 2065035, 2064189, 2101920, 1969996,
2067058, 2060811, 2062871, 1983115, 2062900, 1987448, 2103536, 1985704,
1964032, 2065503, 2066541, 1922270, 2066983, 2062861, 2102750, 1971384,
2067132, 2102276, 2063026, 2102746, 2064287, 2103557, 1969437, 1954454,
1972024, 1971589, 2063760, 1643242, 2103277, 1985936, 1957202, 2103271,
1986150, 2065553, 1973458, 1986070, 2063373, 1995074, 1971777, 2064210,
2062877, 1981676, 1993850, 2062943, 2102283, 1976621, 1976767, 2063319,
1997753, 2101376, 2103020, 1985762, 1990056, 1975200, 1990131, 1981539,
1954778, 1987406, 1780523, 2067070, 1681010, 2000414, 2067657, 1973187,
1986093, 1999190, 1981547, 2067040, 2064646, 1830526, 1983098, 1705115,
1685586, 2063730, 2063361, 2065538, 1982796, 1963676, 2065583, 2065118,
1996590, 1984739, 1997776, 2000452, 1995078, 1991400, 2067009, 2103552,
1995081, 1830365, 1774371, 1981852, 1996431, 2066577, 1978524, 1999080,
1998929, 1979978, 1763919, 1745956, 1982812, 2067646, 1984545, 2065574,
1992465, 2063815, 1995310, 1991352, 1994066, 1988943, 1997878, 2063398,
1980078, 1982971, 1984570, 1993871, 1858855, 1993837, 2000546, 1982772,
1781375, 2065998, 2066618, 1988736, 1990074, 1762800, 1779381, 1787780,
1992521, 2067005, 1803298, 1989851, 1763596, 2065977, 1991404, 1992610,
2066495, 1995324, 1993735, 1991393, 1996397, 1790011, 1816833, 1696954,
1990058, 1991192, 1840648, 1773365, 1858461, 1987563, 1854864, 2065166,
1816836, 1788856, 1835490, 1773504, 1773919, 1810443, 1987294, 1997771,
1997769, 1697013, 1811330, 1995238, 1996399, 1774316, 1810806, 1854422,
1781650, 1850438, 1845641, 1796208, 1992466, 1996604, 1835270, 1984769,
1998993, 1986118, 1986095, 1993953, 1805299, 1995049, 1991185, 2000253,
1829766, 1992635, 1804353, 1990011, 1824506, 1994029, 2065097, 1995140,
1989983, 1787524, 1992738, 1810785, 1339823, 1858488, 1853953, 1997761,
1748259, 1219817, 2066529, 1271013, 1841058, 1835368, 1835157, 1996554,
1345844, 1991129, 1845508, 1999166, 1850029, 1829529, 1996547, 1869095,
1788623, 1992510, 1824509, 1780271, 1829742, 1839868, 2067694, 1873051,
1849688, 1823635, 1981754, 1991231, 1787441, 1829127, 1834633, 1802464,
1861828, 1823813, 1788789, 1854856, 1998999, 1866456, 1985845, 1797502,
1990147, 1865955, 1829071, 1840342, 1862086, 2000303, 1823149, 1995060,
1995013, 1816167, 2000335, 1839423, 1839538, 1840048, 1824580, 1861997,
1845142, 1862633, 1999072, 1337394, 1204229, 1823177, 1858500, 1862503,
1810701, 1788775, 1830006, 1992665, 1993718, 1850924, 1834076, 1811333,
1865884, 1299154, 1841223, 1835948, 1812200, 1866136, 1854281, 1869778,
1840369, 1866527, 1995398, 1319084, 1858920, 1987559, 1505457, 1996335,
1997710, 1844749, 1846160, 1840863, 1834197, 1834055, 1872691, 1873003,
1873002, 2000300, 1802390, 1828343, 1845757, 1835465, 1999027, 1998899,
1995095, 1995167, 1828946, 1996345, 1817359, 1840811, 1841128, 1834995,
1358516, 1858609, 1845987, 1850922, 1998808, 1823063, 1411049, 1358281,
2000242, 1998880, 1520099, 1996164, 1854919, 1845150, 1383791, 1862353,
1862439, 1854829, 1839513, 1839487, 1872601, 1850014, 1811161, 1811746,
1304159, 1862680, 1829376, 1501616, 1996440, 1228125, 1872548, 1998765,
1822370, 1868976, 1388719, 1380177, 1379693, 1862384, 1872939, 2000506,
1850054, 1850199, 1858747, 1501701, 1999164, 1873249, 1995367, 1858105,
1829571, 1503104, 1854472, 1869505, 1869953, 1387090, 1478818, 1259395,
1835309, 1544929, 1999140, 1520337, 432175, 1854672, 1482954, 1834252,
1997823, 1499641, 1858750, 1853565, 1854650, 1868907, 1478862, 1456209,
1545989, 1862601, 1872498, 1872924, 1849977, 1861814, 1524119, 1858565,
1597916, 1597403, 1997825, 1868898, 1845596, 1273283, 1386530, 1364707,
1824453, 1872633, 1849970, 1434978, 1434026, 1596681, 1403739, 1402797,
1845550, 1283071, 1817206, 1387889, 393306, 1361325, 1457921, 1451041,
1429182, 1325026, 1858602, 1595409, 1854221, 1499049, 1869849, 1482223,
1835181, 1460804, 1452953, 2000467, 1850041, 1620218, 1426657, 1319486,
1866195, 1505244, 1498331, 1868991, 1228551, 1872729, 1850474, 1620894,
1853941, 1845881, 1582682, 1850955, 1481241, 1872993, 1804072, 1522926,
1865646, 1859283, 1853776, 1869829, 1869825, 1844527, 1850741, 1481249,
1480667, 1385086, 1854596, 1568265, 1364407, 1453616, 1872806, 1872786,
1527527, 1522634, 1858989, 1318092, 1869442, 1561787, 1457589, 1456555,
1849431, 1435456, 1429997, 1866056, 1866288, 1830007, 1869151, 1583693,
1382353, 1565922, 1565329, 1459905, 1862116, 1872876, 1872982, 1872820,
1608539, 1322840, 1321866, 1865615, 1858364, 1598718, 1340327, 1497616,
1869679, 1584244, 1562861, 1834845, 1458810, 1872766, 1435745, 1523226,
1429124, 1594264, 1501295, 1497648, 1869394, 1583759, 1479411, 1839949,
1567858, 253718, 1629745, 1809880, 343846, 1506353, 1583484, 1581611, 1840764,
1549529, 1862962, 1451240, 1872675, 1822853, 1609406, 403026, 1506068,
1853925, 1405060, 1480266, 1479169, 1835200, 129848, 1548288, 1456407,
1862897, 1863008, 1872710, 1629450, 249666, 1850108, 1524050, 1596875,
1505677, 1503122, 1502097, 1500839, 1854960, 1499858, 1404336, 1869647,
1869370, 1845811, 1564985, 472399, 1452879, 452245, 1542636, 1434986, 1528407,
1433500, 1526045, 1524826, 1610565, 1324531, 1409876, 1499740, 1868886,
1581488, 1581375, 1839614, 1547324, 1546513, 1872799, 1861861, 1525270,
1609554, 1608155, 1845664, 346610, 80629, 372270, 1560851, 1458477, 1458236,
1543208, 1628846, 1850534, 1529169, 1608674, 254011, 1868888, 262986, 1497419,
1580162, 1482009, 1480167, 1384464, 1597909, 1862543, 1545085, 1436821,
1434239, 1527594, 1430175, 1520409, 362153, 1501182, 1869118, 82178, 1482882,
1565991, 1563230, 1548061, 1861975, 1544853, 1627923, 1850062, 1522210,
1412732, 1506005, 1502992, 1403115, 1844412, 363630, 1544532, 1630377,
1627968, 451086, 1527692, 1525163, 1522086, 1520429, 1598567, 1504438,
1498366, 1868960, 1473853, 1545717, 350360, 1563215, 1561548, 1561289,
1455008, 1454720, 1453527, 1451241, 1542471, 1872861, 1850170, 306567,
1620639, 42173, 255777, 1432885, 1523969, 1523573, 1610303, 1608586, 1866223,
1597400, 1596596, 220388, 1581397, 1580732, 1479628, 1568371, 1566268,
1565644, 1563704, 1563493, 1545983, 1862033, 1543084, 1610581, 1610296,
1609393, 1585181, 1483948, 18876, 1479756, 1476845, 1475379, 1473912, 1567218,
1565651, 456706, 1546882, 1546376, 1543506, 1543216, 1628374, 232735, 1620807,
1429217, 90050, 1858720, 48210, 1597696, 1503998, 110233, 1583231, 356011,
1581068, 1479456, 1566985, 1566846, 1564686, 1563629, 167050, 1546577, 303695,
1450895, 1872963, 1629932, 1621230, 1619587, 1528552, 306468, 1597918,
1596153, 1594799, 1580476, 1483663, 1841360, 1476852, 1476112, 1566549,
1565429, 1565034, 1563815, 249117, 1862222, 1545756, 1542023, 1541915, 213348,
1620998, 1620460, 1620120, 220704, 1528659, 1524639, 156381, 1611316, 1502050,
262154, 1854465, 1500741, 1868887, 1869674, 1584171, 1581516, 1580362,
1482936, 1475255, 1474713, 1565659, 1565092, 1548502, 1547912, 1545840,
1872747, 1630114, 1618865, 1528066, 1611827, 1610804, 1859158, 1599227,
1497316, 1869189, 170878, 1582054, 1581204, 1477027, 1379553, 1564048,
1562850, 347764, 1459879, 1549698, 1547945, 1547172, 1546361, 1544850,
1542207, 43282, 1629860, 425739, 1620564, 363636, 1528743, 1525945, 1611273,
240615, 151387, 1595068, 1594409, 45928, 1496992, 738, 1582306, 1581061,
101930, 115654, 1563740, 1563732, 1563242, 1562788, 1561264, 458249, 349480,
85124, 81369, 1455740, 1862021, 1621483, 1619868, 1527469, 1610909, 1609777,
138706, 1597031, 1595957, 244008, 437267, 434765, 1584400, 147784, 1582512,
415543, 1561242, 1567969, 1567067, 117699, 1561517, 470962, 329501, 1359164,
284323, 1545889, 1452671, 1543144, 411825, 335568, 1850099, 41517, 1618698,
1529205, 1522767, 1426468, 1610920, 1610106, 1609559, 1859086, 1598817,
1498230, 74772, 1584647, 1581439, 233960, 320802, 385240, 201425, 1563958,
1561752, 293254, 85915, 239324, 1629091, 1628871, 1619880, 1524549, 1611062,
96750, 128480, 97789, 1596246, 1594365, 16657, 1585664, 1583095, 1581191,
1580408, 181109, 1598997, 221816, 63628, 1567441, 1567392, 1567370, 1564312,
1564062, 264947, 412638, 1560783, 57955, 57092, 142559, 1545661, 1630096,
1629158, 45121, 1628501, 1628271, 68436, 1528324, 1527529, 271192, 64669,
1522705, 1610328, 1608634, 307421, 150653, 1618635, 217593, 1585386, 189348,
1582525, 1581761, 1581398, 1580488, 200153, 1481733, 1855249, 202919, 244593,
1566060, 450856, 171881, 378818, 269531, 1549796, 39050, 1546588, 130987,
228688, 336308, 1629226, 379384, 1620013, 239079, 1619489, 1619362, 1619159,
1619016, 238261, 1525244, 1523633, 459777, 136011, 1599638, 390224, 1597850,
1597529, 1505698, 1595966, 1595784, 1594760, 1501457, 22524, 34899, 1496980,
358015, 1585130, 1585099, 1480027, 242420, 1475786, 204138, 233428, 1566460,
1566261, 459532, 212519, 1561199, 44888, 249309, 273974, 1545919, 1869688,
1544461, 432421, 200517, 1620542, 1873160, 1529019, 417871, 1524166, 234869,
1609045, 100375, 173447, 351830, 1500389, 1567860, 1497056, 441708, 1585458,
1583510, 1583259, 1581185, 1580958, 71924, 1387147, 381293, 395209, 192796,
64762, 1567827, 1567611, 436699, 1565295, 1563120, 1562053, 141373, 75529,
452396, 118537, 344232, 1546658, 1862119, 1543793, 1630249, 1628337, 1620698,
1620537, 1619929, 417872, 1611831, 1608965, 186254, 1507120, 1596072, 1410329,
1594217, 42653, 286648, 341567, 1581683, 1581485, 203947, 125398, 1566399,
1566349, 287565, 81899, 387840, 1562183, 258750, 264154, 274292, 54088,
1546026, 405328, 305430, 94733, 1630369, 1629765, 1628291, 162443, 259099,
1621165, 326977, 144972, 90644, 42071, 1525424, 301252, 173524, 327164,
1598343, 1597651, 1597271, 281488, 160671, 222849, 1497655, 236474, 381531,
123437, 1582485, 1582321, 277653, 190813, 101245, 209686, 1568174, 470935,
1563369, 366837, 36403, 212762, 49643, 211882, 460110, 284392, 1544907,
1544868, 228661, 357701, 220002, 1629039, 1628910, 1627873, 278431, 395446,
408123, 379806, 112033, 1523044, 106655, 1610188, 374035, 32631, 1599373,
1598856, 138182, 1597642, 1595996, 1504211, 1594617, 1594371, 1594279, 387484,
204707, 1583637, 1581718, 366148, 259525, 362206, 15725, 1567758, 111285,
299242, 43230, 115033, 79548, 252723, 171805, 338319, 347750, 349093, 233293,
358377, 250359, 372944, 1546185, 232619, 1545278, 105819, 235877, 335126,
1621677, 1436919, 95458, 1525366, 1523045, 90244, 1610030, 372964, 1596922,
247310, 1505640, 321959, 312628, 22248, 152119, 17003, 183478, 358053, 297649,
1584518, 1581160, 1580140, 10007, 1598691, 221802, 43714, 285167, 193046,
97550, 158603, 223188, 338419, 435153, 1548548, 348832, 293323, 293287,
321047, 221304, 1629987, 48506, 1628988, 50439, 32462, 50555, 443482, 1620624,
1619637, 1618629, 1525102, 1523705, 324477, 1610660, 344630, 1608902, 233519,
448875, 215711, 382977, 1598243, 1597957, 347407, 1595986, 25651, 1505164,
1595503, 326290, 313015, 144129, 25179, 146155, 189926, 208088, 154365,
211219, 235345, 321819, 92242, 1583894, 1582847, 1582444, 1581643, 188773,
188204, 107505, 252235, 112451, 224997, 1568337, 1567168, 1567120, 405165,
80522, 1565357, 335923, 255486, 79882, 191734, 332287, 56052, 388996, 396969,
35100, 240994, 245570, 349543, 1629457, 1628652, 236408, 1628152, 335019,
79127, 1621549, 1619615, 147912, 1618490, 265920, 371345, 344669, 1610128,
1608712, 193632, 1597497, 214462, 1594693, 274918, 163674, 120628, 5577,
74612, 1497005, 360616, 1582493, 1582240, 1580837, 109383, 188936, 76258,
19606, 409542, 398274, 311118, 241614, 248304, 341921, 1563219, 360539,
333275, 373185, 208493, 348911, 368333, 263165, 180389, 402248, 82346, 302988,
39744, 52975, 290513, 25999, 323038, 430683, 449279, 265440, 1628605, 213343,
321254, 1627913, 272714, 200494, 1621721, 374308, 433014, 6883, 1618972,
293194, 244223, 1618417, 192569, 268454, 1610702, 265997, 301285, 1609325,
1608954, 64554, 357292, 126668, 128532, 384619, 284703, 114443, 416435,
167795, 1594747, 295467, 12798, 134352, 179473, 100984, 235310, 30668,
1583609, 291785, 415451, 127087, 296108, 76867, 1479106, 18248, 291227, 2290,
1563449, 1561131, 245212, 264163, 164924, 233914, 279105, 323314, 309504,
356869, 1547578, 343951, 452798, 90908, 94737, 1628543, 1541789, 357741,
360270, 1628521, 280794, 45426, 210529, 1620861, 63893, 255733, 1610956,
228168, 359436, 1608940, 1608331, 380859, 180532, 136812, 1597734, 1597334,
1596486, 1595932, 312965, 1594243, 311832, 227368, 227370, 109164, 70305,
368585, 370956, 191578, 252602, 140587, 33090, 135443, 1580527, 188045,
151169, 362889, 202570, 121521, 108623, 252175, 252197, 230733, 132222,
410308, 370290, 66904, 192873, 202343, 1567216, 311064, 454363, 335820, 59810,
466381, 84363, 258800, 195514, 202609, 199035, 2146502, 2145045, 2141633,
1803039, 1795582, 1803166, 1407349, 1526752, 1804160, 1322179, 1996442,
2122532, 2063420, 1480508
Deleted 1614 regions
Showing 18280 region surfaces
> select #2.53
1 model selected
> select #2.4
1 model selected
> select #2.2
1 model selected
Drag select of 650158, 239 of 284 triangles, 1006688, 824790, 1155559, 747491,
1052218, 136 of 260 triangles, 910549, 254 of 264 triangles, 1095393, 899665,
1160949, 1081488, 801360, 689599, 1145146, 854606, 740719, 899265, 882668,
1157404, 1038512, 984933, 908069, 1172891, 1108383, 934469, 1120862, 805532,
1074851, 204 of 312 triangles, 1025070, 1113951, 1031913, 56 of 308 triangles,
1069609, 918826, 1015577, 949482, 849960, 837063, 697826, 239 of 308
triangles, 645879, 975761, 679178, 666413, 678847, 873457, 678696, 1103796,
738607, 782123, 869236, 824645, 921452, 1013257, 895289, 984799, 824513,
725366, 56 of 248 triangles, 1163079, 916392, 651996, 901520, 1110254,
1056457, 813963, 1115949, 1040375, 1002866, 828984, 1040871, 1153415, 1143658,
1031512, 1145362, 888579, 1015673, 1132808, 1007248, 1171444, 104 of 260
triangles, 777377, 1133059, 762551, 697894, 923047, 957731, 979815, 695895,
884249, 736185, 623366, 605026, 153 of 244 triangles, 650077, 799356, 645745,
52 of 236 triangles, 1029316, 888979, 755785, 1053743, 839648, 890649, 708061,
707955, 232 of 256 triangles, 841154, 39 of 256 triangles, 916270, 764882,
769299, 730021, 803016, 1054463, 1002897, 702046, 803544, 715085, 637687,
1151380, 940501, 1074661, 1167904, 1093179, 890939, 1088474, 830992, 914892,
1081593, 880173, 1110184, 647736, 762723, 1002604, 993703, 1019898, 864628,
1062368, 185 of 216 triangles, 989008, 1079088, 827085, 1057846, 66 of 216
triangles, 897423, 839460, 753913, 677191, 1020639, 1020624, 221 of 224
triangles, 699940, 239 of 264 triangles, 869120, 766864, 901919, 691719,
662471, 936161, 1123054, 58 of 248 triangles, 706041, 124 of 248 triangles,
1056214, 969163, 845480, 853967, 1133404, 828485, 910258, 1141601, 967045,
828759, 1164615, 1031836, 1004334, 955305, 869342, 878194, 918993, 1081159,
687372, 814148, 1092553, 980429, 681169, 830959, 805648, 658022, 681108,
992998, 206 of 240 triangles, 835098, 816085, 996074, 1105799, 880109, 138 of
220 triangles, 940626, 837431, 734209, 697544, 236 of 244 triangles, 779402,
160 of 256 triangles, 1011382, 764748, 150 of 220 triangles, 666531, 83 of 260
triangles, 997986
Drag select of 1136372, 176 of 256 triangles, 1152778, 151 of 256 triangles,
1084393, 1066020, 168 of 292 triangles, 1097995, 1150491, 1163856, 1106639,
1127751, 1148080, 1136089, 1100155, 1165515, 1129694, 1119427, 123 of 264
triangles, 1093614, 1156897, 1172557, 1061590, 1163670, 1104829, 149 of 292
triangles, 1110965, 1140512, 215 of 248 triangles, 1140038, 1154831, 1172137,
1148261, 1131845, 1115349, 1154930, 1163798, 1158909, 1097978, 1113456, 22 of
284 triangles, 1172629, 1126089, 1087034, 164 of 288 triangles, 1172332,
1132168, 1164115, 1115633, 1111062, 1139974, 1150563, 1172228, 1172529,
1158389, 1113242, 1077434, 1079756, 1167614, 1142225, 1135797, 1113401,
1163764, 1082101, 1091474, 1161895, 1119368, 1115134
Drag select of 28358, 310 of 452 triangles, 116413, 364491, 385682, 161499,
457415, 78343, 336792, 46907, 272183, 161639, 164585, 425033, 16132, 310749,
505052, 83631
Deleted 269 regions
> select #2.4109
1 model selected
> select add #2.2
2 models selected
> select add #2.1455
3 models selected
Region has 3845 adjacent regions
> select #2.8
1 model selected
> select add #2.9
2 models selected
> select add #2.3
3 models selected
> select #2.4
1 model selected
> select #2.883
1 model selected
> select add #2.2
2 models selected
> select add #2.1665
3 models selected
> select subtract #2.2
2 models selected
> select add #2.2
3 models selected
> select subtract #2.2
2 models selected
> select add #2.5177
3 models selected
> select add #2.6708
4 models selected
> select add #2.424
5 models selected
> select #2.10265
1 model selected
> select add #2.102
2 models selected
> select #2.15626
1 model selected
> select add #2.6717
2 models selected
> select add #2.5967
3 models selected
> select add #2.4740
4 models selected
> select add #2.13111
5 models selected
> select add #2.1379
6 models selected
> select #2.6904
1 model selected
> select #2.12308
1 model selected
> select #2.121
1 model selected
> select add #2.682
2 models selected
> select #2.9999
1 model selected
> select #2.4354
1 model selected
> select add #2.2749
2 models selected
> select add #2.9232
3 models selected
> select #2.16858
1 model selected
> select #2.4594
1 model selected
> select add #2.93
2 models selected
> select #2.4109
1 model selected
> select #2.13370
1 model selected
> select add #2.11724
2 models selected
> select add #2.801
3 models selected
> select add #2.4462
4 models selected
> select add #2.4989
5 models selected
> select add #2.2645
6 models selected
> select add #2.7777
7 models selected
> select #2.53
1 model selected
> select add #2.2
2 models selected
> select add #2.1455
3 models selected
> select add #2.4109
4 models selected
Drag select of 1599089, 1869777, 470307, 1504656, 467291, 1610716, 1611671,
391362, 1527711, 378317, 299195, 453981, 370162, 391363, 1845871, 429842,
1845861, 1873184, 2000492, 1549556, 1841012, 55746, 55522, 299366, 195572,
89996, 95695, 187165, 333874, 76474, 253733, 246344, 287441, 94018, 77092,
351159, 3294, 199626, 412745, 101398, 194430, 410033, 1628696, 17058, 264313,
272662, 378396, 287298, 287219, 274454, 104880, 298446, 338520, 1620679,
1618748, 344046, 185792, 324422, 297309, 1611448, 382570, 1611124, 92720,
151065, 156756, 308539, 406530, 296558, 111852, 246, 40964, 149997, 257263,
257326, 1598098, 1596481, 1595884, 1595853, 1504829, 228337, 146199, 392405,
34521, 368674, 74741, 198434, 358184, 166075, 472145, 297644, 1585136, 167202,
402178, 177087, 10563, 387536, 373376, 170907, 356068, 1580685, 416859,
244865, 212793, 181352, 273831, 391396, 346082, 367635, 22915, 138454, 88757,
175026, 282126, 12285, 175367, 428710, 200803, 473915, 399125, 454456, 256243,
313054, 175582, 250523, 154600, 263131, 65851, 257363, 416319, 158615, 228010,
54618, 426143, 35099, 334475, 250412, 297433, 313410, 252395, 3780, 94000,
363404, 285131, 35511, 1629870, 1629815, 1629764, 175446, 1628633, 424526,
127403, 32470, 389898, 111499, 374195, 48628, 187907, 298393, 328623, 1620656,
1620394, 392354, 45539, 309907, 406785, 1610178, 341423, 470892, 326635,
104136, 180459, 288930, 351886, 183339, 1597746, 1597253, 402982, 249209,
69900, 148880, 141023, 158740, 217638, 236567, 1857, 249885, 33049, 20846,
214072, 16607, 355948, 409948, 214212, 109369, 346258, 251355, 185438, 117169,
271567, 191271, 346164, 10182, 305293, 338302, 196767, 424396, 282649, 125647,
165251, 149139, 366001, 139283, 31796, 74266, 267583, 59089, 58665, 317845,
285426, 264188, 6300, 191752, 289550, 117427, 363043, 191603, 46656, 429184,
149680, 95286, 174325, 268872, 236315, 105859, 321038, 353127, 101755, 14083,
259146, 51927, 93156, 379618, 1620903, 327011, 238284, 23124, 183885, 256477,
237919, 228920, 84174, 1611434, 161981, 228170, 242574, 237669, 355492,
486297, 251967, 156943, 102303, 131170, 1598934, 159136, 1597499, 89319,
89255, 311729, 412215, 120635, 281558, 285996, 218749, 226645, 268541, 128678,
159641, 267674, 381514, 172181, 1581881, 336090, 314051, 51691, 156244,
156295, 364294, 201194, 248501, 223587, 203679, 63453, 165306, 61878, 261151,
287524, 211478, 297778, 360519, 409661, 439015, 41111, 242710, 264645, 441836,
446543, 309746, 341208, 84510, 362488, 407568, 285949, 346801, 36416, 294799,
188637, 250409, 249953, 356814, 386445, 182885, 308802, 305885, 15313, 135682,
3649, 105769, 284961, 175532, 280482, 101708, 101718, 475539, 1628268, 209573,
255876, 79420, 158425, 285560, 208343, 1619207, 293212, 347278, 19341, 100516,
106644, 205215, 374907, 114025, 323580, 171095, 180021, 428285, 389671, 95774,
319089, 162181, 103147, 1597423, 1597180, 171972, 140956, 1595525, 310533,
330343, 291077, 270159, 308186, 52015, 109201, 298619, 368668, 432079, 195131,
360690, 166074, 214907, 162785, 297696, 92223, 174667, 421538, 37146, 222918,
139957, 230159, 12561, 119901, 102008, 346002, 360337, 312734, 384250, 282391,
451308, 154105, 199730, 315418, 174264, 435221, 205634, 141153, 288397,
200881, 178288, 221750, 398062, 255396, 332089, 311052, 137076, 60495, 456659,
275411, 454329, 102981, 1563422, 388845, 184367, 154899, 58226, 397601,
338575, 87064, 57061, 461105, 246580, 199545, 198696, 87366, 130474, 54682,
159366, 419552, 53745, 441035, 129955, 284304, 262765, 356805, 394115, 205836,
401648, 168146, 253808, 46265, 84083, 420293, 216039, 76749, 284422, 340189,
115331, 122460, 367000, 318091, 320550, 175895, 334948, 282169, 386235,
405876, 287286, 374319, 63959, 275969, 107972, 229929, 417938, 433174, 301012,
288041, 217174, 417731, 406834, 22683, 339022, 156403, 460004, 460050, 326916,
276912, 235172, 29510, 226445, 226436, 171084, 286715, 386268, 327078, 133767,
159819, 386933, 390134, 141411, 246796, 269624, 48376, 112371, 104221, 152768,
155003, 139417, 195106, 84681, 108680, 286267, 232911, 393282, 369369, 381586,
362749, 132777, 397215, 222896, 169972, 371103, 42601, 264826, 6339, 364302,
426926, 196880, 214515, 109284, 296253, 200046, 125273, 112487, 370348,
397746, 397808, 252025, 436700, 5895, 312576, 312462, 276539, 160423, 402560,
59350, 415411, 65455, 164867, 220877, 161088, 415265, 247734, 340575, 197257,
198135, 56199, 253899, 230302, 299419, 228001, 205604, 331931, 419988, 294038,
398173, 81359, 226972, 225904, 407453, 195902, 149720, 168074, 383659, 131005,
252405, 103067, 305918, 333660, 399455, 285158, 221395, 221414, 429835,
416534, 160798, 220009, 308315, 45130, 274555, 241412, 32460, 337667, 241034,
313965, 355338, 395336, 68485, 230478, 394418, 68521, 134598, 249509, 390042,
279552, 3330, 326937, 208287, 147976, 392517, 22195, 37662, 435606, 143624,
112055, 171523, 345914, 267080, 373944, 197391, 116065, 242591, 315034, 7542,
126482, 215689, 12682, 424062, 251158, 128483, 465871, 428769, 117623, 361445,
139627, 138745, 384542, 139252, 240681, 177868, 396771, 21765, 137850, 171995,
247377, 268762, 403959, 239571, 224313, 120483, 125969, 387413, 10691, 146769,
244388, 147812, 170741, 141006, 70213, 5569, 40560, 235923, 139365, 176900,
262468, 238303, 258275, 159668, 442774, 166006, 267740, 449458, 421915, 47888,
187023, 175754, 76187, 106228, 408202, 423107, 85412, 230190, 47258, 262303,
90942, 384365, 353852, 385212, 397055, 124134, 205617, 246974, 233368, 237808,
66901, 323133, 61934, 360775, 436637, 423532, 303401, 137177, 65550, 365747,
191809, 191755, 160852, 295421, 460938, 253910, 310436, 55842, 75484, 192727,
182809, 83092, 191593, 90021, 39084, 410697, 386448, 225920, 168084, 165070,
348829, 199350, 47822, 244768, 131608, 262011, 97803, 430879, 157333, 66647,
214819, 48008, 219110, 334511, 233598, 132343, 162486, 445664, 320509, 425595,
338151, 424370, 384129, 179204, 227258, 425916, 27661, 271124, 29357, 302160,
173917, 359561, 404821, 412028, 221989, 69035, 41475, 321683, 353836, 456345,
329744, 344579, 171068, 264002, 354606, 384579, 133810, 8018, 390201, 131074,
338683, 284885, 247297, 347391, 397350, 273166, 344854, 120480, 286624, 69708,
147808, 412270, 266625, 272004, 29998, 96846, 152830, 352764, 100972, 303180,
124783, 27860, 360667, 300551, 275645, 70809, 507118, 92221, 297895, 170627,
135440, 250820, 291363, 432624, 274118, 410122, 430264, 379961, 449559,
360978, 342092, 456561, 23235, 365774, 155431, 116370, 108811, 258135, 242780,
370339, 370336, 63285, 87163, 258431, 202686, 166178, 61888, 61419, 248223,
60448, 115002, 133046, 235486, 437375, 437453, 154575, 140143, 238062, 338534,
86982, 309757, 84617, 141763, 122753, 56233, 308912, 66179, 75302, 177707,
355779, 391703, 182746, 53602, 53168, 118557, 212592, 349457, 250410, 49006,
273980, 345764, 66370, 27122, 393902, 19447, 281755, 326556, 326553, 162401,
297473, 29850, 16888, 67768, 44536, 176598, 106491, 193782, 207138, 14098,
302352, 407945, 186091, 423926, 443841, 41507, 271155, 64458, 81768, 48277,
108943, 318892, 441314, 202419, 217139, 255747, 255755, 150744, 319877,
339024, 336487, 143411, 315919, 342322, 72824, 352870, 238389, 261671, 340782,
118700, 374792, 217445, 217469, 32657, 275800, 303801, 25492, 180500, 127201,
139699, 316122, 382122, 319151, 281057, 29627, 381900, 134911, 233169, 122393,
423734, 143031, 276424, 109540, 307029, 148851, 141003, 468813, 152099,
153773, 437332, 437287, 139434, 180099, 176763, 17192, 439659, 271316, 300489,
345582, 301547, 297605, 145360, 424726, 194603, 279438, 170667, 302602,
171351, 173806, 121196, 175803, 86542, 283074, 145805, 92604, 170053, 394552,
164107, 47237, 98369, 185091, 186692, 17849, 119923, 101995, 142297, 192513,
273880, 346084, 196523, 125403, 352654, 385216, 248527, 404094, 184572,
204197, 205649, 206024, 351465, 267253, 105708, 85318, 349915, 397551, 260047,
340493, 255392, 202770, 435451, 311065, 311068, 276570, 49134, 142823, 142789,
59828, 203850, 382269, 137179, 79351, 421327, 413193, 338642, 129845, 88232,
141762, 187756, 416701, 80278, 126248, 55609, 338357, 338347, 405021, 272751,
365365, 186616, 360505, 191923, 288897, 432365, 284261, 264491, 264425, 51636,
87973, 220964, 311630, 387182, 236606, 399869, 438679, 45236, 43508, 174369,
402380, 252408, 42939, 340132, 67686, 253461, 429141, 4918, 35652, 366995,
180229, 353118, 44071, 100593, 273656, 199859, 34955, 317006, 2844, 204230,
233057, 21872, 403152, 38130, 32566, 125559, 337302, 39192, 68416, 270124,
400056, 439263, 238063, 210493, 338482, 379638, 92963, 194687, 147965, 392539,
41589, 408130, 108950, 220584, 359493, 349258, 379754, 346961, 189196, 205401,
466028, 267056, 445238, 340711, 265069, 326636, 459667, 156690, 370754, 73365,
372168, 22877, 111158, 296605, 256943, 311688, 278, 216846, 152684, 437077,
32292, 247299, 420948, 180846, 344877, 144073, 208536, 453136, 276407, 263819,
361085, 157668, 446860, 243924, 249039, 134356, 290944, 301338, 332896,
323384, 344433, 283600, 18916, 159653, 430012, 359720, 359710, 5499, 434235,
270924, 165539, 165837, 249870, 179426, 128209, 421549, 421881, 425815, 33785,
250895, 17490, 137218, 141230, 277613, 50764, 200083, 135531, 416890, 72127,
186427, 89841, 374266, 290780, 107474, 143267, 279228, 107715, 389765, 159856,
82519, 394781, 348351, 423874, 218963, 245268, 103496, 10710, 12262, 42181,
465708, 77811, 209410, 350045, 102119, 357860, 397764, 288786, 87136, 282578,
360809, 376585, 40390, 146648, 166280, 61113, 209285, 217359, 412649, 226513,
74366, 25674, 333203, 343460, 58441, 58378, 139886, 434643, 84314, 285381,
164882, 349752, 255500, 254069, 325156, 325231, 97539, 84593, 163450, 262932,
56227, 387050, 357651, 81329, 180810, 87341, 89556, 272774, 344967, 338905,
54281, 40631, 379157, 370848, 321282, 212743, 392820, 120714, 384720, 256877,
257991, 254336, 414273, 249311, 383698, 326222, 174367, 19492, 407825, 241748,
46386, 363195, 395876, 374081, 97146, 236290, 105840, 443658, 284976, 273543,
122473, 212063, 101395, 52171, 429846, 44092, 165940, 407398, 2848, 341148,
887, 475498, 240313, 437521, 437525, 281806, 404867, 44333, 249715, 329866,
255806, 99357, 104616, 48679, 24291, 93168, 249569, 249567, 249529, 158430,
158432, 93022, 43031, 467450, 183782, 256478, 297116, 129049, 396806, 327758,
347715, 83018, 217138, 189670, 156377, 384866, 403287, 260177, 143490, 92616,
327975, 261746, 10739, 277319, 237702, 331840, 266788, 88426, 195008, 189864,
331546, 121583, 155879, 355427, 114949, 323515, 276940, 275778, 436915,
180447, 424061, 138685, 274167, 319162, 14647, 103114, 207248, 135671, 141418,
183315, 454187, 137865, 138940, 239598, 274923, 143085, 25949, 42660, 47459,
172608, 130074, 23287, 154722, 104275, 112308, 231655, 151778, 15503, 215012,
183584, 218737, 366497, 176899, 457779, 340077, 198463, 34395, 252577, 169788,
258265, 245804, 357194, 423565, 207593, 5372, 271352, 324929, 5416, 308668,
308730, 275601, 275644, 461723, 302194, 208744, 361135, 387573, 311250,
206622, 19259, 219432, 20084, 222910, 304269, 127256, 442874, 203248, 346279,
13509, 183701, 262326, 293763, 118826, 118833, 107522, 45460, 400391, 216175,
124172, 225690, 166891, 394970, 294570, 244102, 282314, 359625, 200636,
111991, 182073, 153641, 18397, 20409, 283659, 256674, 224983, 153963, 217396,
32395, 63566, 233367, 371625, 349874, 255383, 454896, 61376, 37091, 60966,
461469, 60344, 25506, 374629, 303091, 402514, 74338, 317107, 385324, 58513,
182709, 365685, 377375, 195459, 413140, 334864, 83332, 392597, 278814, 254094,
238024, 309717, 57110, 65871, 80099, 123717, 246584, 467743, 106029, 426699,
460893, 236720, 215232, 75159, 499188, 325901, 323957, 177701, 180764, 382832,
534399, 444703, 220058, 104071, 104123, 222169, 115368, 599799, 53980, 307324,
83139, 53709, 36405, 295165, 120300, 191996, 51163, 441046, 67139, 46638,
265184, 334463, 122870, 224012, 85655, 168272, 138841, 277014, 264489, 146263,
258078, 429248, 426024, 313440, 281981, 305050, 37886, 438685, 438671, 34126,
258959, 193907, 5264, 129647, 246341, 19501, 244827, 20632, 94302, 508931,
95546, 77073, 458389, 374175, 395109, 12880, 236093, 176606, 235814, 315636,
199603, 157371, 221342, 34818, 66702, 366935, 101401, 336301, 180235, 180254,
106525, 320517, 20449, 3112, 334514, 603899, 160787, 29433, 35018, 327580,
1119, 360258, 8713, 38660, 447127, 38595, 233062, 246526, 209578, 409709,
264223, 151635, 337642, 314395, 388794, 313950, 231548, 203618, 424132,
387261, 405914, 110892, 129694, 217797, 407997, 426485, 186038, 191337,
191377, 71310, 265635, 368147, 232856, 362391, 214715, 238106, 187892, 374393,
333382, 249561, 306617, 247266, 300799, 279515, 279555, 429891, 226719, 43030,
5887, 11680, 19764, 256009, 41609, 107691, 450983, 108835, 134455, 390408,
31893, 198284, 318983, 83945, 122620, 435546, 292640, 110168, 110218, 117249,
306741, 341985, 124851, 118120, 112047, 133434, 228937, 189663, 113954,
484943, 306495, 368196, 368290, 413914, 345871, 106710, 384856, 359438,
400710, 527187, 381058, 152461, 64557, 603984, 331802, 395760, 169322, 371997,
346679, 636688, 121643, 336179, 237588, 156812, 357223, 428599, 172783,
186302, 125071, 140807, 189810, 189781, 29480, 161326, 225791, 126637, 390526,
344534, 372194, 271673, 354488, 414568, 220518, 286740, 286761, 160219,
335697, 139622, 446677, 300606, 97053, 50281, 131195, 380256, 380267, 202469,
29715, 135013, 4866, 396685, 257270, 131090, 238875, 147455, 318546, 196578,
373602, 165194, 306299, 303582, 92939, 246867, 183079, 247361, 378227, 34647,
432130, 48808, 180935, 330375, 330382, 74137, 208609, 47643, 453115, 118932,
47393, 146181, 146215, 30688, 218658, 276444, 244346, 123320, 7156, 148888,
145676, 42518, 295489, 190226, 227082, 123518, 289797, 40575, 395562, 285989,
27428, 354726, 23028, 236040, 368600, 45897, 376419, 340115, 268484, 352333,
160153, 262422, 243822, 238304, 360104, 343214, 176825, 432687, 308471,
212220, 169784, 373545, 232038, 358191, 358134, 44789, 169963, 174951, 166010,
369381, 208208, 165775, 234073, 449480, 208702, 5031, 189402, 174589, 360828,
170814, 201111, 135431, 250870, 128788, 188053, 82177, 376755, 274081, 525719,
112162, 106286, 336660, 147394, 210761, 258665, 386379, 203233, 12039, 131425,
378778, 200110, 251322, 131891, 131905, 414377, 496059, 289121, 151239,
151172, 114767, 185004, 243746, 161166, 72048, 186469, 186773, 181675, 8397,
305591, 15711, 202908, 415193, 202934, 163983, 188994, 117156, 256358, 90930,
51099, 290352, 356632, 356665, 25183, 118434, 118406, 260921, 213946, 273808,
360314, 165677, 312773, 394004, 19825, 145436, 25418, 346125, 101260, 101307,
367651, 252184, 389344, 17744, 242338, 296252, 348364, 291877, 194833, 192275,
245314, 292435, 244721, 77210, 228180, 20438, 201514, 282487, 262391, 384155,
26769, 206040, 77628, 81689, 252355, 256651, 197405, 337747, 337779, 208855,
208900, 209418, 78255, 436598, 315121, 196043, 285258, 355140, 266532, 178063,
64872, 379252, 62218, 454884, 2339, 61947, 640638, 411494, 196097, 409818,
409880, 238981, 287499, 44308, 300434, 259782, 461288, 185246, 81902, 299694,
60482, 456747, 297731, 303310, 306212, 306260, 287889, 142782, 15277, 409650,
154849, 59471, 158195, 11910, 59292, 59099, 59141, 184363, 184332, 74325,
257129, 257137, 74533, 7064, 130381, 332405, 79372, 245131, 276694, 276724,
208405, 112772, 419747, 419718, 365731, 365633, 58180, 306086, 319975, 45666,
258784, 314489, 314461, 450859, 105193, 171810, 136614, 278900, 57406, 386028,
238017, 57196, 498904, 79991, 65833, 88156, 141802, 74992, 123713, 56787,
416682, 56532, 341634, 312304, 106017, 56061, 142519, 241259, 285881, 267404,
255239, 177717, 55149, 324535, 23306, 126973, 54446, 270332, 186638, 171914,
261373, 53645, 186173, 177165, 53513, 53569, 120221, 279052, 191912, 288833,
412494, 358292, 84420, 66309, 431447, 419580, 364184, 313252, 230940, 288354,
271450, 309178, 85859, 321501, 234585, 46736, 37686, 513948, 435208, 445706,
98566, 51579, 187179, 63861, 372899, 274834, 375990, 366665, 95326, 286868,
28887, 616040, 452732, 90860, 258966, 193901, 280637, 102376, 27111, 66606,
303717, 20033, 136447, 305931, 317622, 323042, 112816, 297547, 290632, 1523,
321838, 85913, 77061, 95974, 97595, 124659, 105774, 273547, 207410, 106521,
214808, 20473, 293903, 383808, 334541, 45833, 15187, 30184, 30153, 168993,
35028, 431090, 1034, 38626, 107404, 132407, 43726, 126347, 280729, 32067,
127382, 118277, 200542, 314337, 186546, 404886, 221159, 355371, 274724,
274747, 424362, 220800, 360045, 220743, 294503, 110857, 12768, 408020, 257950,
215570, 220988, 270068, 218576, 211316, 92764, 68427, 376894, 306577, 306649,
308640, 285583, 93021, 377151, 68759, 118105, 237039, 172636, 179953, 24848,
347295, 483182, 351744, 267527, 378594, 183828, 324053, 414204, 414136,
241595, 266679, 198375, 300946, 10543, 297164, 422071, 347652, 347649, 408338,
117313, 153398, 153391, 181010, 379773, 28554, 28534, 467274, 205470, 601958,
112621, 355839, 349237, 255666, 169092, 654952, 413885, 332144, 367960,
156406, 382521, 274349, 143460, 228117, 92698, 344684, 7854, 341410, 430419,
248622, 152521, 470847, 340804, 64573, 164394, 253150, 304043, 88390, 374849,
224178, 121616, 217499, 355520, 433362, 5955, 140732, 148236, 329308, 251942,
102333, 175728, 498976, 206442, 128467, 314586, 22871, 101056, 428784, 458194,
117635, 354658, 386280, 45975, 274137, 274184, 462531, 462519, 95820, 95808,
202427, 401861, 319093, 133980, 315309, 307196, 207247, 277153, 380217,
396751, 277352, 194177, 5698, 196638, 305766, 252861, 173452, 73938, 168749,
30587, 104789, 152236, 261040, 416820, 26400, 239641, 117569, 394610, 365300,
365273, 155573, 20165, 270195, 239691, 208636, 120482, 109615, 146761, 146794,
249204, 190018, 327869, 352214, 170754, 157626, 69863, 69867, 337943, 36660,
279813, 148915, 96286, 96263, 149183, 248416, 303406, 405568, 427790, 149929,
105007, 291023, 70192, 112277, 145492, 214745, 194927, 234186, 160620, 26011,
223908, 105094, 186815, 211241, 211279, 110063, 70309, 23029, 443701, 430793,
34425, 74745, 176868, 119752, 264607, 223759, 223839, 252542, 473564, 81982,
286233, 266091, 82019, 169759, 232268, 2561, 371711, 85228, 85198, 19919,
423622, 207634, 233221, 217592, 271382, 214971, 214962, 89632, 308706, 404647,
321816, 208211, 165538, 166678, 261803, 261914, 214295, 23549, 449443, 132429,
128229, 128221, 123474, 123452, 384885, 194558, 360819, 447556, 134797,
170804, 170840, 290702, 201789, 201096, 172184, 172925, 427032, 291483,
173316, 291824, 114549, 214197, 387911, 82186, 227879, 227877, 82265, 177677,
211678, 106236, 106247, 352144, 96529, 96467, 110730, 76286, 258632, 432892,
30423, 36496, 181140, 93669, 200099, 162840, 162896, 162841, 310028, 164082,
284552, 71589, 158932, 38538, 289169, 366265, 143880, 185449, 38746, 33763,
305502, 188130, 317290, 351417, 374703, 118834, 221713, 117193, 452560,
171438, 408950, 82674, 35384, 218086, 80836, 260687, 190843, 246279, 212894,
279179, 279212, 101916, 244227, 371513, 156298, 107706, 281602, 281612,
281630, 273832, 239433, 101479, 99606, 136871, 394941, 105945, 320249, 352550,
287708, 287735, 134253, 155485, 155470, 252212, 197946, 222334, 282388,
296249, 5646, 517436, 305179, 199707, 5009, 385151, 174269, 201167, 245072,
174171, 244646, 73274, 117924, 248439, 248555, 404088, 22030, 203491, 435234,
404377, 175335, 141182, 112483, 299168, 151940, 197492, 103781, 317949,
370351, 209463, 368902, 196790, 269889, 237739, 6158, 85289, 188372, 192849,
192875, 64808, 323148, 87179, 349842, 415046, 379669, 230091, 436726, 184068,
50656, 310229, 476767, 180295, 405, 165276, 61684, 436688, 119832, 23192,
166324, 166292, 149155, 61235, 97298, 243620, 206865, 464500, 459317, 60621,
185357, 136981, 60539, 60510, 392956, 189482, 297780, 25529, 141827, 160477,
430158, 430145, 35456, 142825, 212492, 78867, 59704, 242705, 375948, 376823,
256239, 267649, 338892, 184347, 59079, 289286, 333263, 622227, 332422, 58652,
245138, 343520, 79626, 364990, 261520, 152003, 133088, 365727, 434690, 306131,
270546, 84332, 84339, 218912, 164888, 437436, 57893, 7767, 334775, 327198,
171758, 239276, 167939, 57363, 129764, 325143, 309783, 309718, 87011, 89230,
57137, 229276, 257437, 323728, 495970, 107111, 107046, 20589, 198113, 180405,
289487, 319236, 312218, 56209, 56037, 236725, 330629, 215179, 325951, 267407,
255160, 211615, 520482, 338400, 110663, 404961, 64114, 81567, 233289, 54484,
54370, 365320, 599860, 207334, 75560, 358411, 353964, 10216, 379088, 118497,
431409, 431366, 265202, 321299, 297403, 309117, 40401, 438660, 49663, 344239,
277068, 472458, 17285, 410687, 44965, 44850, 632416, 398233, 249302, 104473,
343071, 380892, 302779, 274029, 495734, 67376, 439566, 126814, 19868, 434271,
402393, 6661, 91389, 66504, 293282, 281742, 281781, 215987, 236827, 244777,
326546, 40221, 94012, 346443, 407824, 3572, 307119, 399467, 383598, 91419,
236111, 105851, 430882, 221357, 221400, 35720, 201, 99133, 101368, 121894,
353109, 207509, 193708, 416581, 416593, 100618, 217073, 219119, 3064, 3168,
36018, 35982, 43309, 407313, 282164, 175498, 199809, 113660, 168984, 101786,
51851, 654904, 327575, 142483, 447144, 52836, 481573, 199894, 199890, 12364,
409736, 314685, 30488, 186545, 281828, 259097, 245470, 287305, 274729, 424300,
278463, 363781, 220767, 19050, 103956, 343813, 343851, 374224, 255794, 249985,
218232, 218282, 411913, 68480, 227165, 187972, 349692, 333410, 328661, 276236,
377160, 273058, 208375, 210486, 19722, 188576, 30936, 302255, 87640, 256602,
107932, 439307, 123057, 108932, 523863, 172318, 243310, 217234, 448464,
115497, 297160, 129040, 117211, 124879, 445136, 113136, 355810, 382063,
271009, 349211, 69185, 69165, 216086, 222678, 403292, 182030, 163231, 344712,
248573, 261770, 376254, 294296, 294206, 462967, 481681, 91250, 52236, 194987,
331605, 326918, 326835, 369588, 185648, 262647, 174023, 156811, 82469, 340240,
303778, 125741, 115829, 180461, 418871, 171079, 136104, 240464, 351898,
350199, 240523, 330926, 22887, 160217, 296785, 263972, 428830, 111882, 139675,
345549, 371013, 138776, 138688, 389645, 340407, 132918, 133139, 162159,
104371, 311644, 134042, 161447, 124565, 375781, 4871, 151396, 135580, 386912,
339470, 277355, 124412, 183262, 196593, 137933, 188880, 14498, 137874, 22585,
217931, 306378, 321380, 29623, 173436, 224050, 183013, 382406, 268713, 135246,
233091, 416795, 87489, 326266, 423689, 117461, 117499, 89300, 144077, 238559,
304380, 31201, 170475, 146186, 361110, 69889, 69909, 109545, 497339, 154391,
123561, 145509, 194942, 253011, 15524, 17647, 302041, 183531, 186856, 26177,
105129, 153757, 354733, 154213, 146092, 154988, 40320, 457793, 376462, 269022,
200348, 268528, 332828, 195190, 344358, 119714, 13172, 264602, 360703, 84742,
64153, 23557, 365514, 212274, 357189, 371771, 227670, 132097, 207573, 160299,
241973, 358192, 545016, 300532, 300465, 236554, 126594, 109128, 357999,
404574, 412897, 379500, 270885, 302175, 337411, 417619, 216339, 169204,
132460, 214067, 361156, 606076, 387561, 5023, 194575, 174603, 17232, 171256,
171314, 541685, 335529, 209875, 33546, 33543, 83243, 19226, 241878, 156861,
209223, 294380, 20130, 183175, 211698, 141242, 222791, 415509, 352156, 219539,
110687, 203251, 203148, 408221, 92534, 280218, 329190, 394467, 164020, 361286,
182615, 131951, 158886, 71743, 305373, 301163, 7164, 8125, 293748, 188212,
14533, 129322, 17031, 249450, 21022, 408966, 24663, 244963, 82159, 311326,
432920, 398000, 260720, 181353, 181333, 181336, 101898, 213889, 371458,
244287, 273748, 370513, 35462, 273897, 76911, 364331, 395004, 394936, 454057,
196476, 196548, 332707, 207681, 16785, 436827, 252150, 329369, 271993, 423837,
423846, 194797, 368539, 6228, 93468, 103517, 245093, 20413, 153518, 22003,
282043, 203672, 262362, 152577, 212358, 284623, 283617, 88333, 252345, 151916,
197498, 208807, 197865, 248122, 200855, 333061, 270649, 233455, 197290,
131713, 166948, 167007, 326445, 326386, 319004, 144014, 323134, 195384, 62453,
286498, 252079, 64989, 379686, 42834, 73746, 534444, 405171, 166169, 50626,
116001, 165356, 376541, 241716, 241678, 23222, 166326, 149128, 61183, 248233,
243649, 206963, 135134, 464447, 211411, 24861, 355002, 273373, 15247, 276552,
299709, 60326, 60315, 430197, 264874, 350258, 449009, 300689, 212503, 99920,
59703, 372269, 402472, 184428, 79002, 196975, 43187, 43172, 184398, 74375,
257018, 162128, 133345, 264696, 264657, 137188, 333302, 235723, 79194, 79199,
276718, 418961, 276690, 87773, 58568, 261478, 182687, 419697, 175609, 348852,
139928, 235481, 377381, 144705, 368423, 349805, 252702, 397630, 327270,
171808, 239220, 392615, 450333, 168014, 162944, 87043, 89213, 57163, 191764,
110356, 257459, 257364, 323731, 96001, 232410, 84610, 84558, 74970, 389471,
295419, 182429, 12068, 169452, 158589, 134175, 610152, 263113, 123767, 308947,
56128, 55992, 174537, 402301, 213057, 213008, 330587, 55875, 135331, 55351,
393320, 118018, 357576, 75447, 267015, 224464, 87324, 272738, 438366, 233327,
419492, 220129, 182787, 182796, 247035, 247056, 82376, 176521, 54212, 54182,
171843, 171853, 246169, 370131, 53960, 302969, 53932, 293472, 53603, 363602,
410666, 441084, 441043, 370791, 191631, 420064, 309483, 84975, 392795, 364175,
413218, 215115, 85754, 95128, 238905, 168285, 132942, 277066, 409342, 409344,
211876, 439443, 363499, 632464, 98539, 7951, 81452, 440989, 8617, 8614,
595923, 448790, 448812, 374921, 318852, 343932, 274839, 413039, 37937, 399923,
409438, 45228, 205102, 320944, 199454, 90831, 43497, 352978, 253714, 91375,
40987, 378651, 25994, 305480, 432767, 15077, 136491, 400431, 317643, 270449,
112853, 1520, 284399, 77016, 180629, 95909, 253481, 378275, 307079, 33988,
374099, 279951, 261935, 44487, 212139, 6948, 99229, 101391, 293929, 217064,
217019, 334934, 3121, 43319, 45854, 175436, 31059, 280568, 265468, 156562,
444511, 168970, 168897, 103193, 210281, 2873, 210332, 441582, 225132, 37989,
360248, 332450, 246445, 213318, 432502, 280773, 12388, 106194, 106208, 162440,
425746, 127463, 264291, 151596, 32543, 191482, 120991, 46255, 14054, 103868,
241093, 437507, 336599, 334762, 231526, 324279, 435642, 255892, 220761,
103989, 39500, 320344, 257949, 262109, 79459, 221042, 176983, 274471, 235625,
99314, 368145, 79666, 104598, 49498, 211373, 187903, 349708, 367706, 319311,
247292, 88583, 48240, 300818, 437151, 276189, 279573, 379326, 3339, 377204,
129206, 68704, 208340, 172701, 172737, 172745, 64455, 294674, 176738, 302276,
238219, 451041, 155258, 319530, 344197, 259248, 137730, 256466, 241551,
198341, 45096, 402801, 222063, 129035, 122571, 250230, 28799, 255583, 255506,
412956, 306737, 180973, 282854, 118204, 189194, 189174, 112100, 113156, 96201,
466137, 11858, 114224, 413881, 332254, 11968, 283189, 338007, 384779, 403299,
274404, 197673, 72817, 400727, 127684, 90192, 233783, 2094, 234940, 381023,
152534, 470882, 603947, 66485, 457855, 456299, 50970, 139793, 371990, 459698,
16387, 355493, 174074, 156820, 323532, 211777, 211795, 82436, 470405, 363289,
233564, 235084, 189816, 303767, 370650, 14131, 126072, 238653, 126669, 96825,
312444, 175655, 51070, 98744, 226384, 98692, 251128, 251138, 330920, 97010,
97001, 153988, 387620, 296602, 129504, 114105, 144485, 298339, 13529, 152386,
401586, 131232, 12150, 384547, 139244, 274172, 192077, 95812, 137630, 29693,
190994, 240565, 5754, 375768, 116182, 151394, 45317, 194093, 422177, 254015,
138178, 303563, 5992, 73905, 386711, 171964, 171992, 140275, 382456, 212025,
253522, 416743, 276791, 180917, 273147, 6418, 6413, 239623, 218920, 379749,
155553, 270156, 304332, 333011, 118916, 31231, 172624, 381639, 381647, 2284,
163601, 387404, 200307, 263727, 219977, 189974, 69794, 6497, 242038, 279835,
279818, 141065, 149268, 248326, 412284, 104958, 323763, 120685, 227408,
322241, 322253, 322287, 29996, 101638, 119077, 285963, 352746, 153785, 100078,
23034, 179550, 404188, 337592, 136711, 236033, 74716, 176909, 18169, 352327,
198466, 128707, 342925, 195114, 238327, 157077, 283601, 136180, 223800,
365527, 365539, 252511, 98015, 229710, 115227, 212283, 266146, 385491, 232912,
227752, 132093, 159651, 102763, 160365, 165407, 358146, 365873, 271420, 6919,
291507, 89601, 223378, 5468, 379480, 19876, 417000, 1888, 507133, 261891,
227296, 305629, 236186, 361148, 361166, 373796, 297900, 134850, 148578,
290715, 20805, 20821, 209969, 105479, 156871, 76049, 392676, 114518, 82214,
82224, 34565, 188919, 177589, 137272, 204439, 311908, 311940, 324658, 430965,
222934, 222940, 304247, 304308, 432778, 229830, 50771, 123857, 145764, 92544,
430252, 169976, 182256, 182285, 361233, 358626, 182523, 230229, 230131,
287638, 124364, 227628, 227544, 71653, 71671, 184006, 151250, 371159, 98363,
336056, 336156, 185385, 185406, 215545, 229047, 243763, 416861, 127056, 71980,
393038, 186766, 8393, 275518, 374229, 290797, 351346, 202941, 202958, 17679,
249468, 25862, 189066, 221700, 271603, 452594, 244970, 434904, 107529, 121492,
121468, 40849, 384368, 118460, 118380, 260936, 371418, 341391, 362192, 216174,
216162, 168831, 41397, 273871, 99525, 136922, 287716, 92386, 159918, 332728,
46983, 353296, 252237, 446867, 282435, 259997, 296175, 242445, 230757, 161530,
194755, 192268, 352642, 154476, 30740, 93507, 22794, 572504, 201566, 138555,
157560, 282524, 282002, 418749, 435292, 204641, 175358, 88254, 299209, 288452,
256664, 362545, 208949, 78060, 209417, 371101, 63521, 200892, 333080, 397844,
31821, 368901, 315102, 270718, 178325, 237748, 63012, 195935, 397759, 328718,
289377, 123189, 178131, 37134, 7517, 87164, 62458, 398276, 379231, 73466,
424498, 62249, 340461, 62152, 62194, 299549, 299586, 202780, 46543, 299663,
36558, 251039, 251032, 85468, 85496, 61874, 261085, 436639, 241703, 298148,
142979, 287556, 61297, 61205, 243684, 466467, 463133, 247990, 45452, 32858,
273360, 461352, 41687, 312521, 121740, 407270, 137000, 27973, 276568, 49496,
189556, 117718, 7894, 69483, 69401, 306208, 82861, 303145, 36733
Deleted 3806 regions
Only showing 5000 of 14205 regions.
Showing 5000 of 14205 region surfaces
Showing 14205 region surfaces
> select #2.2
1 model selected
> select add #2.1455
2 models selected
> select add #2.4
3 models selected
> select #2.53
1 model selected
Drag select of 2122680, 2067664, 1711 of 2356 triangles, 1858704, 981 of 1260
triangles, 1866462, 1076 of 1164 triangles, 1628754, 568 of 832 triangles,
1872663, 68 of 828 triangles, 8463, 38 of 328 triangles, 328107, 428591, 295
of 368 triangles, 253050, 267 of 288 triangles, 409952, 284 of 336 triangles,
254431, 156 of 248 triangles, 253103, 212 of 284 triangles, 363225, 258 of 264
triangles, 394978, 292 of 320 triangles
Drag select of 1592664, 425 of 492 triangles, 1577908, 294 of 488 triangles,
1061752, 331 of 380 triangles, 1066040, 976433, 268 of 320 triangles, 941556,
60 of 288 triangles, 1044623, 1110685, 721150, 198 of 296 triangles, 1117922,
783991, 1124419, 719031, 1103065, 1026580, 141 of 336 triangles, 1033227,
805250, 1154743, 1024297, 1101009, 1135256, 1111628, 1126857, 1053534,
1117844, 734438, 16 of 256 triangles, 959853, 1157667, 725426, 1017436,
764415, 946663, 866595, 903259, 990651, 950921, 964145, 803310, 1105070,
1100997, 1021876, 1081998, 964363, 30 of 252 triangles, 777414, 653732, 7 of
280 triangles, 931278, 764755, 929202, 920563, 845379, 1156781, 768573,
801111, 1172939, 707990, 1171523, 222 of 296 triangles, 744923, 1171240,
1107221, 1094678, 170 of 284 triangles, 1001867, 805302, 1089843, 909669,
1099227, 1037813, 1050891, 134 of 296 triangles, 1155368, 1172307, 781713,
1031084, 940006, 811891, 1172502, 892618, 210 of 276 triangles, 716812,
753994, 768902, 704009, 990608, 1087327, 229 of 276 triangles, 702073, 701858,
339 of 340 triangles, 1109473, 790665, 1031231, 1112377, 27 of 260 triangles,
997276, 712445, 948737, 856293, 203 of 248 triangles, 948933, 751386, 1120510,
875215, 714885, 1169644, 1002164, 117 of 300 triangles, 938965, 790210,
798838, 1135540, 98 of 272 triangles, 1085529, 755696, 704051, 1024365,
1094640, 15 of 300 triangles, 1138581, 1004289, 1034652, 179 of 260 triangles,
955307, 863518, 1045752, 1006183, 1142997, 994246, 212 of 240 triangles,
766495, 766699, 1122110, 807650, 751671, 912176, 275 of 280 triangles, 738784,
809724, 1136017, 1064649, 1172853, 966254, 997330, 703891, 1158801, 947972,
162 of 260 triangles, 1136479, 1172740, 771099, 1071277, 1071308, 927207, 190
of 220 triangles, 1003925, 760212, 770927, 1045357, 888330, 1060310, 894765,
219 of 268 triangles, 830545, 96 of 220 triangles, 1128032, 960898, 834968, 50
of 248 triangles, 849718, 948797, 977200, 794773, 697699, 721003, 1031062,
966219, 800928, 729613, 990602, 1061478, 718932, 1103165, 946487, 1042169,
758523, 45 of 260 triangles, 1146883, 805018, 1160644, 1075044, 27 of 276
triangles, 775218, 775271, 1036729, 1134610, 1105960, 736501, 1171399, 977211,
1018183, 1120105, 1120031, 777594, 851871, 1022200, 1100583, 117 of 220
triangles, 781828, 1116064, 845458, 699611, 712818, 1040040, 714672, 1044367,
94 of 240 triangles, 786311, 768867, 756011, 1107304, 1145696, 1033149,
1006101, 162 of 264 triangles, 1037151, 152 of 252 triangles, 1057925, 743131,
1155453, 967436, 672526, 1121104, 867675, 1162198, 1101171, 1136510, 1086036,
997261, 1085106, 1169905, 1169926, 670382, 108 of 244 triangles, 1035720,
766777, 762315, 1169377, 1098779, 1137626, 24 of 268 triangles, 1033504,
988404, 716784, 1139604
> select add #2.8
243 models selected
> select subtract #2.8
242 models selected
Deleted 242 regions
> select #2.4109
1 model selected
Drag select of 53, 16392, 221 of 276 triangles, 13889, 251 of 296 triangles,
21581, 79 of 260 triangles, 11310, 128 of 276 triangles, 31813, 30 of 280
triangles, 40, 13918, 154 of 276 triangles, 31751, 219 of 256 triangles,
34426, 129 of 244 triangles, 82
> ~select
Nothing selected
Drag select of 1384958, 2000276, 1854607, 1872886, 1854731, 37 of 616
triangles, 331591, 269848, 374 of 484 triangles, 1565498, 153 of 488
triangles, 314075, 498 of 512 triangles, 1545660, 1597953, 299 of 480
triangles, 257971, 92092, 234882, 272739, 266907, 103 of 384 triangles,
1565281, 237685, 257890, 86510, 243474, 317047, 331666, 78 of 300 triangles,
214023, 111241, 92041, 328717, 328758, 69 of 316 triangles, 293346, 53136,
150826, 89723, 89784, 49943, 35047, 53, 257869, 68360, 100538, 243449, 1959,
16392, 24057, 89288, 145099, 308237, 222841, 34475, 34445, 342927, 171 of 248
triangles, 13889, 21581, 24470, 11310, 76103, 42780, 47255, 50080, 60413,
31813, 40, 184937, 66163, 55417, 55401, 81535, 39825, 89763, 27185, 323016,
176524, 14421, 37483, 849, 32088, 24720, 993, 16543, 94996, 29575, 11543,
111792, 86521, 86526, 13918, 81633, 63298, 63113, 73479, 1679, 60627, 81852,
216922, 319969, 89164, 97501, 39875, 45250, 31751, 27084, 68411, 84225,
114142, 159163, 231471, 34426, 71160, 173344, 156514, 22134, 220171, 11408,
40029, 105697, 266611, 287526, 137 of 252 triangles, 81822, 211178, 35077,
65729, 89251, 89163, 55251, 81337, 27106, 136457, 94719, 34662, 100591, 29430,
1134, 40130, 45155, 71294, 37668, 156341, 240479, 29817, 369, 29636, 50033,
47673, 170509, 249185, 240409, 82, 52583, 1832, 21814, 86518, 37070, 13974,
63371, 103588, 73800, 50609, 37085, 60980, 60694, 60329
Drag select of 1834684, 1544192, 303 of 532 triangles, 260533, 390 of 448
triangles, 243142, 196 of 360 triangles, 202114, 211 of 348 triangles, 481459,
474992, 57533, 167511, 153208, 328453, 84 of 276 triangles, 133600, 176190,
141985, 54868, 8944, 298969, 20 of 296 triangles, 81075, 108348, 278254, 78 of
220 triangles, 278263, 145 of 220 triangles, 216676, 31602, 55 of 264
triangles, 73120, 492372, 18762, 73130, 202166, 78 of 216 triangles
Drag select of 2102965, 5722 of 5992 triangles, 1872743, 1872737, 1619554,
1619578, 1596492, 1619653, 1596463, 178554, 166778, 8856, 169652, 75835, 207
of 264 triangles, 196238, 43881, 139047, 170302, 175368, 77656
Drag select of 1631558, 526869, 668470, 235 of 584 triangles, 1569394, 408 of
592 triangles, 579739, 697743, 721398, 749723, 232 of 560 triangles, 1600703,
1625266, 134 of 536 triangles, 1601703, 1612612, 734489, 482 of 492 triangles,
1624122, 636039, 75 of 408 triangles, 581427, 264 of 380 triangles, 662761,
284 of 360 triangles, 1613137, 579581, 506675, 195 of 444 triangles, 1612937,
339 of 432 triangles, 605342, 579587, 269 of 396 triangles, 664394, 572097,
511614, 508407, 518329, 577566, 666726, 668883, 546548, 520137, 42 of 400
triangles, 634189, 650081, 295 of 360 triangles, 756129, 224 of 360 triangles,
934263, 175 of 380 triangles, 882432, 108 of 256 triangles, 1005101, 771359,
1088557, 1031914, 945080, 989425, 780294, 532035, 641987, 1108326, 980600,
706352, 75 of 372 triangles, 1065696, 842063, 537267, 884765, 45 of 320
triangles, 969523, 131 of 300 triangles, 996035, 969296, 85 of 336 triangles,
1084014, 1009217, 846157, 835821, 97 of 284 triangles, 934512, 87 of 336
triangles, 797370, 1097172, 951837, 1002536, 693824, 962542, 934681, 925559,
960244, 198 of 292 triangles, 902179, 1170081, 856987, 965077, 710873, 715069,
951983, 1106188, 835164, 100 of 296 triangles, 1104090, 1110158, 795025,
818539, 1116894, 931883, 120 of 300 triangles, 591430, 833241, 219 of 308
triangles, 876115, 642098, 1052221, 973888, 767001, 812203, 880010, 904168,
702384, 888887, 943307, 899540, 973573, 786405, 786397, 919184, 509892, 90 of
324 triangles, 944813, 749953, 822672, 96 of 332 triangles, 865238, 1095484,
1061138, 721725, 1018563, 712870, 1049547, 58 of 292 triangles, 1016255,
756562, 668556, 991477, 910653, 1040835, 975493, 973574, 1079458, 1036590,
591158, 864956, 116 of 292 triangles, 978177, 1074828, 938832, 574031, 566338,
625854, 816563, 795258, 605185, 72 of 296 triangles, 530043, 261 of 288
triangles, 1017517, 714906, 1020071, 753892, 766910, 824191, 145 of 240
triangles, 725476, 801250, 265 of 268 triangles, 1033230, 1027281, 920658, 217
of 240 triangles, 884530, 892269, 25 of 276 triangles, 960349, 1144987,
1147183, 702110, 1126755, 1114781, 1118945, 982839, 894706, 1092870, 864929,
832953, 944812, 931778, 100 of 264 triangles, 1161163, 775469, 575567, 265 of
276 triangles, 1034244, 1031728, 822856, 1168422, 964566, 234 of 260
triangles, 957699, 219 of 264 triangles, 972963, 192 of 252 triangles, 652356,
951927, 1019855, 555327, 818792, 1120631, 82 of 268 triangles, 1088679,
611577, 685363, 117 of 268 triangles, 797454, 160 of 220 triangles, 712819,
1086140, 767128, 611235, 611185, 592768, 104 of 260 triangles, 892567, 691199,
143 of 280 triangles, 577576, 949461, 49 of 248 triangles, 1051993, 109 of 276
triangles, 754070, 1122977, 1162933, 953815, 706037, 546425, 579273, 728215,
781939, 1067743, 990628, 965055, 701897, 925871, 984271, 189 of 272 triangles,
993187, 1085660, 934091, 1157834, 1145859, 919472, 1131364, 1033620, 790956,
69 of 248 triangles, 1125046, 225 of 276 triangles, 1103997, 1129080, 1011077,
1084987, 969257, 1088008, 61 of 296 triangles, 945072, 914365, 934582,
1011851, 880309, 1011138, 987177, 679139, 971572, 852496, 736232, 203 of 244
triangles, 914987, 838015, 838008, 714729, 721694, 575940, 104 of 244
triangles, 784532, 685066, 712810, 780015, 973909, 1143631, 891213, 902065,
581338, 1140996, 725989, 1095430, 882012, 839816, 10 of 244 triangles, 993358,
540911, 781967, 997307, 703690, 640120, 1114816, 521688, 1108482, 518247,
1090800, 910183, 917007, 689155, 748017, 1145865, 1151390, 879438, 253 of 280
triangles, 1093164, 1095138, 807355, 1047299, 1036555, 1129391, 124 of 256
triangles, 1172931, 814260, 1129159, 617034, 216 of 248 triangles, 964988,
1049966, 1016084, 945026, 1090649, 1058948, 615612, 69 of 236 triangles,
849954, 911977, 797344, 777330, 24 of 248 triangles, 843608, 533866, 591071,
936729, 1149825, 679298, 764670, 929193, 1044625, 205 of 236 triangles,
780255, 647696, 1019906, 1128910, 971673, 931860, 230 of 232 triangles,
942313, 568157, 1139559, 715008, 930136, 216 of 240 triangles, 568252, 518417,
533828, 1049211, 921464, 1145291, 860851, 1088222, 811391, 938636, 185 of 260
triangles, 984434, 977080, 980533, 581261, 1077085, 551596, 727663, 781561,
1155853, 683194, 1081807, 1153716, 1170073, 1054432, 819812, 43 of 228
triangles, 731998, 151 of 228 triangles, 950945, 617710, 773709, 910599,
788309, 995383, 1010796, 69 of 216 triangles, 771633, 973704, 990720, 743272,
1083742, 1033551, 984863, 738905, 790735, 1135328, 888516, 897270, 890953,
1036602, 1173062, 907986, 830517, 929687, 658555, 980516, 1169988, 575546,
1101506, 835896, 916917, 1104071, 1109822, 982097, 52 of 260 triangles,
583386, 613303, 936658, 641826, 736926, 879857, 991478, 912401
Deleted 592 regions
Drag select of 888339, 417 of 608 triangles, 1515660, 401 of 688 triangles,
1020087, 331 of 536 triangles, 1633910, 929320, 979775, 61 of 600 triangles,
1067321, 105 of 328 triangles, 2146540, 7953 of 3213664 triangles, 907606, 128
of 384 triangles, 1002101, 1160756, 285 of 292 triangles, 1066568, 231 of 344
triangles, 1081540, 871096, 1088337, 986203, 121 of 320 triangles, 1067273,
295 of 328 triangles, 1114718, 1020009, 1088520, 230 of 304 triangles,
1092444, 1145500, 34 of 284 triangles, 1109916, 1049507, 174 of 344 triangles,
922936, 1157560, 269 of 276 triangles, 1139546, 79 of 300 triangles, 1060425,
62 of 288 triangles, 1097050, 1134397, 133 of 276 triangles, 818073, 127 of
320 triangles, 1040853, 277 of 280 triangles, 1120041, 1052053, 19 of 316
triangles, 1071475, 1172812, 927126, 221 of 276 triangles, 1120744, 1068976,
1010726, 984564, 167 of 240 triangles, 1073398, 210 of 272 triangles, 1103220,
959510, 1154920, 828253, 1062481, 927005, 1051167, 1136711, 1113598, 195 of
260 triangles, 1112516, 1062717, 1042450, 1071285, 995325, 929276, 1012790,
890376, 150 of 280 triangles, 847462, 942106, 953058, 796426, 1056670,
1024060, 836976, 1024139, 1061971, 1024915, 1005948, 1049245, 1010654, 817870,
990204, 785620, 238 of 264 triangles, 1083029, 1032658, 1154949, 145 of 292
triangles, 1051192, 1119897, 1172732, 1118862, 1021738, 254 of 264 triangles,
948686, 965898, 1138655, 132 of 252 triangles, 762066, 990531, 1044974,
815810, 834759, 1092151, 1033489, 1052936, 1001760, 977191, 1101381, 1084844,
39 of 284 triangles, 809336, 954956, 922511, 1028125, 990979, 1089965,
1042566, 170 of 244 triangles, 1044192, 966343, 1049079, 843186, 1103159, 207
of 248 triangles, 950646, 1060220, 185 of 256 triangles, 759933, 1065211,
995110, 979386, 1145444, 122 of 248 triangles, 952850, 1048928, 972381,
1066672, 48 of 244 triangles, 1008206, 1031716, 228 of 244 triangles, 933478,
807056, 733987, 1028304, 736110, 200 of 240 triangles, 1122382, 817778,
1028547, 1078150, 961940, 995285, 84 of 244 triangles, 800628, 77 of 228
triangles, 1082987, 1062099, 1122843, 260 of 268 triangles, 828175, 995517,
1124124, 870946, 102 of 284 triangles, 1019689, 961745, 161 of 216 triangles,
896377, 190 of 216 triangles, 1064452, 1006194, 1094104, 1021220, 968338, 50
of 216 triangles, 1012921, 1117817, 1101240, 1001710, 1062020
> select subtract #2.8
154 models selected
Drag select of 524836, 232 of 264 triangles, 766103, 688707, 680603, 267 of
288 triangles, 529904, 147 of 264 triangles, 688904, 627164, 670082, 229 of
256 triangles, 695105, 540665, 64 of 248 triangles, 712156, 95 of 236
triangles, 577093, 749057, 184 of 240 triangles, 615100, 113 of 244 triangles,
635117, 119 of 244 triangles, 680571, 740239, 488731, 6 of 276 triangles,
720733, 166 of 236 triangles, 653555, 600733, 744511, 705564, 674209, 667993,
783407, 759667, 804590, 239 of 240 triangles, 666052, 665930
Deleted 184 regions
> select #2.8
1 model selected
Region has 2019 adjacent regions
> select #2.4109
1 model selected
> select add #2.4
2 models selected
> select add #2.2
3 models selected
> select add #2.3
4 models selected
> select add #2.9
5 models selected
> select add #2.6
6 models selected
> select add #2.1
7 models selected
> select add #2.1675
8 models selected
> select add #2.3291
9 models selected
> select add #2.53
10 models selected
> select #2.7389
1 model selected
> select add #2.4792
2 models selected
> select add #2.2917
3 models selected
> select #2.1532
1 model selected
> select add #2.6192
2 models selected
> select add #2.3135
3 models selected
> select add #2.8139
4 models selected
> select add #2.795
5 models selected
> select add #2.664
6 models selected
> select add #2.4344
7 models selected
> select add #2.4490
8 models selected
> select #2.12
1 model selected
> select #2.10046
1 model selected
> select add #2.8
2 models selected
> select subtract #2.8
1 model selected
> select add #2.8846
2 models selected
> select add #2.6687
3 models selected
> select add #2.6047
4 models selected
> select add #2.6828
5 models selected
> select add #2.9156
6 models selected
> select add #2.178
7 models selected
> select add #2.332
8 models selected
> select add #2.445
9 models selected
> select #2.13869
1 model selected
> select add #2.10248
2 models selected
> select add #2.1423
3 models selected
> select add #2.9372
4 models selected
> select add #2.1589
5 models selected
> select add #2.8684
6 models selected
> select add #2.4804
7 models selected
> select #2.13794
1 model selected
> select #2.149
1 model selected
> select #2.7695
1 model selected
> select add #2.6742
2 models selected
> select add #2.4200
3 models selected
> select add #2.2826
4 models selected
> select add #2.6535
5 models selected
> select #2.8608
1 model selected
> select add #2.10342
2 models selected
> select #2.8
1 model selected
Drag select of 1991811, 1112361, 130646, 859030, 1123634, 429496, 1161166,
710742, 1102900, 593100, 793023, 822951, 219728, 254656, 8380, 793079, 236958,
458740, 372468, 418280, 487087, 248791, 1101253, 778246, 272328, 501508,
837947, 603619, 498562, 488891, 372134, 583492, 736993, 741170, 1028275,
448100, 741408, 1001337, 997959, 468476, 477987, 41426, 34133, 301732, 451861,
1171301, 1139660, 350996, 998295, 798953, 566215, 765225, 523543, 548223,
1004093, 1048509, 413575, 108172, 591381, 471754, 695592, 455319, 236750,
396015, 487565, 987944, 141565, 190099, 283483, 523250, 75418, 668380, 526754,
345206, 54827, 876109, 1123851, 222171, 941099, 372623, 1073976, 542955,
1153595, 523329, 275076, 237240, 46740, 479287, 523421, 1139439, 39081,
487215, 333987, 473178, 677421, 1020134, 1093678, 784583, 257559, 1055377,
1111233, 391053, 427454, 710558, 747697, 1157355, 1090350, 1138993, 1030264,
631748, 67887, 322738, 359176, 767078, 443940, 960219, 1161749, 948564,
691707, 408750, 662734, 605514, 1086819, 599111, 812084, 313764, 984743,
1130061, 812417, 1142786, 1157655, 577669, 1112055, 1116466, 435719, 1041555,
1029869, 1017482, 754560, 1160888, 1162854, 839820, 1028792, 570372, 528479,
422947, 533974, 46885, 683349, 544496, 801634, 530267, 446188, 342586, 21280,
500187, 1066440, 718907, 520145, 1067232, 562711, 993295, 521638, 339750,
1151139, 460656, 828654, 350628, 1147162, 982139, 702313, 579647, 493942,
1170975, 1162523, 1113615, 1172838, 829219, 1163887, 1166474, 788611, 788771,
615653, 398781, 1075579, 1075591, 353660, 1004206, 1033223, 1123377, 660308,
1085607, 401145, 401192, 1092718, 1040183, 438108, 1065010, 685681, 1059807,
957657, 878171, 1134565, 460395, 642225, 240020, 307718, 469793, 912823,
863375, 520188, 476111, 248828, 1145562, 1055955, 1065564, 833451, 833463,
91584, 8100, 1044031, 579401, 1051023, 734952, 1096137, 1096167, 1053062,
1078567, 1066725, 951362, 1047698, 835315, 562669, 219701, 219729, 559221,
966593, 1105902, 356307, 372432, 934590, 831514, 947597, 531925, 532308,
638251, 528766, 889154, 1105787, 528575, 504750, 500276, 510093, 1087005,
923051, 488827, 64948, 1023545, 482803, 353594, 1022454, 476417, 345276,
472949, 451758, 1149426, 1170527, 648345, 336896, 668874, 546631, 695910,
765230, 1172337, 1167509, 579324, 144735, 668804, 603233, 456908, 864882,
555386, 431496, 555391, 463465, 601186, 199060, 478136, 581534, 721323,
520277, 514870, 1041049, 738815, 1089442, 553592, 810281, 515051, 977650,
278201, 444339, 824876, 1029336, 532190, 458974, 31459, 391023, 427413, 38808,
1088235, 632062, 333616, 626071, 1037291, 443909, 1086701, 367011, 1116686,
353026, 372505, 605410, 990208, 1153144, 597605, 812286, 840006, 1044157,
1154394, 155742, 1029201, 708221, 1124814, 485921, 1028031, 725369, 870961,
295834, 758602, 758614, 755882, 728240, 1115329, 929374, 1171123, 716961,
1162999, 1107613, 1103717, 988022, 416066, 827360, 28773, 442258, 1154902,
629533, 872915, 495580, 1133424, 207890, 228162, 481036, 689766, 603462,
585115, 1054523, 476274, 1141283, 150236, 633716, 463895, 1034048, 453699,
164428, 940914, 1141606, 783890, 967095, 773901, 1136460, 1171027, 1111349,
1092983, 127811, 1114527, 383267, 917033, 1163825, 1054041, 1063458, 1099559,
1015402, 1162117, 380237, 1113742, 377665, 1092754, 498153, 1136742, 1134081,
1146686, 681423, 915145, 461877, 984973, 1130002, 897599, 1138682, 460397,
116600, 269088, 791000, 431725, 447597, 442372, 863334, 1125772, 1172903,
83612, 1163700, 848208, 648275, 290065, 1077961, 1075370, 630118, 1104731,
16143, 946576, 1044986, 1146541, 1064265, 1170423, 1132789, 204788, 75704,
1021286, 1169922, 1088065, 918974, 599560, 1058519, 912036, 710688, 304800,
1025014, 566447, 1092202, 418424, 1081568, 775813, 1025768, 1077572, 1045561,
1003421, 328349, 328328, 328416, 871136, 1110886, 427496, 356271, 997893,
108136, 544611, 896801, 508060, 615537, 39171, 1172112, 1065409, 353291,
699822, 1068636, 500194, 516792, 161550, 245759, 1101576, 272278, 361656,
670531, 1104987, 462222, 1113858, 487538, 1158635, 740921, 666600, 1055747,
603376, 413441, 196169, 472842, 1107389, 319371, 1107586, 794487, 1075697,
451792, 451731, 795214, 1171294, 1149484, 1149495, 334035, 1170609, 713038,
1128795, 319708, 765222, 150420, 150451, 1172334, 751996, 603185, 57455,
331226, 973370, 339617, 778097, 865251, 141382, 605028, 621806, 310381,
487602, 88779, 579820, 453790, 570102, 595313, 568197, 1165724, 550079,
313582, 693935, 167323, 433939, 1145280, 28896, 888945, 289923, 1040756,
1042620, 427492, 427482, 677060, 1136063, 415916, 712681, 1139061, 23834,
780153, 780192, 21370, 67879, 359097, 481181, 566133, 945339, 904178, 122131,
1010514, 812027, 1042800, 1152562, 901566, 254703, 839976, 516625, 708113,
1094574, 949385, 431845, 388434, 1122020, 497070, 444149, 411107, 683669,
541142, 1019102, 758649, 1132478, 728124, 933687, 1108126, 342488, 801354,
728419, 579302, 1130722, 457352, 711000, 842055, 1160379, 1069370, 1135043,
416065, 1160497, 442270, 1147219, 341980, 474878, 500185, 1154892, 1154939,
429298, 388357, 427243, 490605, 899846, 1140749, 336508, 231276, 650045,
702563, 304498, 1119963, 745879, 1160829, 1106026, 1000585, 854946, 925328,
1170973, 1113655, 1113652, 1079826, 820877, 1130858, 196187, 424927, 771142,
1124588, 871836, 1004183, 1087692, 307292, 805405, 613336, 438156, 747842,
747784, 1102462, 1015489, 1134320, 505000, 393624, 91724, 1049358, 1083751,
1015056, 750140, 750146, 1157002, 542558, 1134580, 953975, 760926, 1062857,
104997, 597043, 912757, 70285, 1162226, 591205, 405822, 516244, 520155,
1166214, 1094792, 861019, 638295, 1116240, 1119829, 1082050, 429588, 1094825,
1145478, 1142929, 930094, 1034292, 1078770, 933341, 775252, 1117228, 513426,
792599, 210859, 685386, 1098414, 1172636, 403762, 23773, 1097444, 374761,
712547, 190363, 849833, 385641, 361877, 283887, 88964, 911892, 193360, 39172,
1105743, 566352, 1105732, 207753, 699777, 948814, 671044, 245758, 228243,
647785, 583380, 1017278, 1141120, 260457, 462268, 7460, 1113865, 367312,
492136, 488704, 482826, 734893, 1009085, 1055757, 679398, 698107, 361323,
413440, 666463, 476476, 666317, 474804, 644191, 891289, 466876, 466885,
881934, 243068, 1101399, 1019910, 765189, 765250, 555338, 890694, 1146133,
105323, 474658, 437793, 1106951, 625772, 833554, 865560, 575852, 1088578,
521734, 393402, 870819, 433983, 989077, 809839, 579760, 533660, 587439,
549987, 589442, 1149311, 557190, 461974, 555529, 446291, 605281, 518109,
364583, 1021974, 523451, 1139409, 39046, 699629, 195881, 458879, 445970,
445975, 1008125, 395959, 501754, 286869, 31495, 316506, 1111229, 822809,
1060741, 451971, 712714, 1063141, 1040044, 52075, 1062307, 691920, 81013,
1126640, 1062797, 193246, 1156965, 597514, 34211, 34223, 812335, 356417,
708654, 403793, 581756, 924926, 557234, 431823, 1128288, 1164130, 560672,
474445, 644259, 251618, 726140, 550137, 1160953, 953876, 1146823, 1160074,
1121588, 916337, 646298, 1091737, 356200, 473371, 347272, 451525, 1124355,
579219, 1156493, 1070108, 260474, 1163016, 1144838, 503598, 683187, 1063954,
429655, 668529, 1156229, 729758, 506435, 640174, 474874, 1055422, 1133396,
1001979, 1092031, 1092083, 1130926, 689713, 544187, 339809, 1090166, 150336,
1151141, 463852, 758261, 1170734, 1170633, 1084710, 476336, 1165389, 773666,
1163664, 88414, 1087304, 433788, 945187, 1028902, 1082350, 1115444, 1114725,
803732, 172787, 1062761, 1155126, 1144399, 943232, 1000524, 673080, 1042150,
1078064, 1078081, 1143971, 971257, 540848, 829380, 1102443, 942027, 914658,
884830, 1046756, 476519, 786461, 310539, 717391, 1059834, 1118642, 1159156,
1157035, 771455, 760998, 1132642, 888480, 993523, 642248, 240062, 813668,
908145, 149965, 890840, 511309, 1148464, 609244, 886911, 520236, 671170,
1172978, 1064480, 342226, 102711, 207610, 1092836, 858840, 1071779, 1170441,
1132811, 609438, 251712, 1113441, 1148126, 322390, 1172458, 339308, 993066,
1068759, 1016108, 710675, 15988, 336732, 957980, 1009194, 1003768, 805918,
1172616, 1004730, 844321, 1004831, 793215, 372383, 263334, 251299, 656415,
523645, 700299, 542549, 572250, 245698, 292416, 776008, 775987, 1110145,
457402, 850711, 496646, 495058, 495090, 243090, 78231, 1113864, 493463, 18731,
938403, 1053036, 1023619, 286411, 698131, 625850, 36559, 476403, 448137,
472923, 472804, 65184, 1109290, 627840, 715412, 1152701, 59874, 627929,
627988, 798801, 648346, 516508, 133053, 150465, 284016, 514661, 1146112,
57460, 457020, 456914, 591366, 425067, 331220, 470056, 833306, 80448, 603143,
964063, 629947, 519830, 1134195, 928008, 738891, 809887, 526855, 782374,
721719, 664828, 1111925, 595317, 595289, 1083669, 577832, 251438, 350879,
664560, 824428, 824714, 664277, 824754, 254637, 784048, 487147, 824977,
796783, 1161233, 433838, 677281, 257587, 434081, 946291, 415901, 415900,
748108, 325651, 1096911, 676801, 963809, 463813, 1165211, 1024550, 449880,
1086650, 901804, 408800, 1130165, 1074489, 825029, 577712, 576038, 358975,
652182, 463655, 1108067, 484510, 484569, 1163096, 1131048, 725746, 644298,
706317, 706280, 550144, 1146814, 683118, 1132470, 1132443, 473395, 1130428,
533969, 727750, 316424, 18493, 801406, 1115372, 1115370, 178893, 683348,
756314, 337009, 1064061, 697990, 429707, 886545, 6976, 509978, 1052889,
511736, 506783, 506787, 837639, 1099409, 1172024, 429360, 782546, 493896,
593438, 1131003, 1130980, 265996, 857120, 702567, 339774, 471663, 1141232,
1067702, 950592, 1056371, 1160849, 1160837, 1106027, 917196, 854941, 1155642,
1136631, 1091872, 986874, 1171071, 1111346, 1047517, 820700, 803535, 125019,
882604, 1166074, 1065252, 1050477, 1138557, 1115701, 1166511, 892699, 350975,
1106703, 1016022, 1092337, 1071300, 995755, 467005, 715090, 852875, 1157442,
786089, 1045332, 998255, 743330, 1069479, 1039547, 672880, 869493, 1101012,
869339, 750112, 1073669, 1029057, 1120311, 1135346, 470180, 884648, 1081216,
867055, 687624, 1148451, 44405, 234172, 442370, 875680, 524984, 847653,
908154, 633786, 520252, 520265, 652381, 139024, 587370, 1138044, 587551,
1071086, 495217, 278025, 568425, 1019395, 624012, 848607, 773847, 1111030,
1146568, 1082879, 1073491, 1124471, 170227, 468325, 880486, 260339, 843920,
1113529, 440278, 440255, 972830, 393476, 805450, 1123560, 1049981, 815783,
912008, 304810, 478085, 1117200, 1013823, 566519, 1044029, 775680, 1060483,
7698, 1099219, 1096101, 210866, 1012909, 1064113, 894949, 1064442, 1066616,
958026, 403710, 844307, 835705, 1080743, 1007291, 916985, 521917, 489085,
849912, 551658, 1119362, 216152, 532327, 638207, 577503, 1034980, 996081,
996112, 369758, 46960, 656148, 1011844, 981443, 1140897, 158514, 1076762,
671005, 248771, 1087492, 595478, 1105647, 503229, 1025178, 583334, 1058714,
513258, 1150692, 837769, 1104993, 496604, 955849, 490746, 488812, 487503,
487444, 487472, 263390, 263432, 1097164, 484288, 763084, 763046, 1023546,
482507, 666668, 698125, 275203, 603367, 741154, 474742, 403617, 472937,
466841, 627772, 463691, 458862, 652380, 91760, 141916, 1155272, 1155310,
1155284, 1062078, 451740, 971422, 99894, 886695, 59777, 780437, 816730,
422626, 422589, 408467, 873707, 336979, 767378, 668881, 1172232, 514561,
484110, 795319, 668749, 391220, 331130, 621582, 607274, 181548, 304188,
621792, 1100637, 1100609, 629869, 767461, 521811, 298790, 345191, 54624,
721464, 547949, 549555, 579565, 1130755, 553573, 555522, 723967, 85710,
1165682, 1006022, 437932, 437963, 1162995, 471497, 254586, 942976, 693902,
693850, 458981, 1124259, 1126989, 1055606, 1081338, 257513, 36507, 427450,
822846, 1022579, 766642, 929833, 268862, 1139040, 333615, 1073308, 723809,
615372, 1059450, 611226, 1161842, 18550, 102541, 691642, 939855, 605529,
979748, 380500, 380422, 812158, 691319, 662338, 984776, 356358, 627854,
213480, 1053005, 49224, 923707, 557321, 1094507, 477912, 1078893, 1116441,
1116521, 405967, 347996, 865189, 1149642, 444152, 463554, 597300, 411093,
644299, 764372, 754311, 754287, 769533, 897691, 546448, 1154277, 564401,
801547, 342474, 528520, 422934, 533973, 841933, 841954, 994825, 1056062,
319551, 1160461, 325244, 1059047, 1034869, 904223, 1130656, 1164236, 1142296,
503412, 652266, 442298, 495422, 562723, 1116004, 1116002, 493923, 474501,
1127878, 593439, 130631, 689784, 856902, 266056, 650054, 719002, 814493,
1103121, 1103066, 1066341, 1151073, 989126, 304484, 463955, 167414, 518285,
408728, 758277, 1094677, 537237, 479560, 1033768, 989297, 1082351, 1172745,
1123736, 80902, 1053925, 1053979, 1027350, 788564, 1118826, 1138337, 1144418,
196228, 1167711, 1167696, 1144957, 480859, 1100678, 216621, 1071207, 1071271,
995806, 1125905, 132910, 1118422, 225437, 633962, 633977, 401217, 377730,
339679, 339680, 621959, 660124, 934048, 1157434, 1031784, 1134308, 393563,
393545, 1151360, 932261, 1060349, 1101033, 732673, 1043252, 312997, 1059817,
1154635, 571775, 293003, 147253, 240086, 867412, 234177, 118975, 808063,
516462, 1172912, 595099, 1158897, 1097462, 1099596, 999540, 833049, 972466,
1146572, 254138, 1128765, 990847, 976933, 1085119, 201798, 1143031, 658149,
1025932, 356082, 287033, 153067, 1070860, 478033, 406321, 518054, 415504,
666909, 593068, 1069651, 1064115, 1058278, 1053580, 914379, 377897, 489151,
958421, 920930, 272152, 1137149, 316737, 1148638, 656533, 1126083, 1172151,
281133, 492275, 484402, 353292, 1011746, 271967, 951585, 503246, 634194,
350535, 462293, 1107817, 78225, 1170836, 858783, 762925, 263446, 940932,
484321, 1069310, 613795, 353514, 736992, 641859, 345261, 448149, 403650,
181734, 319404, 1109282, 463750, 710434, 595617, 715411, 451838, 334090,
1167805, 1033316, 777493, 652475, 1146450, 523568, 751947, 57516, 456929,
864817, 1117684, 1117725, 558833, 425052, 470057, 339652, 601497, 1105582,
1105547, 1105537, 510248, 534106, 478208, 607024, 575832, 1159260, 490856,
202045, 330792, 982699, 943117, 528188, 437886, 581587, 714781, 721470,
304698, 304720, 553232, 75747, 1061137, 721700, 1089503, 1083637, 237155,
383060, 877918, 364552, 364497, 1066766, 599532, 460701, 460703, 444325,
471511, 38985, 721805, 1161324, 779752, 825168, 825159, 1124331, 1155587,
369843, 677339, 39226, 754263, 257542, 36756, 860908, 23400, 91360, 1020619,
874024, 1143535, 325592, 1157245, 823117, 1096939, 949286, 570239, 540658,
67848, 364037, 178705, 619796, 468664, 839720, 839688, 269126, 1087929,
1087833, 1028453, 611237, 1116671, 448075, 122136, 979668, 599075, 1042759,
1152593, 295685, 1134794, 839942, 322482, 398916, 840091, 13398, 581706,
1112164, 334205, 902011, 675184, 388376, 696056, 654408, 1043174, 463565,
910500, 654399, 725524, 636171, 725865, 644325, 1083018, 1019202, 993398,
837171, 1158164, 1158208, 1130519, 1158458, 316434, 1138914, 728399, 801421,
178863, 929414, 674620, 1042296, 1137269, 503564, 1049172, 704576, 704616,
1069355, 1079991, 1079892, 635641, 769353, 1164165, 501640, 640162, 1158112,
979974, 572083, 1153749, 1153670, 567977, 508652, 1121862, 782561, 640221,
485648, 31549, 222505, 856962, 560993, 1141281, 1122517, 1051093, 463868,
1145164, 1160788, 1095803, 803258, 8005, 1094620, 1147167, 1164376, 1163605,
875795, 374869, 828856, 1173234, 1124923, 1152322, 1014948, 1162500, 1092708,
1172760, 1172733, 1172770, 1168796, 820841, 803672, 422864, 749633, 882437,
1027324, 1062790, 1062779, 401087, 367273, 480939, 1155200, 1075530, 617238,
811556, 1087705, 401123, 929284, 805722, 998200, 685630, 884748, 268746,
760689, 681599, 732690, 1000127, 993949, 1162601, 962098, 955534, 155709,
286611, 739245, 1148772, 813669, 1039813, 1111890, 1026266, 272117, 152850,
1162268, 591241, 539367, 516442, 1100432, 968674, 479757, 479753, 158759,
1136227, 587320, 848272, 595024, 1136575, 102695, 102730, 102694, 1118058,
1092363, 1127963, 1094986, 1090282, 1102611, 429627, 1006228, 70510, 367415,
1086923, 1147632, 681372, 1064842, 980468, 468231, 440330, 601413, 601328,
1161146, 1134378, 1169900, 1172432, 964993, 33565, 968403, 775362, 775323,
478044, 513400, 1112193, 1102834, 1051002, 257656, 286900, 775786, 269318,
1035305, 1063328, 835245, 119134, 793088, 654521, 823009, 190412, 26327,
377854, 831429, 920494, 88947, 1057494, 307851, 1104074, 1072252, 1172161,
544737, 544792, 951595, 1140693, 23820, 656031, 1141353, 837406, 1100847,
1106830, 415888, 613291, 1038681, 77776, 807840, 260417, 1003698, 1003666,
498540, 949210, 16093, 734635, 488782, 1135011, 1019231, 1055734, 448152,
764935, 65134, 921605, 1107475, 627754, 646387, 767238, 41326, 451850, 1171346
Deleted 1971 regions
Showing 11216 region surfaces
Drag select of 1604939, 96 of 604 triangles, 878966, 179 of 548 triangles,
913909, 313 of 488 triangles, 765761, 79 of 480 triangles, 800250, 6 of 432
triangles, 866001, 202 of 364 triangles, 863879, 214 of 320 triangles, 838670,
266 of 376 triangles, 830054, 830109, 5 of 356 triangles, 810886, 976505,
978699, 998627, 1039270, 1055207, 900522, 1048146, 996557, 957090, 1087013,
1023335, 138 of 320 triangles, 859814, 1053197, 1061607, 980897, 1061887, 167
of 256 triangles, 1014448, 978686, 1050559, 915679, 1073200, 992403, 1027844,
983431, 904671, 63 of 276 triangles, 965857, 1057186, 1087284, 942046,
1091345, 132 of 280 triangles, 961137, 1068458, 990013, 1098554, 1093639,
1007952, 56 of 276 triangles, 909047, 1019264, 252 of 260 triangles, 1001390,
1041492, 915809, 1005526, 956740, 930771, 849286, 954475, 787357, 950632, 272
of 280 triangles, 950419, 1001027, 1037645, 996832, 1057314, 930709, 934899,
106 of 220 triangles, 802595, 1095739, 930991, 1046555, 1150818, 124 of 268
triangles, 1009881, 922214, 943773, 1019281, 948440, 1025770, 891716, 267 of
268 triangles, 1059950, 950562, 823642, 210 of 244 triangles, 992414, 861877,
800245, 1037559, 1089020, 1003207, 1001005, 1093912, 928459, 1134357, 240 of
272 triangles, 1050393, 1039180, 63 of 264 triangles, 1096111, 1025724,
1003414, 1048122, 990012, 823667, 917979, 845021, 842822, 138 of 260
triangles, 1032592, 1132381, 108 of 252 triangles, 1033183, 232 of 240
triangles, 861791, 1043881, 898209, 73 of 240 triangles, 1043745, 864128
Deleted 110 regions
> select #2.4109
1 model selected
> select add #2.2
2 models selected
> select add #2.1455
3 models selected
Grouped 3 regions
> select #2.4
1 model selected
Region has 3899 adjacent regions
> select #2.8
1 model selected
> select add #2.2
2 models selected
> select #2.323
1 model selected
> select add #2.526
2 models selected
> select add #2.18
3 models selected
> select add #2.598
4 models selected
> select add #2.6898
5 models selected
> select add #2.7419
6 models selected
> select add #2.4
7 models selected
> select add #2.2508
8 models selected
> select subtract #2.4
7 models selected
> select add #2.3547
8 models selected
> select add #2.619
9 models selected
> select add #2.5103
10 models selected
> select add #2.1030
11 models selected
> select add #2.8546
12 models selected
> select add #2.1492
13 models selected
> select add #2.4351
14 models selected
> select add #2.1991
15 models selected
> select add #2.2200
16 models selected
> select add #2.2139
17 models selected
> select add #2.2882
18 models selected
> select add #2.4458
19 models selected
> select add #2.2371
20 models selected
> select add #2.136
21 models selected
> select add #2.149
22 models selected
> select add #2.319
23 models selected
> select add #2.498
24 models selected
> select add #2.3
25 models selected
Grouped 25 regions
> ~select
Nothing selected
> select #2.4
1 model selected
> select #2.6
1 model selected
> select #2.1702
1 model selected
> select add #2.2742
2 models selected
> select add #2.242
3 models selected
Drag select of 2146443, 29974 of 39772 triangles, 2145164, 2145173, 25 of
13104 triangles, 2138687, 6815 of 9444 triangles, 2133116, 2141776, 2163 of
5628 triangles, 2138691, 2122756, 2103307, 2103400, 2122774, 1999337, 2067922,
946 of 2056 triangles, 2067441, 1282 of 1992 triangles, 1999476, 1866895,
1998211, 2067895, 1999674, 1870067, 1457 of 1496 triangles, 1874103, 1999204,
621 of 1272 triangles, 1867404, 1064 of 1476 triangles, 1863682, 1870210,
2000834, 1466051, 602 of 720 triangles, 1873695, 1613496, 1873508, 1623492,
1150 of 1228 triangles, 1572117, 335 of 984 triangles, 1873714, 928 of 1148
triangles, 1867483, 1873648, 1870136, 1605066, 1623863, 1603142, 1591160,
1870674, 630788, 707828, 129 of 564 triangles, 1601147, 1623353, 1625501,
1615876, 1615427, 322 of 640 triangles, 834790, 838997, 433 of 504 triangles,
1625746, 1631898, 1623566, 1624120, 1631186, 903067, 828360, 789931, 36 of 368
triangles, 1630230, 497 of 520 triangles, 665637, 524426, 462889, 1600140,
729602, 770545, 847351, 228 of 352 triangles, 847475, 843240, 682876, 853596,
748819, 670362, 748874, 667843, 744512, 918240, 600812, 620990, 621099,
637025, 543970, 678107, 684321, 757568, 894559, 843299, 703666, 688630,
563955, 643147, 905221, 894591, 740166, 839036, 781464, 757606, 900981,
847437, 586710, 499436, 569553, 705457, 770584, 494649, 720503, 2146543,
3149404 of 4281916 triangles
Grouped 107 regions
> select #2.2471
1 model selected
> select #2.5018
1 model selected
> select add #2.242
2 models selected
> select add #2.2471
3 models selected
> select add #2.6347
4 models selected
> select add #2.1746
5 models selected
> select add #2.3249
6 models selected
Grouped 6 regions
> select #2.2195
1 model selected
> select add #2.592
2 models selected
> select add #2.1605
3 models selected
> select add #2.1167
4 models selected
> select add #2.299
5 models selected
> select add #2.8621
6 models selected
> select add #2.2058
7 models selected
> select add #2.7445
8 models selected
> select add #2.9
9 models selected
> select add #2.332
10 models selected
Grouped 10 regions
> select #2.1994
1 model selected
> select add #2.1039
2 models selected
> select add #2.1658
3 models selected
> select add #2.845
4 models selected
> select add #2.2602
5 models selected
> select add #2.4399
6 models selected
> select add #2.10086
7 models selected
> select add #2.90
8 models selected
> select add #2.1810
9 models selected
> select add #2.3277
10 models selected
> select add #2.8506
11 models selected
> select add #2.584
12 models selected
Grouped 12 regions
> select #2.53
1 model selected
Region has 150 adjacent regions
> select #2.8
1 model selected
> select add #2.4
2 models selected
> select add #2.2
3 models selected
> select #2.53
1 model selected
Drag select of 2101757, 2064280, 2067736, 1990160, 1812447, 1845869, 1366881,
1818127, 1869938, 1238707, 1304891, 1389738, 1866617, 1345405, 1851000,
504673, 1388939, 429179, 443590, 1434800, 1527918, 1528346, 369208, 1599600,
387660, 415477, 487083, 426344, 1435127, 1612237, 453217, 333291, 1629632,
417976, 508086, 1622177, 474449, 374320, 328097, 531745, 443908, 424740,
283016, 468147, 449584, 420327, 482357, 540806, 487056, 482556, 441928,
1630566, 463351, 566149, 315683, 437226, 464870, 324690, 413251, 350424,
439700, 335877, 490280, 514608, 410060, 327632, 484028, 493241, 300516,
356020, 463302, 408403, 236091, 489931, 429020, 350042, 437785, 514392,
514366, 350451, 426495, 468111, 477585, 377270, 280155, 499680, 372111,
449658, 443942, 355234, 342206, 464655, 447771, 366819, 310368, 458534,
454997, 476026, 475987, 361463, 456563, 524764, 410255, 439648, 445626,
274125, 485439, 549712, 294864, 474229, 374969, 426658, 499919, 398461,
480889, 330874, 382991, 387510, 535371, 504688, 493429, 403186, 477493,
494773, 408347, 341530, 488664, 361562, 342195, 393031, 400198, 333050,
435464, 508122, 335963, 324745, 553182, 410548, 455063, 374344, 477700,
433643, 297687, 374249, 330166, 315484
Deleted 146 regions
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_-650_v1.seg" models
> #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
Showing 10803 region surfaces
Drag select of 2068140, 2000181, 822 of 1164 triangles, 1559392, 1627700,
1127362, 159 of 420 triangles, 1112775, 982815, 656625, 223 of 276 triangles,
1110605, 1129404, 242 of 328 triangles, 732724, 1135618, 152 of 248 triangles,
1137642, 281 of 364 triangles, 1054709, 1161496, 1025290, 1166641, 1170080,
1114905, 1161498, 1050084, 1159669, 1159668, 168 of 340 triangles, 1106266,
1093214, 1088643, 1173115, 1166640, 1041172, 987348, 814556, 1086291, 237 of
260 triangles, 1043313, 66 of 236 triangles, 1050129, 1149807, 991823
Drag select of 1579154, 240 of 600 triangles, 1539224, 1593758, 324 of 580
triangles, 1593277, 1115224, 1133882, 1592971, 1627310, 498 of 608 triangles,
1016614, 208 of 480 triangles, 1607586, 1126129, 1061581, 1130247, 103 of 380
triangles, 1132196, 1108677, 1146326, 1132184, 1039105, 1115477, 1007635, 224
of 312 triangles, 1082149, 1025509, 1032445, 188 of 316 triangles, 1113047,
1082251, 1136356, 1158489, 1141936, 1005324, 1134176, 1109132, 1075271,
1125441, 1106655, 1079665, 1025520, 1054866, 1000952, 107 of 240 triangles,
1075272, 1146577, 1123892, 95 of 264 triangles, 1172500, 1057283, 1054870, 106
of 252 triangles, 1100459, 1043610, 45 of 248 triangles, 1091194, 1021076, 121
of 232 triangles, 1070488, 1152629, 1018759, 1059643, 21 of 272 triangles,
1089010, 30 of 240 triangles, 1134325, 128 of 240 triangles, 1144651, 1098147
Drag select of 1590466, 320 of 468 triangles, 1133636, 1110675, 904272,
1025375, 16 of 292 triangles, 1149852, 1117002, 1020925, 1090991, 1102240,
1137710, 1133574, 130 of 292 triangles, 1065869, 1072653, 1114983, 1112843,
1072677, 1127459, 893570, 36 of 244 triangles, 1052396, 844365, 129 of 284
triangles, 1125311, 1038982, 1147874, 1123182, 1135592, 1121193, 1137735,
976161, 143 of 216 triangles, 1018602, 1036693, 153 of 216 triangles, 1099953,
1133615, 1133601, 76 of 240 triangles, 980675
Deleted 127 regions
Drag select of 1538321, 26 of 552 triangles, 1627781, 187 of 676 triangles,
1468824, 353 of 496 triangles, 1592211, 413 of 684 triangles, 887348, 400 of
500 triangles, 859648, 138 of 456 triangles, 1626411, 1626717, 263 of 460
triangles, 1042203, 282 of 360 triangles, 1592178, 1043999, 937046, 1070915,
935228, 1064431, 994593, 218 of 320 triangles, 933102, 211 of 332 triangles,
1118438, 89 of 316 triangles, 1018970, 994373, 1066949, 284 of 308 triangles,
1051223, 46 of 248 triangles, 1026052, 39 of 284 triangles, 1171351, 290 of
304 triangles, 1115864, 97 of 248 triangles, 1077819, 123 of 252 triangles,
1026272, 168 of 240 triangles, 658028, 253 of 296 triangles, 1089556, 220 of
244 triangles, 676743, 10 of 248 triangles, 1098982, 1075816, 958816, 1142829,
106 of 244 triangles, 1124173, 961073, 1016877, 1001645, 1044429, 1030402, 165
of 256 triangles, 867902, 996465
Drag select of 812463, 14 of 452 triangles, 880514, 1038955, 938906, 296 of
436 triangles, 1159676, 387 of 412 triangles, 1121102, 936714, 238 of 276
triangles, 1000702, 303 of 304 triangles, 1143692, 38 of 312 triangles,
1074769, 254 of 272 triangles, 1023012, 1147846, 1131451, 195 of 300
triangles, 1090796, 30 of 256 triangles, 900002, 1108461, 304 of 308
triangles, 1086301, 994041, 199 of 292 triangles, 1034451, 1084085, 965169,
224 of 344 triangles, 971737, 825193, 204 of 276 triangles, 1114918, 908623,
1125255, 910714, 16 of 244 triangles, 991756, 203 of 256 triangles, 1002929,
1014188, 919477, 915215, 1114933, 1061394, 1020896, 1133542, 1077167, 980625,
1072608, 987337, 164 of 252 triangles, 1137616, 1121138, 1108456, 1097733,
1149787, 1084069, 1020888
Drag select of 1116936, 1168399, 1133532, 1020883, 170 of 328 triangles,
1155807, 1170067, 1108480, 1163239, 1173046, 176 of 236 triangles
Deleted 98 regions
Drag select of 1153848, 1139722, 1163202, 234 of 372 triangles, 1106228,
1141713, 1137617, 134 of 340 triangles, 1110537, 1168377, 1127380, 1137628,
1141664, 1159647, 1121066, 1168408, 1163224, 1127366, 221 of 244 triangles,
1116859, 165 of 264 triangles
Drag select of 1102081, 255 of 280 triangles, 1102100, 295 of 300 triangles,
971765, 221 of 288 triangles, 1137618, 991837, 106 of 352 triangles, 1059088,
178 of 264 triangles, 947731, 62 of 264 triangles, 965203, 90 of 264 triangles
Drag select of 1038909, 85 of 288 triangles, 1166584, 1143679, 1088588,
1050073, 62 of 324 triangles, 1166562
Drag select of 1114799, 1067932, 121 of 272 triangles, 1063419, 37 of 284
triangles, 1131315, 1104035, 1168329, 1171576, 180 of 260 triangles
Deleted 38 regions
> select #2.4
1 model selected
Ungrouped to 2 regions
> select #2.90
1 model selected
Ungrouped to 2 regions
> select #2.73
1 model selected
> select #2.4
1 model selected
Region has 849 adjacent regions
> select #2.8
1 model selected
> select #2.9
1 model selected
> select add #2.3
2 models selected
> select add #2.2
3 models selected
> select #2.73
1 model selected
> select add #2.93
2 models selected
> select #2.7031
1 model selected
> select #2.4479
1 model selected
> select #2.4
1 model selected
Drag select of 2146324, 2121549, 2120988, 2138340, 2101605, 2033646, 2132581,
2102546, 2102314, 2121635, 2101952, 2060404, 2067762, 2103600, 2102979,
1973900, 1986396, 2064342, 1989074, 1981811, 1975721, 2061270, 2067175,
1986256, 2066614, 2065196, 2067116, 2067666, 2065670, 1991611, 2122394,
1715190, 2067214, 1811904, 1984873, 1987660, 1994100, 1999294, 1988840,
1989013, 1699619, 1992824, 1984764, 1723296, 1765291, 1978836, 1996638,
1812284, 1812373, 1774480, 1866821, 1989018, 1818694, 1818653, 1996600,
2000575, 1818760, 1774333, 1766472, 1841287, 1988985, 2000562, 1825105,
1855526, 1836100, 1998043, 1996627, 1437453, 1390095, 1866949, 1995496,
1846650, 1825007, 1995341, 1775321, 483143, 1586338, 1859269, 1873015,
1458398, 1846447, 1830189, 1830704, 1791159, 1836319, 1413511, 1824563,
1825082, 1999069, 1841326, 1863207, 1999220, 1999359, 2000639, 1862531,
1862944, 1507314, 1996685, 2000450, 1391015, 1824692, 1529731, 1846361,
1866884, 1873145, 1850997, 1346615, 1851167, 1507271, 1485182, 1566834,
1873281, 1507764, 1411468, 1480789, 1866664, 1850563, 1851085, 1483812,
1873109, 1859538, 1586408, 1568656, 1366161, 1867034, 1870200, 1584954,
1855361, 1549936, 1873387, 1870239, 1855430, 1389186, 1367227, 354884,
1459856, 1484174, 1621055, 1854741, 1846042, 1550851, 1873459, 1507647,
1630591, 1437670, 517791, 502146, 1611327, 1611863, 1859131, 1413760, 486358,
547141, 1568427, 1461531, 1863061, 1528736, 1584659, 370214, 1866631, 337301,
1529446, 1507762, 1505830, 373169, 531604, 1630853, 1503031, 527530, 522087,
1568589, 1612086, 430027, 1462088, 1507912, 1568646, 1549001, 558157, 1620942,
445562, 359678, 296427, 509063, 1550223, 536149, 1866843, 1612733, 1601062,
346906, 475808, 497597, 508813, 1586353, 428465, 1547944, 1629489, 1530073,
478534, 1570070, 328942, 498836, 1549170, 497440, 1630228, 445661, 387328,
1621197, 1529024, 510908, 1599937, 365491, 423189, 1550849, 378482, 352088,
511007, 1567483, 450275, 495924, 497487, 409045, 1612773, 389200, 459700,
1600958, 1413725, 504612, 1630851, 334602, 1611381, 1506915, 1506833, 1586085,
1586044, 1585568, 459255, 540338, 475564, 484741, 1612325, 1597660, 1585816,
461187, 1567425, 1567284, 459791, 1630860, 1630025, 520828, 423940, 1611695,
446582, 541951, 401786, 1600184, 518947, 399650, 477081, 517695, 1630744,
465845, 528974, 1598093, 464869, 464900, 418752, 470560, 500806, 441626,
1621880, 1621795, 1621352, 523825, 462947, 462632, 1598132, 404242, 1584516,
464198, 511967, 365162, 332374, 401451, 540476, 561762, 425616, 1622340,
1621692, 523790, 1611126, 504370, 423688, 446797, 373759, 299499, 454264,
508766, 507034, 526149, 543276, 1550226, 519111, 406860, 356928, 491098,
458188, 488329, 1600010, 375785, 492527, 332692, 510672, 1569438, 483799,
529750, 538158, 450399, 491102, 495875, 524357, 529295, 529289, 545053,
448727, 1586007, 485327, 326036, 1569095, 1568364, 1567930, 489875, 504587,
499559, 417258, 1631004, 1621689, 426651, 549339, 386357, 420945, 412282,
492487, 442801, 489775, 490089, 510985, 494249, 423475, 332361, 535049,
447402, 490998, 497744, 557784, 497874, 513931, 482061, 439456, 467333,
443129, 523811, 494099, 401576, 374678, 492694, 465919, 469552, 335914,
467792, 366366, 481769, 543497, 440658, 467366, 536092, 443491, 378581,
548930, 532677, 356783, 397281, 514203, 465649, 487798, 459519, 449057,
475135, 480042, 484698, 470982, 552925, 502597, 438657, 439444, 513938,
391520, 318103, 378455, 395321, 320362, 461572, 449413, 536914, 531250,
467920, 427877, 472633, 314599, 450607, 452920, 558438, 320733, 416974,
417582, 452877, 524025, 465665, 428403, 478599, 480236, 522416, 517564,
547267, 290650, 383841, 407366, 481609, 378459, 447475, 461582, 509168,
442568, 456056, 504347, 491193, 448537, 448579, 454234, 474076, 554372,
329440, 454870, 468863, 466398, 450824, 506199, 486855, 554262, 386110,
478635, 461132, 496291, 565283, 527755, 454539, 520548, 438365, 383667,
383734, 561490, 321251, 324257, 349641, 296848, 434566, 511132, 533299,
456355, 340289, 401863, 491318, 473620, 374473, 409906, 493147, 373157,
475186, 418901, 568903, 362408, 477015, 444766, 378919, 438509, 542079,
407452, 455031, 519371, 486637, 452808, 393955, 417353, 285142, 284936,
480502, 573375, 374211, 402747, 422096, 502162, 406817, 367947, 472696,
406978, 406890, 486252, 480187, 288575, 512294, 529248, 541513, 415091,
400246, 459937, 554843, 510689, 483489, 472575, 462847, 466443, 329035,
329016, 416289, 373660, 533322, 392015, 421471, 474265, 394107, 492684,
522120, 407123, 504490, 547225, 426585, 523871, 440492, 509200, 467273,
382518, 548963, 491093, 518980, 416817, 330219, 499357, 359705, 397237,
376653, 448408, 452569, 320243, 454074, 464209, 368456, 491714, 456637,
450675, 486763, 413995, 522552, 521160, 381125, 438357, 507698, 296712,
540370, 440971, 395062, 480556, 475461, 504517, 432419, 302374, 338480,
429909, 426583, 524267, 560240, 433116, 512195, 480696, 428857, 462575,
422151, 467555, 473544, 432267, 494380, 516229, 478825, 359718, 359729,
507293, 525675, 414452, 345936, 525858, 456389, 505706, 362507, 494236,
397459, 405161, 402481, 365131, 373123, 479993, 535050, 366367, 388930,
531111, 554467, 481961, 540425, 380984, 308859, 508979, 513868, 425549,
425613, 437508, 404847, 569514, 423982, 563112, 491564, 379302, 511162,
468974, 457701, 481711, 481722, 497300, 495871, 404144, 434872, 512215,
371589, 434745, 419314, 287640, 532854, 553004, 370488, 524021, 384281,
492758, 404048, 483507, 494830, 376503, 491664, 472569, 460973, 455939,
509115, 501355, 373124, 475759, 501184, 559652, 496037, 460903, 388913,
566952, 499211, 381156, 536070, 432337, 475254, 448832, 407552, 401641,
487950, 489422, 443201, 467452, 511187, 436586, 412105, 529645, 507406,
483892, 480231, 531034, 446594, 458147, 343722, 375821, 382416, 529561,
502464, 512267, 360830, 432620, 430239, 459290, 550806, 502726, 532782,
532793, 527303, 492868, 359600, 435269, 517226, 428738, 370391, 348604,
487801, 475318, 411714, 470531, 455854, 449046, 409673, 439002, 478720,
488509, 508781, 460870, 477394, 538806, 438900, 524364, 294015, 516960,
438738, 311391, 419262, 561661, 399452, 545789, 430899, 513780, 383831,
464719, 432398, 536882, 513693, 378610, 441217, 565019, 494426, 480591,
480636, 533156, 483286, 428787, 386359, 373023, 488383, 290954, 495894,
478524, 502443, 457716, 454671, 505450, 505456, 394547, 525920, 464255,
401673, 449128, 465771, 478371, 461381, 461011, 421098, 348865, 472020,
447319, 503809, 407651, 405015, 521178, 517555, 477332, 524132, 440776,
480377, 475281, 418616, 519369, 495802, 495715, 497426, 497454, 335438,
407789, 429860, 331882, 360249, 314374, 484728, 396592, 569541, 517043,
467488, 529627, 427871, 514114, 445126, 494447, 409222, 531049, 521000,
428519, 499089, 418856, 314570, 428850, 314255, 541970, 480081, 482157,
365260, 550594, 425416, 404618, 507056, 472174, 354082, 538340, 527326,
456558, 464185, 516084, 516110, 510966, 435261, 483530, 428684, 337775,
489649, 472617, 457821, 455906
Deleted 840 regions
Showing 9702 region surfaces
> select #2.73
1 model selected
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_-650_v1.seg" models
> #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
Ungrouped to 2 regions
> select #2.11
1 model selected
> select #2.25
1 model selected
> select #2.11
1 model selected
Region has 1131 adjacent regions
> select #2.9
1 model selected
> select add #2.4
2 models selected
> select add #2.2
3 models selected
> select #2.25
1 model selected
> select #2.9597
1 model selected
> select add #2.540
2 models selected
> select #2.7956
1 model selected
> select add #2.5602
2 models selected
> select add #2.9103
3 models selected
> select #2.53
1 model selected
> select #2.2720
1 model selected
> select #2.1164
1 model selected
> select #2.1112
1 model selected
> select #2.93
1 model selected
Drag select of 2065229, 746 of 1740 triangles, 1841617, 1508440, 503 of 604
triangles, 1613009, 1601057, 572907, 594312, 602131, 135 of 328 triangles,
550770, 545403, 567194, 2146044, 21378 of 1093256 triangles
> ~select
Nothing selected
> select #2.11
1 model selected
Drag select of 2146483, 2145060, 2145119, 2145005, 2145549, 2145154, 2141526,
2141513, 2141691, 2144463, 2143518, 2138235, 2138377, 2120692, 2102138,
2141773, 2121115, 2138508, 2099350, 2122587, 2098915, 2102356, 2132697,
2103093, 2101293, 2062700, 2065714, 2122585, 2102340, 2101809, 2101780,
2122270, 2062616, 2055101, 1960100, 2122609, 1897700, 2062116, 2061216,
2065760, 2065229, 2060827, 2064334, 2063870, 1961927, 2057837, 2063062,
2060941, 2062758, 1966732, 2060953, 1947441, 2065739, 2067455, 2065355,
2067376, 1993253, 1999075, 1975965, 2103373, 2103464, 1683028, 2061416,
2062668, 1989128, 1990750, 1990642, 1982042, 2067812, 1996508, 1966434,
1999526, 1716611, 1986729, 1994498, 1997132, 1989464, 2066773, 1777737,
1508091, 1805901, 1977683, 2001051, 1714437, 1987652, 1983641, 2062735,
1985072, 1836788, 1991937, 2067861, 1994326, 1776842, 1807630, 1807437,
1991810, 1806668, 1819582, 1998245, 1986426, 1851360, 1873819, 1996909,
1985042, 1866893, 1995727, 1819572, 1767009, 2000808, 1806316, 1999444,
1998330, 2000961, 1842126, 1995819, 1818525, 1750863, 1825655, 1326695,
1999540, 1807323, 1998313, 1807979, 1513586, 1832795, 1814298, 1999672,
1864433, 1855188, 1997242, 1309270, 1867300, 1831292, 1836954, 1851778,
1792091, 1416804, 1863908, 1874405, 1860733, 572591, 1851771, 1273373,
1856301, 1991730, 1832532, 1859983, 1851784, 1871211, 1443813, 1864081,
1463976, 1462532, 1531263, 1417392, 1415086, 1305270, 1873678, 1326473,
1489976, 1463375, 1485183, 1624417, 1847290, 1631885, 1373516, 2000710,
1611357, 1295164, 1396083, 1842027, 1445338, 1515176, 720425, 1874291,
1848082, 448737, 1852160, 1842326, 1841617, 1347674, 1418491, 1510273,
1508440, 1589009, 1349854, 1536559, 1552910, 1856718, 1531755, 842725,
1489679, 1575673, 1552117, 1440085, 1623857, 589803, 478405, 1536314, 1873539,
1614434, 1613009, 1859338, 1510814, 1818700, 750593, 789045, 1533056, 1623258,
1511975, 1589931, 1632021, 1864469, 1600645, 776357, 590064, 1630488, 1613657,
657445, 882922, 407404, 876415, 502338, 1611893, 1415180, 1869740, 1588378,
1575391, 656789, 1572621, 585814, 1623799, 555755, 1514351, 1864261, 1503856,
1590836, 1590146, 614734, 1569420, 1874009, 491410, 1534863, 1867382, 726777,
1509413, 1489946, 797609, 1574374, 1533760, 1532010, 1510184, 956529, 1588308,
624269, 1574877, 1462457, 1530955, 711225, 1612488, 1603229, 401867, 878506,
1588700, 1586763, 1586169, 1574937, 332777, 1571547, 511944, 568908, 481768,
754734, 1624797, 1533654, 1623037, 706903, 565055, 1605085, 1587589, 793388,
1572453, 1570929, 1570601, 518761, 1347392, 675906, 340394, 1601057, 750328,
541466, 684136, 1462441, 825319, 1439846, 1530953, 1416420, 1602996, 1589663,
412138, 696403, 622225, 1464786, 440918, 1631734, 1631407, 1622861, 1615850,
965375, 709208, 481878, 1602073, 1598969, 1589735, 1492786, 774064, 1574906,
1573262, 522067, 1631546, 836131, 767836, 1622860, 1622611, 757288, 867978,
600176, 1590687, 572907, 1575637, 900217, 572442, 696947, 1554720, 1633346,
1632685, 1631705, 1631012, 1630977, 1624563, 688342, 1589044, 739446, 1586745,
923972, 657267, 1575844, 1574930, 590121, 679977, 846641, 600281, 756943,
690728, 705223, 1513922, 1602776, 1602048, 771820, 570643, 376448, 638665,
1588101, 1601164, 563169, 1573819, 599783, 1552388, 694765, 1632068, 593724,
840249, 1625925, 1615317, 682601, 644625, 878544, 829596, 771848, 1590437,
574445, 622743, 1586909, 591768, 917672, 530664, 394068, 527318, 776210,
1569542, 921838, 737263, 522472, 607964, 767619, 853071, 838550, 374070,
561737, 1631746, 715970, 593820, 557636, 1612455, 859583, 795652, 857408,
1585255, 1572893, 1572411, 520859, 735106, 582394, 594312, 515751, 561511,
590295, 1631208, 654800, 707510, 726548, 726560, 1601234, 926080, 778666,
679683, 653569, 838233, 559876, 634393, 748315, 669869, 612660, 602131,
683895, 685874, 528890, 895962, 586063, 628310, 657077, 249389, 454115,
1572010, 669569, 622220, 819188, 561266, 788977, 683946, 730699, 769703,
634997, 1588740, 1586953, 582326, 648728, 844515, 523762, 548849, 555805,
525778, 612236, 616079, 797667, 722436, 692510, 919753, 597822, 878622,
726791, 706890, 802045, 1612840, 821220, 642609, 357186, 1587618, 1586220,
908979, 541684, 591777, 671988, 671902, 778668, 776291, 1570237, 893853,
496036, 586248, 612036, 677781, 799987, 692566, 624341, 692257, 603865,
726367, 1622555, 756907, 827515, 1613408, 1601236, 442687, 717902, 936962,
698610, 746622, 719934, 913203, 795914, 612115, 557972, 1631515, 654774,
698459, 246523, 840259, 726702, 726468, 690529, 523827, 436495, 787157,
934936, 329781, 529002, 491177, 574364, 867867, 604350, 492549, 659008,
320902, 680353, 510745, 797802, 698562, 859443, 759107, 737299, 594305,
678164, 833902, 527158, 419135, 676246, 825327, 683871, 686029, 728588,
842711, 730856, 819231, 702840, 769966, 814711, 741671, 855197, 808462,
580493, 739429, 652861, 574348, 939237, 656877, 608316, 893944, 776281,
850952, 616239, 614821, 503799, 846621, 561542, 898003, 697020, 724153,
812629, 851070, 603963, 682485, 346623, 612502, 688097, 636446, 771881,
808472, 774031, 574330, 580064, 655207, 667951, 823383, 778452, 620296,
421102, 611992, 601714, 323971, 583895, 409277, 800130, 724215, 789056,
434361, 715949, 606175, 603893, 780758, 724322, 752564, 887292, 705109,
819051, 757368, 827496, 731051, 628628, 878791, 853252, 650656, 614197,
430041, 908808, 609990, 646647, 548556, 656886, 865769, 585898, 913332,
669276, 565167, 741968, 550770, 246598, 518714, 583882, 624844, 870042,
694375, 644580, 595914, 784773, 643164, 812597, 928280, 468981, 756874,
757358, 406767, 819379, 703067, 462931, 851314, 648600, 821272, 765469,
510434, 688136, 570601, 544965, 620216, 814999, 949976, 950059, 561385,
900294, 823315, 778466, 520418, 737403, 816936, 348870, 522402, 614461,
665117, 789257, 797719, 784782, 595816, 614560, 607924, 784961, 709017,
876416, 726756, 791115, 786998, 602085, 624508, 373901, 624208, 947874,
700972, 688441, 632991, 709601, 910925, 512219, 928408, 652855, 505431,
346044, 718022, 258146, 859345, 921865, 741767, 817164, 402295, 634882,
767631, 870024, 677833, 589742, 722399, 915482, 784882, 836220, 593748,
653179, 570559, 872164, 563122, 639053, 705145, 728598, 730834, 769748,
555750, 660983, 486233, 887201, 771865, 874500, 732960, 739691, 536507,
954346, 646606, 657341, 919651, 880832, 656857, 746177, 698833, 698497,
269874, 719880, 679703, 588006, 844721, 599770, 545081, 550436, 323248,
572739, 722065, 677681, 632449, 598117, 452233, 748289, 624321, 618386,
821109, 654856, 726382, 707036, 661413, 639032, 532899, 705302, 842430,
802093, 930411, 769745, 769741, 731032, 545403, 947953, 685855, 774147,
418806, 681822, 789166, 804189, 688725, 829588, 337921, 831860, 867815,
636859, 507106, 610030, 632303, 733414, 939218, 510730, 698505, 859451,
850938, 679615, 763377, 713955, 376577, 924062, 454367, 642985, 737325,
814921, 665581, 795498, 844569, 522642, 765558, 546850, 694864, 555999,
722033, 694535, 249312, 610394, 321135, 522667, 645288, 724560, 724586,
825315, 425574, 683889, 706928, 556065, 902396, 704941, 705002, 507207,
601990, 581999, 603927, 296552, 717673, 889460, 821320, 454201, 919877,
630781, 642548, 622406, 848880, 863886, 739962, 732827, 496081, 836359,
715780, 718132, 823255, 823238, 900188, 469252, 750681, 778467, 719829,
863756, 913354, 626251, 735404, 816993, 855449, 795707, 489813, 742075,
611968, 620869, 778416, 844561, 844501, 539975, 550371, 495929, 783065,
677748, 789258, 797751, 595782, 622584, 692180, 780603, 534592, 618213,
744307, 675708, 684349, 726324, 726599, 557604, 728670, 819048, 237915,
703257, 484926, 673927, 702815, 340319, 673361, 682003, 821068, 821091,
628604, 343784, 829788, 688323, 857524, 688006, 669395, 667583, 529129,
772108, 659160, 658947, 658948, 544984, 507377, 620448, 620408, 923896,
733001, 492930, 485034, 750757, 917545, 939164, 865732, 698570, 716005,
831909, 893935, 746331, 719824, 256235, 270756, 913148, 678150, 523759,
365360, 782717, 608120, 587740, 677654, 722547, 759151, 419178, 825334,
616063, 789039, 748330, 748358, 508880, 724161, 784804, 784934, 615958,
597812, 593742, 752938, 675546, 567118, 878588, 683954, 814836, 661486,
641202, 728570, 651003, 515722, 604082, 769773, 770026, 713645, 581952,
329791, 682274, 682037, 673473, 737665, 296618, 748386, 829703, 688144,
688133, 643360, 910912, 529123, 772002, 876521, 659272, 928396, 923990,
381547, 598242, 428181, 646629, 919639, 561346, 557701, 548531, 656812,
831933, 679579, 612599, 893780, 715639, 696502, 638811, 669181, 631042,
667671, 720172, 334825, 340629, 865859, 522371, 578019, 838264, 833887,
522078, 834202, 778695, 530810, 665229, 546802, 665110, 783043, 677646,
632425, 616065, 885133, 885141, 754728, 789435, 825583, 756935, 676201,
411833, 676015, 715971, 744365, 604184, 603887, 780783, 780759, 593714,
709016, 473677, 812628, 840322, 707439, 567194, 567157, 565076, 755136,
755083, 639117, 902402, 801892, 802084, 690188, 604036, 602081, 934904,
673793, 814779, 568864, 673417, 457959, 681981, 821139, 616627, 891602,
891578, 859462, 718235, 804110, 688123, 654900, 771855, 570598, 887390,
290947, 659447, 772030, 492532, 541491, 652829, 652797, 733422, 848842,
584328, 686315, 880815, 656895, 895827, 671812, 797625, 671528, 510695,
589859, 655501, 711767, 850968, 793682, 719782, 679659, 455912
Deleted 1117 regions
Showing 8586 region surfaces
Drag select of 1596945, 99 of 556 triangles, 1619905, 108 of 584 triangles,
213690, 84 of 472 triangles, 213720, 23 of 340 triangles, 116668, 254754,
281270, 129 of 244 triangles, 304813, 162 of 220 triangles, 83732, 161694,
216684, 44 of 284 triangles, 237346, 216693, 31 of 248 triangles, 231309
Drag select of 969260, 143 of 508 triangles, 1538867, 232 of 488 triangles,
1029753, 366 of 496 triangles, 1018396, 128 of 488 triangles, 1633878, 962934,
995896, 897686, 893379, 286 of 396 triangles, 1591114, 425 of 504 triangles,
938759, 980423, 1065323, 138 of 416 triangles, 901980, 91 of 324 triangles,
919220, 212 of 304 triangles, 967198, 884834, 925716, 317 of 364 triangles,
980187, 288 of 368 triangles, 886820, 984811, 923643, 19 of 340 triangles,
936323, 237 of 316 triangles, 925800, 1011650, 256 of 316 triangles, 1085989,
233 of 300 triangles, 969297, 137 of 312 triangles, 873727, 104 of 380
triangles, 971573, 954039, 216 of 280 triangles, 1011640, 31 of 284 triangles,
995851, 1076693, 110 of 304 triangles, 949635, 949664, 1054105, 47 of 296
triangles, 947437, 110 of 312 triangles, 1016232, 969309, 916892, 880416,
1013983, 938547, 938679, 1022846, 910672, 1027475, 191 of 296 triangles,
1072498, 18 of 308 triangles, 1020627, 980372, 221 of 308 triangles, 962791,
276 of 284 triangles, 1020386, 956075, 1031964, 67 of 240 triangles, 949532,
1006961, 943026, 934471, 978179, 128 of 284 triangles, 1071975, 121 of 220
triangles, 1104043, 181 of 248 triangles, 940783, 984529, 235 of 236
triangles, 906344, 311 of 312 triangles, 1043251, 27 of 244 triangles, 921616,
1009456, 1018395, 1029674, 906010, 6 of 216 triangles, 1000185, 228 of 244
triangles, 1074644, 1020524, 1101929, 107 of 236 triangles, 964938, 880175, 5
of 236 triangles, 1038651, 1002712, 971414
Deleted 93 regions
> select #2.515
1 model selected
> select add #2.1042
2 models selected
> select add #2.2941
3 models selected
> select add #2.4796
4 models selected
> select add #2.815
5 models selected
> select add #2.2415
6 models selected
> select subtract #2.2415
5 models selected
> select add #2.3
6 models selected
> select add #2.1818
7 models selected
> select add #2.2756
8 models selected
> select add #2.4322
9 models selected
> select add #2.4794
10 models selected
> select add #2.2301
11 models selected
> select add #2.2754
12 models selected
> select add #2.1263
13 models selected
> select add #2.25
14 models selected
> select add #2.2469
15 models selected
> select add #2.3672
16 models selected
> select add #2.514
17 models selected
> select add #2.1188
18 models selected
> select add #2.1795
19 models selected
> select add #2.1405
20 models selected
> select add #2.1622
21 models selected
Grouped 21 regions
> select #2.8
1 model selected
Drag select of 1865308, 1870987, 754 of 772 triangles, 1852329, 1865011,
1867788, 2001120, 1623153, 159 of 772 triangles, 1421667, 1874700, 787 of 844
triangles, 1493107, 1871596, 1590951, 1554363, 1492306, 336 of 572 triangles,
1558549, 157 of 476 triangles, 673069, 611790, 743425, 1576638, 812192,
1592654, 693907, 1871414, 1535611, 660596, 747832, 92 of 492 triangles,
570224, 220 of 480 triangles, 1536299, 458 of 512 triangles, 737008, 786577,
775821, 882319, 257 of 492 triangles, 1625399, 644271, 769364, 287 of 432
triangles, 1632259, 1625767, 636101, 786523, 982618, 901775, 180 of 428
triangles, 1613427, 833543, 1616286, 848282, 354 of 420 triangles, 973943,
681567, 778243, 1633759, 1626643, 842090, 1603390, 760972, 908201, 656578,
971394, 152 of 412 triangles, 844211, 938894, 76 of 384 triangles, 829329,
1603500, 932279, 1587838, 568436, 715226, 763064, 683687, 677286, 1625659,
998400, 290 of 352 triangles, 664855, 1633962, 780141, 172 of 396 triangles,
1079255, 338 of 468 triangles, 1615246, 987339, 941066, 790950, 715291,
865325, 382 of 400 triangles, 1631953, 662633, 928115, 1018336, 268 of 360
triangles, 919468, 1590750, 814191, 277 of 312 triangles, 656477, 329 of 332
triangles, 702447, 803870, 803637, 917097, 292 of 296 triangles, 893565,
897571, 638325, 980478, 1034177, 331 of 356 triangles, 793085, 763098, 765042,
865281, 960667, 801577, 827015, 127 of 304 triangles, 593507, 760810, 574095,
216 of 332 triangles, 646206, 13 of 316 triangles, 812397, 704525, 993658, 83
of 300 triangles, 814345, 820896, 927861, 241 of 368 triangles, 648249, 180 of
256 triangles, 844294, 850781, 763043, 844189, 833563, 587467, 233 of 256
triangles, 736847, 708787, 902169, 904050, 801418, 211 of 292 triangles,
704584, 857030, 748026, 973736, 1034140, 198 of 292 triangles, 792972, 837832,
159 of 296 triangles, 591346, 84 of 296 triangles, 734682, 852564, 852733,
632081, 925592, 893453, 812368, 989550, 841973, 773747, 803830, 1038747, 211
of 320 triangles, 954022, 876262, 1034416, 1045668, 797353, 880403, 880372,
886684, 938694, 585654, 899771, 621969, 1133480, 1000601, 771344, 171 of 276
triangles, 958610, 1108447, 53 of 292 triangles, 837996, 921611, 644180,
891271, 601516, 579825, 587487, 810017, 175 of 276 triangles, 784442, 756522,
628070, 962985, 799497, 1016310, 848545, 617711, 829337, 871683, 681524,
1023072, 1045570, 246 of 332 triangles, 793180, 1104117, 656469, 698134,
1007009, 27 of 248 triangles, 971415, 20 of 252 triangles, 816761, 818763,
833574, 921513, 846469, 780354, 825079, 636166, 904247, 934375, 745566, 128 of
248 triangles, 1002787, 998083, 17 of 248 triangles, 1093082, 119 of 316
triangles, 1014105, 978364, 1038605, 252 of 268 triangles, 607632, 854803,
808051, 719628, 775851, 648326, 713068, 1002531, 90 of 244 triangles, 782383,
867586, 934686, 1020603, 159 of 220 triangles, 839987, 564736, 149 of 244
triangles, 803900, 803608, 261 of 268 triangles, 803670, 673113, 908590, 6 of
244 triangles, 863493, 805957, 816797, 668946, 1013864, 215 of 272 triangles,
668827, 120 of 236 triangles, 1095449, 969369, 921511, 619889, 945304, 901811,
65 of 252 triangles, 878239, 737009, 1029877, 1054677, 934377, 29 of 232
triangles, 947359, 702423, 1000554, 859123, 820731, 882602, 803811, 1074566,
61 of 240 triangles, 831271, 40 of 220 triangles, 891394, 956109, 908307, 50
of 220 triangles, 666820, 875857, 125 of 268 triangles, 1007350, 846212, 59 of
236 triangles, 936733, 763022, 741380, 765149, 852813, 1020789, 973933,
945258, 568352, 254 of 260 triangles, 758629, 1054508, 745754, 617733, 925850,
829069, 124 of 216 triangles, 829430, 1043310, 146 of 264 triangles, 771463,
954161, 790785, 998442, 858875, 797362, 1104122, 670983, 179 of 280 triangles,
880387, 969437, 880527
Deleted 286 regions
Drag select of 1862665, 437882, 1599432, 1585928, 1530701, 462 of 560
triangles, 1587010, 52 of 636 triangles, 1507398, 195 of 540 triangles,
465177, 1599808, 1586531, 147 of 532 triangles, 1483874, 1483799, 114 of 416
triangles, 1567833, 456994, 313 of 376 triangles, 444075, 471428, 408480, 351
of 368 triangles, 492159, 446089, 403745, 482582, 234 of 388 triangles,
477785, 111 of 344 triangles, 451615, 433767, 482691, 557220, 153 of 292
triangles, 501867, 510052, 431724, 528477, 180 of 296 triangles, 501877,
490515, 163 of 304 triangles, 445971, 215 of 348 triangles, 495215, 242 of 300
triangles, 508314, 560833, 135 of 312 triangles, 435749, 194 of 280 triangles,
485798, 489114, 458784, 447942, 510096, 532052, 203 of 252 triangles, 429391,
398691, 501652, 490591, 391238, 462158, 420597, 506745, 495170
Drag select of 1592622, 598 of 620 triangles, 1607337, 1036099, 438 of 460
triangles, 1558835, 1020366, 1018155, 1069752, 1107945, 1036144, 1122747,
1626931, 1047255, 195 of 340 triangles, 1101677, 1088224, 1067736, 1065311,
1009049, 296 of 300 triangles, 1103800, 1118725, 1127078, 1101685, 1161257,
1027126, 1049620, 1090370, 1078781, 1116565, 1108123, 1051827, 1172962,
1094823, 1131159, 1143528, 1056557, 1051982, 1027125, 1069770, 1092962,
1101687, 1029426, 1090633, 1038249, 54 of 216 triangles, 1053922, 101 of 236
triangles, 1049439, 182 of 276 triangles
Deleted 44 regions
Drag select of 1044874, 379 of 600 triangles, 1066975, 1132523, 1089861,
1111442, 1146789, 1113739, 1089848, 1011061, 281 of 308 triangles, 1053589,
1024582, 984461, 66 of 372 triangles, 1094392, 1096457, 1152799, 1100742, 43
of 256 triangles, 1004282, 243 of 280 triangles, 1040107, 233 of 284
triangles, 1103074, 1136591, 1116049, 1126236, 1115886, 1049336, 1124080,
1146716, 1049053, 1140758, 1080460, 122 of 240 triangles
Drag select of 1868470, 1860580, 134 of 736 triangles, 1591651, 1591811, 129
of 532 triangles, 822731, 196 of 496 triangles, 1575631, 1515037, 75 of 532
triangles, 925363, 901755, 5 of 440 triangles, 1576373, 238 of 456 triangles,
1011212, 995687, 987057, 1004794, 982560, 1008947, 1576192, 997824, 882378,
251 of 396 triangles, 949382, 863104, 1020287, 1004795, 1036113, 1043078,
989064, 899448, 341 of 408 triangles, 934391, 852555, 1171548, 982236, 964590,
6 of 304 triangles, 895331, 818616, 1133435, 1088485, 1149670, 884429, 28 of
256 triangles, 982276, 1159545, 1022567, 1042892, 1112676, 960313, 975533,
1056724, 1009301, 1086145, 932113, 1083879, 1054369, 1029394, 998056, 995670,
1122987, 1129279, 1004609, 1155760, 986998, 987055, 816439, 206 of 244
triangles, 1112675, 980267, 1097627, 1074703, 1120937, 1002431, 1006918,
991444
Deleted 98 regions
Drag select of 1626019, 618 of 652 triangles, 1615769, 300 of 624 triangles,
1576409, 237 of 564 triangles, 977819, 358 of 528 triangles, 997849, 1591701,
1038162, 106 of 484 triangles, 1576052, 240 of 460 triangles, 927604, 339 of
448 triangles, 916905, 975695, 960390, 973471, 982204, 181 of 504 triangles,
877908, 65 of 308 triangles, 938447, 947163, 923244, 308 of 356 triangles,
953600, 113 of 344 triangles, 1040518, 276 of 312 triangles, 951449, 251 of
276 triangles, 951535, 993617, 886597, 49 of 284 triangles, 986698, 184 of 284
triangles, 1011183, 973550, 899524, 28 of 240 triangles, 993477, 947054, 127
of 304 triangles, 1006692, 142 of 252 triangles, 860951, 6 of 252 triangles,
1017888, 237 of 252 triangles, 942774, 942959, 1013508
> select add #2.5920
37 models selected
> select add #2.7141
38 models selected
> select add #2.13861
39 models selected
> select add #2.9903
40 models selected
> select add #2.11896
41 models selected
> select add #2.2384
42 models selected
> select add #2.6430
43 models selected
> select add #2.13862
44 models selected
> select add #2.3145
45 models selected
> select add #2.7135
46 models selected
> select add #2.12406
47 models selected
> select add #2.7074
48 models selected
Drag select of 1491474, 433 of 620 triangles, 1466718, 466 of 600 triangles,
1370979, 1602335, 1587703, 1490924, 35 of 588 triangles, 1631986, 700899,
813196, 1614728, 1534135, 1873994, 774577, 294 of 540 triangles, 711653, 343
of 524 triangles, 757340, 825787, 688369, 763339, 787386, 1603338, 46 of 496
triangles, 584260, 645003, 291 of 500 triangles, 785036, 724733, 855623, 323
of 488 triangles, 1588667, 815130, 38 of 488 triangles, 836652, 242 of 440
triangles, 849221, 203 of 440 triangles, 868232, 1612775, 325 of 492
triangles, 682226, 690442, 159 of 392 triangles, 748597, 748602, 765739,
771979, 817210, 565290, 132 of 368 triangles, 679736, 319 of 368 triangles,
618591, 844657, 759253, 626661, 735373, 872342, 759329, 791214, 652958,
705240, 782822, 898450, 254 of 348 triangles, 715724, 66 of 296 triangles,
614443, 709136, 690365, 770042, 855555, 335 of 336 triangles, 849363, 269 of
300 triangles, 679743, 539990, 181 of 344 triangles, 673831, 789547, 808585,
838796, 69 of 316 triangles, 919677, 787108, 954538, 37 of 344 triangles,
673820, 644962, 667274, 201 of 296 triangles, 889617, 711593, 197 of 320
triangles, 761577, 857679, 111 of 336 triangles, 716124, 616291, 275 of 324
triangles, 536356, 58 of 332 triangles, 709447, 632899, 272 of 304 triangles,
707461, 682174, 765498, 593942, 268 of 308 triangles, 655161, 876698, 752583,
610490, 913445, 808649, 742080, 783109, 266 of 272 triangles, 810657, 707225,
729125, 842705, 821426, 750617, 665480, 796215, 624871, 699109, 696758,
784862, 724624, 724672, 724732, 767844, 684118, 730928, 95 of 256 triangles,
770139, 582341, 596352, 283 of 308 triangles, 680207, 650805, 84 of 264
triangles, 735591, 765561, 223 of 284 triangles, 782768, 838790, 744105,
726698, 705218, 65 of 256 triangles, 673936, 639169, 739551, 61 of 268
triangles, 655357, 806965, 586284, 676011, 690441, 730766, 731314, 703118,
730970, 761913, 170 of 228 triangles, 772031, 791513, 732980, 883118, 578314,
779015, 110 of 304 triangles, 735372, 720502
Deleted 191 regions
Drag select of 1856244, 727183, 133 of 312 triangles, 776921, 828071, 260 of
300 triangles, 768405, 804749, 295 of 340 triangles, 693060, 111 of 244
triangles, 720651, 819844, 707839, 802720, 251 of 252 triangles, 787568
Drag select of 667775, 1570748, 41 of 488 triangles, 600377, 165 of 432
triangles, 618540, 61 of 316 triangles, 580729, 313 of 348 triangles, 590487,
141 of 336 triangles, 632886, 680135, 639291, 610573, 93 of 292 triangles,
645384, 98 of 252 triangles, 558397, 78 of 260 triangles, 519640, 16 of 256
triangles, 522998, 567500, 682562, 240 of 268 triangles, 633064, 516193,
618818, 592585
Drag select of 437758, 528239, 84 of 624 triangles, 1529378, 418 of 500
triangles, 1507398, 485 of 540 triangles, 613268, 423 of 564 triangles,
490382, 61 of 484 triangles, 506453, 456994, 366 of 376 triangles, 1551272,
122 of 392 triangles, 629498, 6 of 332 triangles, 482582, 477785, 30 of 344
triangles, 451615, 433767, 52 of 344 triangles, 588998, 376 of 408 triangles,
649885, 482691, 654021, 672528, 111 of 348 triangles, 445971, 508314, 590932,
546134, 504778, 469654, 86 of 260 triangles, 519640, 460187, 126 of 248
triangles, 482372, 71 of 264 triangles, 522998, 501652, 560457, 490591, 159 of
232 triangles, 511384, 119 of 244 triangles, 516193, 521407, 134 of 268
triangles, 641699, 443919, 707839, 581065, 61 of 228 triangles, 495170,
501497, 232 of 256 triangles
> select add #2.4531
66 models selected
> select add #2.13467
67 models selected
> select add #2.8116
68 models selected
> select add #2.13678
69 models selected
> select add #2.9286
70 models selected
> select add #2.457
71 models selected
> select add #2.2426
72 models selected
> select add #2.3449
73 models selected
> select add #2.12567
74 models selected
> select add #2.7007
75 models selected
> select add #2.380
76 models selected
> select add #2.2982
77 models selected
> select add #2.8936
78 models selected
> select add #2.7903
79 models selected
> select add #2.4345
80 models selected
> select add #2.13007
81 models selected
> select add #2.13592
82 models selected
> select add #2.10941
83 models selected
> select add #2.7620
84 models selected
Drag select of 1617048, 619 of 624 triangles, 1128777, 1634607, 142 of 640
triangles, 1080994, 1448252, 323 of 484 triangles, 1424820, 137 of 432
triangles, 1168064, 1067276, 131 of 436 triangles, 1107741, 1164442, 1054072,
1065357, 1060849, 256 of 308 triangles, 1065288, 1132864, 1101404, 1141150,
1071864, 1045106, 197 of 272 triangles, 1139032, 1033889, 144 of 268
triangles, 1060775, 1051740, 173 of 248 triangles, 1133288, 1128752, 1114331,
1101238, 11 of 220 triangles, 1107773, 1054132, 1099584, 1096844, 97 of 228
triangles, 1094565, 59 of 240 triangles, 1107625, 1067329, 100 of 236
triangles, 1063014
Drag select of 1559755, 1593861, 1578446, 390 of 396 triangles, 1121988,
1098813, 1089715, 1062497, 151 of 344 triangles, 1144615, 1096599, 180 of 352
triangles, 1113723, 1128284, 1089603, 1126269, 1146657, 1132224, 1051306, 84
of 248 triangles, 1132294, 1140570
Drag select of 1577240, 1043263, 1539489, 1538553, 118 of 604 triangles,
1049910, 1616528, 509 of 544 triangles, 1043169, 1634236, 962918, 291 of 384
triangles, 1090707, 938880, 68 of 348 triangles, 962886, 40 of 388 triangles,
1043262, 958559, 985022, 971644, 967327, 1011622, 1032060, 987088, 109 of 304
triangles, 965129, 1051899, 1013994, 1027352, 962927, 172 of 252 triangles,
1079074, 1072413, 1027313, 1027470, 951965, 1076807, 203 of 280 triangles,
1116898, 1007356, 1083953, 1027595, 1009495
Drag select of 640368, 605705, 624078, 619997
Drag select of 2065259, 1631469, 404 of 708 triangles, 1874141, 805487, 541 of
544 triangles, 698114, 1614280, 1572945, 14 of 632 triangles, 1613971, 648018,
754375, 1604396, 1631382, 183 of 652 triangles, 1553242, 737022, 1623678,
706590, 1874140, 803279, 63 of 524 triangles, 745882, 805995, 1573176,
1632312, 1624193, 672806, 805852, 792736, 643938, 123 of 408 triangles,
754321, 764835, 619752, 617487, 650167, 758519, 84 of 388 triangles, 712645,
126 of 420 triangles, 805765, 581366, 354 of 364 triangles, 769295, 765015,
704316, 658369, 779977, 814388, 788587, 758483, 698121, 573746, 273 of 384
triangles, 865328, 13 of 316 triangles, 738742, 784340, 825077, 704333, 233 of
356 triangles, 743209, 726097, 782505, 848370, 304 of 360 triangles, 756510,
764804, 704079, 732431, 790764, 734384, 741040, 225 of 304 triangles, 629807,
797199, 581317, 121 of 264 triangles, 683388, 786345, 797041, 831497, 591063,
129 of 268 triangles, 734632, 685526, 649903, 74 of 248 triangles, 646008,
765178, 664314, 560684, 247 of 296 triangles, 706344, 726073, 856996, 803715,
828991, 155 of 264 triangles, 850745, 865555, 833632, 579450, 557051, 131 of
272 triangles, 812260, 674903, 706459, 683191, 188 of 236 triangles, 719246,
732618, 758463, 816307, 611331, 305 of 312 triangles, 835866, 741244, 751766,
751676, 852787, 809830, 708365, 803677, 627583, 108 of 236 triangles, 672784,
790917, 633808, 633853, 775662, 831423, 779876, 788427, 765139, 607326,
784321, 627697, 676944, 581424, 723706, 756022, 123 of 240 triangles, 717303,
775625, 805825, 794766, 243 of 264 triangles
Drag select of 1834993, 237139, 222464, 317 of 364 triangles, 213628, 301616,
307638, 269206, 284042, 234129
Drag select of 1631009, 124 of 740 triangles, 1585981, 575 of 592 triangles,
1630792, 165 of 548 triangles, 471472, 1599965, 466859, 460445, 462094,
474693, 431636, 53 of 292 triangles, 465137, 509927, 437961, 533754, 504978,
508296, 267 of 272 triangles, 508331, 468364, 518219, 473225, 476271, 455297,
85 of 240 triangles, 446061, 521645, 433756, 147 of 236 triangles, 385911
Deleted 337 regions
Drag select of 398652, 296 of 456 triangles, 1566477, 348151, 348164, 364454,
375292
Drag select of 476573, 185 of 368 triangles, 482987
Drag select of 2102890, 1840 of 1936 triangles, 1860798, 1515453, 1604990,
895477, 904121, 1633491, 923530, 1625808, 1576237, 928021, 893371, 1615656,
955888, 192 of 356 triangles, 949500, 256 of 400 triangles, 943218, 934365, 11
of 252 triangles, 923423, 250 of 284 triangles, 886956, 861024, 283 of 300
triangles, 1009059, 213 of 324 triangles, 962560, 108 of 272 triangles,
860970, 978172, 905942, 53 of 340 triangles, 887001, 921584, 936572, 915013,
934618, 871677, 927850, 70 of 244 triangles, 878082
Drag select of 437882, 1585841, 266 of 636 triangles, 1599432, 465177,
1599808, 83 of 608 triangles, 1866710, 499877, 80 of 520 triangles, 1483874,
463401, 182 of 524 triangles, 1599645, 437780, 471428, 1630652, 446089,
403745, 272 of 336 triangles, 480911, 431724, 490515, 286 of 304 triangles,
495215, 232 of 300 triangles, 435749, 485798, 451433, 447763, 458784, 447942,
257 of 260 triangles, 519640, 429391, 225 of 276 triangles, 522998, 516193,
420597, 445943, 2146548, 19 of 5792116 triangles
> select subtract #2.3
72 models selected
Drag select of 707839
Deleted 73 regions
> select #2.2
1 model selected
Drag select of 2066587, 1389130, 1529168, 470849, 349 of 588 triangles,
1569192, 471 of 580 triangles, 477235, 38 of 600 triangles, 379861, 443 of 480
triangles, 1630599, 400645, 414967, 501189, 524776, 86 of 412 triangles,
430568, 48 of 360 triangles, 512804, 380083, 529857, 335 of 352 triangles,
1612420, 298 of 368 triangles, 499578, 515933, 501323, 430990, 456517, 382615,
280 of 380 triangles, 330615, 540250, 247 of 292 triangles, 553104, 366733,
382956, 45 of 288 triangles, 414830, 488265, 545862, 477217, 517889, 510949,
480747, 542050, 437463, 435393, 463314, 529642, 355502, 461664, 536757,
493337, 538817, 517820, 424699, 200 of 244 triangles, 398333, 463109, 507747,
352969, 482231, 468055, 212 of 276 triangles, 483743, 419577, 540402, 435168,
482081, 186 of 216 triangles, 363910, 124 of 244 triangles, 478821, 501263,
523068, 142 of 216 triangles
Drag select of 1551452, 602258, 1623358, 576 of 668 triangles, 1463148,
540106, 70 of 412 triangles, 596697, 465 of 472 triangles, 600187, 102 of 408
triangles, 637331, 608363, 250 of 380 triangles, 549161, 236 of 340 triangles,
538326, 151 of 304 triangles, 558043, 559730, 557846, 545397, 32 of 352
triangles, 580919, 557817, 151 of 272 triangles, 602198, 602877, 51 of 260
triangles, 604800, 573183, 617091, 604736, 539782, 567465
Drag select of 1619952, 290159, 216667, 216668, 213705, 216694, 207861,
207902, 216664
Drag select of 1565186, 1629221, 167 of 564 triangles, 1501203, 1525696,
1583372, 368 of 508 triangles, 215022, 355 of 372 triangles, 238600, 1610169,
252993, 319 of 400 triangles, 267597, 181 of 328 triangles, 188609, 200365,
235398, 206084, 220946, 250207, 59 of 272 triangles, 241490, 200315, 261738,
69 of 220 triangles, 264852, 209 of 220 triangles, 241288, 7 of 244 triangles
> select add #2.8548
118 models selected
> select add #2.945
119 models selected
> select add #2.13601
120 models selected
> select add #2.5827
121 models selected
> select add #2.1898
122 models selected
> select add #2.5425
123 models selected
> select add #2.262
124 models selected
Deleted 124 regions
Drag select of 1862665, 1530701, 524 of 560 triangles, 1587010, 315 of 636
triangles, 1586531, 188 of 532 triangles, 1567833, 234 of 400 triangles,
444075, 289 of 384 triangles, 408480, 250 of 368 triangles, 380346, 557220,
243 of 292 triangles, 510052, 528477, 197 of 296 triangles, 501877, 403428,
560833, 261 of 312 triangles, 385624, 388192, 32 of 248 triangles, 532052, 240
of 252 triangles, 398691, 506745
Deleted 19 regions
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_-650_v1.seg" models
> #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
> select #2.2888
1 model selected
> select add #2.10304
2 models selected
> select add #2.5466
3 models selected
> select add #2.1928
4 models selected
> select add #2.13346
5 models selected
Deleted 5 regions
> select #2.11
1 model selected
Drag select of 1538057, 793758, 1397311, 808584, 1874813, 138 of 708
triangles, 1591822, 1616359, 99 of 592 triangles, 1602458, 314 of 608
triangles, 810625, 692304, 1632119, 576 of 600 triangles, 1623721, 983025,
737592, 1394715, 1624223, 823602, 429 of 536 triangles, 711597, 1511973,
771993, 772119, 716056, 300 of 416 triangles, 868161, 761342, 1009777, 111 of
456 triangles, 870175, 679752, 748333, 1616514, 331 of 484 triangles, 656943,
897977, 767871, 1589855, 628583, 806588, 258 of 448 triangles, 759276, 744171,
1626191, 661063, 895955, 949972, 851351, 324 of 508 triangles, 865925, 949965,
34 of 344 triangles, 791386, 821440, 917679, 934839, 752828, 682068, 847016,
113 of 424 triangles, 851161, 765824, 172 of 372 triangles, 752683, 728733,
307 of 320 triangles, 804129, 778571, 763333, 952258, 825497, 705185, 624428,
776351, 898272, 793541, 748311, 767863, 821215, 622489, 688227, 622416,
657011, 974146, 648730, 800084, 726553, 789141, 865746, 720206, 853358,
640831, 755090, 688254, 814975, 817381, 53 of 268 triangles, 686094, 724413,
754855, 846900, 184 of 308 triangles, 859622, 694408, 785081, 840465, 711609,
136 of 220 triangles, 934890, 874432, 735444, 690400, 757047, 983005, 851075,
737583, 791281, 815171, 153 of 292 triangles, 936909, 694527, 752632, 872144,
707161, 889596, 767995, 930459, 673526, 815046, 717953, 939366, 954364, 963299
Drag select of 1874769, 1874813, 978684, 1558411, 43 of 512 triangles,
1616359, 1003203, 1627030, 1043697, 1057137, 1577509, 983025, 154 of 548
triangles, 1045945, 1057281, 110 of 444 triangles, 1064190, 1043733, 1084357,
473 of 516 triangles, 1577044, 1557954, 352 of 452 triangles, 1082108, 57 of
492 triangles, 1009777, 1032482, 1616514, 1059530, 1079961, 291 of 420
triangles, 1048228, 992432, 273 of 352 triangles, 1606680, 1037107, 163 of 412
triangles, 1023344, 289 of 336 triangles, 1003558, 347 of 356 triangles,
949965, 21 of 344 triangles, 1048180, 1084730, 46 of 364 triangles, 1017008,
265 of 364 triangles, 1055051, 981177, 364 of 392 triangles, 1052749, 1095926,
1048173, 208 of 316 triangles, 996841, 269 of 324 triangles, 1066092, 969842,
158 of 292 triangles, 1046051, 1036958, 1023285, 1030658, 1016492, 1048277,
294 of 316 triangles, 1057422, 974146, 77 of 324 triangles, 976310, 1030392,
1034776, 1012228, 1055103, 1050555, 996439, 173 of 252 triangles, 1043960,
1062080, 227 of 264 triangles, 1059532, 1039290, 1055193, 1075426, 1075546,
1007822, 1021176, 1037087, 1012410, 152 of 264 triangles, 1014647, 1048298,
1061791, 994326, 1026084, 231 of 280 triangles, 1050342, 1072944, 967589, 61
of 260 triangles, 1021412, 1048685, 1046222, 88 of 216 triangles, 1007733
Drag select of 1868594, 533 of 688 triangles, 1093777, 323 of 460 triangles,
1082108, 176 of 492 triangles, 1578366, 317 of 440 triangles, 1066748, 126 of
304 triangles, 1113429, 58 of 504 triangles, 1084730, 161 of 364 triangles,
1084806, 227 of 276 triangles, 1077773, 12 of 268 triangles, 1095901, 261 of
288 triangles, 1096262, 1089433, 168 of 240 triangles
Drag select of 1616359, 246 of 592 triangles, 926368, 416 of 420 triangles,
937142, 459 of 460 triangles, 949965, 241 of 344 triangles, 930727, 224 of 252
triangles
Drag select of 1590967, 237 of 536 triangles, 876822, 427 of 460 triangles,
861858, 142 of 336 triangles
Drag select of 1874721, 961181, 411 of 512 triangles, 1537729, 153 of 500
triangles, 956697, 420 of 448 triangles, 961415, 183 of 460 triangles, 965396,
948323, 207 of 380 triangles, 946052, 67 of 384 triangles, 976365, 105 of 268
triangles, 954577, 230 of 264 triangles
Drag select of 1084491, 160 of 404 triangles, 1098161, 1102616, 1091379,
1079764, 153 of 244 triangles, 1075217
Drag select of 1862797, 378106, 401316, 459111
Drag select of 1600720, 548200, 174 of 464 triangles, 548262, 159 of 248
triangles, 581606, 68 of 260 triangles
> select add #2.1966
225 models selected
> select add #2.13441
226 models selected
Deleted 226 regions
Drag select of 784839, 728613, 761228
Drag select of 1874813, 1633995, 983025, 1009777, 1616514, 961062, 309 of 412
triangles, 956601, 146 of 340 triangles, 941416, 967566, 954397, 939499, 130
of 292 triangles, 959008, 974146, 920051, 994349, 206 of 284 triangles
Drag select of 1082108
Drag select of 1510230, 373 of 528 triangles, 1463057, 676873, 615257, 676787,
264 of 292 triangles, 655967, 118 of 304 triangles, 650003, 664338, 601006, 66
of 320 triangles, 633825, 601027, 130 of 248 triangles, 655832, 150 of 244
triangles, 676803, 647869, 635740, 591074, 666350, 234 of 256 triangles
Drag select of 798974
Drag select of 1617206, 230 of 408 triangles, 1078508, 1073934, 1064981, 203
of 252 triangles, 1080829, 159 of 232 triangles
Drag select of 1096703, 124 of 304 triangles, 1098945, 139 of 276 triangles
Drag select of 957902, 993409, 228 of 292 triangles
> select add #2.10289
47 models selected
Drag select of 1851400, 1531111, 483 of 544 triangles, 1463057, 476 of 500
triangles, 575473, 237 of 516 triangles, 1613269, 1551533, 351 of 424
triangles, 581149, 284 of 348 triangles, 600926, 598892, 568019, 590811, 235
of 308 triangles, 607060, 595006, 600854, 154 of 288 triangles, 575532,
569885, 601027, 181 of 248 triangles, 598862, 597064, 584996, 159 of 288
triangles, 591074, 117 of 216 triangles, 590873
> select add #2.5305
64 models selected
> select add #2.10168
65 models selected
Drag select of 1605751, 32 of 588 triangles, 1557580, 90 of 584 triangles,
1008978, 76 of 376 triangles, 997844, 69 of 400 triangles, 1017722, 243 of 312
triangles, 1008745, 205 of 284 triangles
Deleted 71 regions
Drag select of 1593081, 1084730, 1089453, 1085065, 161 of 260 triangles,
1082883, 209 of 248 triangles
Drag select of 1015874, 281 of 428 triangles, 1015883, 219 of 368 triangles,
1022270, 1011215, 82 of 300 triangles, 1008878, 15 of 284 triangles
Drag select of 1533381, 1603547, 423 of 544 triangles, 811734, 322 of 392
triangles, 680935, 325 of 348 triangles, 742739, 109 of 272 triangles, 732139,
723292, 716732, 224 of 280 triangles, 678844, 135 of 252 triangles, 693569, 18
of 300 triangles, 758045, 826450, 96 of 216 triangles, 685090, 683238,
2146546, 22 of 3458336 triangles
> select subtract #2.9
24 models selected
Deleted 24 regions
> select #2.53
1 model selected
Drag select of 1570134, 594864, 118 of 556 triangles, 1570788, 107 of 464
triangles, 504831, 463527, 562124, 247 of 392 triangles, 477762, 213 of 416
triangles, 472989, 506555, 1570304, 495121, 471370, 491953, 431596, 190 of 340
triangles, 573489, 645448, 275 of 344 triangles, 588653, 519902, 495162,
558746, 437869, 192 of 240 triangles, 461960, 449750, 542416, 268 of 328
triangles, 465058, 573689, 121 of 264 triangles, 431562, 555130, 469759,
506472, 564309, 130 of 264 triangles, 499928, 591074, 451547
> select add #2.1610
35 models selected
Drag select of 627436, 302 of 648 triangles, 1601849, 232 of 620 triangles,
1531501, 691161, 600265, 1551316, 264 of 448 triangles, 596502, 1631588,
670419, 594608, 691210, 1571086, 584548, 655849, 655818, 305 of 332 triangles,
629143, 622852, 592383, 569075, 604690, 600514, 645448, 610967, 614942,
633333, 645028, 113 of 296 triangles, 641705, 52 of 276 triangles, 625010,
626980, 612941, 628750, 150 of 296 triangles, 592303, 610399, 618824, 592441,
592222, 637014, 622605, 631217, 574726, 616678, 625085
> select add #2.3506
76 models selected
Drag select of 1558605, 1577974, 1055408, 1494614, 1069030, 448 of 480
triangles, 1048815, 59 of 348 triangles, 1578093, 1634061, 978745, 1019115,
1044060, 1042055, 255 of 368 triangles, 1073216, 1028226, 1032876, 1037521, 41
of 356 triangles, 1050988, 1044199, 1050734, 1073018, 258 of 300 triangles,
1068680, 1001319, 1057759, 1057615, 1046474, 1048683, 1016908, 95 of 300
triangles, 1003493, 80 of 236 triangles, 1057411, 1048775, 142 of 252
triangles, 996645, 1005543, 1037470, 15 of 228 triangles, 1039827, 113 of 280
triangles, 1064525
Drag select of 1603182, 375 of 484 triangles, 798585, 748727, 125 of 352
triangles, 716121, 783367, 785308, 802812, 707431, 813613, 282 of 292
triangles, 740039, 783742, 847212, 100 of 248 triangles, 733547, 2146546, 23
of 3458336 triangles
> select subtract #2.9
124 models selected
Deleted 124 regions
Drag select of 580878, 1873566, 1600820, 547737, 526378, 556589, 1550614,
541923, 545831, 575096, 556289, 554723, 545618, 547372, 516192, 569665,
547662, 540391, 571544, 560390, 558202, 586718, 540326, 569230, 580768,
551344, 514280, 579070, 529765, 558136, 573367, 560326, 586862, 606970,
567572, 533419, 571635, 558259, 563736
Drag select of 1860603
> select add #2.2511
41 models selected
Drag select of 1573431, 1487675, 972024, 376 of 492 triangles, 1623543,
757057, 980901, 1613668, 702778, 694321, 709250, 178 of 348 triangles, 656972,
173 of 312 triangles, 998714, 197 of 380 triangles, 675576, 1016583, 1012183,
15 of 360 triangles, 694338, 998737, 48 of 348 triangles, 696440, 722129,
661008, 732939, 1007721, 214 of 292 triangles, 863781, 686069, 245 of 336
triangles, 810690, 865957, 675543, 956757, 1027831, 904511, 748532, 4 of 316
triangles, 874483, 932732, 883083, 715703, 865910, 998746, 182 of 276
triangles, 780723, 767797, 707081, 885202, 900393, 963322, 958905, 696458,
1012156, 1025626, 139 of 316 triangles, 836269, 684032, 702797, 681986,
733018, 926242, 1032464, 119 of 284 triangles, 1032473, 179 of 248 triangles,
887319, 889505, 928425, 965499, 921846, 874366, 696545, 737425, 737426,
989794, 952215, 998735, 268 of 280 triangles, 789282, 663054, 654767, 878586,
754842, 769849, 1023397, 9 of 280 triangles, 812853, 59 of 252 triangles,
750401, 302 of 304 triangles, 750523, 1023363, 741692, 844716, 998697, 825565,
797725, 744013, 836226, 709105, 906602, 859515, 985387, 698621, 759175,
722265, 836132, 814858, 754820, 769855, 648606, 638554, 857379, 791244,
638658, 300 of 312 triangles, 667157, 965537, 1016507, 836133, 1014442,
660979, 806395, 967612, 750499, 935006, 123 of 228 triangles, 950064, 969851,
926158, 936916
Drag select of 981081, 996534, 195 of 432 triangles, 930688, 304 of 340
triangles, 937033, 110 of 356 triangles, 1005573, 878822, 89 of 316 triangles,
939424, 978826, 996520, 277 of 300 triangles, 965671, 350 of 356 triangles,
981045, 894045, 56 of 252 triangles, 948046, 817252, 6 of 276 triangles,
1025672, 937130
Deleted 172 regions
Drag select of 470950, 49 of 612 triangles, 1530213, 406 of 572 triangles,
1621593, 182 of 440 triangles, 1621992, 120 of 480 triangles, 512496, 126 of
320 triangles, 514036, 111 of 280 triangles, 783649, 173 of 264 triangles,
742653, 43 of 244 triangles, 809275, 722991
> select add #2.1460
11 models selected
Drag select of 1018945, 253 of 436 triangles, 1626471, 481 of 488 triangles,
1032520, 963363, 217 of 372 triangles, 998824, 40 of 336 triangles, 1072959,
919838, 25 of 296 triangles, 969937, 195 of 272 triangles, 1057190, 1025771,
81 of 260 triangles
Drag select of 1001554, 28 of 576 triangles, 1046168, 999019, 1591545, 426 of
572 triangles, 1634144, 378 of 588 triangles, 1592460, 1057319, 458 of 460
triangles, 1626713, 956989, 243 of 416 triangles, 1016930, 59 of 380
triangles, 1030355, 972249, 981032, 935048, 1003352, 965705, 1014707, 1014708,
939436, 198 of 328 triangles, 950216, 945984, 252 of 280 triangles, 1041549,
994530, 1034922, 1017014, 987791, 981251, 1021375, 1066682, 902596, 102 of 244
triangles, 1003334, 1055510, 220 of 248 triangles, 1075588, 990048, 928495,
125 of 240 triangles, 983400, 956873, 1003712, 58 of 284 triangles, 1005843,
229 of 280 triangles, 965702, 1055373, 1059724, 994565, 1023616
Drag select of 907393, 170 of 248 triangles, 883549, 233 of 292 triangles,
874930
Drag select of 896186, 247 of 644 triangles, 913563, 957092, 300 of 448
triangles, 909179, 76 of 360 triangles, 941864, 322 of 328 triangles, 939698,
928666, 238 of 272 triangles, 981462, 227 of 280 triangles, 972496
Drag select of 946064, 16 of 544 triangles, 996742, 66 of 480 triangles,
911272, 206 of 476 triangles, 935211, 264 of 296 triangles, 1012430, 140 of
296 triangles, 956906
Drag select of 1869886, 311 of 1392 triangles, 612363, 297 of 716 triangles,
1417438, 1623945, 563 of 576 triangles, 1624080, 1613075, 529042, 636838,
612151, 1571916, 597933, 634625, 532550, 545122, 648810, 349 of 364 triangles,
626473, 606026, 567058, 146 of 340 triangles, 622391, 735395, 654941, 656982,
313 of 324 triangles, 630544, 109 of 328 triangles, 599887, 510482, 552286,
652940, 527263, 646759, 81 of 276 triangles, 606005, 539833, 694532, 614190,
640723, 591859
Deleted 118 regions
Drag select of 1616480, 567 of 628 triangles, 1633881, 924309, 250 of 444
triangles, 1616566, 32 of 452 triangles, 1039536, 1591093, 913531, 105 of 344
triangles, 992674, 976574, 166 of 296 triangles, 1014622, 894088, 19 of 308
triangles, 1008249, 1030738, 1062488, 139 of 300 triangles, 1006065, 273 of
284 triangles, 1030862, 948268, 898264, 125 of 276 triangles, 974645, 985840,
144 of 248 triangles, 990016, 217 of 244 triangles, 1010504, 14 of 244
triangles, 996912, 1062287
> select add #2.705
25 models selected
Drag select of 1534700, 252 of 596 triangles, 1574336, 728785, 304 of 368
triangles, 800047, 200 of 384 triangles, 1554564, 85 of 428 triangles, 823652,
62 of 356 triangles, 844841, 218 of 372 triangles, 752761, 870321, 325 of 332
triangles, 911179, 148 of 288 triangles, 780959, 761427, 259 of 260 triangles,
791483, 207 of 264 triangles, 889739, 941653, 318 of 328 triangles, 640620,
126 of 284 triangles, 744136, 211 of 248 triangles, 859729, 243 of 292
triangles, 817292, 132 of 264 triangles, 844769, 878843, 939529, 37 of 220
triangles, 750637, 644733, 24 of 268 triangles, 821352, 861848, 909012
Drag select of 1534700, 29 of 596 triangles, 874597, 53 of 544 triangles,
1575061, 178 of 420 triangles, 1554564, 130 of 428 triangles, 842715, 222 of
364 triangles, 817269, 724415, 688268, 327 of 332 triangles, 652889, 315 of
324 triangles, 698690, 52 of 372 triangles, 844835, 236 of 252 triangles,
829928, 77 of 312 triangles, 776522, 190 of 284 triangles, 603952, 261 of 268
triangles, 614080, 737529, 741897, 823581, 257 of 272 triangles, 855523, 80 of
268 triangles, 759301, 192 of 260 triangles, 720123, 42 of 248 triangles
> select add #2.555
70 models selected
> select add #2.4240
71 models selected
> select add #2.1636
72 models selected
> select add #2.3243
73 models selected
Drag select of 832124, 216 of 496 triangles, 1604320, 111 of 372 triangles,
834319, 163 of 296 triangles, 956974, 160 of 296 triangles, 840635, 48 of 216
triangles
> select add #2.11932
79 models selected
> select add #2.5628
80 models selected
> select add #2.13029
81 models selected
Deleted 81 regions
Drag select of 1601571, 368 of 480 triangles, 632839, 308 of 372 triangles,
690690, 682345, 157 of 316 triangles, 696852, 174 of 284 triangles
> select add #2.656
6 models selected
> select add #2.6698
7 models selected
> select add #2.8526
8 models selected
> select add #2.12137
9 models selected
> select add #2.13943
10 models selected
Drag select of 1015265, 326 of 616 triangles, 1040136, 160 of 252 triangles,
1042258, 1051322, 243 of 300 triangles, 1053515, 118 of 272 triangles, 1033258
> select add #2.1175
17 models selected
> select add #2.12796
18 models selected
> select add #2.9019
19 models selected
> select add #2.11754
20 models selected
> select add #2.7913
21 models selected
Deleted 21 regions
> select #2.4
1 model selected
Drag select of 1546806, 1629583, 515 of 580 triangles, 244280, 1565180,
309149, 291419, 314861, 190 of 276 triangles, 300153, 294316, 282395, 315055,
267373, 291324
Deleted 13 regions
> select #2.93
1 model selected
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_-650_v1.seg" models
> #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
Ungrouped to 2 regions
> select #2.15
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.24
1 model selected
Ungrouped to 2 regions
> select #2.25
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.25
1 model selected
Ungrouped to 2 regions
> select #2.37
1 model selected
Ungrouped to 2 regions
> select #2.25
1 model selected
> select add #2.24
2 models selected
Grouped 2 regions
Drag select of 2145613, 54351 of 368852 triangles, 2145285, 93619 of 263496
triangles, 2143723, 53903 of 82240 triangles, 2144033, 58422 of 59628
triangles, 2142515, 48168 of 65284 triangles, 2140550, 1390 of 24048 triangles
Grouped 6 regions
> select #2.17
1 model selected
Ungrouped to 2 regions
Ungrouped to 4 regions
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.38
1 model selected
Ungrouped to 2 regions
> select #2.39
1 model selected
Ungrouped to 2 regions
> select #2.40
1 model selected
Ungrouped to 2 regions
> select #2.39
1 model selected
Ungrouped to 2 regions
> select #2.43
1 model selected
Ungrouped to 2 regions
> select #2.44
1 model selected
Ungrouped to 2 regions
> select #2.45
1 model selected
Ungrouped to 2 regions
> select #2.46
1 model selected
> select #2.37
1 model selected
Ungrouped to 2 regions
> select #2.47
1 model selected
Ungrouped to 2 regions
> select #2.37
1 model selected
Ungrouped to 2 regions
> select #2.52
1 model selected
Ungrouped to 2 regions
> select #2.54
1 model selected
Ungrouped to 2 regions
> select #2.57
1 model selected
Ungrouped to 2 regions
> select #2.54
1 model selected
Ungrouped to 2 regions
> select #2.57
1 model selected
Ungrouped to 2 regions
> select #2.66
1 model selected
> select #2.32
1 model selected
Ungrouped to 2 regions
> select #2.57
1 model selected
Ungrouped to 2 regions
> select #2.32
1 model selected
Ungrouped to 2 regions
> select #2.57
1 model selected
Ungrouped to 2 regions
> select #2.32
1 model selected
Ungrouped to 2 regions
> select #2.57
1 model selected
Ungrouped to 2 regions
> select #2.73
1 model selected
Ungrouped to 2 regions
> select #2.75
1 model selected
Ungrouped to 2 regions
> select #2.73
1 model selected
Ungrouped to 2 regions
> select #2.77
1 model selected
Ungrouped to 2 regions
> select #2.78
1 model selected
Ungrouped to 2 regions
> select #2.77
1 model selected
Ungrouped to 2 regions
> select #2.75
1 model selected
> select add #2.78
2 models selected
> select add #2.81
3 models selected
> select add #2.79
4 models selected
> select add #2.76
5 models selected
Grouped 5 regions
> select #2.23
1 model selected
Ungrouped to 2 regions
> select #2.77
1 model selected
Ungrouped to 2 regions
> select #2.23
1 model selected
Ungrouped to 2 regions
> select #2.79
1 model selected
Ungrouped to 2 regions
> select #2.23
1 model selected
Ungrouped to 2 regions
> select #2.79
1 model selected
Ungrouped to 2 regions
> select #2.23
1 model selected
> select #2.23
1 model selected
Ungrouped to 2 regions
> select #2.79
1 model selected
Ungrouped to 2 regions
> select #2.23
1 model selected
Ungrouped to 2 regions
> select #2.76
1 model selected
> select #2.79
1 model selected
Drag select of 2146550, 2145370, 1980552, 2141927, 2139099, 2136294, 2131595,
2118328, 2077406, 2043341, 1846731, 2142394, 2139554, 2136268, 2131355,
2107404, 2066197, 2012065, 1995603, 2132631, 2144355, 2142188, 2140641,
2134856, 2123857, 2120035, 1944168, 2143564, 2142667, 2139854, 2133851,
2131899, 2109405, 2094041, 2007951, 1962278
Grouped 36 regions
> select #2.15
1 model selected
Region has 836 adjacent regions
> select #2.8
1 model selected
> select add #2.2
2 models selected
> select add #2.9
3 models selected
> select add #2.11
4 models selected
> select add #2.3
5 models selected
> select #2.2605
1 model selected
> select add #2.11487
2 models selected
> select add #2.15
3 models selected
> select subtract #2.15
2 models selected
> select add #2.1420
3 models selected
> select add #2.3647
4 models selected
> select add #2.75
5 models selected
> select add #2.79
6 models selected
> select add #2.5362
7 models selected
> select add #2.4661
8 models selected
> select add #2.46
9 models selected
> select add #2.66
10 models selected
> select add #2.1716
11 models selected
> select add #2.8683
12 models selected
> select add #2.12300
13 models selected
> select add #2.8191
14 models selected
> select add #2.10771
15 models selected
> select add #2.7452
16 models selected
> select add #2.85
17 models selected
> select add #2.8104
18 models selected
Grouped 18 regions
> select #2.24
1 model selected
> select add #2.693
2 models selected
> select add #2.5364
3 models selected
> select #2.5449
1 model selected
> select #2.102
1 model selected
> select #2.3629
1 model selected
> select #2.12200
1 model selected
> select #2.1134
1 model selected
> select #2.3232
1 model selected
> select add #2.7634
2 models selected
> select #2.1164
1 model selected
> select add #2.4501
2 models selected
> select #2.12132
1 model selected
> select #2.3629
1 model selected
> select #2.4
1 model selected
> select #2.15
1 model selected
Drag select of 2145827, 2143314, 2143393, 2132811, 2121990, 2138462, 2132502,
2122762, 2133087, 2095927, 2101055, 2102818, 2060480, 2062192, 2066630,
2133099, 2062208, 2066198, 2122187, 1944370, 1968367, 1950000, 2103683,
1741867, 1983614, 2065195, 2067773, 1992895, 2067346, 2065727, 1996753,
2000811, 1767456, 1748836, 1995478, 2066191, 1813264, 1999420, 1830918,
2000697, 1999615, 1851299, 2067832, 1836708, 1867230, 1995429, 1791123,
1791498, 1748897, 1791669, 1825027, 1775375, 1985022, 1855857, 1999460,
1791004, 2000787, 1860096, 1846477, 1999517, 1998165, 1863766, 1783246,
1841463, 1867515, 1863578, 1851257, 1846651, 1863477, 1859736, 1819170,
1873521, 1859567, 1995480, 1831074, 1995538, 1367614, 2000765, 1873802,
1847034, 1836740, 1859895, 1326848, 1998161, 1867092, 1507154, 1439213,
1836343, 1440506, 1870734, 1463029, 1533475, 1855746, 1462287, 1438776,
1416169, 1846725, 503920, 1530179, 1863767, 1855734, 1836377, 1570352,
1863202, 1855773, 1569509, 1867161, 1530147, 1509189, 1855883, 1509844,
630816, 1484669, 1863247, 669700, 1439906, 1438458, 1867286, 1532589, 1873423,
1602621, 1601020, 629402, 1553306, 1551969, 1855527, 1572729, 514389, 1531624,
1867155, 1507641, 1486073, 1463564, 1550938, 1863567, 1531537, 1587175,
1867394, 1846385, 1601287, 1571770, 1552384, 1530680, 1846547, 1601018,
1600380, 1485165, 606638, 1551221, 1509137, 1414632, 1532729, 1510776,
1569119, 1551421, 1510879, 1571532, 1550490, 1863455, 1586271, 1552912,
1348943, 588259, 682723, 1600037, 533004, 663866, 1631961, 1532280, 1602463,
1601023, 1587729, 1486959, 496297, 1550579, 1529505, 1612553, 1601811,
1601467, 1599975, 1588200, 1587114, 525628, 1570250, 1622452, 1530849,
1612510, 1602408, 1507394, 620925, 582352, 492846, 1612626, 1611970, 1571442,
1569441, 692578, 1622806, 1587637, 1586168, 1630585, 1534205, 1532656,
1622544, 1612793, 529545, 1586544, 523973, 1551690, 1631781, 1532981, 653340,
1508974, 1588835, 1587452, 618896, 576639, 1551531, 1612382, 457923, 475630,
1587330, 1570278, 1569060, 506172, 1550468, 693017, 1622708, 507867, 1612280,
673951, 582207, 1600569, 614224, 1487394, 608369, 521151, 559859, 1613417,
539709, 576960, 1586628, 565830, 622834, 598590, 663405, 690681, 523852,
1600772, 584291, 1487118, 1570995, 465972, 533245, 1612617, 1507043, 608202,
618702, 558385, 641294, 584391, 546976, 469202, 618471, 506235, 596443,
692973, 538117, 1630882, 1439653, 1623501, 1508231, 496078, 532843, 534716,
651334, 1612726, 600060, 511012, 1572283, 567582, 521194, 586706, 547323,
509501, 1631037, 1622803, 1612713, 701318, 639152, 494288, 598201, 545533,
698864, 604607, 563817, 1551142, 630903, 1630881, 485145, 544016, 588640,
625021, 597914, 1600957, 1600623, 529562, 529136, 622384, 515826, 1463245,
694858, 592157, 1630646, 578525, 612478, 1586696, 525634, 543604, 1569731,
593955, 648940, 596229, 645454, 522747, 520785, 565575, 552795, 540170,
523836, 568786, 1600835, 574992, 1586306, 525678, 1569725, 565158, 643465,
638959, 524386, 480412, 550679, 499562, 558095, 639265, 614600, 576941,
566867, 641211, 598376, 501034, 1613960, 529052, 552633, 568895, 499063,
574466, 608251, 539751, 547718, 515462, 510960, 612180, 646896, 568952,
614449, 522652, 524107, 548767, 542060, 507595, 651344, 519409, 675972,
491444, 594207, 610887, 647052, 618279, 499662, 534410, 631073, 464332,
519246, 505611, 695070, 541664, 543802, 612798, 618520, 562067, 565579,
560233, 515694, 499093, 616591, 559781, 527696, 512595, 580485, 478791,
569207, 610457, 553006, 580080, 472529, 550569, 565780, 501222, 559569,
604702, 519339, 519323, 524193, 499499, 663919, 561625, 634815, 561750,
684307, 499153, 467661, 532697, 491392, 592028, 493036, 567312, 550834,
538216, 538248, 596371, 665771, 506181, 584106, 586321, 524543, 583960,
524112, 472240, 558284, 502655, 525763, 481981, 612279, 628581, 507500,
506079, 601988, 582814, 634991, 572881, 502837, 550813, 574579, 527305,
671763, 516042, 643263, 517163, 616289, 614889, 506179, 547591, 600654,
573115, 509357, 653037, 547305, 558296, 521092, 521085, 651163, 676248,
608573, 475422, 485119, 545252, 531308, 524240, 653479, 604023, 502497,
491166, 629166, 594546, 529554, 473979, 539803, 667488, 667527, 618894,
525696, 538261, 532873, 526020, 524063, 483544, 645016, 641136, 571030,
547670, 604648, 584122, 614536, 522601, 574647, 553989, 692538, 538094,
536203, 663503, 522729, 475481, 753122, 538731, 545149, 556116, 604038,
608296, 614784, 492955, 565481, 547704, 561411, 557686, 543652, 538558,
510693, 488128, 631075, 653627, 637002, 499265, 586281, 620511, 596490,
584190, 699023, 626756, 722647, 595941, 507537, 561457, 561725, 653152,
568731, 640999, 598326, 515703, 653244, 626884, 510893, 637255, 512046,
572898, 507357, 543892, 538237, 527396, 526080, 525952, 469287, 517301,
751108, 608486, 571472, 536244, 696918, 720431, 606634, 503909, 626550,
509312, 544144, 545885, 560084, 561612, 684705, 590235, 640996, 626709,
549452, 518860, 604115, 604087, 582163, 716474, 602287, 622539, 480070,
459455, 459459, 698894, 563697, 608219, 659657, 659529, 512268, 620415,
621142, 627175, 565418, 584408, 657349, 647031, 539906, 672220, 509539,
671787, 538546, 686609, 565847, 565406, 606589, 547632, 594313, 614522,
499257, 594715, 517600, 586717, 524127, 524341, 552486, 555939, 649285,
598796, 612316, 612823, 651312, 684669, 663476, 545785, 669804, 618195,
604177, 645255, 580623, 725047, 690697, 549541, 517038, 544013, 705714,
489939, 651077, 604078, 703137, 673882, 462909, 531054, 586335, 529103,
529105, 649424, 616842, 653403, 620711, 628719, 634959, 630783, 495866,
539730, 549033, 549029, 578142, 477110, 588359, 569186, 594114, 610470,
493024, 484963, 657685, 563444, 496088, 548606, 545602, 515339, 534724,
494551, 686574, 515289, 514185, 649043, 565870, 563414, 478700, 552625,
596652, 600685, 587972, 478926, 533317, 596485, 538451, 543524, 694937,
556648, 571207, 481967, 547379, 592126, 639280, 692644, 684722, 669795,
618373, 509407, 480462, 486555, 580569, 564014, 491544, 554553, 549249,
519104, 512124, 502336, 514150, 616405, 527199, 602328, 697166, 616808,
615091, 688581, 688485, 635048, 582936, 569136, 578230, 543871, 646996,
515446, 733768, 571485, 647300, 598459, 665717, 631074, 533053, 596593,
665661, 584098, 503903, 527855, 500825, 573018, 499410, 499461, 544116,
543801, 554480, 600605, 509025, 497877, 481986, 663771, 692889, 536192,
684686, 556390, 648865, 573325, 584873, 578826, 604742, 604599, 661587,
510552, 505879, 635139, 502359, 586362, 529104, 541988, 635014, 563779,
529555, 586202, 592431, 598231, 618803, 565448, 657365, 657415, 565195,
456272, 573483, 545534, 545626, 502809, 516091, 486340, 585940, 602612,
610220, 720370
Deleted 799 regions
Showing 5635 region surfaces
Drag select of 999462, 177 of 348 triangles, 997287
Deleted 2 regions
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_650_v2.seg" models #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
> select #2.3
1 model selected
Ungrouped to 21 regions
> select #2.21
1 model selected
> select #2.27
1 model selected
> select add #2.38
2 models selected
Drag select of 2067793, 1871069, 2103658, 2066619, 2067972, 2146544, 1999422,
2143516, 1874183, 2122790, 2001091, 2133064, 2000007, 2067753, 1873949,
2103427, 1874476, 1873437
Grouped 18 regions
Region has 312 adjacent regions
> select #2.2
1 model selected
> select add #2.8
2 models selected
> select #2.21
1 model selected
> select add #2.6
2 models selected
> select add #2.4
3 models selected
> select #2.279
1 model selected
Drag select of 864448, 806869, 513018, 479403, 590823, 1006595, 832615,
537192, 924785, 832815, 619015, 517650, 695238, 783952, 641453, 766436,
789956, 460116, 427164, 669847, 566116, 675938, 781150, 844998, 661819,
475934, 652169, 979915, 828183, 623221, 682761, 556782, 602276, 877279,
867067, 995467, 952986, 933517, 918188, 835003, 680709, 680676, 931555,
849993, 621416, 1001764, 1026405, 809473, 522323, 551437, 590672, 783169,
512858, 313428, 559799, 811171, 429044, 504183, 866475, 598652, 672769,
907548, 775512, 775471, 671950, 496859, 944398, 712361, 948745, 670828,
491836, 720768, 826381, 851730, 519135, 462676, 535168, 564302, 798545,
542367, 494790, 749330, 1030927, 983606, 336576, 828449, 770419, 529550,
590513, 1019408, 621635, 830837, 611151, 997631, 898986, 496516, 764625,
472836, 480821, 720724, 721236, 504636, 712297, 913840, 796223, 538830,
461962, 860773, 723245, 839356, 979722, 712143, 431143, 521528, 731893,
927111, 746940, 870399, 1010744, 468056, 571769, 813603, 558908, 774900,
804793, 506642, 478875, 509787, 796628, 548029, 560750, 946819, 680583,
538987, 712417, 988675, 807230, 627055, 488256, 832633, 735701, 809122,
614506, 738676, 964068, 523224, 579476, 966118, 566118, 798565, 435769,
599281, 862111, 578980, 707938, 870997, 484121, 594827, 866847, 347630,
507451, 937872, 1040369, 701778, 975279, 1026788, 805275, 881549, 630800,
605175, 653801, 628919, 1013026, 592420, 657950, 517865, 740091, 914434,
562267, 999784, 509545, 935844, 514707, 385243, 283716, 526453, 1017314,
463307, 566241, 667720, 833242, 736348, 809665, 747264, 439839, 501690,
779802, 651174, 649730, 988787, 464741, 639475, 708549, 647525, 818345,
725454, 560593, 417917, 868284, 905007, 641729, 512822, 537286, 556783,
492035, 608819, 881580, 498118, 942025, 770960, 975414, 888320, 879567,
563545, 622684, 992645, 772451, 861945, 492942, 775104, 575534, 886004,
536724, 516347, 361626, 957752, 647746, 496673, 856556, 647287, 713949,
776989, 469623, 881962, 873434, 643598, 501390, 720936, 763770, 552579,
601207, 600942, 310469, 879103, 504305, 926683, 471215, 550676, 968265,
592186, 602814, 558533, 693179, 1008332, 627471, 562169, 724841, 623413,
556843, 903073, 801197, 843032, 506413, 981873, 731917, 468177, 673890,
491993, 592545, 390463, 1044850, 878980, 879710, 1004013, 617263, 926767,
687101, 896488, 761789, 502832, 805482, 339334, 495007, 873109, 845914,
551305, 452888, 982121, 493333, 590910, 493421, 487324, 793904, 602527,
776922, 2146554
Grouped 306 regions
Region has 7 adjacent regions
> select #2.8
1 model selected
> select add #2.21
2 models selected
> select add #2.4
3 models selected
> select add #2.2
4 models selected
> select #2.6
1 model selected
> select #2.279
1 model selected
Drag select of 2146555
Grouped 1 regions
Region has 7 adjacent regions
> select #2.21
1 model selected
Region has 894 adjacent regions
> select #2.9
1 model selected
Region has 316 adjacent regions
> select #2.11
1 model selected
> select add #2.4
2 models selected
> select add #2.2
3 models selected
> select add #2.8
4 models selected
> select #2.21
1 model selected
> select add #2.15
2 models selected
> select #2.12
1 model selected
> select #2.1
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.25
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.20
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.34
1 model selected
> select add #2.37
2 models selected
> select add #2.20
3 models selected
> select add #2.39
4 models selected
> select #2.40
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Ungrouped to 2 regions
> select #2.40
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Ungrouped to 0 regions
> select #2.33
1 model selected
Ungrouped to 0 regions
> select #2.34
1 model selected
> select add #2.37
2 models selected
> select add #2.20
3 models selected
> select add #2.44
4 models selected
> select add #2.39
5 models selected
Deleted 5 regions
> select #2.43
1 model selected
> select add #2.41
2 models selected
Deleted 2 regions
> select #2.33
1 model selected
Ungrouped to 0 regions
> select #2.33
1 model selected
Deleted 1 regions
> select #2.178
1 model selected
Ungrouped to 2 regions
> select #2.33
1 model selected
Deleted 1 regions
> select #2.24
1 model selected
Drag select of 2066315, 1874392, 1625870, 1871361, 1633732, 1867970, 1616661,
854110, 1871359, 1625683, 872504, 1556625, 1632793, 979175, 1626134, 1626509,
1632998, 539779, 791511, 465721, 807058, 926986, 1625624, 868406, 1575211,
885728, 1614928, 939910, 1615482, 2001125, 842909, 891992, 1625972, 542477,
970514, 787876, 541058, 734561, 823738, 408415, 594979, 868809, 766360,
501541, 1630669, 1613655, 802584, 673669, 929117, 832760, 593070, 464877,
487080, 641876, 666487, 972958, 666241, 879268, 599272, 844872, 418022,
745500, 758247, 611454, 881029, 951143, 872631, 613343, 972969, 571796,
468254, 835009, 792734, 856259, 471194, 766600, 890587, 785964, 753837,
480856, 739925, 507945, 1033121, 400891, 573761, 648117, 727557, 470829,
375062, 616658, 1037985, 588953, 646036, 508032, 480954, 864082, 924788,
523220, 954972, 519701, 481950, 685258, 643942, 828043, 635598, 639790,
873339, 770332, 633905, 742835, 847667, 909412, 777317, 670577, 419677,
393358, 721511, 664261, 693269, 759357, 811080, 663210, 944199, 725280,
841172, 551588, 725552, 706217, 903201, 970431, 853476, 786140, 772285,
854172, 1017745, 602951, 999646, 433622, 775294, 849660, 914412, 390794,
981509, 807101, 510632, 734474, 779653, 678666, 763714, 742616, 533610,
922528, 440738, 1037661, 901557, 691175, 684093, 690957, 556855, 754126,
759482, 804512, 599136, 774552, 872701, 894677, 571766, 460449, 516425,
595056, 621696, 615272, 485331, 986074, 615530, 751287, 721074, 514571,
619572, 587269, 551446, 1005961, 869035, 607386, 927328, 729813, 483893,
757883, 631487, 805193, 926802, 894841, 529242, 1049022, 981972, 993050,
400818, 892796, 531842, 495034, 494195, 621478, 485189, 457847, 885715,
594453, 601195, 1026462, 556894, 868736, 935519, 872817, 841306, 953470,
749628, 627500, 870634, 613395, 595259, 1019738, 879797, 447612, 503994,
884362, 805463, 579429, 686209, 872603, 733362, 461258, 836904, 740502,
463219, 916167, 738587, 639007, 557056, 796518, 940090, 723710, 612411,
799081, 562358, 924602, 933698, 528333, 408493, 731876, 468203, 567933,
783173, 856130, 783871, 881039, 488601, 962045, 830522, 815128, 494964,
657534, 719282, 615525, 700173, 837096, 514725, 1051568, 640027, 451539,
649854, 735558, 555320, 475692, 619610, 568161, 695618, 546324, 512897,
915760, 693419, 838848, 877520, 877576, 754043, 704359, 845610, 457966,
771124, 920828, 742845, 942013, 830672, 990815, 770918, 847086, 939920,
478496, 886129, 658225, 775144, 775504, 834843, 996970, 970528, 776761,
2146546, 2146553, 2141786, 2143321, 1000098, 2138655, 1605939, 2122851
Grouped 312 regions
Region has 69 adjacent regions
> select #2.11
1 model selected
> select add #2.8
2 models selected
> select add #2.2
3 models selected
> select add #2.4
4 models selected
> select #2.15
1 model selected
> select #2.21
1 model selected
> select #2.12
1 model selected
> select #2.24
1 model selected
Drag select of 2133129, 2122465, 2103396, 2103774, 2103767, 2103713, 2067428,
1860964, 1867876, 1999955, 1874704, 1999836, 1616109, 1867817, 1999632,
862787, 1874477, 1511472, 1871557, 1624788, 1615570, 1615305, 1624887,
1871591, 1614790, 1604633, 1871454, 1605252, 1590290, 835090, 1604110,
1625072, 1604840, 1625246, 803032, 1633039, 781816, 912346, 871012, 907874,
841639, 833107, 1625073, 869052, 907978, 783756, 818137, 841396, 892826,
964431, 718819, 852083, 805292, 918581, 794578, 955609, 852255, 832919,
809446, 854234, 2146557
Grouped 61 regions
Region has 9 adjacent regions
> select add #2.8
2 models selected
> select add #2.12
3 models selected
> select add #2.11
4 models selected
> select add #2.2
5 models selected
> select #2.24
1 model selected
Region has 60 adjacent regions
> select #2.2
1 model selected
> select add #2.4
2 models selected
> select #2.15
1 model selected
> select #2.21
1 model selected
> select add #2.24
2 models selected
> select #2.1
1 model selected
Region has 9 adjacent regions
> select #2.4
1 model selected
> select add #2.15
2 models selected
> select add #2.11
3 models selected
> select add #2.2
4 models selected
> select #2.24
1 model selected
> select add #2.21
2 models selected
> select add #2.8
3 models selected
> select #2.12
1 model selected
Drag select of 2146558
Grouped 1 regions
Region has 9 adjacent regions
> select #2.21
1 model selected
> save "/Users/garciae/Documents/CT scan/arbre_bronquial_650_v2.seg" models #2
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1157, in SaveSegmentationAs
segfile.show_save_dialog(smod, self.path_changed_cb)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 160, in show_save_dialog
show_save_file_dialog(seg.session, format = 'Segmentation',
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 138, in show_save_file_dialog
_dlg.display(session, **kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/dialog.py", line 62, in display
run(session, cmd)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 86, in cmd_save
Command(session, registry=registry).run(provider_cmd_text, log=log)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3213, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/save_command/cmd.py", line 101, in provider_save
saver_info.save(session, path, **provider_kw)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/__init__.py", line 52, in save
save_segmentation(session, path, models = models)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 138, in save_segmentation
write_segmentation(seg, path)
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: can only concatenate str (not "tuple") to str
TypeError: can only concatenate str (not "tuple") to str
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segfile.py", line 91, in write_segmentation
debug(" - map path: " + d.path)
~~~~~~~~~~~~~~~~^~~~~~~~
See log for complete Python traceback.
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/segger/segment_dialog.py", line 1077, in OpenSegmentation
dir = os.path.dirname(dmap.data.path) if dmap else None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 152, in dirname
TypeError: expected str, bytes or os.PathLike object, not tuple
TypeError: expected str, bytes or os.PathLike object, not tuple
File "", line 152, in dirname
See log for complete Python traceback.
OpenGL version: 4.1 ATI-5.5.17
OpenGL renderer: AMD Radeon Pro 5300M OpenGL Engine
OpenGL vendor: ATI Technologies Inc.
Python: 3.11.4
Locale: UTF-8
Qt version: PyQt6 6.7.1, Qt 6.7.1
Qt runtime version: 6.7.3
Qt platform: cocoa
Hardware:
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro16,1
Processor Name: 6-Core Intel Core i7
Processor Speed: 2.6 GHz
Number of Processors: 1
Total Number of Cores: 6
L2 Cache (per Core): 256 KB
L3 Cache: 12 MB
Hyper-Threading Technology: Enabled
Memory: 16 GB
System Firmware Version: 2069.40.2.0.0 (iBridge: 22.16.12093.0.0,0)
OS Loader Version: 580.140.1~51
Software:
System Software Overview:
System Version: macOS 14.7.2 (23H311)
Kernel Version: Darwin 23.6.0
Time since boot: 22 days, 17 hours, 20 minutes
Graphics/Displays:
Intel UHD Graphics 630:
Chipset Model: Intel UHD Graphics 630
Type: GPU
Bus: Built-In
VRAM (Dynamic, Max): 1536 MB
Vendor: Intel
Device ID: 0x3e9b
Revision ID: 0x0000
Automatic Graphics Switching: Supported
gMux Version: 5.0.0
Metal Support: Metal 3
AMD Radeon Pro 5300M:
Chipset Model: AMD Radeon Pro 5300M
Type: GPU
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 4 GB
Vendor: AMD (0x1002)
Device ID: 0x7340
Revision ID: 0x0043
ROM Revision: 113-D3220E-190
VBIOS Version: 113-D32207P1-020
Option ROM Version: 113-D32207P1-020
EFI Driver Version: 01.A1.190
Automatic Graphics Switching: Supported
gMux Version: 5.0.0
Metal Support: Metal 3
Displays:
Color LCD:
Display Type: Built-In Retina LCD
Resolution: 3072 x 1920 Retina
Framebuffer Depth: 24-Bit Color (ARGB8888)
Main Display: Yes
Mirror: Off
Online: Yes
Automatically Adjust Brightness: Yes
Connection Type: Internal
Installed Packages:
alabaster: 1.0.0
anyio: 4.7.0
appdirs: 1.4.4
appnope: 0.1.4
asttokens: 3.0.0
auditwheel: 6.1.0
babel: 2.16.0
beautifulsoup4: 4.12.3
blockdiag: 3.0.0
blosc2: 3.0.0
build: 1.2.1
certifi: 2023.11.17
cftime: 1.6.4.post1
charset-normalizer: 3.4.0
ChimeraX-AddCharge: 1.5.18
ChimeraX-AddH: 2.2.6
ChimeraX-AlignmentAlgorithms: 2.0.2
ChimeraX-AlignmentHdrs: 3.5
ChimeraX-AlignmentMatrices: 2.1
ChimeraX-Alignments: 2.16.1
ChimeraX-AlphaFold: 1.0.1
ChimeraX-AltlocExplorer: 1.1.2
ChimeraX-AmberInfo: 1.0
ChimeraX-Arrays: 1.1
ChimeraX-Atomic: 1.58.8
ChimeraX-AtomicLibrary: 14.1.11
ChimeraX-AtomSearch: 2.0.1
ChimeraX-AxesPlanes: 2.4
ChimeraX-BasicActions: 1.1.2
ChimeraX-BILD: 1.0
ChimeraX-BlastProtein: 3.0.0
ChimeraX-BondRot: 2.0.4
ChimeraX-BugReporter: 1.0.1
ChimeraX-BuildStructure: 2.13.1
ChimeraX-Bumps: 1.0
ChimeraX-BundleBuilder: 1.4.0
ChimeraX-ButtonPanel: 1.0.1
ChimeraX-CageBuilder: 1.0.1
ChimeraX-CellPack: 1.0
ChimeraX-Centroids: 1.4
ChimeraX-ChangeChains: 1.1
ChimeraX-CheckWaters: 1.4
ChimeraX-ChemGroup: 2.0.1
ChimeraX-Clashes: 2.3
ChimeraX-ColorActions: 1.0.5
ChimeraX-ColorGlobe: 1.0
ChimeraX-ColorKey: 1.5.6
ChimeraX-CommandLine: 1.2.5
ChimeraX-ConnectStructure: 2.0.1
ChimeraX-Contacts: 1.0.1
ChimeraX-Core: 1.9
ChimeraX-CoreFormats: 1.2
ChimeraX-coulombic: 1.4.4
ChimeraX-Crosslinks: 1.0
ChimeraX-Crystal: 1.0
ChimeraX-CrystalContacts: 1.0.1
ChimeraX-DataFormats: 1.2.3
ChimeraX-Dicom: 1.2.6
ChimeraX-DistMonitor: 1.4.2
ChimeraX-DockPrep: 1.1.3
ChimeraX-Dssp: 2.0
ChimeraX-EMDB-SFF: 1.0
ChimeraX-ESMFold: 1.0
ChimeraX-FileHistory: 1.0.1
ChimeraX-FunctionKey: 1.0.1
ChimeraX-Geometry: 1.3
ChimeraX-gltf: 1.0
ChimeraX-Graphics: 1.4.1
ChimeraX-Hbonds: 2.5
ChimeraX-Help: 1.3
ChimeraX-HKCage: 1.3
ChimeraX-IHM: 1.1
ChimeraX-ImageFormats: 1.2
ChimeraX-IMOD: 1.0
ChimeraX-IO: 1.0.3
ChimeraX-ItemsInspection: 1.0.1
ChimeraX-IUPAC: 1.0
ChimeraX-KVFinder: 1.2.1
ChimeraX-Label: 1.1.14
ChimeraX-ListInfo: 1.2.2
ChimeraX-Log: 1.2
ChimeraX-LookingGlass: 1.1
ChimeraX-Maestro: 1.9.1
ChimeraX-Map: 1.3
ChimeraX-MapData: 2.0
ChimeraX-MapEraser: 1.0.1
ChimeraX-MapFilter: 2.0.1
ChimeraX-MapFit: 2.0
ChimeraX-MapSeries: 2.1.1
ChimeraX-Markers: 1.0.1
ChimeraX-Mask: 1.0.2
ChimeraX-MatchMaker: 2.1.6
ChimeraX-MCopy: 1.0
ChimeraX-MDcrds: 2.7.2
ChimeraX-MedicalToolbar: 1.1
ChimeraX-Meeting: 1.0.1
ChimeraX-MLP: 1.1.1
ChimeraX-mmCIF: 2.14.2
ChimeraX-MMTF: 2.2
ChimeraX-ModelArchive: 1.0
ChimeraX-Modeller: 1.5.18
ChimeraX-ModelPanel: 1.5
ChimeraX-ModelSeries: 1.0.1
ChimeraX-Mol2: 2.0.3
ChimeraX-Mole: 1.0
ChimeraX-Morph: 1.0.2
ChimeraX-MouseModes: 1.2
ChimeraX-Movie: 1.0
ChimeraX-MutationScores: 1.0
ChimeraX-Neuron: 1.0
ChimeraX-Nifti: 1.2
ChimeraX-NMRSTAR: 1.0.2
ChimeraX-NRRD: 1.2
ChimeraX-Nucleotides: 2.0.3
ChimeraX-OpenCommand: 1.14
ChimeraX-OrthoPick: 1.0.1
ChimeraX-PDB: 2.7.6
ChimeraX-PDBBio: 1.0.1
ChimeraX-PDBLibrary: 1.0.4
ChimeraX-PDBMatrices: 1.0
ChimeraX-PickBlobs: 1.0.1
ChimeraX-Positions: 1.0
ChimeraX-PresetMgr: 1.1.2
ChimeraX-PubChem: 2.2
ChimeraX-ReadPbonds: 1.0.1
ChimeraX-Registration: 1.1.2
ChimeraX-RemoteControl: 1.0
ChimeraX-RenderByAttr: 1.6.2
ChimeraX-RenumberResidues: 1.1
ChimeraX-ResidueFit: 1.0.1
ChimeraX-RestServer: 1.3.1
ChimeraX-RNALayout: 1.0
ChimeraX-RotamerLibMgr: 4.0
ChimeraX-RotamerLibsDunbrack: 2.0
ChimeraX-RotamerLibsDynameomics: 2.0
ChimeraX-RotamerLibsRichardson: 2.0
ChimeraX-SaveCommand: 1.5.1
ChimeraX-SchemeMgr: 1.0
ChimeraX-SDF: 2.0.2
ChimeraX-Segger: 1.0
ChimeraX-Segment: 1.0.1
ChimeraX-Segmentations: 3.5.6
ChimeraX-SelInspector: 1.0
ChimeraX-SeqView: 2.14
ChimeraX-Shape: 1.0.1
ChimeraX-Shell: 1.0.1
ChimeraX-Shortcuts: 1.2.0
ChimeraX-ShowSequences: 1.0.3
ChimeraX-SideView: 1.0.1
ChimeraX-SimilarStructures: 1.0.1
ChimeraX-Smiles: 2.1.2
ChimeraX-SmoothLines: 1.0
ChimeraX-SpaceNavigator: 1.0
ChimeraX-StdCommands: 1.18.1
ChimeraX-STL: 1.0.1
ChimeraX-Storm: 1.0
ChimeraX-StructMeasure: 1.2.1
ChimeraX-Struts: 1.0.1
ChimeraX-Surface: 1.0.1
ChimeraX-SwapAA: 2.0.1
ChimeraX-SwapRes: 2.5
ChimeraX-TapeMeasure: 1.0
ChimeraX-TaskManager: 1.0
ChimeraX-Test: 1.0
ChimeraX-Toolbar: 1.2.3
ChimeraX-ToolshedUtils: 1.2.4
ChimeraX-Topography: 1.0
ChimeraX-ToQuest: 1.0
ChimeraX-Tug: 1.0.1
ChimeraX-UI: 1.41
ChimeraX-Umap: 1.0
ChimeraX-uniprot: 2.3.1
ChimeraX-UnitCell: 1.0.1
ChimeraX-ViewDockX: 1.4.4
ChimeraX-VIPERdb: 1.0
ChimeraX-Vive: 1.1
ChimeraX-VolumeMenu: 1.0.1
ChimeraX-vrml: 1.0
ChimeraX-VTK: 1.0
ChimeraX-WavefrontOBJ: 1.0
ChimeraX-WebCam: 1.0.2
ChimeraX-WebServices: 1.1.4
ChimeraX-Zone: 1.0.1
colorama: 0.4.6
comm: 0.2.2
contourpy: 1.3.1
cxservices: 1.2.3
cycler: 0.12.1
Cython: 3.0.10
debugpy: 1.8.9
decorator: 5.1.1
docutils: 0.21.2
executing: 2.1.0
filelock: 3.15.4
fonttools: 4.55.3
funcparserlib: 2.0.0a0
glfw: 2.8.0
grako: 3.16.5
h11: 0.14.0
h5py: 3.12.1
html2text: 2024.2.26
httpcore: 1.0.7
httpx: 0.28.1
idna: 3.10
ihm: 1.3
imagecodecs: 2024.6.1
imagesize: 1.4.1
ipykernel: 6.29.5
ipython: 8.26.0
ipywidgets: 8.1.5
jedi: 0.19.1
Jinja2: 3.1.4
jupyter_client: 8.6.2
jupyter_core: 5.7.2
jupyterlab_widgets: 3.0.13
kiwisolver: 1.4.7
line_profiler: 4.1.3
lxml: 5.2.2
lz4: 4.3.3
MarkupSafe: 3.0.2
matplotlib: 3.9.2
matplotlib-inline: 0.1.7
msgpack: 1.0.8
ndindex: 1.9.2
nest-asyncio: 1.6.0
netCDF4: 1.6.5
networkx: 3.3
nibabel: 5.2.0
nptyping: 2.5.0
numexpr: 2.10.2
numpy: 1.26.4
openvr: 1.26.701
packaging: 23.2
ParmEd: 4.2.2
parso: 0.8.4
pep517: 0.13.1
pexpect: 4.9.0
pillow: 10.4.0
pip: 24.2
pkginfo: 1.11.1
platformdirs: 4.3.6
prompt_toolkit: 3.0.48
psutil: 6.0.0
ptyprocess: 0.7.0
pure_eval: 0.2.3
py-cpuinfo: 9.0.0
pycollada: 0.8
pydicom: 2.4.4
pyelftools: 0.31
Pygments: 2.18.0
pynmrstar: 3.3.4
pynrrd: 1.0.0
PyOpenGL: 3.1.7
PyOpenGL-accelerate: 3.1.7
pyopenxr: 1.0.3401
pyparsing: 3.2.0
pyproject_hooks: 1.2.0
PyQt6-commercial: 6.7.1
PyQt6-Qt6: 6.7.3
PyQt6-WebEngine-commercial: 6.7.0
PyQt6-WebEngine-Qt6: 6.7.3
PyQt6-WebEngineSubwheel-Qt6: 6.7.3
PyQt6_sip: 13.8.0
python-dateutil: 2.9.0.post0
python-gdcm: 3.0.24.1
pytz: 2024.2
pyzmq: 26.2.0
qtconsole: 5.5.2
QtPy: 2.4.2
qtshim: 1.0
RandomWords: 0.4.0
requests: 2.32.3
scipy: 1.14.0
setuptools: 72.1.0
sfftk-rw: 0.8.1
six: 1.16.0
sniffio: 1.3.1
snowballstemmer: 2.2.0
sortedcontainers: 2.4.0
soupsieve: 2.6
Sphinx: 8.0.2
sphinx-autodoc-typehints: 2.2.3
sphinxcontrib-applehelp: 2.0.0
sphinxcontrib-blockdiag: 3.0.0
sphinxcontrib-devhelp: 2.0.0
sphinxcontrib-htmlhelp: 2.1.0
sphinxcontrib-jsmath: 1.0.1
sphinxcontrib-qthelp: 2.0.0
sphinxcontrib-serializinghtml: 2.0.0
stack-data: 0.6.3
superqt: 0.6.3
tables: 3.10.1
tcia_utils: 1.5.1
tifffile: 2024.7.24
tinyarray: 1.2.4
tornado: 6.4.2
traitlets: 5.14.3
typing_extensions: 4.12.2
tzdata: 2024.2
urllib3: 2.2.3
wcwidth: 0.2.13
webcolors: 24.6.0
wheel: 0.43.0
wheel-filename: 1.4.1
widgetsnbextension: 4.0.13
Note:
See TracTickets
for help on using tickets.