aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-11-12 10:44:01 +0000
committerThierry Thomas <thierry@FreeBSD.org>2022-11-12 13:32:00 +0000
commit23b7d54e92c90054095d1aabb168fe29e9cab851 (patch)
tree8792438a03562c64e7390e612fb0a2d2ac7399bb
parent8580a3f0a3aa74215bdd073cc89d3f670d6d446a (diff)
downloadports-23b7d54e92c90054095d1aabb168fe29e9cab851.tar.gz
ports-23b7d54e92c90054095d1aabb168fe29e9cab851.zip
cad/opencascade: upgrade to 7.7.0
-rw-r--r--cad/opencascade/Makefile13
-rw-r--r--cad/opencascade/distinfo6
-rw-r--r--cad/opencascade/files/patch-CMakeLists.txt18
-rw-r--r--cad/opencascade/files/patch-adm_cmake_occt__macros.cmake14
-rw-r--r--cad/opencascade/files/patch-inc_Standard__Time.hxx19
-rw-r--r--cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx4
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__CString.cxx4
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__Time.hxx19
-rw-r--r--cad/opencascade/pkg-plist1561
9 files changed, 1094 insertions, 564 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 16c5269f22fe..325e005c58d2 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -1,6 +1,5 @@
PORTNAME= opencascade
-PORTVERSION= 7.6.0
-PORTREVISION= 10
+DISTVERSION= 7.7.0
CATEGORIES= cad science
MASTER_SITES= LOCAL/thierry
@@ -19,6 +18,7 @@ BUILD_DEPENDS= rapidjson>0:devel/rapidjson \
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libexpat.so:textproc/expat2 \
+ libdraco.so:archivers/draco \
libpng16.so:graphics/png \
libvtksys-${VTK_VER}.so:math/vtk${VTK_VER:R}
RUN_DEPENDS= bash:shells/bash
@@ -59,7 +59,10 @@ CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
-DUSE_FREETYPE:BOOL=ON \
-DUSE_TBB:BOOL=OFF \
-DUSE_RAPIDJSON:BOOL=ON \
+ -DUSE_DRACO:BOOL=ON \
-DUSE_VTK:BOOL=ON \
+ -D3RDPARTY_DRACO_LIBRARY_DIR:PATH=${LOCALBASE}/lib \
+ -D3RDPARTY_DRACO_INCLUDE_DIR:PATH=${LOCALBASE}/include/draco \
-D3RDPARTY_VTK_INCLUDE_DIR:PATH=${LOCALBASE}/include/vtk-${VTK_VER}
CONFIGURE_ENV+= DESTDIR=${STAGEDIR}
@@ -80,7 +83,7 @@ CONFLICTS_INSTALL= opencascade740 # OpenCAS/bin/DRAWEXE
LOCCROOT= OpenCAS
OCCROOT= ${PREFIX}/${LOCCROOT}
PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${CHOSEN_COMPILER_TYPE} \
- VE=${PORTVERSION:R:R} VER=${PORTVERSION}
+ VE=${PORTVERSION:R} VER=${DISTVERSION:C/-beta//}
FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON
FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF
@@ -118,7 +121,7 @@ VIS_LIB_DEPENDS= libftgl.so:graphics/ftgl \
VIS_USE= GL=glesv2
DOXYGEN_IMPLIES= DOCS
-DOXYGEN_USE= TEX=latex:build
+DOXYGEN_USE= TEX=latex:build
DOXYGEN_BUILD_DEPENDS= bash:shells/bash \
doxygen:devel/doxygen \
dot:graphics/graphviz \
@@ -158,7 +161,7 @@ post-build-DOXYGEN-on:
(cd ${WRKSRC} && ./gendoc -overview)
post-install:
- ${MV} ${STAGEDIR}${OCCROOT}/bin/DRAWEXE-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/DRAWEXE
+ ${MV} ${STAGEDIR}${OCCROOT}/bin/DRAWEXE-${DISTVERSION:C/-beta//} ${STAGEDIR}${PREFIX}/bin/DRAWEXE
(cd ${STAGEDIR}${PREFIX}/bin && \
${LN} -sf DRAWEXE ${STAGEDIR}${OCCROOT}/bin/DRAWEXE)
diff --git a/cad/opencascade/distinfo b/cad/opencascade/distinfo
index c8f9077c1c3c..a7fc1225aadf 100644
--- a/cad/opencascade/distinfo
+++ b/cad/opencascade/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635964606
-SHA256 (opencascade-7.6.0.tgz) = 8dd81ee7b37f38bf930e0c067aa10f027310f3ab896f2925b32a2a2c5e273401
-SIZE (opencascade-7.6.0.tgz) = 230101903
+TIMESTAMP = 1668069465
+SHA256 (opencascade-7.7.0.tgz) = 40e8e0e78b56dd407192b4cabf55dd0bdd1fa9c0a292d263b12f7e21733cb07e
+SIZE (opencascade-7.7.0.tgz) = 247268442
diff --git a/cad/opencascade/files/patch-CMakeLists.txt b/cad/opencascade/files/patch-CMakeLists.txt
index 55efff7a906a..769fd8549c08 100644
--- a/cad/opencascade/files/patch-CMakeLists.txt
+++ b/cad/opencascade/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2021-10-30 11:13:37 UTC
+--- CMakeLists.txt.orig 2022-09-30 11:53:39 UTC
+++ CMakeLists.txt
-@@ -963,7 +963,7 @@ if (${DRAWEXE_INDEX} GREATER -1)
+@@ -1005,7 +1005,7 @@ if (${DRAWEXE_INDEX} GREATER -1)
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE)
else()
install (FILES "${CMAKE_SOURCE_DIR}/adm/templates/draw.${SCRIPT_EXT}" DESTINATION "${INSTALL_DIR_SCRIPT}"
@@ -9,7 +9,7 @@
endif()
# copy draw script to CMake binary folder
-@@ -979,7 +979,7 @@ else()
+@@ -1021,7 +1021,7 @@ endif()
endif()
# change custom.bat/sh
@@ -18,18 +18,12 @@
file (READ "${INSTALL_DIR}/${INSTALL_DIR_SCRIPT}/custom.${SCRIPT_EXT}" CUSTOM_CONTENT)
set (CUSTOM_CONTENT "${CUSTOM_CONTENT} ${ADDITIONAL_CUSTOM_CONTENT}")
-@@ -1229,7 +1229,13 @@ foreach (OCCT_CONFIGURATION ${CMAKE_CONFIGURATION_TYPE
+@@ -1265,7 +1265,7 @@ install (CODE "string (TOLOWER \"\${CMAKE_INSTALL_CONF
endforeach()
# install OpenCASCADE config file with compile definitions and C/C++ flags ONLY for current configuration
install (CODE "string (TOLOWER \"\${CMAKE_INSTALL_CONFIG_NAME}\" CMAKE_INSTALL_CONFIG_NAME_LOWER)")
--install (CODE "configure_file(\"${CMAKE_BINARY_DIR}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\" \"${INSTALL_DIR}/${INSTALL_DIR_CMAKE}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\" COPYONLY)")
-+install(CODE "
-+ configure_file(
-+ \"${CMAKE_BINARY_DIR}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\"
-+ \"\$ENV{DESTDIR}/${INSTALL_DIR_CMAKE}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\"
-+ COPYONLY)
-+")
-+
+-install (CODE "file(INSTALL FILES \"${CMAKE_BINARY_DIR}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\" DESTINATION \"${INSTALL_DIR}/${INSTALL_DIR_CMAKE}/\" TYPE FILE)")
++install (CODE "file(INSTALL FILES \"${CMAKE_BINARY_DIR}/OpenCASCADECompileDefinitionsAndFlags-\${CMAKE_INSTALL_CONFIG_NAME_LOWER}.cmake\" DESTINATION \"${INSTALL_DIR_CMAKE}/\" TYPE FILE)")
foreach (OCCT_MODULE ${OCCT_MODULES})
if (BUILD_MODULE_${OCCT_MODULE})
diff --git a/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake b/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake
index 8ab6018984b8..990e18a58e47 100644
--- a/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake
+++ b/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake
@@ -1,4 +1,4 @@
---- adm/cmake/occt_macros.cmake.orig 2021-10-30 11:13:37 UTC
+--- adm/cmake/occt_macros.cmake.orig 2022-09-30 11:53:39 UTC
+++ adm/cmake/occt_macros.cmake
@@ -47,7 +47,7 @@ macro (OCCT_MAKE_OS_WITH_BITNESS)
elseif(APPLE)
@@ -18,12 +18,12 @@
string(TIMESTAMP CURRENT_TIME "%H:%M:%S")
message (STATUS "Info: \(${CURRENT_TIME}\) Checking headers in inc folder...")
-@@ -592,12 +592,12 @@ macro (OCCT_UPDATE_TARGET_FILE)
- "cmake_policy(PUSH)
- cmake_policy(SET CMP0007 NEW)
- string (TOLOWER \"\${CMAKE_INSTALL_CONFIG_NAME}\" CMAKE_INSTALL_CONFIG_NAME_LOWERCASE)
+@@ -590,12 +590,12 @@ macro (OCCT_UPDATE_TARGET_FILE)
+
+ install (CODE
+ "string (TOLOWER \"\${CMAKE_INSTALL_CONFIG_NAME}\" CMAKE_INSTALL_CONFIG_NAME_LOWERCASE)
- file (GLOB ALL_OCCT_TARGET_FILES \"${INSTALL_DIR}/${INSTALL_DIR_CMAKE}/OpenCASCADE*Targets-\${CMAKE_INSTALL_CONFIG_NAME_LOWERCASE}.cmake\")
-+ file (GLOB ALL_OCCT_TARGET_FILES \"$ENV{DESTDIR}${INSTALL_DIR_CMAKE}/OpenCASCADE*Targets-\${CMAKE_INSTALL_CONFIG_NAME_LOWERCASE}.cmake\")
++ file (GLOB ALL_OCCT_TARGET_FILES \"$ENV{DESTDIR}/${INSTALL_DIR_CMAKE}/OpenCASCADE*Targets-\${CMAKE_INSTALL_CONFIG_NAME_LOWERCASE}.cmake\")
foreach(TARGET_FILENAME \${ALL_OCCT_TARGET_FILES})
file (STRINGS \"\${TARGET_FILENAME}\" TARGET_FILE_CONTENT)
file (REMOVE \"\${TARGET_FILENAME}\")
@@ -32,4 +32,4 @@
+ string (REGEX REPLACE \"[\\\\]?[\\\$]{OCCT_INSTALL_BIN_LETTER}\" \"${OCCT_INSTALL_BIN_LETTER}\" line \"\${line}\")
file (APPEND \"\${TARGET_FILENAME}\" \"\${line}\\n\")
endforeach()
- endforeach()
+ endforeach()")
diff --git a/cad/opencascade/files/patch-inc_Standard__Time.hxx b/cad/opencascade/files/patch-inc_Standard__Time.hxx
deleted file mode 100644
index 500d47993eee..000000000000
--- a/cad/opencascade/files/patch-inc_Standard__Time.hxx
+++ /dev/null
@@ -1,19 +0,0 @@
---- inc/Standard_Time.hxx.orig 2017-08-30 13:28:31 UTC
-+++ inc/Standard_Time.hxx
-@@ -26,11 +26,11 @@
- // ------------------------------------------------------------------
- // IsEqual : Returns Standard_True if two time values are equal
- // ------------------------------------------------------------------
--inline Standard_Boolean IsEqual (const Standard_Time theOne,
-- const Standard_Time theTwo)
--{
-- return theOne == theTwo;
--}
-+//inline Standard_Boolean IsEqual (const Standard_Time theOne,
-+// const Standard_Time theTwo)
-+//{
-+// return theOne == theTwo;
-+//}
-
- #endif
-
diff --git a/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx b/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
index aaa264563964..e9858d5418a8 100644
--- a/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
+++ b/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
@@ -1,6 +1,6 @@
---- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2017-08-30 13:28:30 UTC
+--- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2022-09-30 11:53:57 UTC
+++ src/STEPConstruct/STEPConstruct_AP203Context.cxx
-@@ -123,7 +123,15 @@ Handle(StepBasic_DateAndTime) STEPConstr
+@@ -121,7 +121,15 @@ Handle(StepBasic_DateAndTime) STEPConstruct_AP203Conte
long shift = 0;
_get_timezone (&shift);
#else
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
index 11083adad1b6..5b71f6edf983 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
@@ -1,6 +1,6 @@
---- src/Standard/Standard_CString.cxx.orig 2021-10-30 11:13:58 UTC
+--- src/Standard/Standard_CString.cxx.orig 2022-09-30 11:54:05 UTC
+++ src/Standard/Standard_CString.cxx
-@@ -82,7 +82,7 @@ Standard_Integer HashCodes (const Standard_CString the
+@@ -80,7 +80,7 @@ Standard_Integer HashCodes (const Standard_CString the
// strtod, strtol, strtoll functions. For other system with locale-depended
// implementations problems may appear if "C" locale is not set explicitly.
#if !defined(__ANDROID__) && !defined(__QNX__) && !defined(__MINGW32__)
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__Time.hxx b/cad/opencascade/files/patch-src_Standard_Standard__Time.hxx
deleted file mode 100644
index 907ca96e6cd6..000000000000
--- a/cad/opencascade/files/patch-src_Standard_Standard__Time.hxx
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/Standard/Standard_Time.hxx.orig 2017-08-30 13:28:31 UTC
-+++ src/Standard/Standard_Time.hxx
-@@ -26,11 +26,11 @@
- // ------------------------------------------------------------------
- // IsEqual : Returns Standard_True if two time values are equal
- // ------------------------------------------------------------------
--inline Standard_Boolean IsEqual (const Standard_Time theOne,
-- const Standard_Time theTwo)
--{
-- return theOne == theTwo;
--}
-+//inline Standard_Boolean IsEqual (const Standard_Time theOne,
-+// const Standard_Time theTwo)
-+//{
-+// return theOne == theTwo;
-+//}
-
- #endif
-
diff --git a/cad/opencascade/pkg-plist b/cad/opencascade/pkg-plist
index e871d1900eb2..35d15c39d3e1 100644
--- a/cad/opencascade/pkg-plist
+++ b/cad/opencascade/pkg-plist
@@ -1,4 +1,6 @@
%%OCCROOT%%/bin/DRAWEXE
+%%OCCROOT%%/bin/ExpToCasExe
+%%OCCROOT%%/bin/ExpToCasExe-%%VER%%
%%OCCROOT%%/bin/custom.sh
%%OCCROOT%%/bin/custom_%%CC%%_%%BITS%%.sh
%%OCCROOT%%/bin/draw.sh
@@ -111,9 +113,9 @@
%%OCCROOT%%/resources/SHMessage/SHMessage_SHAPE_us.pxx
%%OCCROOT%%/resources/Shaders/Declarations.glsl
%%OCCROOT%%/resources/Shaders/DeclarationsImpl.glsl
-%%OCCROOT%%/resources/Shaders/DirectionalLightShadow.glsl
%%OCCROOT%%/resources/Shaders/Display.fs
%%OCCROOT%%/resources/Shaders/FILES
+%%OCCROOT%%/resources/Shaders/LightShadow.glsl
%%OCCROOT%%/resources/Shaders/PBRCookTorrance.glsl
%%OCCROOT%%/resources/Shaders/PBRDirectionalLight.glsl
%%OCCROOT%%/resources/Shaders/PBRDistribution.glsl
@@ -137,8 +139,8 @@
%%OCCROOT%%/resources/Shaders/RaytraceSmooth.fs
%%OCCROOT%%/resources/Shaders/Shaders_DeclarationsImpl_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_Declarations_glsl.pxx
-%%OCCROOT%%/resources/Shaders/Shaders_DirectionalLightShadow_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_Display_fs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_LightShadow_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRCookTorrance_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRDirectionalLight_glsl.pxx
%%OCCROOT%%/resources/Shaders/Shaders_PBRDistribution_glsl.pxx
@@ -158,7 +160,9 @@
%%OCCROOT%%/resources/Shaders/Shaders_RaytraceBase_vs.pxx
%%OCCROOT%%/resources/Shaders/Shaders_RaytraceRender_fs.pxx
%%OCCROOT%%/resources/Shaders/Shaders_RaytraceSmooth_fs.pxx
+%%OCCROOT%%/resources/Shaders/Shaders_SkydomBackground_fs.pxx
%%OCCROOT%%/resources/Shaders/Shaders_TangentSpaceNormal_glsl.pxx
+%%OCCROOT%%/resources/Shaders/SkydomBackground.fs
%%OCCROOT%%/resources/Shaders/TangentSpaceNormal.glsl
%%OCCROOT%%/resources/StdResource/FILES
%%OCCROOT%%/resources/StdResource/MigrationSheet.txt
@@ -208,6 +212,7 @@
%%OCCROOT%%/resources/XRResources/occtvr_bindings_holographic_hmd.json
%%OCCROOT%%/resources/XRResources/occtvr_bindings_index_hmd.json
%%OCCROOT%%/resources/XRResources/occtvr_bindings_rift.json
+%%OCCROOT%%/resources/XRResources/occtvr_bindings_touch.json
%%OCCROOT%%/resources/XRResources/occtvr_bindings_vive.json
%%OCCROOT%%/resources/XRResources/occtvr_bindings_vive_controller.json
%%OCCROOT%%/resources/XRResources/occtvr_bindings_vive_cosmos.json
@@ -256,8 +261,8 @@
%%OCCROOT%%/samples/tcl/spheres.tcl
%%OCCROOT%%/samples/tcl/vis_pbr_spheres.tcl
%%OCCROOT%%/samples/tcl/xde.tcl
-%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/LICENSE_LGPL_21.txt
-%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/OCCT_LGPL_EXCEPTION.txt
+%%DOXYGEN%%%%OCCROOT%%/%%DOCSDIR%%/LICENSE_LGPL_21.txt
+%%DOXYGEN%%%%OCCROOT%%/%%DOCSDIR%%/OCCT_LGPL_EXCEPTION.txt
%%OCCROOT%%/tests/blend/begin
%%OCCROOT%%/tests/blend/bfuseblend/A1
%%OCCROOT%%/tests/blend/bfuseblend/A2
@@ -701,6 +706,7 @@
%%OCCROOT%%/tests/blend/tolblend_simple/B7
%%OCCROOT%%/tests/blend/tolblend_simple/B8
%%OCCROOT%%/tests/blend/tolblend_simple/B9
+%%OCCROOT%%/tests/blend/tolblend_simple/begin
%%OCCROOT%%/tests/blend/tolblend_simple/C1
%%OCCROOT%%/tests/blend/tolblend_simple/C2
%%OCCROOT%%/tests/blend/tolblend_simple/C3
@@ -738,7 +744,6 @@
%%OCCROOT%%/tests/blend/tolblend_simple/F8
%%OCCROOT%%/tests/blend/tolblend_simple/F9
%%OCCROOT%%/tests/blend/tolblend_simple/G1
-%%OCCROOT%%/tests/blend/tolblend_simple/begin
%%OCCROOT%%/tests/boolean/bcommon_2d/A1
%%OCCROOT%%/tests/boolean/bcommon_2d/A2
%%OCCROOT%%/tests/boolean/bcommon_2d/A3
@@ -784,6 +789,7 @@
%%OCCROOT%%/tests/boolean/bcommon_2d/E7
%%OCCROOT%%/tests/boolean/bcommon_2d/E8
%%OCCROOT%%/tests/boolean/bcommon_2d/E9
+%%OCCROOT%%/tests/boolean/bcommon_2d/end
%%OCCROOT%%/tests/boolean/bcommon_2d/F1
%%OCCROOT%%/tests/boolean/bcommon_2d/F2
%%OCCROOT%%/tests/boolean/bcommon_2d/F3
@@ -882,7 +888,6 @@
%%OCCROOT%%/tests/boolean/bcommon_2d/P6
%%OCCROOT%%/tests/boolean/bcommon_2d/P7
%%OCCROOT%%/tests/boolean/bcommon_2d/P8
-%%OCCROOT%%/tests/boolean/bcommon_2d/end
%%OCCROOT%%/tests/boolean/bcommon_complex/A1
%%OCCROOT%%/tests/boolean/bcommon_complex/A2
%%OCCROOT%%/tests/boolean/bcommon_complex/A3
@@ -1036,6 +1041,7 @@
%%OCCROOT%%/tests/boolean/bcut_2d/E7
%%OCCROOT%%/tests/boolean/bcut_2d/E8
%%OCCROOT%%/tests/boolean/bcut_2d/E9
+%%OCCROOT%%/tests/boolean/bcut_2d/end
%%OCCROOT%%/tests/boolean/bcut_2d/F1
%%OCCROOT%%/tests/boolean/bcut_2d/F2
%%OCCROOT%%/tests/boolean/bcut_2d/F3
@@ -1161,7 +1167,6 @@
%%OCCROOT%%/tests/boolean/bcut_2d/S6
%%OCCROOT%%/tests/boolean/bcut_2d/S7
%%OCCROOT%%/tests/boolean/bcut_2d/S8
-%%OCCROOT%%/tests/boolean/bcut_2d/end
%%OCCROOT%%/tests/boolean/bcut_complex/A1
%%OCCROOT%%/tests/boolean/bcut_complex/A2
%%OCCROOT%%/tests/boolean/bcut_complex/A3
@@ -1768,6 +1773,7 @@
%%OCCROOT%%/tests/boolean/bopcommon_2d/E7
%%OCCROOT%%/tests/boolean/bopcommon_2d/E8
%%OCCROOT%%/tests/boolean/bopcommon_2d/E9
+%%OCCROOT%%/tests/boolean/bopcommon_2d/end
%%OCCROOT%%/tests/boolean/bopcommon_2d/F1
%%OCCROOT%%/tests/boolean/bopcommon_2d/F2
%%OCCROOT%%/tests/boolean/bopcommon_2d/F3
@@ -1866,7 +1872,6 @@
%%OCCROOT%%/tests/boolean/bopcommon_2d/P6
%%OCCROOT%%/tests/boolean/bopcommon_2d/P7
%%OCCROOT%%/tests/boolean/bopcommon_2d/P8
-%%OCCROOT%%/tests/boolean/bopcommon_2d/end
%%OCCROOT%%/tests/boolean/bopcommon_complex/A1
%%OCCROOT%%/tests/boolean/bopcommon_complex/A2
%%OCCROOT%%/tests/boolean/bopcommon_complex/A3
@@ -3537,6 +3542,7 @@
%%OCCROOT%%/tests/boolean/boptuc_2d/E7
%%OCCROOT%%/tests/boolean/boptuc_2d/E8
%%OCCROOT%%/tests/boolean/boptuc_2d/E9
+%%OCCROOT%%/tests/boolean/boptuc_2d/end
%%OCCROOT%%/tests/boolean/boptuc_2d/F1
%%OCCROOT%%/tests/boolean/boptuc_2d/F2
%%OCCROOT%%/tests/boolean/boptuc_2d/F3
@@ -3632,7 +3638,6 @@
%%OCCROOT%%/tests/boolean/boptuc_2d/P3
%%OCCROOT%%/tests/boolean/boptuc_2d/P4
%%OCCROOT%%/tests/boolean/boptuc_2d/P5
-%%OCCROOT%%/tests/boolean/boptuc_2d/end
%%OCCROOT%%/tests/boolean/boptuc_complex/A1
%%OCCROOT%%/tests/boolean/boptuc_complex/A2
%%OCCROOT%%/tests/boolean/boptuc_complex/A3
@@ -4281,6 +4286,7 @@
%%OCCROOT%%/tests/boolean/cells_test/E7
%%OCCROOT%%/tests/boolean/cells_test/E8
%%OCCROOT%%/tests/boolean/cells_test/E9
+%%OCCROOT%%/tests/boolean/cells_test/end
%%OCCROOT%%/tests/boolean/cells_test/F1
%%OCCROOT%%/tests/boolean/cells_test/F2
%%OCCROOT%%/tests/boolean/cells_test/F3
@@ -4311,7 +4317,6 @@
%%OCCROOT%%/tests/boolean/cells_test/J5
%%OCCROOT%%/tests/boolean/cells_test/J6
%%OCCROOT%%/tests/boolean/cells_test/K1
-%%OCCROOT%%/tests/boolean/cells_test/end
%%OCCROOT%%/tests/boolean/end
%%OCCROOT%%/tests/boolean/gdml_private/A1
%%OCCROOT%%/tests/boolean/gdml_private/A2
@@ -4331,6 +4336,7 @@
%%OCCROOT%%/tests/boolean/gdml_private/B7
%%OCCROOT%%/tests/boolean/gdml_private/B8
%%OCCROOT%%/tests/boolean/gdml_private/B9
+%%OCCROOT%%/tests/boolean/gdml_private/bug27052_ZI5
%%OCCROOT%%/tests/boolean/gdml_private/C1
%%OCCROOT%%/tests/boolean/gdml_private/C2
%%OCCROOT%%/tests/boolean/gdml_private/C3
@@ -4358,6 +4364,7 @@
%%OCCROOT%%/tests/boolean/gdml_private/E7
%%OCCROOT%%/tests/boolean/gdml_private/E8
%%OCCROOT%%/tests/boolean/gdml_private/E9
+%%OCCROOT%%/tests/boolean/gdml_private/end
%%OCCROOT%%/tests/boolean/gdml_private/F1
%%OCCROOT%%/tests/boolean/gdml_private/F2
%%OCCROOT%%/tests/boolean/gdml_private/F3
@@ -4638,8 +4645,6 @@
%%OCCROOT%%/tests/boolean/gdml_private/ZK1
%%OCCROOT%%/tests/boolean/gdml_private/ZK2
%%OCCROOT%%/tests/boolean/gdml_private/ZK3
-%%OCCROOT%%/tests/boolean/gdml_private/bug27052_ZI5
-%%OCCROOT%%/tests/boolean/gdml_private/end
%%OCCROOT%%/tests/boolean/gdml_public/A1
%%OCCROOT%%/tests/boolean/gdml_public/A2
%%OCCROOT%%/tests/boolean/gdml_public/A3
@@ -4715,6 +4720,7 @@
%%OCCROOT%%/tests/boolean/removefeatures/B7
%%OCCROOT%%/tests/boolean/removefeatures/B8
%%OCCROOT%%/tests/boolean/removefeatures/B9
+%%OCCROOT%%/tests/boolean/removefeatures/begin
%%OCCROOT%%/tests/boolean/removefeatures/C1
%%OCCROOT%%/tests/boolean/removefeatures/C2
%%OCCROOT%%/tests/boolean/removefeatures/C3
@@ -4755,7 +4761,6 @@
%%OCCROOT%%/tests/boolean/removefeatures/G2
%%OCCROOT%%/tests/boolean/removefeatures/G3
%%OCCROOT%%/tests/boolean/removefeatures/G4
-%%OCCROOT%%/tests/boolean/removefeatures/begin
%%OCCROOT%%/tests/boolean/simplify/A1
%%OCCROOT%%/tests/boolean/simplify/A2
%%OCCROOT%%/tests/boolean/simplify/A3
@@ -4818,6 +4823,7 @@
%%OCCROOT%%/tests/boolean/volumemaker/E7
%%OCCROOT%%/tests/boolean/volumemaker/E8
%%OCCROOT%%/tests/boolean/volumemaker/E9
+%%OCCROOT%%/tests/boolean/volumemaker/end
%%OCCROOT%%/tests/boolean/volumemaker/F1
%%OCCROOT%%/tests/boolean/volumemaker/F2
%%OCCROOT%%/tests/boolean/volumemaker/F3
@@ -4847,7 +4853,6 @@
%%OCCROOT%%/tests/boolean/volumemaker/H9
%%OCCROOT%%/tests/boolean/volumemaker/I1
%%OCCROOT%%/tests/boolean/volumemaker/I2
-%%OCCROOT%%/tests/boolean/volumemaker/end
%%OCCROOT%%/tests/bugs/begin
%%OCCROOT%%/tests/bugs/caf/begin
%%OCCROOT%%/tests/bugs/caf/buc60756
@@ -5007,12 +5012,12 @@
%%OCCROOT%%/tests/bugs/caf/bug425
%%OCCROOT%%/tests/bugs/caf/bug644
%%OCCROOT%%/tests/bugs/caf/bug669
-%%OCCROOT%%/tests/bugs/caf/bug738_1
-%%OCCROOT%%/tests/bugs/caf/bug738_2
-%%OCCROOT%%/tests/bugs/caf/bug739
%%OCCROOT%%/tests/bugs/caf/bug73_1
%%OCCROOT%%/tests/bugs/caf/bug73_2
%%OCCROOT%%/tests/bugs/caf/bug73_3
+%%OCCROOT%%/tests/bugs/caf/bug738_1
+%%OCCROOT%%/tests/bugs/caf/bug738_2
+%%OCCROOT%%/tests/bugs/caf/bug739
%%OCCROOT%%/tests/bugs/caf/bug9746
%%OCCROOT%%/tests/bugs/demo/begin
%%OCCROOT%%/tests/bugs/demo/bug14673_1
@@ -5119,7 +5124,9 @@
%%OCCROOT%%/tests/bugs/fclasses/bug28829
%%OCCROOT%%/tests/bugs/fclasses/bug29064
%%OCCROOT%%/tests/bugs/fclasses/bug29355
+%%OCCROOT%%/tests/bugs/fclasses/bug29406
%%OCCROOT%%/tests/bugs/fclasses/bug29925
+%%OCCROOT%%/tests/bugs/fclasses/bug30492
%%OCCROOT%%/tests/bugs/fclasses/bug30536
%%OCCROOT%%/tests/bugs/fclasses/bug30762
%%OCCROOT%%/tests/bugs/fclasses/bug30775
@@ -5134,6 +5141,8 @@
%%OCCROOT%%/tests/bugs/fclasses/bug31381
%%OCCROOT%%/tests/bugs/fclasses/bug31697
%%OCCROOT%%/tests/bugs/fclasses/bug32601
+%%OCCROOT%%/tests/bugs/fclasses/bug32960
+%%OCCROOT%%/tests/bugs/fclasses/bug33048
%%OCCROOT%%/tests/bugs/fclasses/bug6143
%%OCCROOT%%/tests/bugs/fclasses/bug63
%%OCCROOT%%/tests/bugs/fclasses/bug670
@@ -5149,9 +5158,9 @@
%%OCCROOT%%/tests/bugs/fclasses/bug902
%%OCCROOT%%/tests/bugs/fclasses/bug983
%%OCCROOT%%/tests/bugs/fclasses/bug984
+%%OCCROOT%%/tests/bugs/fclasses/bug984_1
%%OCCROOT%%/tests/bugs/fclasses/bug9848_1
%%OCCROOT%%/tests/bugs/fclasses/bug9848_2
-%%OCCROOT%%/tests/bugs/fclasses/bug984_1
%%OCCROOT%%/tests/bugs/filling/begin
%%OCCROOT%%/tests/bugs/filling/bug13904
%%OCCROOT%%/tests/bugs/filling/bug16119
@@ -5277,7 +5286,9 @@
%%OCCROOT%%/tests/bugs/heal/bug28595
%%OCCROOT%%/tests/bugs/heal/bug28768
%%OCCROOT%%/tests/bugs/heal/bug28995
-%%OCCROOT%%/tests/bugs/heal/bug29382
+%%OCCROOT%%/tests/bugs/heal/bug29382_1
+%%OCCROOT%%/tests/bugs/heal/bug29382_2
+%%OCCROOT%%/tests/bugs/heal/bug29382_3
%%OCCROOT%%/tests/bugs/heal/bug29502
%%OCCROOT%%/tests/bugs/heal/bug29504_1
%%OCCROOT%%/tests/bugs/heal/bug29504_2
@@ -5316,7 +5327,12 @@
%%OCCROOT%%/tests/bugs/heal/bug32581
%%OCCROOT%%/tests/bugs/heal/bug32619
%%OCCROOT%%/tests/bugs/heal/bug32623
+%%OCCROOT%%/tests/bugs/heal/bug32719
+%%OCCROOT%%/tests/bugs/heal/bug32814_1
+%%OCCROOT%%/tests/bugs/heal/bug32814_2
%%OCCROOT%%/tests/bugs/heal/bug329
+%%OCCROOT%%/tests/bugs/heal/bug33006
+%%OCCROOT%%/tests/bugs/heal/bug33028
%%OCCROOT%%/tests/bugs/heal/bug482
%%OCCROOT%%/tests/bugs/heal/bug518
%%OCCROOT%%/tests/bugs/heal/bug7570
@@ -5395,6 +5411,7 @@
%%OCCROOT%%/tests/bugs/iges/bug25843_iges
%%OCCROOT%%/tests/bugs/iges/bug26047
%%OCCROOT%%/tests/bugs/iges/bug26138
+%%OCCROOT%%/tests/bugs/iges/bug26174
%%OCCROOT%%/tests/bugs/iges/bug26419_1
%%OCCROOT%%/tests/bugs/iges/bug26419_2
%%OCCROOT%%/tests/bugs/iges/bug26573
@@ -5418,6 +5435,8 @@
%%OCCROOT%%/tests/bugs/iges/bug28694_8
%%OCCROOT%%/tests/bugs/iges/bug28694_9
%%OCCROOT%%/tests/bugs/iges/bug29391
+%%OCCROOT%%/tests/bugs/iges/bug29435
+%%OCCROOT%%/tests/bugs/iges/bug29435_1
%%OCCROOT%%/tests/bugs/iges/bug29526
%%OCCROOT%%/tests/bugs/iges/bug30356
%%OCCROOT%%/tests/bugs/iges/bug30544
@@ -5632,6 +5651,7 @@
%%OCCROOT%%/tests/bugs/mesh/bug28719
%%OCCROOT%%/tests/bugs/mesh/bug29149
%%OCCROOT%%/tests/bugs/mesh/bug29205
+%%OCCROOT%%/tests/bugs/mesh/bug29641
%%OCCROOT%%/tests/bugs/mesh/bug29685
%%OCCROOT%%/tests/bugs/mesh/bug29715
%%OCCROOT%%/tests/bugs/mesh/bug29751
@@ -5642,6 +5662,7 @@
%%OCCROOT%%/tests/bugs/mesh/bug30149
%%OCCROOT%%/tests/bugs/mesh/bug30167
%%OCCROOT%%/tests/bugs/mesh/bug30234
+%%OCCROOT%%/tests/bugs/mesh/bug30442
%%OCCROOT%%/tests/bugs/mesh/bug30780
%%OCCROOT%%/tests/bugs/mesh/bug30785
%%OCCROOT%%/tests/bugs/mesh/bug31125
@@ -5654,9 +5675,26 @@
%%OCCROOT%%/tests/bugs/mesh/bug31251
%%OCCROOT%%/tests/bugs/mesh/bug31258
%%OCCROOT%%/tests/bugs/mesh/bug31378
+%%OCCROOT%%/tests/bugs/mesh/bug31449_1
+%%OCCROOT%%/tests/bugs/mesh/bug31449_2
+%%OCCROOT%%/tests/bugs/mesh/bug31449_3
%%OCCROOT%%/tests/bugs/mesh/bug31461
+%%OCCROOT%%/tests/bugs/mesh/bug31476
+%%OCCROOT%%/tests/bugs/mesh/bug31853
+%%OCCROOT%%/tests/bugs/mesh/bug31926
+%%OCCROOT%%/tests/bugs/mesh/bug32053
+%%OCCROOT%%/tests/bugs/mesh/bug32241
+%%OCCROOT%%/tests/bugs/mesh/bug32422
%%OCCROOT%%/tests/bugs/mesh/bug32424
%%OCCROOT%%/tests/bugs/mesh/bug32471
+%%OCCROOT%%/tests/bugs/mesh/bug32692_1
+%%OCCROOT%%/tests/bugs/mesh/bug32692_2
+%%OCCROOT%%/tests/bugs/mesh/bug32692_3
+%%OCCROOT%%/tests/bugs/mesh/bug32767
+%%OCCROOT%%/tests/bugs/mesh/bug32982_1
+%%OCCROOT%%/tests/bugs/mesh/bug32982_2
+%%OCCROOT%%/tests/bugs/mesh/bug33050
+%%OCCROOT%%/tests/bugs/mesh/bug33060
%%OCCROOT%%/tests/bugs/mesh/parse.rules
%%OCCROOT%%/tests/bugs/modalg_1/begin
%%OCCROOT%%/tests/bugs/modalg_1/buc60409_1
@@ -5744,9 +5782,9 @@
%%OCCROOT%%/tests/bugs/modalg_1/bug100
%%OCCROOT%%/tests/bugs/modalg_1/bug101
%%OCCROOT%%/tests/bugs/modalg_1/bug1013
-%%OCCROOT%%/tests/bugs/modalg_1/bug10232
%%OCCROOT%%/tests/bugs/modalg_1/bug102_1
%%OCCROOT%%/tests/bugs/modalg_1/bug102_2
+%%OCCROOT%%/tests/bugs/modalg_1/bug10232
%%OCCROOT%%/tests/bugs/modalg_1/bug10435_1
%%OCCROOT%%/tests/bugs/modalg_1/bug10435_2
%%OCCROOT%%/tests/bugs/modalg_1/bug10605_1
@@ -5783,13 +5821,13 @@
%%OCCROOT%%/tests/bugs/modalg_1/bug118
%%OCCROOT%%/tests/bugs/modalg_1/bug118_1
%%OCCROOT%%/tests/bugs/modalg_1/bug118_2
-%%OCCROOT%%/tests/bugs/modalg_1/bug12213
-%%OCCROOT%%/tests/bugs/modalg_1/bug12257
-%%OCCROOT%%/tests/bugs/modalg_1/bug1226
%%OCCROOT%%/tests/bugs/modalg_1/bug122_1
%%OCCROOT%%/tests/bugs/modalg_1/bug122_2
%%OCCROOT%%/tests/bugs/modalg_1/bug122_3
%%OCCROOT%%/tests/bugs/modalg_1/bug122_4
+%%OCCROOT%%/tests/bugs/modalg_1/bug12213
+%%OCCROOT%%/tests/bugs/modalg_1/bug12257
+%%OCCROOT%%/tests/bugs/modalg_1/bug1226
%%OCCROOT%%/tests/bugs/modalg_1/bug123_1
%%OCCROOT%%/tests/bugs/modalg_1/bug123_2
%%OCCROOT%%/tests/bugs/modalg_1/bug1243_1
@@ -5834,7 +5872,6 @@
%%OCCROOT%%/tests/bugs/modalg_1/bug14536
%%OCCROOT%%/tests/bugs/modalg_1/bug1456
%%OCCROOT%%/tests/bugs/modalg_1/bug14643
-%%OCCROOT%%/tests/bugs/modalg_1/bug14777
%%OCCROOT%%/tests/bugs/modalg_1/bug1477_1
%%OCCROOT%%/tests/bugs/modalg_1/bug1477_10
%%OCCROOT%%/tests/bugs/modalg_1/bug1477_11
@@ -5847,6 +5884,7 @@
%%OCCROOT%%/tests/bugs/modalg_1/bug1477_7
%%OCCROOT%%/tests/bugs/modalg_1/bug1477_8
%%OCCROOT%%/tests/bugs/modalg_1/bug1477_9
+%%OCCROOT%%/tests/bugs/modalg_1/bug14777
%%OCCROOT%%/tests/bugs/modalg_1/bug14780
%%OCCROOT%%/tests/bugs/modalg_1/bug15036
%%OCCROOT%%/tests/bugs/modalg_1/bug15836
@@ -5925,6 +5963,9 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug21
%%OCCROOT%%/tests/bugs/modalg_2/bug21060
%%OCCROOT%%/tests/bugs/modalg_2/bug212
+%%OCCROOT%%/tests/bugs/modalg_2/bug212_1
+%%OCCROOT%%/tests/bugs/modalg_2/bug212_2
+%%OCCROOT%%/tests/bugs/modalg_2/bug212_3
%%OCCROOT%%/tests/bugs/modalg_2/bug21255
%%OCCROOT%%/tests/bugs/modalg_2/bug21261_1
%%OCCROOT%%/tests/bugs/modalg_2/bug21261_10
@@ -5972,9 +6013,6 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug21261_7
%%OCCROOT%%/tests/bugs/modalg_2/bug21261_8
%%OCCROOT%%/tests/bugs/modalg_2/bug21261_9
-%%OCCROOT%%/tests/bugs/modalg_2/bug212_1
-%%OCCROOT%%/tests/bugs/modalg_2/bug212_2
-%%OCCROOT%%/tests/bugs/modalg_2/bug212_3
%%OCCROOT%%/tests/bugs/modalg_2/bug213
%%OCCROOT%%/tests/bugs/modalg_2/bug213_1
%%OCCROOT%%/tests/bugs/modalg_2/bug213_2
@@ -5984,11 +6022,11 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug21540
%%OCCROOT%%/tests/bugs/modalg_2/bug21652_1
%%OCCROOT%%/tests/bugs/modalg_2/bug21652_2
-%%OCCROOT%%/tests/bugs/modalg_2/bug21722
%%OCCROOT%%/tests/bugs/modalg_2/bug2172_1
%%OCCROOT%%/tests/bugs/modalg_2/bug2172_2
%%OCCROOT%%/tests/bugs/modalg_2/bug2172_3
%%OCCROOT%%/tests/bugs/modalg_2/bug2172_4
+%%OCCROOT%%/tests/bugs/modalg_2/bug21722
%%OCCROOT%%/tests/bugs/modalg_2/bug21754
%%OCCROOT%%/tests/bugs/modalg_2/bug21909
%%OCCROOT%%/tests/bugs/modalg_2/bug221
@@ -6329,14 +6367,14 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug539_1
%%OCCROOT%%/tests/bugs/modalg_2/bug539_2
%%OCCROOT%%/tests/bugs/modalg_2/bug548
+%%OCCROOT%%/tests/bugs/modalg_2/bug57_1
+%%OCCROOT%%/tests/bugs/modalg_2/bug57_2
%%OCCROOT%%/tests/bugs/modalg_2/bug570
%%OCCROOT%%/tests/bugs/modalg_2/bug571_1
%%OCCROOT%%/tests/bugs/modalg_2/bug571_2
%%OCCROOT%%/tests/bugs/modalg_2/bug5729
%%OCCROOT%%/tests/bugs/modalg_2/bug578_1
%%OCCROOT%%/tests/bugs/modalg_2/bug578_2
-%%OCCROOT%%/tests/bugs/modalg_2/bug57_1
-%%OCCROOT%%/tests/bugs/modalg_2/bug57_2
%%OCCROOT%%/tests/bugs/modalg_2/bug5805_1
%%OCCROOT%%/tests/bugs/modalg_2/bug5805_10
%%OCCROOT%%/tests/bugs/modalg_2/bug5805_11
@@ -6397,16 +6435,16 @@
%%OCCROOT%%/tests/bugs/modalg_3/bug5805_7
%%OCCROOT%%/tests/bugs/modalg_3/bug5805_8
%%OCCROOT%%/tests/bugs/modalg_3/bug5805_9
-%%OCCROOT%%/tests/bugs/modalg_3/bug594
%%OCCROOT%%/tests/bugs/modalg_3/bug59_1
%%OCCROOT%%/tests/bugs/modalg_3/bug59_2
+%%OCCROOT%%/tests/bugs/modalg_3/bug594
%%OCCROOT%%/tests/bugs/modalg_3/bug600
%%OCCROOT%%/tests/bugs/modalg_3/bug602
%%OCCROOT%%/tests/bugs/modalg_3/bug605
-%%OCCROOT%%/tests/bugs/modalg_3/bug6063
-%%OCCROOT%%/tests/bugs/modalg_3/bug6063_1
%%OCCROOT%%/tests/bugs/modalg_3/bug606_1
%%OCCROOT%%/tests/bugs/modalg_3/bug606_2
+%%OCCROOT%%/tests/bugs/modalg_3/bug6063
+%%OCCROOT%%/tests/bugs/modalg_3/bug6063_1
%%OCCROOT%%/tests/bugs/modalg_3/bug615
%%OCCROOT%%/tests/bugs/modalg_3/bug616
%%OCCROOT%%/tests/bugs/modalg_3/bug698
@@ -6464,9 +6502,9 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug6766_2
%%OCCROOT%%/tests/bugs/modalg_4/bug6766_3
%%OCCROOT%%/tests/bugs/modalg_4/bug6766_4
-%%OCCROOT%%/tests/bugs/modalg_4/bug6811
%%OCCROOT%%/tests/bugs/modalg_4/bug68_1
%%OCCROOT%%/tests/bugs/modalg_4/bug68_2
+%%OCCROOT%%/tests/bugs/modalg_4/bug6811
%%OCCROOT%%/tests/bugs/modalg_4/bug693
%%OCCROOT%%/tests/bugs/modalg_4/bug693_1
%%OCCROOT%%/tests/bugs/modalg_4/bug697_1
@@ -6506,6 +6544,8 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug763
%%OCCROOT%%/tests/bugs/modalg_4/bug7668
%%OCCROOT%%/tests/bugs/modalg_4/bug767
+%%OCCROOT%%/tests/bugs/modalg_4/bug77_1
+%%OCCROOT%%/tests/bugs/modalg_4/bug77_2
%%OCCROOT%%/tests/bugs/modalg_4/bug770
%%OCCROOT%%/tests/bugs/modalg_4/bug771
%%OCCROOT%%/tests/bugs/modalg_4/bug772
@@ -6517,8 +6557,6 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug778_1
%%OCCROOT%%/tests/bugs/modalg_4/bug778_2
%%OCCROOT%%/tests/bugs/modalg_4/bug779
-%%OCCROOT%%/tests/bugs/modalg_4/bug77_1
-%%OCCROOT%%/tests/bugs/modalg_4/bug77_2
%%OCCROOT%%/tests/bugs/modalg_4/bug78
%%OCCROOT%%/tests/bugs/modalg_4/bug780_1
%%OCCROOT%%/tests/bugs/modalg_4/bug780_2
@@ -6532,9 +6570,10 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug817_2
%%OCCROOT%%/tests/bugs/modalg_4/bug817_3
%%OCCROOT%%/tests/bugs/modalg_4/bug82
-%%OCCROOT%%/tests/bugs/modalg_4/bug8228
+%%OCCROOT%%/tests/bugs/modalg_4/bug82_1
%%OCCROOT%%/tests/bugs/modalg_4/bug822_1
%%OCCROOT%%/tests/bugs/modalg_4/bug822_2
+%%OCCROOT%%/tests/bugs/modalg_4/bug8228
%%OCCROOT%%/tests/bugs/modalg_4/bug823
%%OCCROOT%%/tests/bugs/modalg_4/bug824
%%OCCROOT%%/tests/bugs/modalg_4/bug825
@@ -6543,7 +6582,6 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug828
%%OCCROOT%%/tests/bugs/modalg_4/bug829_1
%%OCCROOT%%/tests/bugs/modalg_4/bug829_2
-%%OCCROOT%%/tests/bugs/modalg_4/bug82_1
%%OCCROOT%%/tests/bugs/modalg_4/bug8370
%%OCCROOT%%/tests/bugs/modalg_4/bug8372
%%OCCROOT%%/tests/bugs/modalg_4/bug86
@@ -6677,6 +6715,8 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug23708
%%OCCROOT%%/tests/bugs/modalg_5/bug23782
%%OCCROOT%%/tests/bugs/modalg_5/bug23785
+%%OCCROOT%%/tests/bugs/modalg_5/bug23820_1
+%%OCCROOT%%/tests/bugs/modalg_5/bug23820_2
%%OCCROOT%%/tests/bugs/modalg_5/bug23823
%%OCCROOT%%/tests/bugs/modalg_5/bug23824_1
%%OCCROOT%%/tests/bugs/modalg_5/bug23824_2
@@ -6834,6 +6874,7 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug24654
%%OCCROOT%%/tests/bugs/modalg_5/bug24655
%%OCCROOT%%/tests/bugs/modalg_5/bug24656
+%%OCCROOT%%/tests/bugs/modalg_5/bug24657
%%OCCROOT%%/tests/bugs/modalg_5/bug24667
%%OCCROOT%%/tests/bugs/modalg_5/bug24684
%%OCCROOT%%/tests/bugs/modalg_5/bug24706
@@ -7599,6 +7640,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug28782
%%OCCROOT%%/tests/bugs/modalg_6/bug28795
%%OCCROOT%%/tests/bugs/modalg_6/bug31047
+%%OCCROOT%%/tests/bugs/modalg_6/bug32876
%%OCCROOT%%/tests/bugs/modalg_6/bug6768
%%OCCROOT%%/tests/bugs/modalg_6/bug7093
%%OCCROOT%%/tests/bugs/modalg_6/bug8040
@@ -7663,6 +7705,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug25082_2
%%OCCROOT%%/tests/bugs/modalg_7/bug25104
%%OCCROOT%%/tests/bugs/modalg_7/bug25206
+%%OCCROOT%%/tests/bugs/modalg_7/bug25309
%%OCCROOT%%/tests/bugs/modalg_7/bug25385
%%OCCROOT%%/tests/bugs/modalg_7/bug25395_1
%%OCCROOT%%/tests/bugs/modalg_7/bug25395_2
@@ -7970,6 +8013,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug29968
%%OCCROOT%%/tests/bugs/modalg_7/bug29973_1
%%OCCROOT%%/tests/bugs/modalg_7/bug29973_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug30054
%%OCCROOT%%/tests/bugs/modalg_7/bug30090
%%OCCROOT%%/tests/bugs/modalg_7/bug30092
%%OCCROOT%%/tests/bugs/modalg_7/bug30140
@@ -8010,6 +8054,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug30395
%%OCCROOT%%/tests/bugs/modalg_7/bug30396_1
%%OCCROOT%%/tests/bugs/modalg_7/bug30396_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug30398
%%OCCROOT%%/tests/bugs/modalg_7/bug30433
%%OCCROOT%%/tests/bugs/modalg_7/bug30490
%%OCCROOT%%/tests/bugs/modalg_7/bug30522
@@ -8100,6 +8145,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug31260
%%OCCROOT%%/tests/bugs/modalg_7/bug31294
%%OCCROOT%%/tests/bugs/modalg_7/bug31306
+%%OCCROOT%%/tests/bugs/modalg_7/bug31361
%%OCCROOT%%/tests/bugs/modalg_7/bug31404
%%OCCROOT%%/tests/bugs/modalg_7/bug31407_1
%%OCCROOT%%/tests/bugs/modalg_7/bug31407_2
@@ -8143,6 +8189,7 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug31913
%%OCCROOT%%/tests/bugs/modalg_7/bug31974
%%OCCROOT%%/tests/bugs/modalg_7/bug31984
+%%OCCROOT%%/tests/bugs/modalg_7/bug32066
%%OCCROOT%%/tests/bugs/modalg_7/bug32106
%%OCCROOT%%/tests/bugs/modalg_7/bug32108
%%OCCROOT%%/tests/bugs/modalg_7/bug32136
@@ -8151,15 +8198,62 @@
%%OCCROOT%%/tests/bugs/modalg_7/bug32291
%%OCCROOT%%/tests/bugs/modalg_7/bug32330
%%OCCROOT%%/tests/bugs/modalg_7/bug32444
+%%OCCROOT%%/tests/bugs/modalg_7/bug32445
+%%OCCROOT%%/tests/bugs/modalg_7/bug32446
+%%OCCROOT%%/tests/bugs/modalg_7/bug32447_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug32447_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug32447_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug32447_4
%%OCCROOT%%/tests/bugs/modalg_7/bug32470
%%OCCROOT%%/tests/bugs/modalg_7/bug32502
%%OCCROOT%%/tests/bugs/modalg_7/bug32569
%%OCCROOT%%/tests/bugs/modalg_7/bug32578
+%%OCCROOT%%/tests/bugs/modalg_7/bug32644
+%%OCCROOT%%/tests/bugs/modalg_7/bug32691
+%%OCCROOT%%/tests/bugs/modalg_7/bug32717
+%%OCCROOT%%/tests/bugs/modalg_7/bug32744
+%%OCCROOT%%/tests/bugs/modalg_7/bug32863
+%%OCCROOT%%/tests/bugs/modalg_7/bug32874_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug32874_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug32874_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug32874_4
+%%OCCROOT%%/tests/bugs/modalg_7/bug32874_5
+%%OCCROOT%%/tests/bugs/modalg_7/bug32877
%%OCCROOT%%/tests/bugs/modalg_7/bug5081_1
%%OCCROOT%%/tests/bugs/modalg_7/bug5081_2
%%OCCROOT%%/tests/bugs/modalg_7/bug5582
%%OCCROOT%%/tests/bugs/modalg_7/bug83
%%OCCROOT%%/tests/bugs/modalg_7/optimal_bndbox_exception
+%%OCCROOT%%/tests/bugs/modalg_8/bug30160
+%%OCCROOT%%/tests/bugs/modalg_8/bug30955
+%%OCCROOT%%/tests/bugs/modalg_8/bug31479_1
+%%OCCROOT%%/tests/bugs/modalg_8/bug31479_2
+%%OCCROOT%%/tests/bugs/modalg_8/bug31992
+%%OCCROOT%%/tests/bugs/modalg_8/bug32214_1
+%%OCCROOT%%/tests/bugs/modalg_8/bug32214_2
+%%OCCROOT%%/tests/bugs/modalg_8/bug32214_3
+%%OCCROOT%%/tests/bugs/modalg_8/bug32214_4
+%%OCCROOT%%/tests/bugs/modalg_8/bug32214_5
+%%OCCROOT%%/tests/bugs/modalg_8/bug32214_6
+%%OCCROOT%%/tests/bugs/modalg_8/bug32716_1
+%%OCCROOT%%/tests/bugs/modalg_8/bug32716_2
+%%OCCROOT%%/tests/bugs/modalg_8/bug32716_3
+%%OCCROOT%%/tests/bugs/modalg_8/bug32716_4
+%%OCCROOT%%/tests/bugs/modalg_8/bug32721
+%%OCCROOT%%/tests/bugs/modalg_8/bug32859
+%%OCCROOT%%/tests/bugs/modalg_8/bug32864
+%%OCCROOT%%/tests/bugs/modalg_8/bug32915
+%%OCCROOT%%/tests/bugs/modalg_8/bug32929
+%%OCCROOT%%/tests/bugs/modalg_8/bug32930
+%%OCCROOT%%/tests/bugs/modalg_8/bug32931
+%%OCCROOT%%/tests/bugs/modalg_8/bug32942
+%%OCCROOT%%/tests/bugs/modalg_8/bug32943
+%%OCCROOT%%/tests/bugs/modalg_8/bug32944
+%%OCCROOT%%/tests/bugs/modalg_8/bug32945
+%%OCCROOT%%/tests/bugs/modalg_8/bug32973
+%%OCCROOT%%/tests/bugs/modalg_8/bug33080
+%%OCCROOT%%/tests/bugs/modalg_8/bug33104
+%%OCCROOT%%/tests/bugs/modalg_8/bug33165
%%OCCROOT%%/tests/bugs/moddata_1/begin
%%OCCROOT%%/tests/bugs/moddata_1/buc60637
%%OCCROOT%%/tests/bugs/moddata_1/buc60652_1
@@ -8244,10 +8338,10 @@
%%OCCROOT%%/tests/bugs/moddata_1/bug163
%%OCCROOT%%/tests/bugs/moddata_1/bug164_1
%%OCCROOT%%/tests/bugs/moddata_1/bug164_2
-%%OCCROOT%%/tests/bugs/moddata_1/bug1651
%%OCCROOT%%/tests/bugs/moddata_1/bug165_1
%%OCCROOT%%/tests/bugs/moddata_1/bug165_2
%%OCCROOT%%/tests/bugs/moddata_1/bug165_3
+%%OCCROOT%%/tests/bugs/moddata_1/bug1651
%%OCCROOT%%/tests/bugs/moddata_1/bug17
%%OCCROOT%%/tests/bugs/moddata_1/bug17046
%%OCCROOT%%/tests/bugs/moddata_1/bug17424
@@ -8275,10 +8369,10 @@
%%OCCROOT%%/tests/bugs/moddata_1/bug20904_1
%%OCCROOT%%/tests/bugs/moddata_1/bug20904_2
%%OCCROOT%%/tests/bugs/moddata_1/bug20904_3
-%%OCCROOT%%/tests/bugs/moddata_1/bug21121
-%%OCCROOT%%/tests/bugs/moddata_1/bug21122
%%OCCROOT%%/tests/bugs/moddata_1/bug211_1
%%OCCROOT%%/tests/bugs/moddata_1/bug211_2
+%%OCCROOT%%/tests/bugs/moddata_1/bug21121
+%%OCCROOT%%/tests/bugs/moddata_1/bug21122
%%OCCROOT%%/tests/bugs/moddata_1/bug217
%%OCCROOT%%/tests/bugs/moddata_1/bug22039
%%OCCROOT%%/tests/bugs/moddata_1/bug22043
@@ -8298,6 +8392,8 @@
%%OCCROOT%%/tests/bugs/moddata_1/bug22554_4
%%OCCROOT%%/tests/bugs/moddata_1/bug22623
%%OCCROOT%%/tests/bugs/moddata_1/bug22694
+%%OCCROOT%%/tests/bugs/moddata_1/bug227_1
+%%OCCROOT%%/tests/bugs/moddata_1/bug227_2
%%OCCROOT%%/tests/bugs/moddata_1/bug22703
%%OCCROOT%%/tests/bugs/moddata_1/bug22726
%%OCCROOT%%/tests/bugs/moddata_1/bug22733
@@ -8306,8 +8402,6 @@
%%OCCROOT%%/tests/bugs/moddata_1/bug22759
%%OCCROOT%%/tests/bugs/moddata_1/bug22761
%%OCCROOT%%/tests/bugs/moddata_1/bug22789
-%%OCCROOT%%/tests/bugs/moddata_1/bug227_1
-%%OCCROOT%%/tests/bugs/moddata_1/bug227_2
%%OCCROOT%%/tests/bugs/moddata_1/bug54
%%OCCROOT%%/tests/bugs/moddata_2/begin
%%OCCROOT%%/tests/bugs/moddata_2/bug22572
@@ -8356,25 +8450,27 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug258_1
%%OCCROOT%%/tests/bugs/moddata_2/bug258_2
%%OCCROOT%%/tests/bugs/moddata_2/bug259
+%%OCCROOT%%/tests/bugs/moddata_2/bug26_1
+%%OCCROOT%%/tests/bugs/moddata_2/bug26_2
%%OCCROOT%%/tests/bugs/moddata_2/bug262
%%OCCROOT%%/tests/bugs/moddata_2/bug265
%%OCCROOT%%/tests/bugs/moddata_2/bug266
%%OCCROOT%%/tests/bugs/moddata_2/bug268
-%%OCCROOT%%/tests/bugs/moddata_2/bug26_1
-%%OCCROOT%%/tests/bugs/moddata_2/bug26_2
+%%OCCROOT%%/tests/bugs/moddata_2/bug27_1
+%%OCCROOT%%/tests/bugs/moddata_2/bug27_2
%%OCCROOT%%/tests/bugs/moddata_2/bug2755
%%OCCROOT%%/tests/bugs/moddata_2/bug277
-%%OCCROOT%%/tests/bugs/moddata_2/bug2784_1
-%%OCCROOT%%/tests/bugs/moddata_2/bug2784_2
%%OCCROOT%%/tests/bugs/moddata_2/bug278_1
%%OCCROOT%%/tests/bugs/moddata_2/bug278_2
%%OCCROOT%%/tests/bugs/moddata_2/bug278_3
-%%OCCROOT%%/tests/bugs/moddata_2/bug27_1
-%%OCCROOT%%/tests/bugs/moddata_2/bug27_2
-%%OCCROOT%%/tests/bugs/moddata_2/bug284
+%%OCCROOT%%/tests/bugs/moddata_2/bug2784_1
+%%OCCROOT%%/tests/bugs/moddata_2/bug2784_2
%%OCCROOT%%/tests/bugs/moddata_2/bug28_1
%%OCCROOT%%/tests/bugs/moddata_2/bug28_2
+%%OCCROOT%%/tests/bugs/moddata_2/bug284
%%OCCROOT%%/tests/bugs/moddata_2/bug299
+%%OCCROOT%%/tests/bugs/moddata_2/bug3_1
+%%OCCROOT%%/tests/bugs/moddata_2/bug3_2
%%OCCROOT%%/tests/bugs/moddata_2/bug303_1
%%OCCROOT%%/tests/bugs/moddata_2/bug303_2
%%OCCROOT%%/tests/bugs/moddata_2/bug308
@@ -8394,6 +8490,8 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug360
%%OCCROOT%%/tests/bugs/moddata_2/bug366
%%OCCROOT%%/tests/bugs/moddata_2/bug367
+%%OCCROOT%%/tests/bugs/moddata_2/bug37_1
+%%OCCROOT%%/tests/bugs/moddata_2/bug37_2
%%OCCROOT%%/tests/bugs/moddata_2/bug372
%%OCCROOT%%/tests/bugs/moddata_2/bug3721_1
%%OCCROOT%%/tests/bugs/moddata_2/bug3721_2
@@ -8405,13 +8503,9 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug374_1
%%OCCROOT%%/tests/bugs/moddata_2/bug374_2
%%OCCROOT%%/tests/bugs/moddata_2/bug376
-%%OCCROOT%%/tests/bugs/moddata_2/bug37_1
-%%OCCROOT%%/tests/bugs/moddata_2/bug37_2
%%OCCROOT%%/tests/bugs/moddata_2/bug380_1
%%OCCROOT%%/tests/bugs/moddata_2/bug380_2
%%OCCROOT%%/tests/bugs/moddata_2/bug3896
-%%OCCROOT%%/tests/bugs/moddata_2/bug3_1
-%%OCCROOT%%/tests/bugs/moddata_2/bug3_2
%%OCCROOT%%/tests/bugs/moddata_2/bug4
%%OCCROOT%%/tests/bugs/moddata_2/bug408
%%OCCROOT%%/tests/bugs/moddata_2/bug41
@@ -8429,10 +8523,10 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug466
%%OCCROOT%%/tests/bugs/moddata_2/bug469
%%OCCROOT%%/tests/bugs/moddata_2/bug486
-%%OCCROOT%%/tests/bugs/moddata_2/bug496
-%%OCCROOT%%/tests/bugs/moddata_2/bug498
%%OCCROOT%%/tests/bugs/moddata_2/bug49_1
%%OCCROOT%%/tests/bugs/moddata_2/bug49_2
+%%OCCROOT%%/tests/bugs/moddata_2/bug496
+%%OCCROOT%%/tests/bugs/moddata_2/bug498
%%OCCROOT%%/tests/bugs/moddata_2/bug50
%%OCCROOT%%/tests/bugs/moddata_2/bug503
%%OCCROOT%%/tests/bugs/moddata_2/bug505
@@ -8496,6 +8590,8 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug867
%%OCCROOT%%/tests/bugs/moddata_2/bug88
%%OCCROOT%%/tests/bugs/moddata_2/bug889
+%%OCCROOT%%/tests/bugs/moddata_2/bug9_1
+%%OCCROOT%%/tests/bugs/moddata_2/bug9_2
%%OCCROOT%%/tests/bugs/moddata_2/bug909
%%OCCROOT%%/tests/bugs/moddata_2/bug921
%%OCCROOT%%/tests/bugs/moddata_2/bug9303
@@ -8506,8 +8602,6 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug943_2
%%OCCROOT%%/tests/bugs/moddata_2/bug956_1
%%OCCROOT%%/tests/bugs/moddata_2/bug956_2
-%%OCCROOT%%/tests/bugs/moddata_2/bug9_1
-%%OCCROOT%%/tests/bugs/moddata_2/bug9_2
%%OCCROOT%%/tests/bugs/moddata_2/fra62476_1
%%OCCROOT%%/tests/bugs/moddata_2/fra62476_2
%%OCCROOT%%/tests/bugs/moddata_2/pro19422_1
@@ -8649,13 +8743,16 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug28196
%%OCCROOT%%/tests/bugs/moddata_3/bug28204
%%OCCROOT%%/tests/bugs/moddata_3/bug28230
+%%OCCROOT%%/tests/bugs/moddata_3/bug28866
%%OCCROOT%%/tests/bugs/moddata_3/bug29102
%%OCCROOT%%/tests/bugs/moddata_3/bug29662
%%OCCROOT%%/tests/bugs/moddata_3/bug29723
+%%OCCROOT%%/tests/bugs/moddata_3/bug29745
%%OCCROOT%%/tests/bugs/moddata_3/bug29827
%%OCCROOT%%/tests/bugs/moddata_3/bug30
%%OCCROOT%%/tests/bugs/moddata_3/bug30046
%%OCCROOT%%/tests/bugs/moddata_3/bug30133
+%%OCCROOT%%/tests/bugs/moddata_3/bug30272
%%OCCROOT%%/tests/bugs/moddata_3/bug30342_1
%%OCCROOT%%/tests/bugs/moddata_3/bug30342_2
%%OCCROOT%%/tests/bugs/moddata_3/bug30422
@@ -8671,6 +8768,7 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug31136_5
%%OCCROOT%%/tests/bugs/moddata_3/bug31402_1
%%OCCROOT%%/tests/bugs/moddata_3/bug31402_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug31437
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_1
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_2
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_3
@@ -8679,15 +8777,22 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_6
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_7
%%OCCROOT%%/tests/bugs/moddata_3/bug31587_8
+%%OCCROOT%%/tests/bugs/moddata_3/bug31661_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug31661_2
%%OCCROOT%%/tests/bugs/moddata_3/bug31946
%%OCCROOT%%/tests/bugs/moddata_3/bug31995
%%OCCROOT%%/tests/bugs/moddata_3/bug32
%%OCCROOT%%/tests/bugs/moddata_3/bug32041
%%OCCROOT%%/tests/bugs/moddata_3/bug32058
%%OCCROOT%%/tests/bugs/moddata_3/bug32557
+%%OCCROOT%%/tests/bugs/moddata_3/bug32842
+%%OCCROOT%%/tests/bugs/moddata_3/bug33009
+%%OCCROOT%%/tests/bugs/moddata_3/bug33049
%%OCCROOT%%/tests/bugs/moddata_3/bug5145
%%OCCROOT%%/tests/bugs/moddata_3/bug599
%%OCCROOT%%/tests/bugs/parse.rules
+%%OCCROOT%%/tests/bugs/splitshape_1/bug29473
+%%OCCROOT%%/tests/bugs/splitshape_1/end
%%OCCROOT%%/tests/bugs/splitshape/case1
%%OCCROOT%%/tests/bugs/splitshape/case10
%%OCCROOT%%/tests/bugs/splitshape/case11
@@ -8700,8 +8805,6 @@
%%OCCROOT%%/tests/bugs/splitshape/case8
%%OCCROOT%%/tests/bugs/splitshape/case9
%%OCCROOT%%/tests/bugs/splitshape/end
-%%OCCROOT%%/tests/bugs/splitshape_1/bug29473
-%%OCCROOT%%/tests/bugs/splitshape_1/end
%%OCCROOT%%/tests/bugs/step/begin
%%OCCROOT%%/tests/bugs/step/buc60624
%%OCCROOT%%/tests/bugs/step/buc60809
@@ -8760,19 +8863,21 @@
%%OCCROOT%%/tests/bugs/step/bug26715_3
%%OCCROOT%%/tests/bugs/step/bug26925
%%OCCROOT%%/tests/bugs/step/bug27070
-%%OCCROOT%%/tests/bugs/step/bug27251
%%OCCROOT%%/tests/bugs/step/bug272_5
%%OCCROOT%%/tests/bugs/step/bug272_6
%%OCCROOT%%/tests/bugs/step/bug272_7
+%%OCCROOT%%/tests/bugs/step/bug27251
%%OCCROOT%%/tests/bugs/step/bug27313
%%OCCROOT%%/tests/bugs/step/bug27329
%%OCCROOT%%/tests/bugs/step/bug27342
%%OCCROOT%%/tests/bugs/step/bug27404
%%OCCROOT%%/tests/bugs/step/bug27575
%%OCCROOT%%/tests/bugs/step/bug27721
+%%OCCROOT%%/tests/bugs/step/bug28024
%%OCCROOT%%/tests/bugs/step/bug28147
%%OCCROOT%%/tests/bugs/step/bug28256
%%OCCROOT%%/tests/bugs/step/bug28345
+%%OCCROOT%%/tests/bugs/step/bug28414
%%OCCROOT%%/tests/bugs/step/bug28449
%%OCCROOT%%/tests/bugs/step/bug2845
%%OCCROOT%%/tests/bugs/step/bug28454_1
@@ -8788,6 +8893,7 @@
%%OCCROOT%%/tests/bugs/step/bug29233
%%OCCROOT%%/tests/bugs/step/bug29240
%%OCCROOT%%/tests/bugs/step/bug29403
+%%OCCROOT%%/tests/bugs/step/bug29415
%%OCCROOT%%/tests/bugs/step/bug29478
%%OCCROOT%%/tests/bugs/step/bug29564
%%OCCROOT%%/tests/bugs/step/bug29780
@@ -8848,10 +8954,21 @@
%%OCCROOT%%/tests/bugs/step/bug32049
%%OCCROOT%%/tests/bugs/step/bug32049_1
%%OCCROOT%%/tests/bugs/step/bug32087
+%%OCCROOT%%/tests/bugs/step/bug32239
%%OCCROOT%%/tests/bugs/step/bug32264
%%OCCROOT%%/tests/bugs/step/bug32310
+%%OCCROOT%%/tests/bugs/step/bug32350
%%OCCROOT%%/tests/bugs/step/bug32556
%%OCCROOT%%/tests/bugs/step/bug32596
+%%OCCROOT%%/tests/bugs/step/bug32679
+%%OCCROOT%%/tests/bugs/step/bug32731
+%%OCCROOT%%/tests/bugs/step/bug32817_1
+%%OCCROOT%%/tests/bugs/step/bug32817_2
+%%OCCROOT%%/tests/bugs/step/bug32817_3
+%%OCCROOT%%/tests/bugs/step/bug32914
+%%OCCROOT%%/tests/bugs/step/bug32922
+%%OCCROOT%%/tests/bugs/step/bug33053
+%%OCCROOT%%/tests/bugs/step/bug33095
%%OCCROOT%%/tests/bugs/step/bug3397
%%OCCROOT%%/tests/bugs/step/bug348_1
%%OCCROOT%%/tests/bugs/step/bug348_2
@@ -8896,6 +9013,7 @@
%%OCCROOT%%/tests/bugs/stlvrml/bug30113
%%OCCROOT%%/tests/bugs/stlvrml/bug30389
%%OCCROOT%%/tests/bugs/stlvrml/bug30421
+%%OCCROOT%%/tests/bugs/stlvrml/bug31080
%%OCCROOT%%/tests/bugs/xde/begin
%%OCCROOT%%/tests/bugs/xde/bug1055
%%OCCROOT%%/tests/bugs/xde/bug125_1
@@ -8963,9 +9081,9 @@
%%OCCROOT%%/tests/bugs/xde/bug25381
%%OCCROOT%%/tests/bugs/xde/bug25405
%%OCCROOT%%/tests/bugs/xde/bug25910
-%%OCCROOT%%/tests/bugs/xde/bug26174
%%OCCROOT%%/tests/bugs/xde/bug26216
%%OCCROOT%%/tests/bugs/xde/bug27069
+%%OCCROOT%%/tests/bugs/xde/bug27142
%%OCCROOT%%/tests/bugs/xde/bug27169
%%OCCROOT%%/tests/bugs/xde/bug27170_1
%%OCCROOT%%/tests/bugs/xde/bug27170_2
@@ -8997,6 +9115,7 @@
%%OCCROOT%%/tests/bugs/xde/bug29597
%%OCCROOT%%/tests/bugs/xde/bug29599
%%OCCROOT%%/tests/bugs/xde/bug29821
+%%OCCROOT%%/tests/bugs/xde/bug29854
%%OCCROOT%%/tests/bugs/xde/bug29888_1
%%OCCROOT%%/tests/bugs/xde/bug29888_2
%%OCCROOT%%/tests/bugs/xde/bug29890_1
@@ -9014,6 +9133,9 @@
%%OCCROOT%%/tests/bugs/xde/bug31517
%%OCCROOT%%/tests/bugs/xde/bug31851
%%OCCROOT%%/tests/bugs/xde/bug321
+%%OCCROOT%%/tests/bugs/xde/bug32784
+%%OCCROOT%%/tests/bugs/xde/bug33011
+%%OCCROOT%%/tests/bugs/xde/bug33100
%%OCCROOT%%/tests/bugs/xde/bug34
%%OCCROOT%%/tests/bugs/xde/bug3926
%%OCCROOT%%/tests/bugs/xde/bug394
@@ -9067,6 +9189,7 @@
%%OCCROOT%%/tests/caf/basic/B6
%%OCCROOT%%/tests/caf/basic/B7
%%OCCROOT%%/tests/caf/basic/B8
+%%OCCROOT%%/tests/caf/basic/begin
%%OCCROOT%%/tests/caf/basic/C1
%%OCCROOT%%/tests/caf/basic/C2
%%OCCROOT%%/tests/caf/basic/C3
@@ -9164,7 +9287,6 @@
%%OCCROOT%%/tests/caf/basic/W9
%%OCCROOT%%/tests/caf/basic/Y1
%%OCCROOT%%/tests/caf/basic/Y2
-%%OCCROOT%%/tests/caf/basic/begin
%%OCCROOT%%/tests/caf/begin
%%OCCROOT%%/tests/caf/bugs/A1
%%OCCROOT%%/tests/caf/bugs/A2
@@ -9184,12 +9306,12 @@
%%OCCROOT%%/tests/caf/bugs/B7
%%OCCROOT%%/tests/caf/bugs/B8
%%OCCROOT%%/tests/caf/bugs/B9
+%%OCCROOT%%/tests/caf/bugs/begin
%%OCCROOT%%/tests/caf/bugs/C1
%%OCCROOT%%/tests/caf/bugs/C2
%%OCCROOT%%/tests/caf/bugs/D1
%%OCCROOT%%/tests/caf/bugs/D2
%%OCCROOT%%/tests/caf/bugs/E1
-%%OCCROOT%%/tests/caf/bugs/begin
%%OCCROOT%%/tests/caf/driver/A1
%%OCCROOT%%/tests/caf/driver/A2
%%OCCROOT%%/tests/caf/driver/A3
@@ -9217,6 +9339,7 @@
%%OCCROOT%%/tests/caf/nam/end
%%OCCROOT%%/tests/caf/named_shape/A1
%%OCCROOT%%/tests/caf/named_shape/B1
+%%OCCROOT%%/tests/caf/named_shape/begin
%%OCCROOT%%/tests/caf/named_shape/C1
%%OCCROOT%%/tests/caf/named_shape/D1
%%OCCROOT%%/tests/caf/named_shape/D2
@@ -9240,7 +9363,6 @@
%%OCCROOT%%/tests/caf/named_shape/F7
%%OCCROOT%%/tests/caf/named_shape/F8
%%OCCROOT%%/tests/caf/named_shape/F9
-%%OCCROOT%%/tests/caf/named_shape/begin
%%OCCROOT%%/tests/caf/parse.rules
%%OCCROOT%%/tests/caf/presentation/A1
%%OCCROOT%%/tests/caf/presentation/A2
@@ -9250,12 +9372,14 @@
%%OCCROOT%%/tests/caf/presentation/B2
%%OCCROOT%%/tests/caf/presentation/B3
%%OCCROOT%%/tests/caf/presentation/B4
+%%OCCROOT%%/tests/caf/presentation/begin
%%OCCROOT%%/tests/caf/presentation/C1
%%OCCROOT%%/tests/caf/presentation/D1
%%OCCROOT%%/tests/caf/presentation/D2
%%OCCROOT%%/tests/caf/presentation/D3
%%OCCROOT%%/tests/caf/presentation/D4
%%OCCROOT%%/tests/caf/presentation/E1
+%%OCCROOT%%/tests/caf/presentation/end
%%OCCROOT%%/tests/caf/presentation/F1
%%OCCROOT%%/tests/caf/presentation/F2
%%OCCROOT%%/tests/caf/presentation/F3
@@ -9273,15 +9397,13 @@
%%OCCROOT%%/tests/caf/presentation/L2
%%OCCROOT%%/tests/caf/presentation/M1
%%OCCROOT%%/tests/caf/presentation/N1
-%%OCCROOT%%/tests/caf/presentation/begin
-%%OCCROOT%%/tests/caf/presentation/end
%%OCCROOT%%/tests/caf/progress/A1
%%OCCROOT%%/tests/caf/progress/A2
%%OCCROOT%%/tests/caf/progress/B1
%%OCCROOT%%/tests/caf/progress/B2
+%%OCCROOT%%/tests/caf/progress/begin
%%OCCROOT%%/tests/caf/progress/C1
%%OCCROOT%%/tests/caf/progress/C2
-%%OCCROOT%%/tests/caf/progress/begin
%%OCCROOT%%/tests/caf/tree/A1
%%OCCROOT%%/tests/caf/tree/A2
%%OCCROOT%%/tests/caf/tree/A3
@@ -9319,10 +9441,10 @@
%%OCCROOT%%/tests/caf/xlink/B3
%%OCCROOT%%/tests/caf/xlink/B4
%%OCCROOT%%/tests/caf/xlink/B5
+%%OCCROOT%%/tests/caf/xlink/begin
%%OCCROOT%%/tests/caf/xlink/C1
%%OCCROOT%%/tests/caf/xlink/D1
%%OCCROOT%%/tests/caf/xlink/D2
-%%OCCROOT%%/tests/caf/xlink/begin
%%OCCROOT%%/tests/chamfer/begin
%%OCCROOT%%/tests/chamfer/data/complex/A1
%%OCCROOT%%/tests/chamfer/data/complex/A2
@@ -9395,25 +9517,25 @@
%%OCCROOT%%/tests/chamfer/data/simple/F2
%%OCCROOT%%/tests/chamfer/data/simple/F3
%%OCCROOT%%/tests/chamfer/data/simple/F4
-%%OCCROOT%%/tests/chamfer/dist_angle/begin
-%%OCCROOT%%/tests/chamfer/dist_angle/cases.list
%%OCCROOT%%/tests/chamfer/dist_angle_complex/begin
%%OCCROOT%%/tests/chamfer/dist_angle_complex/cases.list
%%OCCROOT%%/tests/chamfer/dist_angle_sequence/begin
%%OCCROOT%%/tests/chamfer/dist_angle_sequence/cases.list
-%%OCCROOT%%/tests/chamfer/dist_dist/begin
-%%OCCROOT%%/tests/chamfer/dist_dist/cases.list
+%%OCCROOT%%/tests/chamfer/dist_angle/begin
+%%OCCROOT%%/tests/chamfer/dist_angle/cases.list
%%OCCROOT%%/tests/chamfer/dist_dist_complex/begin
%%OCCROOT%%/tests/chamfer/dist_dist_complex/cases.list
%%OCCROOT%%/tests/chamfer/dist_dist_sequence/begin
%%OCCROOT%%/tests/chamfer/dist_dist_sequence/cases.list
+%%OCCROOT%%/tests/chamfer/dist_dist/begin
+%%OCCROOT%%/tests/chamfer/dist_dist/cases.list
%%OCCROOT%%/tests/chamfer/end
-%%OCCROOT%%/tests/chamfer/equal_dist/begin
-%%OCCROOT%%/tests/chamfer/equal_dist/cases.list
%%OCCROOT%%/tests/chamfer/equal_dist_complex/begin
%%OCCROOT%%/tests/chamfer/equal_dist_complex/cases.list
%%OCCROOT%%/tests/chamfer/equal_dist_sequence/begin
%%OCCROOT%%/tests/chamfer/equal_dist_sequence/cases.list
+%%OCCROOT%%/tests/chamfer/equal_dist/begin
+%%OCCROOT%%/tests/chamfer/equal_dist/cases.list
%%OCCROOT%%/tests/chamfer/grids.list
%%OCCROOT%%/tests/chamfer/parse.rules
%%OCCROOT%%/tests/collections/grids.list
@@ -9432,6 +9554,230 @@
%%OCCROOT%%/tests/collections/n/seq
%%OCCROOT%%/tests/collections/n/vec4
%%OCCROOT%%/tests/collections/n/vector
+%%OCCROOT%%/tests/cr/approx/A1
+%%OCCROOT%%/tests/cr/approx/A2
+%%OCCROOT%%/tests/cr/approx/A3
+%%OCCROOT%%/tests/cr/approx/A4
+%%OCCROOT%%/tests/cr/base/A1
+%%OCCROOT%%/tests/cr/base/A2
+%%OCCROOT%%/tests/cr/base/A3
+%%OCCROOT%%/tests/cr/base/A4
+%%OCCROOT%%/tests/cr/base/A5
+%%OCCROOT%%/tests/cr/base/A6
+%%OCCROOT%%/tests/cr/base/B1
+%%OCCROOT%%/tests/cr/base/B10
+%%OCCROOT%%/tests/cr/base/B2
+%%OCCROOT%%/tests/cr/base/B3
+%%OCCROOT%%/tests/cr/base/B4
+%%OCCROOT%%/tests/cr/base/B5
+%%OCCROOT%%/tests/cr/base/B6
+%%OCCROOT%%/tests/cr/base/B7
+%%OCCROOT%%/tests/cr/base/B8
+%%OCCROOT%%/tests/cr/base/B9
+%%OCCROOT%%/tests/cr/begin
+%%OCCROOT%%/tests/cr/end
+%%OCCROOT%%/tests/cr/grids.list
+%%OCCROOT%%/tests/de_mesh/begin
+%%OCCROOT%%/tests/de_mesh/end
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/begin
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/boxwithoutindices
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/engine
+%%OCCROOT%%/tests/de_mesh/gltf_lateload/helmet
+%%OCCROOT%%/tests/de_mesh/gltf_read/begin
+%%OCCROOT%%/tests/de_mesh/gltf_read/boxinterleaved
+%%OCCROOT%%/tests/de_mesh/gltf_read/brainstem
+%%OCCROOT%%/tests/de_mesh/gltf_read/buggy
+%%OCCROOT%%/tests/de_mesh/gltf_read/cubeemb
+%%OCCROOT%%/tests/de_mesh/gltf_read/end
+%%OCCROOT%%/tests/de_mesh/gltf_read/engine
+%%OCCROOT%%/tests/de_mesh/gltf_read/helmet
+%%OCCROOT%%/tests/de_mesh/gltf_read/lantern
+%%OCCROOT%%/tests/de_mesh/gltf_read/launchvehicle
+%%OCCROOT%%/tests/de_mesh/gltf_read/orient
+%%OCCROOT%%/tests/de_mesh/gltf_write/010
+%%OCCROOT%%/tests/de_mesh/gltf_write/as1
+%%OCCROOT%%/tests/de_mesh/gltf_write/as1draco
+%%OCCROOT%%/tests/de_mesh/gltf_write/ball
+%%OCCROOT%%/tests/de_mesh/gltf_write/bearing
+%%OCCROOT%%/tests/de_mesh/gltf_write/begin
+%%OCCROOT%%/tests/de_mesh/gltf_write/bull
+%%OCCROOT%%/tests/de_mesh/gltf_write/bull_parallel
+%%OCCROOT%%/tests/de_mesh/gltf_write/compound
+%%OCCROOT%%/tests/de_mesh/gltf_write/Diamond
+%%OCCROOT%%/tests/de_mesh/gltf_write/empty
+%%OCCROOT%%/tests/de_mesh/gltf_write/end
+%%OCCROOT%%/tests/de_mesh/gltf_write/helmet
+%%OCCROOT%%/tests/de_mesh/gltf_write/helmetglb
+%%OCCROOT%%/tests/de_mesh/gltf_write/lantern
+%%OCCROOT%%/tests/de_mesh/gltf_write/lanternglb
+%%OCCROOT%%/tests/de_mesh/gltf_write/screw
+%%OCCROOT%%/tests/de_mesh/gltf_write/soapbox
+%%OCCROOT%%/tests/de_mesh/gltf_write/spheres
+%%OCCROOT%%/tests/de_mesh/gltf_write/test
+%%OCCROOT%%/tests/de_mesh/grids.list
+%%OCCROOT%%/tests/de_mesh/obj_read/begin
+%%OCCROOT%%/tests/de_mesh/obj_read/end
+%%OCCROOT%%/tests/de_mesh/obj_read/multiline
+%%OCCROOT%%/tests/de_mesh/obj_read/mustang
+%%OCCROOT%%/tests/de_mesh/obj_read/prism
+%%OCCROOT%%/tests/de_mesh/obj_read/ship_boat
+%%OCCROOT%%/tests/de_mesh/obj_read/smooth
+%%OCCROOT%%/tests/de_mesh/obj_read/usemtl
+%%OCCROOT%%/tests/de_mesh/obj_write/as1
+%%OCCROOT%%/tests/de_mesh/obj_write/ball
+%%OCCROOT%%/tests/de_mesh/obj_write/lantern
+%%OCCROOT%%/tests/de_mesh/obj_write/mustang
+%%OCCROOT%%/tests/de_mesh/obj_write/ship_boat
+%%OCCROOT%%/tests/de_mesh/parse.rules
+%%OCCROOT%%/tests/de_mesh/ply_write/equerre
+%%OCCROOT%%/tests/de_mesh/ply_write/sangle
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A1
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A10
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A11
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A12
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A2
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A3
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A4
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A5
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A6
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A7
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A8
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/A9
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/B1
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/begin
+%%OCCROOT%%/tests/de_mesh/shape_write_stl/end
+%%OCCROOT%%/tests/de_mesh/step_read/A1
+%%OCCROOT%%/tests/de_mesh/step_read/A2
+%%OCCROOT%%/tests/de_mesh/step_read/A3
+%%OCCROOT%%/tests/de_mesh/step_read/B1
+%%OCCROOT%%/tests/de_mesh/step_read/begin
+%%OCCROOT%%/tests/de_mesh/step_read/end
+%%OCCROOT%%/tests/de_mesh/step_write/A1
+%%OCCROOT%%/tests/de_mesh/step_write/A2
+%%OCCROOT%%/tests/de_mesh/step_write/A3
+%%OCCROOT%%/tests/de_mesh/step_write/A4
+%%OCCROOT%%/tests/de_mesh/step_write/B1
+%%OCCROOT%%/tests/de_mesh/step_write/B2
+%%OCCROOT%%/tests/de_mesh/step_write/begin
+%%OCCROOT%%/tests/de_mesh/step_write/C1
+%%OCCROOT%%/tests/de_mesh/step_write/C2
+%%OCCROOT%%/tests/de_mesh/step_write/end
+%%OCCROOT%%/tests/de_mesh/stl_read/A1
+%%OCCROOT%%/tests/de_mesh/stl_read/A10
+%%OCCROOT%%/tests/de_mesh/stl_read/A11
+%%OCCROOT%%/tests/de_mesh/stl_read/A12
+%%OCCROOT%%/tests/de_mesh/stl_read/A13
+%%OCCROOT%%/tests/de_mesh/stl_read/A14
+%%OCCROOT%%/tests/de_mesh/stl_read/A15
+%%OCCROOT%%/tests/de_mesh/stl_read/A2
+%%OCCROOT%%/tests/de_mesh/stl_read/A3
+%%OCCROOT%%/tests/de_mesh/stl_read/A4
+%%OCCROOT%%/tests/de_mesh/stl_read/A5
+%%OCCROOT%%/tests/de_mesh/stl_read/A6
+%%OCCROOT%%/tests/de_mesh/stl_read/A7
+%%OCCROOT%%/tests/de_mesh/stl_read/A8
+%%OCCROOT%%/tests/de_mesh/stl_read/A9
+%%OCCROOT%%/tests/de_mesh/stl_read/B1
+%%OCCROOT%%/tests/de_mesh/stl_read/B10
+%%OCCROOT%%/tests/de_mesh/stl_read/B11
+%%OCCROOT%%/tests/de_mesh/stl_read/B12
+%%OCCROOT%%/tests/de_mesh/stl_read/B13
+%%OCCROOT%%/tests/de_mesh/stl_read/B14
+%%OCCROOT%%/tests/de_mesh/stl_read/B15
+%%OCCROOT%%/tests/de_mesh/stl_read/B2
+%%OCCROOT%%/tests/de_mesh/stl_read/B3
+%%OCCROOT%%/tests/de_mesh/stl_read/B4
+%%OCCROOT%%/tests/de_mesh/stl_read/B5
+%%OCCROOT%%/tests/de_mesh/stl_read/B6
+%%OCCROOT%%/tests/de_mesh/stl_read/B7
+%%OCCROOT%%/tests/de_mesh/stl_read/B8
+%%OCCROOT%%/tests/de_mesh/stl_read/B9
+%%OCCROOT%%/tests/de_mesh/stl_read/begin
+%%OCCROOT%%/tests/de_mesh/stl_read/C1
+%%OCCROOT%%/tests/de_mesh/stl_read/C10
+%%OCCROOT%%/tests/de_mesh/stl_read/C11
+%%OCCROOT%%/tests/de_mesh/stl_read/C12
+%%OCCROOT%%/tests/de_mesh/stl_read/C13
+%%OCCROOT%%/tests/de_mesh/stl_read/C14
+%%OCCROOT%%/tests/de_mesh/stl_read/C15
+%%OCCROOT%%/tests/de_mesh/stl_read/C2
+%%OCCROOT%%/tests/de_mesh/stl_read/C3
+%%OCCROOT%%/tests/de_mesh/stl_read/C4
+%%OCCROOT%%/tests/de_mesh/stl_read/C5
+%%OCCROOT%%/tests/de_mesh/stl_read/C6
+%%OCCROOT%%/tests/de_mesh/stl_read/C7
+%%OCCROOT%%/tests/de_mesh/stl_read/C8
+%%OCCROOT%%/tests/de_mesh/stl_read/C9
+%%OCCROOT%%/tests/de_mesh/stl_read/D1
+%%OCCROOT%%/tests/de_mesh/stl_read/D2
+%%OCCROOT%%/tests/de_mesh/stl_read/D3
+%%OCCROOT%%/tests/de_mesh/vrml_read/A1
+%%OCCROOT%%/tests/de_mesh/vrml_read/A2
+%%OCCROOT%%/tests/de_mesh/vrml_read/A3
+%%OCCROOT%%/tests/de_mesh/vrml_read/A4
+%%OCCROOT%%/tests/de_mesh/vrml_read/begin
+%%OCCROOT%%/tests/de_wrapper/begin
+%%OCCROOT%%/tests/de_wrapper/brep/A1
+%%OCCROOT%%/tests/de_wrapper/brep/A2
+%%OCCROOT%%/tests/de_wrapper/brep/A3
+%%OCCROOT%%/tests/de_wrapper/brep/A4
+%%OCCROOT%%/tests/de_wrapper/brep/begin
+%%OCCROOT%%/tests/de_wrapper/configuration/A1
+%%OCCROOT%%/tests/de_wrapper/configuration/A2
+%%OCCROOT%%/tests/de_wrapper/configuration/A3
+%%OCCROOT%%/tests/de_wrapper/configuration/A4
+%%OCCROOT%%/tests/de_wrapper/configuration/begin
+%%OCCROOT%%/tests/de_wrapper/end
+%%OCCROOT%%/tests/de_wrapper/gltf/A1
+%%OCCROOT%%/tests/de_wrapper/gltf/A2
+%%OCCROOT%%/tests/de_wrapper/gltf/A3
+%%OCCROOT%%/tests/de_wrapper/gltf/A4
+%%OCCROOT%%/tests/de_wrapper/gltf/A5
+%%OCCROOT%%/tests/de_wrapper/gltf/A6
+%%OCCROOT%%/tests/de_wrapper/gltf/begin
+%%OCCROOT%%/tests/de_wrapper/grids.list
+%%OCCROOT%%/tests/de_wrapper/iges/A1
+%%OCCROOT%%/tests/de_wrapper/iges/A2
+%%OCCROOT%%/tests/de_wrapper/iges/A3
+%%OCCROOT%%/tests/de_wrapper/iges/A4
+%%OCCROOT%%/tests/de_wrapper/iges/A5
+%%OCCROOT%%/tests/de_wrapper/iges/A6
+%%OCCROOT%%/tests/de_wrapper/iges/begin
+%%OCCROOT%%/tests/de_wrapper/obj/A1
+%%OCCROOT%%/tests/de_wrapper/obj/A2
+%%OCCROOT%%/tests/de_wrapper/obj/A3
+%%OCCROOT%%/tests/de_wrapper/obj/A4
+%%OCCROOT%%/tests/de_wrapper/obj/A5
+%%OCCROOT%%/tests/de_wrapper/obj/A6
+%%OCCROOT%%/tests/de_wrapper/obj/begin
+%%OCCROOT%%/tests/de_wrapper/parse.rules
+%%OCCROOT%%/tests/de_wrapper/ply/A1
+%%OCCROOT%%/tests/de_wrapper/ply/A2
+%%OCCROOT%%/tests/de_wrapper/ply/begin
+%%OCCROOT%%/tests/de_wrapper/step/A1
+%%OCCROOT%%/tests/de_wrapper/step/A2
+%%OCCROOT%%/tests/de_wrapper/step/A3
+%%OCCROOT%%/tests/de_wrapper/step/A4
+%%OCCROOT%%/tests/de_wrapper/step/A5
+%%OCCROOT%%/tests/de_wrapper/step/A6
+%%OCCROOT%%/tests/de_wrapper/step/begin
+%%OCCROOT%%/tests/de_wrapper/stl/A1
+%%OCCROOT%%/tests/de_wrapper/stl/A2
+%%OCCROOT%%/tests/de_wrapper/stl/A3
+%%OCCROOT%%/tests/de_wrapper/stl/A4
+%%OCCROOT%%/tests/de_wrapper/stl/begin
+%%OCCROOT%%/tests/de_wrapper/vrml/A1
+%%OCCROOT%%/tests/de_wrapper/vrml/A2
+%%OCCROOT%%/tests/de_wrapper/vrml/A3
+%%OCCROOT%%/tests/de_wrapper/vrml/A4
+%%OCCROOT%%/tests/de_wrapper/vrml/A5
+%%OCCROOT%%/tests/de_wrapper/vrml/A6
+%%OCCROOT%%/tests/de_wrapper/vrml/begin
+%%OCCROOT%%/tests/de_wrapper/xcaf/A1
+%%OCCROOT%%/tests/de_wrapper/xcaf/A2
+%%OCCROOT%%/tests/de_wrapper/xcaf/A3
+%%OCCROOT%%/tests/de_wrapper/xcaf/A4
+%%OCCROOT%%/tests/de_wrapper/xcaf/begin
%%OCCROOT%%/tests/de/begin
%%OCCROOT%%/tests/de/end
%%OCCROOT%%/tests/de/grids.list
@@ -10519,113 +10865,6 @@
%%OCCROOT%%/tests/de/step_5/B5
%%OCCROOT%%/tests/de/step_5/B6
%%OCCROOT%%/tests/de/step_5/B7
-%%OCCROOT%%/tests/de_mesh/begin
-%%OCCROOT%%/tests/de_mesh/end
-%%OCCROOT%%/tests/de_mesh/gltf_lateload/begin
-%%OCCROOT%%/tests/de_mesh/gltf_lateload/boxwithoutindices
-%%OCCROOT%%/tests/de_mesh/gltf_lateload/engine
-%%OCCROOT%%/tests/de_mesh/gltf_lateload/helmet
-%%OCCROOT%%/tests/de_mesh/gltf_read/begin
-%%OCCROOT%%/tests/de_mesh/gltf_read/boxinterleaved
-%%OCCROOT%%/tests/de_mesh/gltf_read/brainstem
-%%OCCROOT%%/tests/de_mesh/gltf_read/buggy
-%%OCCROOT%%/tests/de_mesh/gltf_read/cubeemb
-%%OCCROOT%%/tests/de_mesh/gltf_read/end
-%%OCCROOT%%/tests/de_mesh/gltf_read/engine
-%%OCCROOT%%/tests/de_mesh/gltf_read/helmet
-%%OCCROOT%%/tests/de_mesh/gltf_read/lantern
-%%OCCROOT%%/tests/de_mesh/gltf_read/launchvehicle
-%%OCCROOT%%/tests/de_mesh/gltf_read/orient
-%%OCCROOT%%/tests/de_mesh/gltf_write/as1
-%%OCCROOT%%/tests/de_mesh/gltf_write/ball
-%%OCCROOT%%/tests/de_mesh/gltf_write/begin
-%%OCCROOT%%/tests/de_mesh/gltf_write/compound
-%%OCCROOT%%/tests/de_mesh/gltf_write/empty
-%%OCCROOT%%/tests/de_mesh/gltf_write/end
-%%OCCROOT%%/tests/de_mesh/gltf_write/helmet
-%%OCCROOT%%/tests/de_mesh/gltf_write/helmetglb
-%%OCCROOT%%/tests/de_mesh/gltf_write/lantern
-%%OCCROOT%%/tests/de_mesh/gltf_write/lanternglb
-%%OCCROOT%%/tests/de_mesh/gltf_write/spheres
-%%OCCROOT%%/tests/de_mesh/grids.list
-%%OCCROOT%%/tests/de_mesh/obj_read/begin
-%%OCCROOT%%/tests/de_mesh/obj_read/end
-%%OCCROOT%%/tests/de_mesh/obj_read/multiline
-%%OCCROOT%%/tests/de_mesh/obj_read/mustang
-%%OCCROOT%%/tests/de_mesh/obj_read/prism
-%%OCCROOT%%/tests/de_mesh/obj_read/ship_boat
-%%OCCROOT%%/tests/de_mesh/obj_read/smooth
-%%OCCROOT%%/tests/de_mesh/obj_read/usemtl
-%%OCCROOT%%/tests/de_mesh/obj_write/as1
-%%OCCROOT%%/tests/de_mesh/obj_write/ball
-%%OCCROOT%%/tests/de_mesh/obj_write/lantern
-%%OCCROOT%%/tests/de_mesh/obj_write/mustang
-%%OCCROOT%%/tests/de_mesh/obj_write/ship_boat
-%%OCCROOT%%/tests/de_mesh/parse.rules
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A1
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A10
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A11
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A12
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A2
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A3
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A4
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A5
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A6
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A7
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A8
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/A9
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/B1
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/begin
-%%OCCROOT%%/tests/de_mesh/shape_write_stl/end
-%%OCCROOT%%/tests/de_mesh/stl_read/A1
-%%OCCROOT%%/tests/de_mesh/stl_read/A10
-%%OCCROOT%%/tests/de_mesh/stl_read/A11
-%%OCCROOT%%/tests/de_mesh/stl_read/A12
-%%OCCROOT%%/tests/de_mesh/stl_read/A13
-%%OCCROOT%%/tests/de_mesh/stl_read/A14
-%%OCCROOT%%/tests/de_mesh/stl_read/A15
-%%OCCROOT%%/tests/de_mesh/stl_read/A2
-%%OCCROOT%%/tests/de_mesh/stl_read/A3
-%%OCCROOT%%/tests/de_mesh/stl_read/A4
-%%OCCROOT%%/tests/de_mesh/stl_read/A5
-%%OCCROOT%%/tests/de_mesh/stl_read/A6
-%%OCCROOT%%/tests/de_mesh/stl_read/A7
-%%OCCROOT%%/tests/de_mesh/stl_read/A8
-%%OCCROOT%%/tests/de_mesh/stl_read/A9
-%%OCCROOT%%/tests/de_mesh/stl_read/B1
-%%OCCROOT%%/tests/de_mesh/stl_read/B10
-%%OCCROOT%%/tests/de_mesh/stl_read/B11
-%%OCCROOT%%/tests/de_mesh/stl_read/B12
-%%OCCROOT%%/tests/de_mesh/stl_read/B13
-%%OCCROOT%%/tests/de_mesh/stl_read/B14
-%%OCCROOT%%/tests/de_mesh/stl_read/B15
-%%OCCROOT%%/tests/de_mesh/stl_read/B2
-%%OCCROOT%%/tests/de_mesh/stl_read/B3
-%%OCCROOT%%/tests/de_mesh/stl_read/B4
-%%OCCROOT%%/tests/de_mesh/stl_read/B5
-%%OCCROOT%%/tests/de_mesh/stl_read/B6
-%%OCCROOT%%/tests/de_mesh/stl_read/B7
-%%OCCROOT%%/tests/de_mesh/stl_read/B8
-%%OCCROOT%%/tests/de_mesh/stl_read/B9
-%%OCCROOT%%/tests/de_mesh/stl_read/C1
-%%OCCROOT%%/tests/de_mesh/stl_read/C10
-%%OCCROOT%%/tests/de_mesh/stl_read/C11
-%%OCCROOT%%/tests/de_mesh/stl_read/C12
-%%OCCROOT%%/tests/de_mesh/stl_read/C13
-%%OCCROOT%%/tests/de_mesh/stl_read/C14
-%%OCCROOT%%/tests/de_mesh/stl_read/C15
-%%OCCROOT%%/tests/de_mesh/stl_read/C2
-%%OCCROOT%%/tests/de_mesh/stl_read/C3
-%%OCCROOT%%/tests/de_mesh/stl_read/C4
-%%OCCROOT%%/tests/de_mesh/stl_read/C5
-%%OCCROOT%%/tests/de_mesh/stl_read/C6
-%%OCCROOT%%/tests/de_mesh/stl_read/C7
-%%OCCROOT%%/tests/de_mesh/stl_read/C8
-%%OCCROOT%%/tests/de_mesh/stl_read/C9
-%%OCCROOT%%/tests/de_mesh/stl_read/D1
-%%OCCROOT%%/tests/de_mesh/stl_read/D2
-%%OCCROOT%%/tests/de_mesh/stl_read/D3
-%%OCCROOT%%/tests/de_mesh/stl_read/begin
%%OCCROOT%%/tests/demo/data/file1.empty
%%OCCROOT%%/tests/demo/draw/binpersist_1
%%OCCROOT%%/tests/demo/draw/binpersist_2
@@ -10639,6 +10878,7 @@
%%OCCROOT%%/tests/demo/draw/restore
%%OCCROOT%%/tests/demo/grids.list
%%OCCROOT%%/tests/demo/parse.rules
+%%OCCROOT%%/tests/demo/samples/aisobject
%%OCCROOT%%/tests/demo/samples/anc101
%%OCCROOT%%/tests/demo/samples/bottle
%%OCCROOT%%/tests/demo/samples/cad
@@ -10801,6 +11041,9 @@
%%OCCROOT%%/tests/evolved/voluved/AGT007
%%OCCROOT%%/tests/evolved/voluved/AGT008
%%OCCROOT%%/tests/evolved/voluved/AGT009
+%%OCCROOT%%/tests/evolved/voluved/begin
+%%OCCROOT%%/tests/evolved/voluved/bug26470_1
+%%OCCROOT%%/tests/evolved/voluved/bug26470_2
%%OCCROOT%%/tests/evolved/voluved/HMC001
%%OCCROOT%%/tests/evolved/voluved/HMC002
%%OCCROOT%%/tests/evolved/voluved/HMC003
@@ -10811,9 +11054,6 @@
%%OCCROOT%%/tests/evolved/voluved/HMC008
%%OCCROOT%%/tests/evolved/voluved/HMC009
%%OCCROOT%%/tests/evolved/voluved/HMC010
-%%OCCROOT%%/tests/evolved/voluved/begin
-%%OCCROOT%%/tests/evolved/voluved/bug26470_1
-%%OCCROOT%%/tests/evolved/voluved/bug26470_2
%%OCCROOT%%/tests/evolved/voluved/pro19424
%%OCCROOT%%/tests/feat/begin
%%OCCROOT%%/tests/feat/end
@@ -11168,10 +11408,10 @@
%%OCCROOT%%/tests/gdt/export/B7
%%OCCROOT%%/tests/gdt/export/B8
%%OCCROOT%%/tests/gdt/export/B9
+%%OCCROOT%%/tests/gdt/export/begin
%%OCCROOT%%/tests/gdt/export/C1
%%OCCROOT%%/tests/gdt/export/C2
%%OCCROOT%%/tests/gdt/export/C3
-%%OCCROOT%%/tests/gdt/export/begin
%%OCCROOT%%/tests/gdt/export/end
%%OCCROOT%%/tests/gdt/grids.list
%%OCCROOT%%/tests/gdt/import/A1
@@ -11193,6 +11433,7 @@
%%OCCROOT%%/tests/gdt/notes/B5
%%OCCROOT%%/tests/gdt/notes/B6
%%OCCROOT%%/tests/gdt/notes/B7
+%%OCCROOT%%/tests/gdt/notes/begin
%%OCCROOT%%/tests/gdt/notes/C1
%%OCCROOT%%/tests/gdt/notes/C2
%%OCCROOT%%/tests/gdt/notes/C3
@@ -11203,7 +11444,6 @@
%%OCCROOT%%/tests/gdt/notes/C8
%%OCCROOT%%/tests/gdt/notes/C9
%%OCCROOT%%/tests/gdt/notes/D1
-%%OCCROOT%%/tests/gdt/notes/begin
%%OCCROOT%%/tests/gdt/notes/end
%%OCCROOT%%/tests/gdt/presentation/A1
%%OCCROOT%%/tests/gdt/presentation/A2
@@ -11223,8 +11463,8 @@
%%OCCROOT%%/tests/gdt/presentation/B7
%%OCCROOT%%/tests/gdt/presentation/B8
%%OCCROOT%%/tests/gdt/presentation/B9
-%%OCCROOT%%/tests/gdt/presentation/C1
%%OCCROOT%%/tests/gdt/presentation/begin
+%%OCCROOT%%/tests/gdt/presentation/C1
%%OCCROOT%%/tests/gdt/presentation/end
%%OCCROOT%%/tests/gdt/tolerances/A1
%%OCCROOT%%/tests/gdt/tolerances/A2
@@ -11503,7 +11743,16 @@
%%OCCROOT%%/tests/heal/checkshape/bug27814_7
%%OCCROOT%%/tests/heal/checkshape/bug27814_8
%%OCCROOT%%/tests/heal/checkshape/bug27814_9
-%%OCCROOT%%/tests/heal/data/MDTV
+%%OCCROOT%%/tests/heal/checkshape/bug32448_1
+%%OCCROOT%%/tests/heal/checkshape/bug32448_10
+%%OCCROOT%%/tests/heal/checkshape/bug32448_2
+%%OCCROOT%%/tests/heal/checkshape/bug32448_3
+%%OCCROOT%%/tests/heal/checkshape/bug32448_4
+%%OCCROOT%%/tests/heal/checkshape/bug32448_5
+%%OCCROOT%%/tests/heal/checkshape/bug32448_6
+%%OCCROOT%%/tests/heal/checkshape/bug32448_7
+%%OCCROOT%%/tests/heal/checkshape/bug32448_8
+%%OCCROOT%%/tests/heal/checkshape/bug32448_9
%%OCCROOT%%/tests/heal/data/advanced/A1
%%OCCROOT%%/tests/heal/data/advanced/A2
%%OCCROOT%%/tests/heal/data/advanced/A3
@@ -11794,6 +12043,7 @@
%%OCCROOT%%/tests/heal/data/advanced/ZF9
%%OCCROOT%%/tests/heal/data/advanced/ZG1
%%OCCROOT%%/tests/heal/data/data
+%%OCCROOT%%/tests/heal/data/MDTV
%%OCCROOT%%/tests/heal/data/standard/A1
%%OCCROOT%%/tests/heal/data/standard/A2
%%OCCROOT%%/tests/heal/data/standard/A3
@@ -12282,6 +12532,7 @@
%%OCCROOT%%/tests/heal/drop_small_edges/A4
%%OCCROOT%%/tests/heal/drop_small_edges/A5
%%OCCROOT%%/tests/heal/drop_small_edges/end
+%%OCCROOT%%/tests/heal/drop_small_solids/end
%%OCCROOT%%/tests/heal/drop_small_solids/M1
%%OCCROOT%%/tests/heal/drop_small_solids/M2
%%OCCROOT%%/tests/heal/drop_small_solids/M3
@@ -12293,7 +12544,6 @@
%%OCCROOT%%/tests/heal/drop_small_solids/R6
%%OCCROOT%%/tests/heal/drop_small_solids/R7
%%OCCROOT%%/tests/heal/drop_small_solids/R8
-%%OCCROOT%%/tests/heal/drop_small_solids/end
%%OCCROOT%%/tests/heal/elementary_to_revolution/A1
%%OCCROOT%%/tests/heal/elementary_to_revolution/A2
%%OCCROOT%%/tests/heal/elementary_to_revolution/A3
@@ -12319,9 +12569,9 @@
%%OCCROOT%%/tests/heal/fix_face_size/B7
%%OCCROOT%%/tests/heal/fix_face_size/B8
%%OCCROOT%%/tests/heal/fix_face_size/B9
+%%OCCROOT%%/tests/heal/fix_face_size/begin
%%OCCROOT%%/tests/heal/fix_face_size/C1
%%OCCROOT%%/tests/heal/fix_face_size/C2
-%%OCCROOT%%/tests/heal/fix_face_size/begin
%%OCCROOT%%/tests/heal/fix_face_size/end
%%OCCROOT%%/tests/heal/fix_gaps/A1
%%OCCROOT%%/tests/heal/fix_gaps/A2
@@ -12381,6 +12631,7 @@
%%OCCROOT%%/tests/heal/fix_shape/E7
%%OCCROOT%%/tests/heal/fix_shape/E8
%%OCCROOT%%/tests/heal/fix_shape/E9
+%%OCCROOT%%/tests/heal/fix_shape/end
%%OCCROOT%%/tests/heal/fix_shape/F1
%%OCCROOT%%/tests/heal/fix_shape/F2
%%OCCROOT%%/tests/heal/fix_shape/F3
@@ -12395,12 +12646,19 @@
%%OCCROOT%%/tests/heal/fix_shape/G3
%%OCCROOT%%/tests/heal/fix_shape/G4
%%OCCROOT%%/tests/heal/fix_shape/G5
-%%OCCROOT%%/tests/heal/fix_shape/end
%%OCCROOT%%/tests/heal/grids.list
%%OCCROOT%%/tests/heal/parse.rules
%%OCCROOT%%/tests/heal/reshape/A1
%%OCCROOT%%/tests/heal/reshape/begin
%%OCCROOT%%/tests/heal/reshape/end
+%%OCCROOT%%/tests/heal/same_parameter_locked/A1
+%%OCCROOT%%/tests/heal/same_parameter_locked/A2
+%%OCCROOT%%/tests/heal/same_parameter_locked/A3
+%%OCCROOT%%/tests/heal/same_parameter_locked/A4
+%%OCCROOT%%/tests/heal/same_parameter_locked/A5
+%%OCCROOT%%/tests/heal/same_parameter_locked/A6
+%%OCCROOT%%/tests/heal/same_parameter_locked/A7
+%%OCCROOT%%/tests/heal/same_parameter_locked/end
%%OCCROOT%%/tests/heal/same_parameter/A1
%%OCCROOT%%/tests/heal/same_parameter/A2
%%OCCROOT%%/tests/heal/same_parameter/A3
@@ -12411,14 +12669,12 @@
%%OCCROOT%%/tests/heal/same_parameter/A8
%%OCCROOT%%/tests/heal/same_parameter/A9
%%OCCROOT%%/tests/heal/same_parameter/end
-%%OCCROOT%%/tests/heal/same_parameter_locked/A1
-%%OCCROOT%%/tests/heal/same_parameter_locked/A2
-%%OCCROOT%%/tests/heal/same_parameter_locked/A3
-%%OCCROOT%%/tests/heal/same_parameter_locked/A4
-%%OCCROOT%%/tests/heal/same_parameter_locked/A5
-%%OCCROOT%%/tests/heal/same_parameter_locked/A6
-%%OCCROOT%%/tests/heal/same_parameter_locked/A7
-%%OCCROOT%%/tests/heal/same_parameter_locked/end
+%%OCCROOT%%/tests/heal/split_angle_advanced/begin
+%%OCCROOT%%/tests/heal/split_angle_advanced/cases.list
+%%OCCROOT%%/tests/heal/split_angle_advanced/end
+%%OCCROOT%%/tests/heal/split_angle_standard/begin
+%%OCCROOT%%/tests/heal/split_angle_standard/cases.list
+%%OCCROOT%%/tests/heal/split_angle_standard/end
%%OCCROOT%%/tests/heal/split_angle/A1
%%OCCROOT%%/tests/heal/split_angle/A2
%%OCCROOT%%/tests/heal/split_angle/A3
@@ -12464,15 +12720,9 @@
%%OCCROOT%%/tests/heal/split_angle/E7
%%OCCROOT%%/tests/heal/split_angle/E8
%%OCCROOT%%/tests/heal/split_angle/E9
+%%OCCROOT%%/tests/heal/split_angle/end
%%OCCROOT%%/tests/heal/split_angle/F1
%%OCCROOT%%/tests/heal/split_angle/F2
-%%OCCROOT%%/tests/heal/split_angle/end
-%%OCCROOT%%/tests/heal/split_angle_advanced/begin
-%%OCCROOT%%/tests/heal/split_angle_advanced/cases.list
-%%OCCROOT%%/tests/heal/split_angle_advanced/end
-%%OCCROOT%%/tests/heal/split_angle_standard/begin
-%%OCCROOT%%/tests/heal/split_angle_standard/cases.list
-%%OCCROOT%%/tests/heal/split_angle_standard/end
%%OCCROOT%%/tests/heal/split_closed_faces/A1
%%OCCROOT%%/tests/heal/split_closed_faces/A2
%%OCCROOT%%/tests/heal/split_closed_faces/A3
@@ -12518,6 +12768,7 @@
%%OCCROOT%%/tests/heal/split_closed_faces/E7
%%OCCROOT%%/tests/heal/split_closed_faces/E8
%%OCCROOT%%/tests/heal/split_closed_faces/E9
+%%OCCROOT%%/tests/heal/split_closed_faces/end
%%OCCROOT%%/tests/heal/split_closed_faces/F1
%%OCCROOT%%/tests/heal/split_closed_faces/F2
%%OCCROOT%%/tests/heal/split_closed_faces/F3
@@ -12532,7 +12783,12 @@
%%OCCROOT%%/tests/heal/split_closed_faces/G3
%%OCCROOT%%/tests/heal/split_closed_faces/G4
%%OCCROOT%%/tests/heal/split_closed_faces/G5
-%%OCCROOT%%/tests/heal/split_closed_faces/end
+%%OCCROOT%%/tests/heal/split_continuity_advanced/begin
+%%OCCROOT%%/tests/heal/split_continuity_advanced/cases.list
+%%OCCROOT%%/tests/heal/split_continuity_advanced/end
+%%OCCROOT%%/tests/heal/split_continuity_standard/begin
+%%OCCROOT%%/tests/heal/split_continuity_standard/cases.list
+%%OCCROOT%%/tests/heal/split_continuity_standard/end
%%OCCROOT%%/tests/heal/split_continuity/A1
%%OCCROOT%%/tests/heal/split_continuity/A2
%%OCCROOT%%/tests/heal/split_continuity/A3
@@ -12564,12 +12820,34 @@
%%OCCROOT%%/tests/heal/split_continuity/D2
%%OCCROOT%%/tests/heal/split_continuity/D3
%%OCCROOT%%/tests/heal/split_continuity/end
-%%OCCROOT%%/tests/heal/split_continuity_advanced/begin
-%%OCCROOT%%/tests/heal/split_continuity_advanced/cases.list
-%%OCCROOT%%/tests/heal/split_continuity_advanced/end
-%%OCCROOT%%/tests/heal/split_continuity_standard/begin
-%%OCCROOT%%/tests/heal/split_continuity_standard/cases.list
-%%OCCROOT%%/tests/heal/split_continuity_standard/end
+%%OCCROOT%%/tests/heal/split_number/A1
+%%OCCROOT%%/tests/heal/split_number/A2
+%%OCCROOT%%/tests/heal/split_number/A3
+%%OCCROOT%%/tests/heal/split_number/A4
+%%OCCROOT%%/tests/heal/split_number/A5
+%%OCCROOT%%/tests/heal/split_number/A6
+%%OCCROOT%%/tests/heal/split_number/A7
+%%OCCROOT%%/tests/heal/split_number/A8
+%%OCCROOT%%/tests/heal/split_number/B1
+%%OCCROOT%%/tests/heal/split_number/B2
+%%OCCROOT%%/tests/heal/split_number/B3
+%%OCCROOT%%/tests/heal/split_number/B4
+%%OCCROOT%%/tests/heal/split_number/B5
+%%OCCROOT%%/tests/heal/split_number/B6
+%%OCCROOT%%/tests/heal/split_number/C1
+%%OCCROOT%%/tests/heal/split_number/C2
+%%OCCROOT%%/tests/heal/split_number/D1
+%%OCCROOT%%/tests/heal/split_number/D2
+%%OCCROOT%%/tests/heal/split_number/end
+%%OCCROOT%%/tests/heal/split_two_numbers/A1
+%%OCCROOT%%/tests/heal/split_two_numbers/A2
+%%OCCROOT%%/tests/heal/split_two_numbers/A3
+%%OCCROOT%%/tests/heal/split_two_numbers/A4
+%%OCCROOT%%/tests/heal/split_two_numbers/B1
+%%OCCROOT%%/tests/heal/split_two_numbers/B2
+%%OCCROOT%%/tests/heal/split_two_numbers/B3
+%%OCCROOT%%/tests/heal/split_two_numbers/B4
+%%OCCROOT%%/tests/heal/split_two_numbers/end
%%OCCROOT%%/tests/heal/surface_to_bezier/A1
%%OCCROOT%%/tests/heal/surface_to_bezier/A2
%%OCCROOT%%/tests/heal/surface_to_bezier/A3
@@ -12615,12 +12893,12 @@
%%OCCROOT%%/tests/heal/surface_to_bezier/E7
%%OCCROOT%%/tests/heal/surface_to_bezier/E8
%%OCCROOT%%/tests/heal/surface_to_bezier/E9
+%%OCCROOT%%/tests/heal/surface_to_bezier/end
%%OCCROOT%%/tests/heal/surface_to_bezier/F1
%%OCCROOT%%/tests/heal/surface_to_bezier/F2
%%OCCROOT%%/tests/heal/surface_to_bezier/F3
%%OCCROOT%%/tests/heal/surface_to_bezier/F4
%%OCCROOT%%/tests/heal/surface_to_bezier/F5
-%%OCCROOT%%/tests/heal/surface_to_bezier/end
%%OCCROOT%%/tests/heal/surface_to_bspline/A1
%%OCCROOT%%/tests/heal/surface_to_bspline/A2
%%OCCROOT%%/tests/heal/surface_to_bspline/A3
@@ -12666,6 +12944,7 @@
%%OCCROOT%%/tests/heal/surface_to_bspline/E7
%%OCCROOT%%/tests/heal/surface_to_bspline/E8
%%OCCROOT%%/tests/heal/surface_to_bspline/E9
+%%OCCROOT%%/tests/heal/surface_to_bspline/end
%%OCCROOT%%/tests/heal/surface_to_bspline/F1
%%OCCROOT%%/tests/heal/surface_to_bspline/F2
%%OCCROOT%%/tests/heal/surface_to_bspline/F3
@@ -12679,7 +12958,6 @@
%%OCCROOT%%/tests/heal/surface_to_bspline/G2
%%OCCROOT%%/tests/heal/surface_to_bspline/G3
%%OCCROOT%%/tests/heal/surface_to_bspline/G4
-%%OCCROOT%%/tests/heal/surface_to_bspline/end
%%OCCROOT%%/tests/heal/surface_to_revolution_advanced/begin
%%OCCROOT%%/tests/heal/surface_to_revolution_advanced/cases.list
%%OCCROOT%%/tests/heal/surface_to_revolution_advanced/end
@@ -12733,7 +13011,6 @@
%%OCCROOT%%/tests/heal/wire_tails_real/A6
%%OCCROOT%%/tests/heal/wire_tails_real/A7
%%OCCROOT%%/tests/hlr/begin
-%%OCCROOT%%/tests/hlr/end
%%OCCROOT%%/tests/hlr/exact_hlr/A1
%%OCCROOT%%/tests/hlr/exact_hlr/A2
%%OCCROOT%%/tests/hlr/exact_hlr/A3
@@ -12748,6 +13025,38 @@
%%OCCROOT%%/tests/hlr/exact_hlr/B5
%%OCCROOT%%/tests/hlr/exact_hlr/B6
%%OCCROOT%%/tests/hlr/exact_hlr/B7
+%%OCCROOT%%/tests/hlr/exact_hlr/begin
+%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_1
+%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_2
+%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_3
+%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_4
+%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_5
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_101
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_102
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_103
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_104
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_105
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_201
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_202
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_203
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_204
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_205
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_1
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_2
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_3
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_4
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_5
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_1
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_2
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_3
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_4
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_5
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_6
+%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_7
+%%OCCROOT%%/tests/hlr/exact_hlr/bug29956
+%%OCCROOT%%/tests/hlr/exact_hlr/bug30243
+%%OCCROOT%%/tests/hlr/exact_hlr/bug32747
+%%OCCROOT%%/tests/hlr/exact_hlr/bug7691
%%OCCROOT%%/tests/hlr/exact_hlr/C1
%%OCCROOT%%/tests/hlr/exact_hlr/C10
%%OCCROOT%%/tests/hlr/exact_hlr/C11
@@ -12784,38 +13093,8 @@
%%OCCROOT%%/tests/hlr/exact_hlr/D5
%%OCCROOT%%/tests/hlr/exact_hlr/D6
%%OCCROOT%%/tests/hlr/exact_hlr/D7
+%%OCCROOT%%/tests/hlr/exact_hlr/end
%%OCCROOT%%/tests/hlr/exact_hlr/Plate
-%%OCCROOT%%/tests/hlr/exact_hlr/begin
-%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_1
-%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_2
-%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_3
-%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_4
-%%OCCROOT%%/tests/hlr/exact_hlr/bug25813_5
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_101
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_102
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_103
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_104
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_105
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_201
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_202
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_203
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_204
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27719_205
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_1
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_2
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_3
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_4
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27720_5
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_1
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_2
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_3
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_4
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_5
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_6
-%%OCCROOT%%/tests/hlr/exact_hlr/bug27979_7
-%%OCCROOT%%/tests/hlr/exact_hlr/bug29956
-%%OCCROOT%%/tests/hlr/exact_hlr/bug30243
-%%OCCROOT%%/tests/hlr/exact_hlr/bug7691
%%OCCROOT%%/tests/hlr/grids.list
%%OCCROOT%%/tests/hlr/poly_hlr/A1
%%OCCROOT%%/tests/hlr/poly_hlr/A2
@@ -12831,43 +13110,6 @@
%%OCCROOT%%/tests/hlr/poly_hlr/B5
%%OCCROOT%%/tests/hlr/poly_hlr/B6
%%OCCROOT%%/tests/hlr/poly_hlr/B7
-%%OCCROOT%%/tests/hlr/poly_hlr/C1
-%%OCCROOT%%/tests/hlr/poly_hlr/C10
-%%OCCROOT%%/tests/hlr/poly_hlr/C11
-%%OCCROOT%%/tests/hlr/poly_hlr/C12
-%%OCCROOT%%/tests/hlr/poly_hlr/C13
-%%OCCROOT%%/tests/hlr/poly_hlr/C14
-%%OCCROOT%%/tests/hlr/poly_hlr/C15
-%%OCCROOT%%/tests/hlr/poly_hlr/C16
-%%OCCROOT%%/tests/hlr/poly_hlr/C17
-%%OCCROOT%%/tests/hlr/poly_hlr/C18
-%%OCCROOT%%/tests/hlr/poly_hlr/C19
-%%OCCROOT%%/tests/hlr/poly_hlr/C2
-%%OCCROOT%%/tests/hlr/poly_hlr/C20
-%%OCCROOT%%/tests/hlr/poly_hlr/C21
-%%OCCROOT%%/tests/hlr/poly_hlr/C22
-%%OCCROOT%%/tests/hlr/poly_hlr/C23
-%%OCCROOT%%/tests/hlr/poly_hlr/C24
-%%OCCROOT%%/tests/hlr/poly_hlr/C25
-%%OCCROOT%%/tests/hlr/poly_hlr/C26
-%%OCCROOT%%/tests/hlr/poly_hlr/C27
-%%OCCROOT%%/tests/hlr/poly_hlr/C28
-%%OCCROOT%%/tests/hlr/poly_hlr/C29
-%%OCCROOT%%/tests/hlr/poly_hlr/C3
-%%OCCROOT%%/tests/hlr/poly_hlr/C4
-%%OCCROOT%%/tests/hlr/poly_hlr/C5
-%%OCCROOT%%/tests/hlr/poly_hlr/C6
-%%OCCROOT%%/tests/hlr/poly_hlr/C7
-%%OCCROOT%%/tests/hlr/poly_hlr/C8
-%%OCCROOT%%/tests/hlr/poly_hlr/C9
-%%OCCROOT%%/tests/hlr/poly_hlr/D1
-%%OCCROOT%%/tests/hlr/poly_hlr/D2
-%%OCCROOT%%/tests/hlr/poly_hlr/D3
-%%OCCROOT%%/tests/hlr/poly_hlr/D4
-%%OCCROOT%%/tests/hlr/poly_hlr/D5
-%%OCCROOT%%/tests/hlr/poly_hlr/D6
-%%OCCROOT%%/tests/hlr/poly_hlr/D7
-%%OCCROOT%%/tests/hlr/poly_hlr/Plate
%%OCCROOT%%/tests/hlr/poly_hlr/begin
%%OCCROOT%%/tests/hlr/poly_hlr/bug23625_1
%%OCCROOT%%/tests/hlr/poly_hlr/bug23625_2
@@ -12905,8 +13147,49 @@
%%OCCROOT%%/tests/hlr/poly_hlr/bug29956
%%OCCROOT%%/tests/hlr/poly_hlr/bug30243
%%OCCROOT%%/tests/hlr/poly_hlr/bug7691
+%%OCCROOT%%/tests/hlr/poly_hlr/C1
+%%OCCROOT%%/tests/hlr/poly_hlr/C10
+%%OCCROOT%%/tests/hlr/poly_hlr/C11
+%%OCCROOT%%/tests/hlr/poly_hlr/C12
+%%OCCROOT%%/tests/hlr/poly_hlr/C13
+%%OCCROOT%%/tests/hlr/poly_hlr/C14
+%%OCCROOT%%/tests/hlr/poly_hlr/C15
+%%OCCROOT%%/tests/hlr/poly_hlr/C16
+%%OCCROOT%%/tests/hlr/poly_hlr/C17
+%%OCCROOT%%/tests/hlr/poly_hlr/C18
+%%OCCROOT%%/tests/hlr/poly_hlr/C19
+%%OCCROOT%%/tests/hlr/poly_hlr/C2
+%%OCCROOT%%/tests/hlr/poly_hlr/C20
+%%OCCROOT%%/tests/hlr/poly_hlr/C21
+%%OCCROOT%%/tests/hlr/poly_hlr/C22
+%%OCCROOT%%/tests/hlr/poly_hlr/C23
+%%OCCROOT%%/tests/hlr/poly_hlr/C24
+%%OCCROOT%%/tests/hlr/poly_hlr/C25
+%%OCCROOT%%/tests/hlr/poly_hlr/C26
+%%OCCROOT%%/tests/hlr/poly_hlr/C27
+%%OCCROOT%%/tests/hlr/poly_hlr/C28
+%%OCCROOT%%/tests/hlr/poly_hlr/C29
+%%OCCROOT%%/tests/hlr/poly_hlr/C3
+%%OCCROOT%%/tests/hlr/poly_hlr/C4
+%%OCCROOT%%/tests/hlr/poly_hlr/C5
+%%OCCROOT%%/tests/hlr/poly_hlr/C6
+%%OCCROOT%%/tests/hlr/poly_hlr/C7
+%%OCCROOT%%/tests/hlr/poly_hlr/C8
+%%OCCROOT%%/tests/hlr/poly_hlr/C9
+%%OCCROOT%%/tests/hlr/poly_hlr/D1
+%%OCCROOT%%/tests/hlr/poly_hlr/D2
+%%OCCROOT%%/tests/hlr/poly_hlr/D3
+%%OCCROOT%%/tests/hlr/poly_hlr/D4
+%%OCCROOT%%/tests/hlr/poly_hlr/D5
+%%OCCROOT%%/tests/hlr/poly_hlr/D6
+%%OCCROOT%%/tests/hlr/poly_hlr/D7
+%%OCCROOT%%/tests/hlr/poly_hlr/end
+%%OCCROOT%%/tests/hlr/poly_hlr/Plate
%%OCCROOT%%/tests/lowalgos/2dapprox/bug29679_1
%%OCCROOT%%/tests/lowalgos/2dapprox/bug29679_2
+%%OCCROOT%%/tests/lowalgos/2ddeviation/A1
+%%OCCROOT%%/tests/lowalgos/2ddeviation/A2
+%%OCCROOT%%/tests/lowalgos/2ddeviation/A3
%%OCCROOT%%/tests/lowalgos/2dgcc/buc60607_1
%%OCCROOT%%/tests/lowalgos/2dgcc/buc60607_2
%%OCCROOT%%/tests/lowalgos/2dgcc/buc60607_3
@@ -13007,6 +13290,8 @@
%%OCCROOT%%/tests/lowalgos/extcc/bug29858_02
%%OCCROOT%%/tests/lowalgos/extcc/bug29858_03
%%OCCROOT%%/tests/lowalgos/extcc/bug29858_04
+%%OCCROOT%%/tests/lowalgos/extcc/bug32796
+%%OCCROOT%%/tests/lowalgos/extcc/bug32882
%%OCCROOT%%/tests/lowalgos/extcs/bug29426_1
%%OCCROOT%%/tests/lowalgos/extcs/bug29426_2
%%OCCROOT%%/tests/lowalgos/extcs/bug32225
@@ -13212,6 +13497,9 @@
%%OCCROOT%%/tests/lowalgos/intss/bug31602
%%OCCROOT%%/tests/lowalgos/intss/bug324
%%OCCROOT%%/tests/lowalgos/intss/bug32607
+%%OCCROOT%%/tests/lowalgos/intss/bug32701
+%%OCCROOT%%/tests/lowalgos/intss/bug32849
+%%OCCROOT%%/tests/lowalgos/intss/bug32850
%%OCCROOT%%/tests/lowalgos/intss/bug333
%%OCCROOT%%/tests/lowalgos/intss/bug370
%%OCCROOT%%/tests/lowalgos/intss/bug371
@@ -13232,10 +13520,31 @@
%%OCCROOT%%/tests/lowalgos/progress/A2
%%OCCROOT%%/tests/lowalgos/progress/A3
%%OCCROOT%%/tests/lowalgos/progress/A4
-%%OCCROOT%%/tests/mesh/advanced_incmesh/begin
-%%OCCROOT%%/tests/mesh/advanced_incmesh/cases.list
+%%OCCROOT%%/tests/lowalgos/proximity/A1
+%%OCCROOT%%/tests/lowalgos/proximity/A2
+%%OCCROOT%%/tests/lowalgos/proximity/A3
+%%OCCROOT%%/tests/lowalgos/proximity/A4
+%%OCCROOT%%/tests/lowalgos/proximity/A5
+%%OCCROOT%%/tests/lowalgos/proximity/B1
+%%OCCROOT%%/tests/lowalgos/proximity/B2
+%%OCCROOT%%/tests/lowalgos/proximity/B3
+%%OCCROOT%%/tests/lowalgos/proximity/B4
+%%OCCROOT%%/tests/lowalgos/proximity/B5
+%%OCCROOT%%/tests/lowalgos/proximity/B6
+%%OCCROOT%%/tests/lowalgos/proximity/C1
+%%OCCROOT%%/tests/lowalgos/proximity/C2
+%%OCCROOT%%/tests/lowalgos/proximity/C3
+%%OCCROOT%%/tests/lowalgos/proximity/C4
+%%OCCROOT%%/tests/lowalgos/proximity/D1
+%%OCCROOT%%/tests/lowalgos/proximity/D2
+%%OCCROOT%%/tests/lowalgos/proximity/D3
+%%OCCROOT%%/tests/lowalgos/proximity/E1
+%%OCCROOT%%/tests/lowalgos/proximity/E2
+%%OCCROOT%%/tests/lowalgos/proximity/end
%%OCCROOT%%/tests/mesh/advanced_incmesh_parallel/begin
%%OCCROOT%%/tests/mesh/advanced_incmesh_parallel/cases.list
+%%OCCROOT%%/tests/mesh/advanced_incmesh/begin
+%%OCCROOT%%/tests/mesh/advanced_incmesh/cases.list
%%OCCROOT%%/tests/mesh/advanced_shading/begin
%%OCCROOT%%/tests/mesh/advanced_shading/cases.list
%%OCCROOT%%/tests/mesh/begin
@@ -13474,10 +13783,10 @@
%%OCCROOT%%/tests/mesh/data/standard/X5
%%OCCROOT%%/tests/mesh/end
%%OCCROOT%%/tests/mesh/grids.list
-%%OCCROOT%%/tests/mesh/standard_incmesh/begin
-%%OCCROOT%%/tests/mesh/standard_incmesh/cases.list
%%OCCROOT%%/tests/mesh/standard_incmesh_parallel/begin
%%OCCROOT%%/tests/mesh/standard_incmesh_parallel/cases.list
+%%OCCROOT%%/tests/mesh/standard_incmesh/begin
+%%OCCROOT%%/tests/mesh/standard_incmesh/cases.list
%%OCCROOT%%/tests/mesh/standard_shading/begin
%%OCCROOT%%/tests/mesh/standard_shading/cases.list
%%OCCROOT%%/tests/mkface/after_extsurf_and_offset/A1
@@ -13671,6 +13980,7 @@
%%OCCROOT%%/tests/offset/bugs/bug26288
%%OCCROOT%%/tests/offset/bugs/bug26442_1
%%OCCROOT%%/tests/offset/bugs/bug26442_2
+%%OCCROOT%%/tests/offset/bugs/bug27081
%%OCCROOT%%/tests/offset/bugs/bug27908
%%OCCROOT%%/tests/offset/bugs/bug27909
%%OCCROOT%%/tests/offset/bugs/bug27910
@@ -13716,6 +14026,7 @@
%%OCCROOT%%/tests/offset/faces_type_i/B7
%%OCCROOT%%/tests/offset/faces_type_i/B8
%%OCCROOT%%/tests/offset/faces_type_i/B9
+%%OCCROOT%%/tests/offset/faces_type_i/begin
%%OCCROOT%%/tests/offset/faces_type_i/C1
%%OCCROOT%%/tests/offset/faces_type_i/C2
%%OCCROOT%%/tests/offset/faces_type_i/C3
@@ -13817,14 +14128,8 @@
%%OCCROOT%%/tests/offset/faces_type_i/M9
%%OCCROOT%%/tests/offset/faces_type_i/N1
%%OCCROOT%%/tests/offset/faces_type_i/N2
-%%OCCROOT%%/tests/offset/faces_type_i/begin
%%OCCROOT%%/tests/offset/grids.list
%%OCCROOT%%/tests/offset/parse.rules
-%%OCCROOT%%/tests/offset/shape/A1
-%%OCCROOT%%/tests/offset/shape/A2
-%%OCCROOT%%/tests/offset/shape/A3
-%%OCCROOT%%/tests/offset/shape/A4
-%%OCCROOT%%/tests/offset/shape/begin
%%OCCROOT%%/tests/offset/shape_type_a/A1
%%OCCROOT%%/tests/offset/shape_type_a/A2
%%OCCROOT%%/tests/offset/shape_type_a/A3
@@ -13841,64 +14146,47 @@
%%OCCROOT%%/tests/offset/shape_type_a/B5
%%OCCROOT%%/tests/offset/shape_type_a/B6
%%OCCROOT%%/tests/offset/shape_type_a/begin
-%%OCCROOT%%/tests/offset/shape_type_i/A1
-%%OCCROOT%%/tests/offset/shape_type_i/A2
-%%OCCROOT%%/tests/offset/shape_type_i/A3
-%%OCCROOT%%/tests/offset/shape_type_i/A4
-%%OCCROOT%%/tests/offset/shape_type_i/A5
-%%OCCROOT%%/tests/offset/shape_type_i/A6
-%%OCCROOT%%/tests/offset/shape_type_i/A7
-%%OCCROOT%%/tests/offset/shape_type_i/A8
-%%OCCROOT%%/tests/offset/shape_type_i/A9
-%%OCCROOT%%/tests/offset/shape_type_i/B1
-%%OCCROOT%%/tests/offset/shape_type_i/B2
-%%OCCROOT%%/tests/offset/shape_type_i/B3
-%%OCCROOT%%/tests/offset/shape_type_i/B4
-%%OCCROOT%%/tests/offset/shape_type_i/B5
-%%OCCROOT%%/tests/offset/shape_type_i/B6
-%%OCCROOT%%/tests/offset/shape_type_i/B7
-%%OCCROOT%%/tests/offset/shape_type_i/B8
-%%OCCROOT%%/tests/offset/shape_type_i/B9
-%%OCCROOT%%/tests/offset/shape_type_i/C1
-%%OCCROOT%%/tests/offset/shape_type_i/C2
-%%OCCROOT%%/tests/offset/shape_type_i/C3
-%%OCCROOT%%/tests/offset/shape_type_i/C4
-%%OCCROOT%%/tests/offset/shape_type_i/C5
-%%OCCROOT%%/tests/offset/shape_type_i/C6
-%%OCCROOT%%/tests/offset/shape_type_i/C7
-%%OCCROOT%%/tests/offset/shape_type_i/C8
-%%OCCROOT%%/tests/offset/shape_type_i/C9
-%%OCCROOT%%/tests/offset/shape_type_i/D1
-%%OCCROOT%%/tests/offset/shape_type_i/D2
-%%OCCROOT%%/tests/offset/shape_type_i/D3
-%%OCCROOT%%/tests/offset/shape_type_i/D4
-%%OCCROOT%%/tests/offset/shape_type_i/D5
-%%OCCROOT%%/tests/offset/shape_type_i/D6
-%%OCCROOT%%/tests/offset/shape_type_i/D7
-%%OCCROOT%%/tests/offset/shape_type_i/E1
-%%OCCROOT%%/tests/offset/shape_type_i/E2
-%%OCCROOT%%/tests/offset/shape_type_i/E3
-%%OCCROOT%%/tests/offset/shape_type_i/E4
-%%OCCROOT%%/tests/offset/shape_type_i/E6
-%%OCCROOT%%/tests/offset/shape_type_i/E7
-%%OCCROOT%%/tests/offset/shape_type_i/E8
-%%OCCROOT%%/tests/offset/shape_type_i/E9
-%%OCCROOT%%/tests/offset/shape_type_i/F1
-%%OCCROOT%%/tests/offset/shape_type_i/F2
-%%OCCROOT%%/tests/offset/shape_type_i/F3
-%%OCCROOT%%/tests/offset/shape_type_i/F4
-%%OCCROOT%%/tests/offset/shape_type_i/F5
-%%OCCROOT%%/tests/offset/shape_type_i/F6
-%%OCCROOT%%/tests/offset/shape_type_i/F7
-%%OCCROOT%%/tests/offset/shape_type_i/F8
-%%OCCROOT%%/tests/offset/shape_type_i/F9
-%%OCCROOT%%/tests/offset/shape_type_i/G1
-%%OCCROOT%%/tests/offset/shape_type_i/G2
-%%OCCROOT%%/tests/offset/shape_type_i/G3
-%%OCCROOT%%/tests/offset/shape_type_i/G4
-%%OCCROOT%%/tests/offset/shape_type_i/G5
-%%OCCROOT%%/tests/offset/shape_type_i/G6
-%%OCCROOT%%/tests/offset/shape_type_i/begin
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A2
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A3
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A4
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A5
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A6
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A7
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A8
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A9
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B2
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B3
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B4
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B5
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B6
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B7
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B8
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B9
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/begin
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C2
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C3
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C4
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C5
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XA1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XB1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XC1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XC2
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XD1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XE1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XE2
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XE3
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XF1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XG1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XH1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XI1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XJ1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XK1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XL1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XM1
+%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XN1
%%OCCROOT%%/tests/offset/shape_type_i_c/A1
%%OCCROOT%%/tests/offset/shape_type_i_c/A2
%%OCCROOT%%/tests/offset/shape_type_i_c/A3
@@ -13917,6 +14205,7 @@
%%OCCROOT%%/tests/offset/shape_type_i_c/B7
%%OCCROOT%%/tests/offset/shape_type_i_c/B8
%%OCCROOT%%/tests/offset/shape_type_i_c/B9
+%%OCCROOT%%/tests/offset/shape_type_i_c/begin
%%OCCROOT%%/tests/offset/shape_type_i_c/C1
%%OCCROOT%%/tests/offset/shape_type_i_c/C2
%%OCCROOT%%/tests/offset/shape_type_i_c/C3
@@ -14295,6 +14584,8 @@
%%OCCROOT%%/tests/offset/shape_type_i_c/XU1
%%OCCROOT%%/tests/offset/shape_type_i_c/XU2
%%OCCROOT%%/tests/offset/shape_type_i_c/XU3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XU4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XU5
%%OCCROOT%%/tests/offset/shape_type_i_c/XV1
%%OCCROOT%%/tests/offset/shape_type_i_c/XV2
%%OCCROOT%%/tests/offset/shape_type_i_c/XV3
@@ -14327,8 +14618,16 @@
%%OCCROOT%%/tests/offset/shape_type_i_c/XY6
%%OCCROOT%%/tests/offset/shape_type_i_c/XY7
%%OCCROOT%%/tests/offset/shape_type_i_c/XY8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XY9
%%OCCROOT%%/tests/offset/shape_type_i_c/XZ1
%%OCCROOT%%/tests/offset/shape_type_i_c/XZ2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XZ9
%%OCCROOT%%/tests/offset/shape_type_i_c/Y1
%%OCCROOT%%/tests/offset/shape_type_i_c/Y2
%%OCCROOT%%/tests/offset/shape_type_i_c/Y3
@@ -14689,48 +14988,69 @@
%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ7
%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ8
%%OCCROOT%%/tests/offset/shape_type_i_c/ZZ9
-%%OCCROOT%%/tests/offset/shape_type_i_c/begin
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A2
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A3
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A4
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A5
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A6
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A7
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A8
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/A9
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B2
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B3
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B4
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B5
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B6
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B7
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B8
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/B9
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C2
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C3
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C4
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/C5
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XA1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XB1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XC1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XC2
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XD1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XE1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XE2
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XE3
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XF1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XG1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XH1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XI1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XJ1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XK1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XL1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XM1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/XN1
-%%OCCROOT%%/tests/offset/shape_type_i_c_multi/begin
+%%OCCROOT%%/tests/offset/shape_type_i/A1
+%%OCCROOT%%/tests/offset/shape_type_i/A2
+%%OCCROOT%%/tests/offset/shape_type_i/A3
+%%OCCROOT%%/tests/offset/shape_type_i/A4
+%%OCCROOT%%/tests/offset/shape_type_i/A5
+%%OCCROOT%%/tests/offset/shape_type_i/A6
+%%OCCROOT%%/tests/offset/shape_type_i/A7
+%%OCCROOT%%/tests/offset/shape_type_i/A8
+%%OCCROOT%%/tests/offset/shape_type_i/A9
+%%OCCROOT%%/tests/offset/shape_type_i/B1
+%%OCCROOT%%/tests/offset/shape_type_i/B2
+%%OCCROOT%%/tests/offset/shape_type_i/B3
+%%OCCROOT%%/tests/offset/shape_type_i/B4
+%%OCCROOT%%/tests/offset/shape_type_i/B5
+%%OCCROOT%%/tests/offset/shape_type_i/B6
+%%OCCROOT%%/tests/offset/shape_type_i/B7
+%%OCCROOT%%/tests/offset/shape_type_i/B8
+%%OCCROOT%%/tests/offset/shape_type_i/B9
+%%OCCROOT%%/tests/offset/shape_type_i/begin
+%%OCCROOT%%/tests/offset/shape_type_i/C1
+%%OCCROOT%%/tests/offset/shape_type_i/C2
+%%OCCROOT%%/tests/offset/shape_type_i/C3
+%%OCCROOT%%/tests/offset/shape_type_i/C4
+%%OCCROOT%%/tests/offset/shape_type_i/C5
+%%OCCROOT%%/tests/offset/shape_type_i/C6
+%%OCCROOT%%/tests/offset/shape_type_i/C7
+%%OCCROOT%%/tests/offset/shape_type_i/C8
+%%OCCROOT%%/tests/offset/shape_type_i/C9
+%%OCCROOT%%/tests/offset/shape_type_i/D1
+%%OCCROOT%%/tests/offset/shape_type_i/D2
+%%OCCROOT%%/tests/offset/shape_type_i/D3
+%%OCCROOT%%/tests/offset/shape_type_i/D4
+%%OCCROOT%%/tests/offset/shape_type_i/D5
+%%OCCROOT%%/tests/offset/shape_type_i/D6
+%%OCCROOT%%/tests/offset/shape_type_i/D7
+%%OCCROOT%%/tests/offset/shape_type_i/E1
+%%OCCROOT%%/tests/offset/shape_type_i/E2
+%%OCCROOT%%/tests/offset/shape_type_i/E3
+%%OCCROOT%%/tests/offset/shape_type_i/E4
+%%OCCROOT%%/tests/offset/shape_type_i/E6
+%%OCCROOT%%/tests/offset/shape_type_i/E7
+%%OCCROOT%%/tests/offset/shape_type_i/E8
+%%OCCROOT%%/tests/offset/shape_type_i/E9
+%%OCCROOT%%/tests/offset/shape_type_i/F1
+%%OCCROOT%%/tests/offset/shape_type_i/F2
+%%OCCROOT%%/tests/offset/shape_type_i/F3
+%%OCCROOT%%/tests/offset/shape_type_i/F4
+%%OCCROOT%%/tests/offset/shape_type_i/F5
+%%OCCROOT%%/tests/offset/shape_type_i/F6
+%%OCCROOT%%/tests/offset/shape_type_i/F7
+%%OCCROOT%%/tests/offset/shape_type_i/F8
+%%OCCROOT%%/tests/offset/shape_type_i/F9
+%%OCCROOT%%/tests/offset/shape_type_i/G1
+%%OCCROOT%%/tests/offset/shape_type_i/G2
+%%OCCROOT%%/tests/offset/shape_type_i/G3
+%%OCCROOT%%/tests/offset/shape_type_i/G4
+%%OCCROOT%%/tests/offset/shape_type_i/G5
+%%OCCROOT%%/tests/offset/shape_type_i/G6
+%%OCCROOT%%/tests/offset/shape/A1
+%%OCCROOT%%/tests/offset/shape/A2
+%%OCCROOT%%/tests/offset/shape/A3
+%%OCCROOT%%/tests/offset/shape/A4
+%%OCCROOT%%/tests/offset/shape/begin
%%OCCROOT%%/tests/offset/simple/A01
%%OCCROOT%%/tests/offset/simple/A02
%%OCCROOT%%/tests/offset/simple/A03
@@ -14760,6 +15080,7 @@
%%OCCROOT%%/tests/offset/simple/B13
%%OCCROOT%%/tests/offset/simple/B14
%%OCCROOT%%/tests/offset/simple/B15
+%%OCCROOT%%/tests/offset/simple/begin
%%OCCROOT%%/tests/offset/simple/C01
%%OCCROOT%%/tests/offset/simple/C02
%%OCCROOT%%/tests/offset/simple/C03
@@ -14802,13 +15123,12 @@
%%OCCROOT%%/tests/offset/simple/E18
%%OCCROOT%%/tests/offset/simple/E19
%%OCCROOT%%/tests/offset/simple/E20
+%%OCCROOT%%/tests/offset/simple/end
%%OCCROOT%%/tests/offset/simple/F01
%%OCCROOT%%/tests/offset/simple/F02
%%OCCROOT%%/tests/offset/simple/F03
%%OCCROOT%%/tests/offset/simple/F04
%%OCCROOT%%/tests/offset/simple/F05
-%%OCCROOT%%/tests/offset/simple/begin
-%%OCCROOT%%/tests/offset/simple/end
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/A1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/A2
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/A3
@@ -14827,6 +15147,7 @@
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/B7
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/B8
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/B9
+%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/begin
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/C1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/C2
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/C3
@@ -14901,7 +15222,6 @@
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/J9
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/K1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/K2
-%%OCCROOT%%/tests/offset/wire_closed_inside_0_005/begin
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/A1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/A2
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/A3
@@ -14920,6 +15240,7 @@
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/B7
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/B8
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/B9
+%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/begin
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/C1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/C2
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/C3
@@ -14994,7 +15315,6 @@
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/J9
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/K1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/K2
-%%OCCROOT%%/tests/offset/wire_closed_inside_0_025/begin
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/A1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/A2
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/A3
@@ -15013,6 +15333,7 @@
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/B7
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/B8
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/B9
+%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/begin
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/C1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/C2
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/C3
@@ -15087,7 +15408,6 @@
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/J9
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/K1
%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/K2
-%%OCCROOT%%/tests/offset/wire_closed_inside_0_075/begin
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/A1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/A2
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/A3
@@ -15106,6 +15426,7 @@
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/B7
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/B8
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/B9
+%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/begin
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/C1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/C2
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/C3
@@ -15180,7 +15501,6 @@
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/J9
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/K1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/K2
-%%OCCROOT%%/tests/offset/wire_closed_outside_0_005/begin
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/A1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/A2
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/A3
@@ -15199,6 +15519,7 @@
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/B7
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/B8
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/B9
+%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/begin
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/C1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/C2
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/C3
@@ -15273,7 +15594,6 @@
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/J9
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/K1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/K2
-%%OCCROOT%%/tests/offset/wire_closed_outside_0_025/begin
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/A1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/A2
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/A3
@@ -15292,6 +15612,7 @@
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/B7
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/B8
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/B9
+%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/begin
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/C1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/C2
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/C3
@@ -15366,7 +15687,6 @@
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/J9
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/K1
%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/K2
-%%OCCROOT%%/tests/offset/wire_closed_outside_0_075/begin
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/A1
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/A2
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/A3
@@ -15385,12 +15705,12 @@
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/B7
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/B8
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/B9
+%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/begin
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/C1
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/C2
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/C3
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/C4
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/C5
-%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_005/begin
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/A1
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/A2
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/A3
@@ -15409,12 +15729,12 @@
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/B7
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/B8
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/B9
+%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/begin
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/C1
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/C2
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/C3
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/C4
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/C5
-%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_025/begin
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/A1
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/A2
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/A3
@@ -15433,12 +15753,12 @@
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/B7
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/B8
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/B9
+%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/begin
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/C1
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/C2
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/C3
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/C4
%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/C5
-%%OCCROOT%%/tests/offset/wire_unclosed_outside_0_075/begin
%%OCCROOT%%/tests/offset/with_intersect_20/A1
%%OCCROOT%%/tests/offset/with_intersect_20/A2
%%OCCROOT%%/tests/offset/with_intersect_20/A3
@@ -15456,6 +15776,7 @@
%%OCCROOT%%/tests/offset/with_intersect_20/B6
%%OCCROOT%%/tests/offset/with_intersect_20/B7
%%OCCROOT%%/tests/offset/with_intersect_20/B9
+%%OCCROOT%%/tests/offset/with_intersect_20/begin
%%OCCROOT%%/tests/offset/with_intersect_20/C1
%%OCCROOT%%/tests/offset/with_intersect_20/C2
%%OCCROOT%%/tests/offset/with_intersect_20/C3
@@ -15559,7 +15880,6 @@
%%OCCROOT%%/tests/offset/with_intersect_20/N4
%%OCCROOT%%/tests/offset/with_intersect_20/N5
%%OCCROOT%%/tests/offset/with_intersect_20/N7
-%%OCCROOT%%/tests/offset/with_intersect_20/begin
%%OCCROOT%%/tests/offset/with_intersect_80/A1
%%OCCROOT%%/tests/offset/with_intersect_80/A2
%%OCCROOT%%/tests/offset/with_intersect_80/A3
@@ -15577,6 +15897,7 @@
%%OCCROOT%%/tests/offset/with_intersect_80/B6
%%OCCROOT%%/tests/offset/with_intersect_80/B7
%%OCCROOT%%/tests/offset/with_intersect_80/B9
+%%OCCROOT%%/tests/offset/with_intersect_80/begin
%%OCCROOT%%/tests/offset/with_intersect_80/C1
%%OCCROOT%%/tests/offset/with_intersect_80/C2
%%OCCROOT%%/tests/offset/with_intersect_80/C3
@@ -15680,7 +16001,6 @@
%%OCCROOT%%/tests/offset/with_intersect_80/N4
%%OCCROOT%%/tests/offset/with_intersect_80/N5
%%OCCROOT%%/tests/offset/with_intersect_80/N7
-%%OCCROOT%%/tests/offset/with_intersect_80/begin
%%OCCROOT%%/tests/opengl/background/cases.list
%%OCCROOT%%/tests/opengl/begin
%%OCCROOT%%/tests/opengl/clipping/cases.list
@@ -15693,6 +16013,7 @@
%%OCCROOT%%/tests/opengl/data/background/bug26599
%%OCCROOT%%/tests/opengl/data/background/bug27836
%%OCCROOT%%/tests/opengl/data/background/elliptical
+%%OCCROOT%%/tests/opengl/data/background/skydome
%%OCCROOT%%/tests/opengl/data/background/srgb
%%OCCROOT%%/tests/opengl/data/clipping/bug22906
%%OCCROOT%%/tests/opengl/data/clipping/bug23484_2
@@ -15716,12 +16037,21 @@
%%OCCROOT%%/tests/opengl/data/clipping/clipping1
%%OCCROOT%%/tests/opengl/data/general/bndbox1
%%OCCROOT%%/tests/opengl/data/general/bug25679
+%%OCCROOT%%/tests/opengl/data/general/bug32722
%%OCCROOT%%/tests/opengl/data/general/culldist
+%%OCCROOT%%/tests/opengl/data/general/cullface
%%OCCROOT%%/tests/opengl/data/general/cullsize
%%OCCROOT%%/tests/opengl/data/general/depthprepass
%%OCCROOT%%/tests/opengl/data/general/double_precision
%%OCCROOT%%/tests/opengl/data/general/light_off
%%OCCROOT%%/tests/opengl/data/general/msaa
+%%OCCROOT%%/tests/opengl/data/general/multiview1
+%%OCCROOT%%/tests/opengl/data/general/multiview1ssaa
+%%OCCROOT%%/tests/opengl/data/general/multiview2
+%%OCCROOT%%/tests/opengl/data/general/multiview3
+%%OCCROOT%%/tests/opengl/data/general/multiview4
+%%OCCROOT%%/tests/opengl/data/general/multiview5
+%%OCCROOT%%/tests/opengl/data/general/multiview6
%%OCCROOT%%/tests/opengl/data/general/rendscale
%%OCCROOT%%/tests/opengl/data/general/stereo
%%OCCROOT%%/tests/opengl/data/general/tiles
@@ -15809,6 +16139,8 @@
%%OCCROOT%%/tests/opengl/data/shadows/dir3
%%OCCROOT%%/tests/opengl/data/shadows/dirhead
%%OCCROOT%%/tests/opengl/data/shadows/double_precision
+%%OCCROOT%%/tests/opengl/data/shadows/spotlight
+%%OCCROOT%%/tests/opengl/data/shadows/trsfpers
%%OCCROOT%%/tests/opengl/data/silhouette/outline1
%%OCCROOT%%/tests/opengl/data/silhouette/outline2
%%OCCROOT%%/tests/opengl/data/text/A1
@@ -15819,11 +16151,6 @@
%%OCCROOT%%/tests/opengl/data/text/A6
%%OCCROOT%%/tests/opengl/data/text/A7
%%OCCROOT%%/tests/opengl/data/text/A8
-%%OCCROOT%%/tests/opengl/data/text/C1
-%%OCCROOT%%/tests/opengl/data/text/C2
-%%OCCROOT%%/tests/opengl/data/text/C3
-%%OCCROOT%%/tests/opengl/data/text/C4
-%%OCCROOT%%/tests/opengl/data/text/D1
%%OCCROOT%%/tests/opengl/data/text/bug22149
%%OCCROOT%%/tests/opengl/data/text/bug22796_1
%%OCCROOT%%/tests/opengl/data/text/bug22796_2
@@ -15835,6 +16162,11 @@
%%OCCROOT%%/tests/opengl/data/text/bug28099_text_core
%%OCCROOT%%/tests/opengl/data/text/bug30922
%%OCCROOT%%/tests/opengl/data/text/bug31193
+%%OCCROOT%%/tests/opengl/data/text/C1
+%%OCCROOT%%/tests/opengl/data/text/C2
+%%OCCROOT%%/tests/opengl/data/text/C3
+%%OCCROOT%%/tests/opengl/data/text/C4
+%%OCCROOT%%/tests/opengl/data/text/D1
%%OCCROOT%%/tests/opengl/data/text/tabs
%%OCCROOT%%/tests/opengl/data/text/text_wrapped
%%OCCROOT%%/tests/opengl/data/textures/alpha_mask
@@ -15859,6 +16191,7 @@
%%OCCROOT%%/tests/opengl/data/textures/cubemap_ibl
%%OCCROOT%%/tests/opengl/data/textures/cubemap_jpg
%%OCCROOT%%/tests/opengl/data/textures/pbr_tangent_normal
+%%OCCROOT%%/tests/opengl/data/textures/texture_3d
%%OCCROOT%%/tests/opengl/data/textures/texture_trsf
%%OCCROOT%%/tests/opengl/data/textures/texture_trsf2
%%OCCROOT%%/tests/opengl/data/textures/texture_trsf3
@@ -15952,6 +16285,7 @@
%%OCCROOT%%/tests/perf/de/bug29830_2
%%OCCROOT%%/tests/perf/de/bug29830_3
%%OCCROOT%%/tests/perf/de/bug29830_dir/script
+%%OCCROOT%%/tests/perf/de/bug33046
%%OCCROOT%%/tests/perf/draw/bug28404
%%OCCROOT%%/tests/perf/draw/restore
%%OCCROOT%%/tests/perf/end
@@ -16041,6 +16375,7 @@
%%OCCROOT%%/tests/perf/modalg/bug28600
%%OCCROOT%%/tests/perf/modalg/bug28725
%%OCCROOT%%/tests/perf/modalg/bug28886
+%%OCCROOT%%/tests/perf/modalg/bug29093
%%OCCROOT%%/tests/perf/modalg/bug29237_1
%%OCCROOT%%/tests/perf/modalg/bug29237_2
%%OCCROOT%%/tests/perf/modalg/bug29237_3
@@ -16105,6 +16440,7 @@
%%OCCROOT%%/tests/persist/fsd/A8
%%OCCROOT%%/tests/persist/fsd/B1
%%OCCROOT%%/tests/persist/fsd/B2
+%%OCCROOT%%/tests/persist/fsd/begin
%%OCCROOT%%/tests/persist/fsd/C1
%%OCCROOT%%/tests/persist/fsd/C2
%%OCCROOT%%/tests/persist/fsd/S1
@@ -16122,9 +16458,9 @@
%%OCCROOT%%/tests/persist/fsd/S7
%%OCCROOT%%/tests/persist/fsd/S8
%%OCCROOT%%/tests/persist/fsd/S9
-%%OCCROOT%%/tests/persist/fsd/begin
%%OCCROOT%%/tests/persist/grids.list
%%OCCROOT%%/tests/pipe/begin
+%%OCCROOT%%/tests/pipe/bugs/bug24049
%%OCCROOT%%/tests/pipe/bugs/bug24909_1
%%OCCROOT%%/tests/pipe/bugs/bug24909_2
%%OCCROOT%%/tests/pipe/bugs/bug24909_3
@@ -16135,6 +16471,9 @@
%%OCCROOT%%/tests/pipe/bugs/bug30148
%%OCCROOT%%/tests/pipe/bugs/bug31147
%%OCCROOT%%/tests/pipe/bugs/bug31631
+%%OCCROOT%%/tests/pipe/bugs/bug32807
+%%OCCROOT%%/tests/pipe/bugs/bug32809
+%%OCCROOT%%/tests/pipe/bugs/end
%%OCCROOT%%/tests/pipe/grids.list
%%OCCROOT%%/tests/pipe/parse.rules
%%OCCROOT%%/tests/pipe/specific/A1
@@ -16182,6 +16521,7 @@
%%OCCROOT%%/tests/pipe/specific/E7
%%OCCROOT%%/tests/pipe/specific/E8
%%OCCROOT%%/tests/pipe/specific/E9
+%%OCCROOT%%/tests/pipe/specific/end
%%OCCROOT%%/tests/pipe/specific/F1
%%OCCROOT%%/tests/pipe/specific/F2
%%OCCROOT%%/tests/pipe/specific/F3
@@ -16397,7 +16737,6 @@
%%OCCROOT%%/tests/pipe/specific/ZC6
%%OCCROOT%%/tests/pipe/specific/ZC7
%%OCCROOT%%/tests/pipe/specific/ZC8
-%%OCCROOT%%/tests/pipe/specific/end
%%OCCROOT%%/tests/pipe/standard/A1
%%OCCROOT%%/tests/pipe/standard/A2
%%OCCROOT%%/tests/pipe/standard/A3
@@ -16443,6 +16782,7 @@
%%OCCROOT%%/tests/pipe/standard/E7
%%OCCROOT%%/tests/pipe/standard/E8
%%OCCROOT%%/tests/pipe/standard/E9
+%%OCCROOT%%/tests/pipe/standard/end
%%OCCROOT%%/tests/pipe/standard/F1
%%OCCROOT%%/tests/pipe/standard/F2
%%OCCROOT%%/tests/pipe/standard/F3
@@ -16456,7 +16796,6 @@
%%OCCROOT%%/tests/pipe/standard/G4
%%OCCROOT%%/tests/pipe/standard/G5
%%OCCROOT%%/tests/pipe/standard/G6
-%%OCCROOT%%/tests/pipe/standard/end
%%OCCROOT%%/tests/prism/begin
%%OCCROOT%%/tests/prism/end
%%OCCROOT%%/tests/prism/grids.list
@@ -16562,6 +16901,7 @@
%%OCCROOT%%/tests/sewing/tol_0_01/B7
%%OCCROOT%%/tests/sewing/tol_0_01/B8
%%OCCROOT%%/tests/sewing/tol_0_01/B9
+%%OCCROOT%%/tests/sewing/tol_0_01/begin
%%OCCROOT%%/tests/sewing/tol_0_01/C1
%%OCCROOT%%/tests/sewing/tol_0_01/C2
%%OCCROOT%%/tests/sewing/tol_0_01/C3
@@ -16778,7 +17118,6 @@
%%OCCROOT%%/tests/sewing/tol_0_01/Z7
%%OCCROOT%%/tests/sewing/tol_0_01/Z8
%%OCCROOT%%/tests/sewing/tol_0_01/Z9
-%%OCCROOT%%/tests/sewing/tol_0_01/begin
%%OCCROOT%%/tests/sewing/tol_1/A1
%%OCCROOT%%/tests/sewing/tol_1/A2
%%OCCROOT%%/tests/sewing/tol_1/A3
@@ -16797,6 +17136,7 @@
%%OCCROOT%%/tests/sewing/tol_1/B7
%%OCCROOT%%/tests/sewing/tol_1/B8
%%OCCROOT%%/tests/sewing/tol_1/B9
+%%OCCROOT%%/tests/sewing/tol_1/begin
%%OCCROOT%%/tests/sewing/tol_1/C1
%%OCCROOT%%/tests/sewing/tol_1/C2
%%OCCROOT%%/tests/sewing/tol_1/C3
@@ -17013,7 +17353,6 @@
%%OCCROOT%%/tests/sewing/tol_1/Z7
%%OCCROOT%%/tests/sewing/tol_1/Z8
%%OCCROOT%%/tests/sewing/tol_1/Z9
-%%OCCROOT%%/tests/sewing/tol_1/begin
%%OCCROOT%%/tests/sewing/tol_100/A1
%%OCCROOT%%/tests/sewing/tol_100/A2
%%OCCROOT%%/tests/sewing/tol_100/A3
@@ -17032,6 +17371,7 @@
%%OCCROOT%%/tests/sewing/tol_100/B7
%%OCCROOT%%/tests/sewing/tol_100/B8
%%OCCROOT%%/tests/sewing/tol_100/B9
+%%OCCROOT%%/tests/sewing/tol_100/begin
%%OCCROOT%%/tests/sewing/tol_100/C1
%%OCCROOT%%/tests/sewing/tol_100/C2
%%OCCROOT%%/tests/sewing/tol_100/C3
@@ -17246,11 +17586,33 @@
%%OCCROOT%%/tests/sewing/tol_100/Z6
%%OCCROOT%%/tests/sewing/tol_100/Z7
%%OCCROOT%%/tests/sewing/tol_100/Z8
-%%OCCROOT%%/tests/sewing/tol_100/begin
%%OCCROOT%%/tests/thrusection/begin
%%OCCROOT%%/tests/thrusection/bugs/bug24997
%%OCCROOT%%/tests/thrusection/end
%%OCCROOT%%/tests/thrusection/grids.list
+%%OCCROOT%%/tests/thrusection/not_solids_locked/A1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/B1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/C1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/D1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/F1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/G1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/H1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/I1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/J1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/K1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/L1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/M1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/N1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/O1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/P1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/Q1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/R1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/S1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/T1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/U1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/V1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/W1
+%%OCCROOT%%/tests/thrusection/not_solids_locked/W8
%%OCCROOT%%/tests/thrusection/not_solids/A1
%%OCCROOT%%/tests/thrusection/not_solids/A2
%%OCCROOT%%/tests/thrusection/not_solids/A3
@@ -17458,6 +17820,15 @@
%%OCCROOT%%/tests/thrusection/not_solids/W7
%%OCCROOT%%/tests/thrusection/not_solids/W8
%%OCCROOT%%/tests/thrusection/parse.rules
+%%OCCROOT%%/tests/thrusection/solids_locked/A1
+%%OCCROOT%%/tests/thrusection/solids_locked/A2
+%%OCCROOT%%/tests/thrusection/solids_locked/A3
+%%OCCROOT%%/tests/thrusection/solids_locked/A4
+%%OCCROOT%%/tests/thrusection/solids_locked/A5
+%%OCCROOT%%/tests/thrusection/solids_locked/A6
+%%OCCROOT%%/tests/thrusection/solids_locked/A7
+%%OCCROOT%%/tests/thrusection/solids_locked/A8
+%%OCCROOT%%/tests/thrusection/solids_locked/A9
%%OCCROOT%%/tests/thrusection/solids/A1
%%OCCROOT%%/tests/thrusection/solids/A2
%%OCCROOT%%/tests/thrusection/solids/A3
@@ -17467,6 +17838,54 @@
%%OCCROOT%%/tests/thrusection/solids/A7
%%OCCROOT%%/tests/thrusection/solids/A8
%%OCCROOT%%/tests/thrusection/solids/A9
+%%OCCROOT%%/tests/thrusection/specific_locked/A1
+%%OCCROOT%%/tests/thrusection/specific_locked/A2
+%%OCCROOT%%/tests/thrusection/specific_locked/A3
+%%OCCROOT%%/tests/thrusection/specific_locked/A4
+%%OCCROOT%%/tests/thrusection/specific_locked/A6
+%%OCCROOT%%/tests/thrusection/specific_locked/A7
+%%OCCROOT%%/tests/thrusection/specific_locked/A8
+%%OCCROOT%%/tests/thrusection/specific_locked/B1
+%%OCCROOT%%/tests/thrusection/specific_locked/B2
+%%OCCROOT%%/tests/thrusection/specific_locked/B3
+%%OCCROOT%%/tests/thrusection/specific_locked/B5
+%%OCCROOT%%/tests/thrusection/specific_locked/B6
+%%OCCROOT%%/tests/thrusection/specific_locked/B7
+%%OCCROOT%%/tests/thrusection/specific_locked/B9
+%%OCCROOT%%/tests/thrusection/specific_locked/C1
+%%OCCROOT%%/tests/thrusection/specific_locked/C2
+%%OCCROOT%%/tests/thrusection/specific_locked/C4
+%%OCCROOT%%/tests/thrusection/specific_locked/C5
+%%OCCROOT%%/tests/thrusection/specific_locked/C6
+%%OCCROOT%%/tests/thrusection/specific_locked/C8
+%%OCCROOT%%/tests/thrusection/specific_locked/C9
+%%OCCROOT%%/tests/thrusection/specific_locked/D1
+%%OCCROOT%%/tests/thrusection/specific_locked/D3
+%%OCCROOT%%/tests/thrusection/specific_locked/D4
+%%OCCROOT%%/tests/thrusection/specific_locked/D5
+%%OCCROOT%%/tests/thrusection/specific_locked/D7
+%%OCCROOT%%/tests/thrusection/specific_locked/D8
+%%OCCROOT%%/tests/thrusection/specific_locked/D9
+%%OCCROOT%%/tests/thrusection/specific_locked/E1
+%%OCCROOT%%/tests/thrusection/specific_locked/E2
+%%OCCROOT%%/tests/thrusection/specific_locked/E3
+%%OCCROOT%%/tests/thrusection/specific_locked/E4
+%%OCCROOT%%/tests/thrusection/specific_locked/E6
+%%OCCROOT%%/tests/thrusection/specific_locked/E7
+%%OCCROOT%%/tests/thrusection/specific_locked/E8
+%%OCCROOT%%/tests/thrusection/specific_locked/F1
+%%OCCROOT%%/tests/thrusection/specific_locked/F2
+%%OCCROOT%%/tests/thrusection/specific_locked/F3
+%%OCCROOT%%/tests/thrusection/specific_locked/F5
+%%OCCROOT%%/tests/thrusection/specific_locked/F6
+%%OCCROOT%%/tests/thrusection/specific_locked/F7
+%%OCCROOT%%/tests/thrusection/specific_locked/F9
+%%OCCROOT%%/tests/thrusection/specific_locked/G1
+%%OCCROOT%%/tests/thrusection/specific_locked/G2
+%%OCCROOT%%/tests/thrusection/specific_locked/G4
+%%OCCROOT%%/tests/thrusection/specific_locked/G6
+%%OCCROOT%%/tests/thrusection/specific_locked/N5
+%%OCCROOT%%/tests/thrusection/specific_locked/N6
%%OCCROOT%%/tests/thrusection/specific/A1
%%OCCROOT%%/tests/thrusection/specific/A2
%%OCCROOT%%/tests/thrusection/specific/A3
@@ -17585,6 +18004,8 @@
%%OCCROOT%%/tests/thrusection/specific/N2
%%OCCROOT%%/tests/thrusection/specific/N3
%%OCCROOT%%/tests/thrusection/specific/N4
+%%OCCROOT%%/tests/thrusection/specific/N5
+%%OCCROOT%%/tests/thrusection/specific/N6
%%OCCROOT%%/tests/tools/begin
%%OCCROOT%%/tests/tools/dfbrowser/A1
%%OCCROOT%%/tests/tools/dfbrowser/A2
@@ -17622,7 +18043,6 @@
%%OCCROOT%%/tests/v3d/bugs/bug112
%%OCCROOT%%/tests/v3d/bugs/bug112_1
%%OCCROOT%%/tests/v3d/bugs/bug11615
-%%OCCROOT%%/tests/v3d/bugs/bug1174
%%OCCROOT%%/tests/v3d/bugs/bug12584
%%OCCROOT%%/tests/v3d/bugs/bug128
%%OCCROOT%%/tests/v3d/bugs/bug136
@@ -17762,8 +18182,6 @@
%%OCCROOT%%/tests/v3d/bugs/bug28093
%%OCCROOT%%/tests/v3d/bugs/bug28361
%%OCCROOT%%/tests/v3d/bugs/bug28621
-%%OCCROOT%%/tests/v3d/bugs/bug2883_1
-%%OCCROOT%%/tests/v3d/bugs/bug28890
%%OCCROOT%%/tests/v3d/bugs/bug288_1
%%OCCROOT%%/tests/v3d/bugs/bug288_10
%%OCCROOT%%/tests/v3d/bugs/bug288_2
@@ -17774,6 +18192,8 @@
%%OCCROOT%%/tests/v3d/bugs/bug288_7
%%OCCROOT%%/tests/v3d/bugs/bug288_8
%%OCCROOT%%/tests/v3d/bugs/bug288_9
+%%OCCROOT%%/tests/v3d/bugs/bug2883_1
+%%OCCROOT%%/tests/v3d/bugs/bug28890
%%OCCROOT%%/tests/v3d/bugs/bug28936
%%OCCROOT%%/tests/v3d/bugs/bug29020
%%OCCROOT%%/tests/v3d/bugs/bug29051
@@ -17805,6 +18225,7 @@
%%OCCROOT%%/tests/v3d/bugs/bug31794
%%OCCROOT%%/tests/v3d/bugs/bug319
%%OCCROOT%%/tests/v3d/bugs/bug31965
+%%OCCROOT%%/tests/v3d/bugs/bug32978
%%OCCROOT%%/tests/v3d/bugs/bug331
%%OCCROOT%%/tests/v3d/bugs/bug331_1
%%OCCROOT%%/tests/v3d/bugs/bug344
@@ -17901,6 +18322,7 @@
%%OCCROOT%%/tests/v3d/light_source/manipulator
%%OCCROOT%%/tests/v3d/manipulator/bug30669
%%OCCROOT%%/tests/v3d/manipulator/disable_parts
+%%OCCROOT%%/tests/v3d/manipulator/drag_in_2d_view
%%OCCROOT%%/tests/v3d/manipulator/dragg
%%OCCROOT%%/tests/v3d/manipulator/rotate
%%OCCROOT%%/tests/v3d/manipulator/rotate2
@@ -17940,11 +18362,11 @@
%%OCCROOT%%/tests/v3d/mesh/B6
%%OCCROOT%%/tests/v3d/mesh/B7
%%OCCROOT%%/tests/v3d/mesh/B8
-%%OCCROOT%%/tests/v3d/mesh/C1
%%OCCROOT%%/tests/v3d/mesh/begin
%%OCCROOT%%/tests/v3d/mesh/bug10781
%%OCCROOT%%/tests/v3d/mesh/bug11095
%%OCCROOT%%/tests/v3d/mesh/bug26028
+%%OCCROOT%%/tests/v3d/mesh/C1
%%OCCROOT%%/tests/v3d/parse.rules
%%OCCROOT%%/tests/v3d/point_cloud/sensitivebox
%%OCCROOT%%/tests/v3d/point_cloud/sphere
@@ -18080,6 +18502,7 @@
%%OCCROOT%%/tests/vselect/bugs/bug31440
%%OCCROOT%%/tests/vselect/bugs/bug32205
%%OCCROOT%%/tests/vselect/bugs/bug32482
+%%OCCROOT%%/tests/vselect/bugs/bug33084
%%OCCROOT%%/tests/vselect/bugs/bug6652
%%OCCROOT%%/tests/vselect/bugs/bug7186
%%OCCROOT%%/tests/vselect/bugs/bug727
@@ -18091,105 +18514,111 @@
%%OCCROOT%%/tests/vselect/clipping/bug30777
%%OCCROOT%%/tests/vselect/clipping/bug30906
%%OCCROOT%%/tests/vselect/clipping/bug31650
-%%OCCROOT%%/tests/vselect/cone_cylinder/begin
%%OCCROOT%%/tests/vselect/cone_cylinder/check_depth
+%%OCCROOT%%/tests/vselect/cone_cylinder/circle_sector
+%%OCCROOT%%/tests/vselect/cone_cylinder/circle_wire
%%OCCROOT%%/tests/vselect/cone_cylinder/detecting
+%%OCCROOT%%/tests/vselect/cone_cylinder/filled_circle
%%OCCROOT%%/tests/vselect/cone_cylinder/generate_images
+%%OCCROOT%%/tests/vselect/cone_cylinder/hollow_cone_cyl
%%OCCROOT%%/tests/vselect/cone_cylinder/polygon_selection
%%OCCROOT%%/tests/vselect/cone_cylinder/rectangle_selection
%%OCCROOT%%/tests/vselect/cone_cylinder/single_click_selection_cone
%%OCCROOT%%/tests/vselect/cone_cylinder/single_click_selection_cylinder
%%OCCROOT%%/tests/vselect/cone_cylinder/single_click_selection_trunc_cone
-%%OCCROOT%%/tests/vselect/edge/A10
-%%OCCROOT%%/tests/vselect/edge/B1
-%%OCCROOT%%/tests/vselect/edge/F2
-%%OCCROOT%%/tests/vselect/edge/begin
-%%OCCROOT%%/tests/vselect/edge/end
+%%OCCROOT%%/tests/vselect/cone_cylinder/transformed_circle
+%%OCCROOT%%/tests/vselect/cone_cylinder/trsf_cone
+%%OCCROOT%%/tests/vselect/cone_cylinder/trsf_cyl
%%OCCROOT%%/tests/vselect/edge_face/B1
+%%OCCROOT%%/tests/vselect/edge_face/begin
+%%OCCROOT%%/tests/vselect/edge_face/end
%%OCCROOT%%/tests/vselect/edge_face/F2
%%OCCROOT%%/tests/vselect/edge_face/G3
%%OCCROOT%%/tests/vselect/edge_face/K4
%%OCCROOT%%/tests/vselect/edge_face/L5
%%OCCROOT%%/tests/vselect/edge_face/P6
-%%OCCROOT%%/tests/vselect/edge_face/begin
-%%OCCROOT%%/tests/vselect/edge_face/end
%%OCCROOT%%/tests/vselect/edge_solid/B1
+%%OCCROOT%%/tests/vselect/edge_solid/begin
+%%OCCROOT%%/tests/vselect/edge_solid/end
%%OCCROOT%%/tests/vselect/edge_solid/F2
%%OCCROOT%%/tests/vselect/edge_solid/G3
%%OCCROOT%%/tests/vselect/edge_solid/K4
%%OCCROOT%%/tests/vselect/edge_solid/L5
%%OCCROOT%%/tests/vselect/edge_solid/P6
-%%OCCROOT%%/tests/vselect/edge_solid/begin
-%%OCCROOT%%/tests/vselect/edge_solid/end
+%%OCCROOT%%/tests/vselect/edge/A10
+%%OCCROOT%%/tests/vselect/edge/B1
+%%OCCROOT%%/tests/vselect/edge/begin
+%%OCCROOT%%/tests/vselect/edge/end
+%%OCCROOT%%/tests/vselect/edge/F2
%%OCCROOT%%/tests/vselect/end
%%OCCROOT%%/tests/vselect/face/B1
+%%OCCROOT%%/tests/vselect/face/begin
+%%OCCROOT%%/tests/vselect/face/end
%%OCCROOT%%/tests/vselect/face/F2
%%OCCROOT%%/tests/vselect/face/F3
%%OCCROOT%%/tests/vselect/face/G1
%%OCCROOT%%/tests/vselect/face/G2
%%OCCROOT%%/tests/vselect/face/G3
%%OCCROOT%%/tests/vselect/face/G4
-%%OCCROOT%%/tests/vselect/face/begin
-%%OCCROOT%%/tests/vselect/face/end
%%OCCROOT%%/tests/vselect/grids.list
%%OCCROOT%%/tests/vselect/parse.rules
-%%OCCROOT%%/tests/vselect/sphere/begin
%%OCCROOT%%/tests/vselect/sphere/check_depth
%%OCCROOT%%/tests/vselect/sphere/detecting
%%OCCROOT%%/tests/vselect/sphere/generate_images
%%OCCROOT%%/tests/vselect/sphere/polygon_selection
%%OCCROOT%%/tests/vselect/sphere/rectangle_selection
%%OCCROOT%%/tests/vselect/sphere/single_click_selection
-%%OCCROOT%%/tests/vselect/vertex/A2
-%%OCCROOT%%/tests/vselect/vertex/A3
-%%OCCROOT%%/tests/vselect/vertex/A4
-%%OCCROOT%%/tests/vselect/vertex/A5
-%%OCCROOT%%/tests/vselect/vertex/A6
-%%OCCROOT%%/tests/vselect/vertex/A8
-%%OCCROOT%%/tests/vselect/vertex/B1
-%%OCCROOT%%/tests/vselect/vertex/B2
-%%OCCROOT%%/tests/vselect/vertex/B4
-%%OCCROOT%%/tests/vselect/vertex/B5
-%%OCCROOT%%/tests/vselect/vertex/B8
-%%OCCROOT%%/tests/vselect/vertex/C1
-%%OCCROOT%%/tests/vselect/vertex/F2
-%%OCCROOT%%/tests/vselect/vertex/begin
-%%OCCROOT%%/tests/vselect/vertex/end
+%%OCCROOT%%/tests/vselect/sphere/trsf
%%OCCROOT%%/tests/vselect/vertex_edge/B1
+%%OCCROOT%%/tests/vselect/vertex_edge/begin
+%%OCCROOT%%/tests/vselect/vertex_edge/end
%%OCCROOT%%/tests/vselect/vertex_edge/F2
%%OCCROOT%%/tests/vselect/vertex_edge/G3
%%OCCROOT%%/tests/vselect/vertex_edge/K4
-%%OCCROOT%%/tests/vselect/vertex_edge/begin
-%%OCCROOT%%/tests/vselect/vertex_edge/end
%%OCCROOT%%/tests/vselect/vertex_face/B1
+%%OCCROOT%%/tests/vselect/vertex_face/begin
+%%OCCROOT%%/tests/vselect/vertex_face/end
%%OCCROOT%%/tests/vselect/vertex_face/F2
%%OCCROOT%%/tests/vselect/vertex_face/G3
%%OCCROOT%%/tests/vselect/vertex_face/K4
-%%OCCROOT%%/tests/vselect/vertex_face/begin
-%%OCCROOT%%/tests/vselect/vertex_face/end
%%OCCROOT%%/tests/vselect/vertex_solid/B1
+%%OCCROOT%%/tests/vselect/vertex_solid/begin
+%%OCCROOT%%/tests/vselect/vertex_solid/end
%%OCCROOT%%/tests/vselect/vertex_solid/F2
%%OCCROOT%%/tests/vselect/vertex_solid/G3
%%OCCROOT%%/tests/vselect/vertex_solid/K4
-%%OCCROOT%%/tests/vselect/vertex_solid/begin
-%%OCCROOT%%/tests/vselect/vertex_solid/end
%%OCCROOT%%/tests/vselect/vertex_wire/A1
%%OCCROOT%%/tests/vselect/vertex_wire/B1
+%%OCCROOT%%/tests/vselect/vertex_wire/begin
+%%OCCROOT%%/tests/vselect/vertex_wire/end
%%OCCROOT%%/tests/vselect/vertex_wire/F2
%%OCCROOT%%/tests/vselect/vertex_wire/G3
%%OCCROOT%%/tests/vselect/vertex_wire/K4
-%%OCCROOT%%/tests/vselect/vertex_wire/begin
-%%OCCROOT%%/tests/vselect/vertex_wire/end
-%%OCCROOT%%/tests/vselect/wire/B1
-%%OCCROOT%%/tests/vselect/wire/F2
-%%OCCROOT%%/tests/vselect/wire/begin
+%%OCCROOT%%/tests/vselect/vertex/A2
+%%OCCROOT%%/tests/vselect/vertex/A3
+%%OCCROOT%%/tests/vselect/vertex/A4
+%%OCCROOT%%/tests/vselect/vertex/A5
+%%OCCROOT%%/tests/vselect/vertex/A6
+%%OCCROOT%%/tests/vselect/vertex/A8
+%%OCCROOT%%/tests/vselect/vertex/B1
+%%OCCROOT%%/tests/vselect/vertex/B2
+%%OCCROOT%%/tests/vselect/vertex/B4
+%%OCCROOT%%/tests/vselect/vertex/B5
+%%OCCROOT%%/tests/vselect/vertex/B8
+%%OCCROOT%%/tests/vselect/vertex/begin
+%%OCCROOT%%/tests/vselect/vertex/C1
+%%OCCROOT%%/tests/vselect/vertex/end
+%%OCCROOT%%/tests/vselect/vertex/F2
%%OCCROOT%%/tests/vselect/wire_solid/B1
+%%OCCROOT%%/tests/vselect/wire_solid/begin
+%%OCCROOT%%/tests/vselect/wire_solid/end
%%OCCROOT%%/tests/vselect/wire_solid/F2
%%OCCROOT%%/tests/vselect/wire_solid/G3
%%OCCROOT%%/tests/vselect/wire_solid/K4
%%OCCROOT%%/tests/vselect/wire_solid/L1
-%%OCCROOT%%/tests/vselect/wire_solid/begin
-%%OCCROOT%%/tests/vselect/wire_solid/end
+%%OCCROOT%%/tests/vselect/wire/B1
+%%OCCROOT%%/tests/vselect/wire/begin
+%%OCCROOT%%/tests/vselect/wire/F2
%%OCCROOT%%/tests/vtk/begin
%%OCCROOT%%/tests/vtk/end
%%OCCROOT%%/tests/vtk/grids.list
@@ -18532,6 +18961,10 @@
%%OCCROOT%%/tests/xcaf/igs_to_xbf/E6
%%OCCROOT%%/tests/xcaf/igs_to_xbf/E7
%%OCCROOT%%/tests/xcaf/parse.rules
+%%OCCROOT%%/tests/xcaf/rescale/A1
+%%OCCROOT%%/tests/xcaf/rescale/A2
+%%OCCROOT%%/tests/xcaf/rescale/B1
+%%OCCROOT%%/tests/xcaf/rescale/C1
%%OCCROOT%%/tests/xcaf/stp_add_ACL/A1
%%OCCROOT%%/tests/xcaf/stp_to_xbf/A1
%%OCCROOT%%/tests/xcaf/stp_to_xbf/A2
@@ -18653,7 +19086,10 @@
%%OCCROOT%%/tests/xcaf/stp_to_xbf/O1
%%OCCROOT%%/tests/xcaf/stp_to_xbf/O2
%%OCCROOT%%/tests/xcaf/stp_to_xbf/O3
-%%OCCROOT%%/tests/xcaf/xbf/A1
+%%OCCROOT%%/tests/xcaf/traverse/A1
+%%OCCROOT%%/tests/xcaf/traverse/A2
+%%OCCROOT%%/tests/xcaf/traverse/A3
+%%OCCROOT%%/tests/xcaf/traverse/B1
%%OCCROOT%%/tests/xcaf/xbf_add_ACL/A1
%%OCCROOT%%/tests/xcaf/xbf_add_CL/A1
%%OCCROOT%%/tests/xcaf/xbf_add_CL/A2
@@ -18724,6 +19160,7 @@
%%OCCROOT%%/tests/xcaf/xbf_add_CL/I4
%%OCCROOT%%/tests/xcaf/xbf_add_CL/I5
%%OCCROOT%%/tests/xcaf/xbf_add_CL/I6
+%%OCCROOT%%/tests/xcaf/xbf/A1
%%OCCROOT%%/tests/xml/begin
%%OCCROOT%%/tests/xml/data/ocaf/A1
%%OCCROOT%%/tests/xml/data/ocaf/A2
@@ -18793,20 +19230,14 @@ include/OpenCASCADE/AIS_CameraFrustum.hxx
include/OpenCASCADE/AIS_Chamf2dDimension.hxx
include/OpenCASCADE/AIS_Chamf3dDimension.hxx
include/OpenCASCADE/AIS_Circle.hxx
-include/OpenCASCADE/AIS_ClearMode.hxx
include/OpenCASCADE/AIS_ColorScale.hxx
include/OpenCASCADE/AIS_ColoredDrawer.hxx
include/OpenCASCADE/AIS_ColoredShape.hxx
include/OpenCASCADE/AIS_ConcentricRelation.hxx
-include/OpenCASCADE/AIS_ConnectStatus.hxx
include/OpenCASCADE/AIS_ConnectedInteractive.hxx
include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfIOStatus.hxx
-include/OpenCASCADE/AIS_DataMapIteratorOfDataMapOfSelStat.hxx
-include/OpenCASCADE/AIS_DataMapIteratorOfDataMapofIntegerListOfinteractive.hxx
include/OpenCASCADE/AIS_DataMapOfIOStatus.hxx
-include/OpenCASCADE/AIS_DataMapOfSelStat.hxx
include/OpenCASCADE/AIS_DataMapOfShapeDrawer.hxx
-include/OpenCASCADE/AIS_DataMapofIntegerListOfinteractive.hxx
include/OpenCASCADE/AIS_DiameterDimension.hxx
include/OpenCASCADE/AIS_Dimension.hxx
include/OpenCASCADE/AIS_DimensionOwner.hxx
@@ -18821,7 +19252,6 @@ include/OpenCASCADE/AIS_FixRelation.hxx
include/OpenCASCADE/AIS_GlobalStatus.hxx
include/OpenCASCADE/AIS_GraphicTool.hxx
include/OpenCASCADE/AIS_IdenticRelation.hxx
-include/OpenCASCADE/AIS_IndexedDataMapOfOwnerPrs.hxx
include/OpenCASCADE/AIS_InteractiveContext.hxx
include/OpenCASCADE/AIS_InteractiveObject.hxx
include/OpenCASCADE/AIS_KindOfInteractive.hxx
@@ -18833,8 +19263,6 @@ include/OpenCASCADE/AIS_ListOfInteractive.hxx
include/OpenCASCADE/AIS_Manipulator.hxx
include/OpenCASCADE/AIS_ManipulatorMode.hxx
include/OpenCASCADE/AIS_ManipulatorOwner.hxx
-include/OpenCASCADE/AIS_MapIteratorOfMapOfInteractive.hxx
-include/OpenCASCADE/AIS_MapOfInteractive.hxx
include/OpenCASCADE/AIS_MaxRadiusDimension.hxx
include/OpenCASCADE/AIS_MediaPlayer.hxx
include/OpenCASCADE/AIS_MidPointRelation.hxx
@@ -18859,7 +19287,6 @@ include/OpenCASCADE/AIS_SelectStatus.hxx
include/OpenCASCADE/AIS_Selection.hxx
include/OpenCASCADE/AIS_SelectionModesConcurrency.hxx
include/OpenCASCADE/AIS_SelectionScheme.hxx
-include/OpenCASCADE/AIS_SequenceOfInteractive.hxx
include/OpenCASCADE/AIS_Shape.hxx
include/OpenCASCADE/AIS_SignatureFilter.hxx
include/OpenCASCADE/AIS_StatusOfDetection.hxx
@@ -19051,6 +19478,7 @@ include/OpenCASCADE/Aspect_RectangularGrid.hxx
include/OpenCASCADE/Aspect_RenderingContext.hxx
include/OpenCASCADE/Aspect_ScrollDelta.hxx
include/OpenCASCADE/Aspect_SequenceOfColor.hxx
+include/OpenCASCADE/Aspect_SkydomeBackground.hxx
include/OpenCASCADE/Aspect_Touch.hxx
include/OpenCASCADE/Aspect_TouchMap.hxx
include/OpenCASCADE/Aspect_TrackedDevicePose.hxx
@@ -19327,6 +19755,7 @@ include/OpenCASCADE/BRepBuilderAPI_MakeEdge2d.hxx
include/OpenCASCADE/BRepBuilderAPI_MakeFace.hxx
include/OpenCASCADE/BRepBuilderAPI_MakePolygon.hxx
include/OpenCASCADE/BRepBuilderAPI_MakeShape.hxx
+include/OpenCASCADE/BRepBuilderAPI_MakeShapeOnMesh.hxx
include/OpenCASCADE/BRepBuilderAPI_MakeShell.hxx
include/OpenCASCADE/BRepBuilderAPI_MakeSolid.hxx
include/OpenCASCADE/BRepBuilderAPI_MakeVertex.hxx
@@ -19386,6 +19815,8 @@ include/OpenCASCADE/BRepExtrema_ExtPF.hxx
include/OpenCASCADE/BRepExtrema_MapOfIntegerPackedMapOfInteger.hxx
include/OpenCASCADE/BRepExtrema_OverlapTool.hxx
include/OpenCASCADE/BRepExtrema_Poly.hxx
+include/OpenCASCADE/BRepExtrema_ProximityDistTool.hxx
+include/OpenCASCADE/BRepExtrema_ProximityValueTool.hxx
include/OpenCASCADE/BRepExtrema_SelfIntersection.hxx
include/OpenCASCADE/BRepExtrema_SeqOfSolution.hxx
include/OpenCASCADE/BRepExtrema_ShapeProximity.hxx
@@ -19519,8 +19950,10 @@ include/OpenCASCADE/BRepLib_MakeShell.hxx
include/OpenCASCADE/BRepLib_MakeSolid.hxx
include/OpenCASCADE/BRepLib_MakeVertex.hxx
include/OpenCASCADE/BRepLib_MakeWire.hxx
+include/OpenCASCADE/BRepLib_PointCloudShape.hxx
include/OpenCASCADE/BRepLib_ShapeModification.hxx
include/OpenCASCADE/BRepLib_ShellError.hxx
+include/OpenCASCADE/BRepLib_ToolTriangulatedShape.hxx
include/OpenCASCADE/BRepLib_ValidateEdge.hxx
include/OpenCASCADE/BRepLib_WireError.hxx
include/OpenCASCADE/BRepMAT2d_BisectingLocus.hxx
@@ -19565,6 +19998,7 @@ include/OpenCASCADE/BRepMesh_Edge.hxx
include/OpenCASCADE/BRepMesh_EdgeDiscret.hxx
include/OpenCASCADE/BRepMesh_EdgeParameterProvider.hxx
include/OpenCASCADE/BRepMesh_EdgeTessellationExtractor.hxx
+include/OpenCASCADE/BRepMesh_ExtrusionRangeSplitter.hxx
include/OpenCASCADE/BRepMesh_FaceChecker.hxx
include/OpenCASCADE/BRepMesh_FaceDiscret.hxx
include/OpenCASCADE/BRepMesh_FactoryError.hxx
@@ -19591,6 +20025,7 @@ include/OpenCASCADE/BRepMesh_TorusRangeSplitter.hxx
include/OpenCASCADE/BRepMesh_Triangle.hxx
include/OpenCASCADE/BRepMesh_Triangulator.hxx
include/OpenCASCADE/BRepMesh_UVParamRangeSplitter.hxx
+include/OpenCASCADE/BRepMesh_UndefinedRangeSplitter.hxx
include/OpenCASCADE/BRepMesh_Vertex.hxx
include/OpenCASCADE/BRepMesh_VertexInspector.hxx
include/OpenCASCADE/BRepMesh_VertexTool.hxx
@@ -19681,6 +20116,7 @@ include/OpenCASCADE/BRepToIGES_BRShell.hxx
include/OpenCASCADE/BRepToIGES_BRSolid.hxx
include/OpenCASCADE/BRepToIGES_BRWire.hxx
include/OpenCASCADE/BRepTools.hxx
+include/OpenCASCADE/BRepTools_CopyModification.hxx
include/OpenCASCADE/BRepTools_DataMapIteratorOfMapOfVertexPnt2d.hxx
include/OpenCASCADE/BRepTools_GTrsfModification.hxx
include/OpenCASCADE/BRepTools_History.hxx
@@ -19978,7 +20414,6 @@ include/OpenCASCADE/Bnd_B3f.hxx
include/OpenCASCADE/Bnd_B3x.gxx
include/OpenCASCADE/Bnd_B3x.lxx
include/OpenCASCADE/Bnd_BoundSortBox.hxx
-include/OpenCASCADE/Bnd_BoundSortBox2d.hxx
include/OpenCASCADE/Bnd_Box.hxx
include/OpenCASCADE/Bnd_Box2d.hxx
include/OpenCASCADE/Bnd_HArray1OfBox.hxx
@@ -19986,7 +20421,6 @@ include/OpenCASCADE/Bnd_HArray1OfBox2d.hxx
include/OpenCASCADE/Bnd_HArray1OfSphere.hxx
include/OpenCASCADE/Bnd_OBB.hxx
include/OpenCASCADE/Bnd_Range.hxx
-include/OpenCASCADE/Bnd_SeqOfBox.hxx
include/OpenCASCADE/Bnd_Sphere.hxx
include/OpenCASCADE/Bnd_Sphere.lxx
include/OpenCASCADE/Bnd_Tools.hxx
@@ -20178,6 +20612,14 @@ include/OpenCASCADE/DDataStd_DrawPresentation.hxx
include/OpenCASCADE/DDataStd_TreeBrowser.hxx
include/OpenCASCADE/DDocStd.hxx
include/OpenCASCADE/DDocStd_DrawDocument.hxx
+include/OpenCASCADE/DEBRepCascade_ConfigurationNode.hxx
+include/OpenCASCADE/DEBRepCascade_Provider.hxx
+include/OpenCASCADE/DEXCAFCascade_ConfigurationNode.hxx
+include/OpenCASCADE/DEXCAFCascade_Provider.hxx
+include/OpenCASCADE/DE_ConfigurationContext.hxx
+include/OpenCASCADE/DE_ConfigurationNode.hxx
+include/OpenCASCADE/DE_Provider.hxx
+include/OpenCASCADE/DE_Wrapper.hxx
include/OpenCASCADE/DNaming.hxx
include/OpenCASCADE/DNaming_BooleanOperationDriver.hxx
include/OpenCASCADE/DNaming_BoxDriver.hxx
@@ -20384,6 +20826,36 @@ include/OpenCASCADE/Expr_UnaryExpression.lxx
include/OpenCASCADE/Expr_UnaryFunction.hxx
include/OpenCASCADE/Expr_UnaryMinus.hxx
include/OpenCASCADE/Expr_UnknownIterator.hxx
+include/OpenCASCADE/Express.hxx
+include/OpenCASCADE/Express_Alias.hxx
+include/OpenCASCADE/Express_Array.hxx
+include/OpenCASCADE/Express_Bag.hxx
+include/OpenCASCADE/Express_Boolean.hxx
+include/OpenCASCADE/Express_ComplexType.hxx
+include/OpenCASCADE/Express_DataMapOfAsciiStringItem.hxx
+include/OpenCASCADE/Express_Entity.hxx
+include/OpenCASCADE/Express_Enum.hxx
+include/OpenCASCADE/Express_Field.hxx
+include/OpenCASCADE/Express_HSequenceOfEntity.hxx
+include/OpenCASCADE/Express_HSequenceOfField.hxx
+include/OpenCASCADE/Express_HSequenceOfItem.hxx
+include/OpenCASCADE/Express_Integer.hxx
+include/OpenCASCADE/Express_Item.hxx
+include/OpenCASCADE/Express_List.hxx
+include/OpenCASCADE/Express_Logical.hxx
+include/OpenCASCADE/Express_NamedType.hxx
+include/OpenCASCADE/Express_Number.hxx
+include/OpenCASCADE/Express_PredefinedType.hxx
+include/OpenCASCADE/Express_Real.hxx
+include/OpenCASCADE/Express_Reference.hxx
+include/OpenCASCADE/Express_Schema.hxx
+include/OpenCASCADE/Express_Select.hxx
+include/OpenCASCADE/Express_SequenceOfEntity.hxx
+include/OpenCASCADE/Express_SequenceOfField.hxx
+include/OpenCASCADE/Express_SequenceOfItem.hxx
+include/OpenCASCADE/Express_Set.hxx
+include/OpenCASCADE/Express_String.hxx
+include/OpenCASCADE/Express_Type.hxx
include/OpenCASCADE/Extrema_Array1OfPOnCurv.hxx
include/OpenCASCADE/Extrema_Array1OfPOnCurv2d.hxx
include/OpenCASCADE/Extrema_Array1OfPOnSurf.hxx
@@ -20639,10 +21111,13 @@ include/OpenCASCADE/Geom2dAPI_ProjectPointOnCurve.lxx
include/OpenCASCADE/Geom2dAdaptor.hxx
include/OpenCASCADE/Geom2dAdaptor_Curve.hxx
include/OpenCASCADE/Geom2dConvert.hxx
+include/OpenCASCADE/Geom2dConvert_ApproxArcsSegments.hxx
include/OpenCASCADE/Geom2dConvert_ApproxCurve.hxx
include/OpenCASCADE/Geom2dConvert_BSplineCurveKnotSplitting.hxx
include/OpenCASCADE/Geom2dConvert_BSplineCurveToBezierCurve.hxx
include/OpenCASCADE/Geom2dConvert_CompCurveToBSplineCurve.hxx
+include/OpenCASCADE/Geom2dConvert_PPoint.hxx
+include/OpenCASCADE/Geom2dConvert_SequenceOfPPoint.hxx
include/OpenCASCADE/Geom2dEvaluator.hxx
include/OpenCASCADE/Geom2dEvaluator_Curve.hxx
include/OpenCASCADE/Geom2dEvaluator_OffsetCurve.hxx
@@ -20773,6 +21248,12 @@ include/OpenCASCADE/GeomConvert_BSplineSurfaceToBezierSurface.hxx
include/OpenCASCADE/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx
include/OpenCASCADE/GeomConvert_CompBezierSurfacesToBSplineSurface.lxx
include/OpenCASCADE/GeomConvert_CompCurveToBSplineCurve.hxx
+include/OpenCASCADE/GeomConvert_ConvType.hxx
+include/OpenCASCADE/GeomConvert_CurveToAnaCurve.hxx
+include/OpenCASCADE/GeomConvert_FuncConeLSDist.hxx
+include/OpenCASCADE/GeomConvert_FuncCylinderLSDist.hxx
+include/OpenCASCADE/GeomConvert_FuncSphereLSDist.hxx
+include/OpenCASCADE/GeomConvert_SurfToAnaSurf.hxx
include/OpenCASCADE/GeomConvert_Units.hxx
include/OpenCASCADE/GeomEvaluator_Curve.hxx
include/OpenCASCADE/GeomEvaluator_OffsetCurve.hxx
@@ -21059,6 +21540,7 @@ include/OpenCASCADE/Graphic3d_CubeMapSide.hxx
include/OpenCASCADE/Graphic3d_CullingTool.hxx
include/OpenCASCADE/Graphic3d_DataStructureManager.hxx
include/OpenCASCADE/Graphic3d_DiagnosticInfo.hxx
+include/OpenCASCADE/Graphic3d_DisplayPriority.hxx
include/OpenCASCADE/Graphic3d_FrameStats.hxx
include/OpenCASCADE/Graphic3d_FrameStatsCounter.hxx
include/OpenCASCADE/Graphic3d_FrameStatsData.hxx
@@ -21122,6 +21604,7 @@ include/OpenCASCADE/Graphic3d_Texture1Dsegment.hxx
include/OpenCASCADE/Graphic3d_Texture2D.hxx
include/OpenCASCADE/Graphic3d_Texture2Dmanual.hxx
include/OpenCASCADE/Graphic3d_Texture2Dplane.hxx
+include/OpenCASCADE/Graphic3d_Texture3D.hxx
include/OpenCASCADE/Graphic3d_TextureEnv.hxx
include/OpenCASCADE/Graphic3d_TextureMap.hxx
include/OpenCASCADE/Graphic3d_TextureParams.hxx
@@ -21525,6 +22008,8 @@ include/OpenCASCADE/IGESBasic_ToolSingleParent.hxx
include/OpenCASCADE/IGESBasic_ToolSingularSubfigure.hxx
include/OpenCASCADE/IGESBasic_ToolSubfigureDef.hxx
include/OpenCASCADE/IGESCAFControl.hxx
+include/OpenCASCADE/IGESCAFControl_ConfigurationNode.hxx
+include/OpenCASCADE/IGESCAFControl_Provider.hxx
include/OpenCASCADE/IGESCAFControl_Reader.hxx
include/OpenCASCADE/IGESCAFControl_Writer.hxx
include/OpenCASCADE/IGESControl_ActorWrite.hxx
@@ -22056,7 +22541,6 @@ include/OpenCASCADE/IntCurve_UserIntConicCurveGen.gxx
include/OpenCASCADE/IntCurvesFace_Intersector.hxx
include/OpenCASCADE/IntCurvesFace_Intersector.lxx
include/OpenCASCADE/IntCurvesFace_ShapeIntersector.hxx
-include/OpenCASCADE/IntCurvesFace_ShapeIntersector.lxx
include/OpenCASCADE/IntImpParGen.hxx
include/OpenCASCADE/IntImpParGen_ImpParTool.gxx
include/OpenCASCADE/IntImpParGen_ImpTool.hxx
@@ -22116,7 +22600,6 @@ include/OpenCASCADE/IntPatch_PolyhedronTool.lxx
include/OpenCASCADE/IntPatch_PrmPrmIntersection.hxx
include/OpenCASCADE/IntPatch_PrmPrmIntersection.lxx
include/OpenCASCADE/IntPatch_PrmPrmIntersection_T3Bits.hxx
-include/OpenCASCADE/IntPatch_PrmPrmIntersection_T3Bits.lxx
include/OpenCASCADE/IntPatch_RLine.hxx
include/OpenCASCADE/IntPatch_RLine.lxx
include/OpenCASCADE/IntPatch_RstInt.hxx
@@ -22755,15 +23238,7 @@ include/OpenCASCADE/OSD_Exception.hxx
include/OpenCASCADE/OSD_Exception_ACCESS_VIOLATION.hxx
include/OpenCASCADE/OSD_Exception_ARRAY_BOUNDS_EXCEEDED.hxx
include/OpenCASCADE/OSD_Exception_CTRL_BREAK.hxx
-include/OpenCASCADE/OSD_Exception_FLT_DENORMAL_OPERAND.hxx
-include/OpenCASCADE/OSD_Exception_FLT_DIVIDE_BY_ZERO.hxx
-include/OpenCASCADE/OSD_Exception_FLT_INEXACT_RESULT.hxx
-include/OpenCASCADE/OSD_Exception_FLT_INVALID_OPERATION.hxx
-include/OpenCASCADE/OSD_Exception_FLT_OVERFLOW.hxx
-include/OpenCASCADE/OSD_Exception_FLT_STACK_CHECK.hxx
-include/OpenCASCADE/OSD_Exception_FLT_UNDERFLOW.hxx
include/OpenCASCADE/OSD_Exception_ILLEGAL_INSTRUCTION.hxx
-include/OpenCASCADE/OSD_Exception_INT_DIVIDE_BY_ZERO.hxx
include/OpenCASCADE/OSD_Exception_INT_OVERFLOW.hxx
include/OpenCASCADE/OSD_Exception_INVALID_DISPOSITION.hxx
include/OpenCASCADE/OSD_Exception_IN_PAGE_ERROR.hxx
@@ -22865,6 +23340,8 @@ include/OpenCASCADE/OpenGl_GlCore44.hxx
include/OpenCASCADE/OpenGl_GlCore45.hxx
include/OpenCASCADE/OpenGl_GlCore46.hxx
include/OpenCASCADE/OpenGl_GlFunctions.hxx
+include/OpenCASCADE/OpenGl_GlNative.hxx
+include/OpenCASCADE/OpenGl_GlTypes.hxx
include/OpenCASCADE/OpenGl_GraduatedTrihedron.hxx
include/OpenCASCADE/OpenGl_GraphicDriver.hxx
include/OpenCASCADE/OpenGl_GraphicDriverFactory.hxx
@@ -22913,6 +23390,7 @@ include/OpenCASCADE/OpenGl_VertexBufferEditor.hxx
include/OpenCASCADE/OpenGl_View.hxx
include/OpenCASCADE/OpenGl_Window.hxx
include/OpenCASCADE/OpenGl_Workspace.hxx
+include/OpenCASCADE/OpenGl_glext.h
include/OpenCASCADE/OpenGl_khrplatform.h
include/OpenCASCADE/PCDM.hxx
include/OpenCASCADE/PCDM_BaseDriverPointer.hxx
@@ -23114,7 +23592,6 @@ include/OpenCASCADE/QANCollection_IndexedDataMapOfRealPnt.hxx
include/OpenCASCADE/QANCollection_ListIteratorOfListOfPnt.hxx
include/OpenCASCADE/QANCollection_ListOfPnt.hxx
include/OpenCASCADE/Quantity_Array1OfColor.hxx
-include/OpenCASCADE/Quantity_Array2OfColor.hxx
include/OpenCASCADE/Quantity_Color.hxx
include/OpenCASCADE/Quantity_ColorHasher.hxx
include/OpenCASCADE/Quantity_ColorRGBA.hxx
@@ -23125,10 +23602,11 @@ include/OpenCASCADE/Quantity_HArray1OfColor.hxx
include/OpenCASCADE/Quantity_NameOfColor.hxx
include/OpenCASCADE/Quantity_Period.hxx
include/OpenCASCADE/Quantity_PeriodDefinitionError.hxx
-include/OpenCASCADE/Quantity_PhysicalQuantity.hxx
include/OpenCASCADE/Quantity_TypeOfColor.hxx
include/OpenCASCADE/RWGltf_CafReader.hxx
include/OpenCASCADE/RWGltf_CafWriter.hxx
+include/OpenCASCADE/RWGltf_ConfigurationNode.hxx
+include/OpenCASCADE/RWGltf_DracoParameters.hxx
include/OpenCASCADE/RWGltf_GltfAccessor.hxx
include/OpenCASCADE/RWGltf_GltfAccessorCompType.hxx
include/OpenCASCADE/RWGltf_GltfAccessorLayout.hxx
@@ -23147,6 +23625,7 @@ include/OpenCASCADE/RWGltf_GltfRootElement.hxx
include/OpenCASCADE/RWGltf_GltfSceneNodeMap.hxx
include/OpenCASCADE/RWGltf_MaterialCommon.hxx
include/OpenCASCADE/RWGltf_MaterialMetallicRoughness.hxx
+include/OpenCASCADE/RWGltf_Provider.hxx
include/OpenCASCADE/RWGltf_TriangulationReader.hxx
include/OpenCASCADE/RWGltf_WriterTrsfFormat.hxx
include/OpenCASCADE/RWHeaderSection.hxx
@@ -23168,15 +23647,21 @@ include/OpenCASCADE/RWMesh_TriangulationSource.hxx
include/OpenCASCADE/RWObj.hxx
include/OpenCASCADE/RWObj_CafReader.hxx
include/OpenCASCADE/RWObj_CafWriter.hxx
+include/OpenCASCADE/RWObj_ConfigurationNode.hxx
include/OpenCASCADE/RWObj_Material.hxx
include/OpenCASCADE/RWObj_MtlReader.hxx
include/OpenCASCADE/RWObj_ObjMaterialMap.hxx
include/OpenCASCADE/RWObj_ObjWriterContext.hxx
+include/OpenCASCADE/RWObj_Provider.hxx
include/OpenCASCADE/RWObj_Reader.hxx
include/OpenCASCADE/RWObj_SubMesh.hxx
include/OpenCASCADE/RWObj_SubMeshReason.hxx
include/OpenCASCADE/RWObj_Tools.hxx
include/OpenCASCADE/RWObj_TriangulationReader.hxx
+include/OpenCASCADE/RWPly_CafWriter.hxx
+include/OpenCASCADE/RWPly_ConfigurationNode.hxx
+include/OpenCASCADE/RWPly_PlyWriterContext.hxx
+include/OpenCASCADE/RWPly_Provider.hxx
include/OpenCASCADE/RWStepAP203_RWCcDesignApproval.hxx
include/OpenCASCADE/RWStepAP203_RWCcDesignCertification.hxx
include/OpenCASCADE/RWStepAP203_RWCcDesignContract.hxx
@@ -23789,11 +24274,15 @@ include/OpenCASCADE/RWStepVisual_RWCharacterizedObjAndRepresentationAndDraughtin
include/OpenCASCADE/RWStepVisual_RWColour.hxx
include/OpenCASCADE/RWStepVisual_RWColourRgb.hxx
include/OpenCASCADE/RWStepVisual_RWColourSpecification.hxx
+include/OpenCASCADE/RWStepVisual_RWComplexTriangulatedFace.hxx
+include/OpenCASCADE/RWStepVisual_RWComplexTriangulatedSurfaceSet.hxx
include/OpenCASCADE/RWStepVisual_RWCompositeText.hxx
include/OpenCASCADE/RWStepVisual_RWCompositeTextWithExtent.hxx
include/OpenCASCADE/RWStepVisual_RWContextDependentInvisibility.hxx
include/OpenCASCADE/RWStepVisual_RWContextDependentOverRidingStyledItem.hxx
include/OpenCASCADE/RWStepVisual_RWCoordinatesList.hxx
+include/OpenCASCADE/RWStepVisual_RWCubicBezierTessellatedEdge.hxx
+include/OpenCASCADE/RWStepVisual_RWCubicBezierTriangulatedFace.hxx
include/OpenCASCADE/RWStepVisual_RWCurveStyle.hxx
include/OpenCASCADE/RWStepVisual_RWCurveStyleFont.hxx
include/OpenCASCADE/RWStepVisual_RWCurveStyleFontPattern.hxx
@@ -23824,6 +24313,8 @@ include/OpenCASCADE/RWStepVisual_RWPresentationStyleAssignment.hxx
include/OpenCASCADE/RWStepVisual_RWPresentationStyleByContext.hxx
include/OpenCASCADE/RWStepVisual_RWPresentationView.hxx
include/OpenCASCADE/RWStepVisual_RWPresentedItemRepresentation.hxx
+include/OpenCASCADE/RWStepVisual_RWRepositionedTessellatedGeometricSet.hxx
+include/OpenCASCADE/RWStepVisual_RWRepositionedTessellatedItem.hxx
include/OpenCASCADE/RWStepVisual_RWStyledItem.hxx
include/OpenCASCADE/RWStepVisual_RWSurfaceSideStyle.hxx
include/OpenCASCADE/RWStepVisual_RWSurfaceStyleBoundary.hxx
@@ -23840,15 +24331,28 @@ include/OpenCASCADE/RWStepVisual_RWSurfaceStyleUsage.hxx
include/OpenCASCADE/RWStepVisual_RWTemplate.hxx
include/OpenCASCADE/RWStepVisual_RWTemplateInstance.hxx
include/OpenCASCADE/RWStepVisual_RWTessellatedAnnotationOccurrence.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedConnectingEdge.hxx
include/OpenCASCADE/RWStepVisual_RWTessellatedCurveSet.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedEdge.hxx
include/OpenCASCADE/RWStepVisual_RWTessellatedGeometricSet.hxx
include/OpenCASCADE/RWStepVisual_RWTessellatedItem.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedPointSet.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedShapeRepresentation.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedShapeRepresentationWithAccuracyParameters.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedShell.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedSolid.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedStructuredItem.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedVertex.hxx
+include/OpenCASCADE/RWStepVisual_RWTessellatedWire.hxx
include/OpenCASCADE/RWStepVisual_RWTextLiteral.hxx
include/OpenCASCADE/RWStepVisual_RWTextStyle.hxx
include/OpenCASCADE/RWStepVisual_RWTextStyleForDefinedFont.hxx
include/OpenCASCADE/RWStepVisual_RWTextStyleWithBoxCharacteristics.hxx
+include/OpenCASCADE/RWStepVisual_RWTriangulatedFace.hxx
include/OpenCASCADE/RWStepVisual_RWViewVolume.hxx
include/OpenCASCADE/RWStl.hxx
+include/OpenCASCADE/RWStl_ConfigurationNode.hxx
+include/OpenCASCADE/RWStl_Provider.hxx
include/OpenCASCADE/RWStl_Reader.hxx
include/OpenCASCADE/Resource_ConvertUnicode.hxx
include/OpenCASCADE/Resource_DataMapOfAsciiStringAsciiString.hxx
@@ -23859,6 +24363,7 @@ include/OpenCASCADE/Resource_Manager.hxx
include/OpenCASCADE/Resource_NoSuchResource.hxx
include/OpenCASCADE/Resource_Unicode.hxx
include/OpenCASCADE/STEPCAFControl_ActorWrite.hxx
+include/OpenCASCADE/STEPCAFControl_ConfigurationNode.hxx
include/OpenCASCADE/STEPCAFControl_Controller.hxx
include/OpenCASCADE/STEPCAFControl_DataMapIteratorOfDataMapOfLabelExternFile.hxx
include/OpenCASCADE/STEPCAFControl_DataMapIteratorOfDataMapOfLabelShape.hxx
@@ -23875,6 +24380,7 @@ include/OpenCASCADE/STEPCAFControl_DataMapOfShapeSDR.hxx
include/OpenCASCADE/STEPCAFControl_ExternFile.hxx
include/OpenCASCADE/STEPCAFControl_ExternFile.lxx
include/OpenCASCADE/STEPCAFControl_GDTProperty.hxx
+include/OpenCASCADE/STEPCAFControl_Provider.hxx
include/OpenCASCADE/STEPCAFControl_Reader.hxx
include/OpenCASCADE/STEPCAFControl_Writer.hxx
include/OpenCASCADE/STEPConstruct.hxx
@@ -24009,6 +24515,7 @@ include/OpenCASCADE/ShapeAlgo_AlgoContainer.lxx
include/OpenCASCADE/ShapeAlgo_ToolContainer.hxx
include/OpenCASCADE/ShapeAnalysis.hxx
include/OpenCASCADE/ShapeAnalysis_BoxBndTree.hxx
+include/OpenCASCADE/ShapeAnalysis_CanonicalRecognition.hxx
include/OpenCASCADE/ShapeAnalysis_CheckSmallFace.hxx
include/OpenCASCADE/ShapeAnalysis_CheckSmallFace.lxx
include/OpenCASCADE/ShapeAnalysis_Curve.hxx
@@ -24240,7 +24747,6 @@ include/OpenCASCADE/Standard_Std.hxx
include/OpenCASCADE/Standard_Stream.hxx
include/OpenCASCADE/Standard_ThreadId.hxx
include/OpenCASCADE/Standard_Time.hxx
-include/OpenCASCADE/Standard_TooManyUsers.hxx
include/OpenCASCADE/Standard_Transient.hxx
include/OpenCASCADE/Standard_Type.hxx
include/OpenCASCADE/Standard_TypeDef.hxx
@@ -25382,6 +25888,8 @@ include/OpenCASCADE/StepToTopoDS_TranslatePolyLoop.hxx
include/OpenCASCADE/StepToTopoDS_TranslatePolyLoopError.hxx
include/OpenCASCADE/StepToTopoDS_TranslateShell.hxx
include/OpenCASCADE/StepToTopoDS_TranslateShellError.hxx
+include/OpenCASCADE/StepToTopoDS_TranslateSolid.hxx
+include/OpenCASCADE/StepToTopoDS_TranslateSolidError.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertex.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertexError.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertexLoop.hxx
@@ -25412,6 +25920,8 @@ include/OpenCASCADE/StepVisual_Array1OfPresentationStyleSelect.hxx
include/OpenCASCADE/StepVisual_Array1OfRenderingPropertiesSelect.hxx
include/OpenCASCADE/StepVisual_Array1OfStyleContextSelect.hxx
include/OpenCASCADE/StepVisual_Array1OfSurfaceStyleElementSelect.hxx
+include/OpenCASCADE/StepVisual_Array1OfTessellatedEdgeOrVertex.hxx
+include/OpenCASCADE/StepVisual_Array1OfTessellatedStructuredItem.hxx
include/OpenCASCADE/StepVisual_Array1OfTextOrCharacter.hxx
include/OpenCASCADE/StepVisual_BackgroundColour.hxx
include/OpenCASCADE/StepVisual_BoxCharacteristicSelect.hxx
@@ -25432,11 +25942,15 @@ include/OpenCASCADE/StepVisual_CharacterizedObjAndRepresentationAndDraughtingMod
include/OpenCASCADE/StepVisual_Colour.hxx
include/OpenCASCADE/StepVisual_ColourRgb.hxx
include/OpenCASCADE/StepVisual_ColourSpecification.hxx
+include/OpenCASCADE/StepVisual_ComplexTriangulatedFace.hxx
+include/OpenCASCADE/StepVisual_ComplexTriangulatedSurfaceSet.hxx
include/OpenCASCADE/StepVisual_CompositeText.hxx
include/OpenCASCADE/StepVisual_CompositeTextWithExtent.hxx
include/OpenCASCADE/StepVisual_ContextDependentInvisibility.hxx
include/OpenCASCADE/StepVisual_ContextDependentOverRidingStyledItem.hxx
include/OpenCASCADE/StepVisual_CoordinatesList.hxx
+include/OpenCASCADE/StepVisual_CubicBezierTessellatedEdge.hxx
+include/OpenCASCADE/StepVisual_CubicBezierTriangulatedFace.hxx
include/OpenCASCADE/StepVisual_CurveStyle.hxx
include/OpenCASCADE/StepVisual_CurveStyleFont.hxx
include/OpenCASCADE/StepVisual_CurveStyleFontPattern.hxx
@@ -25448,8 +25962,10 @@ include/OpenCASCADE/StepVisual_DraughtingCalloutElement.hxx
include/OpenCASCADE/StepVisual_DraughtingModel.hxx
include/OpenCASCADE/StepVisual_DraughtingPreDefinedColour.hxx
include/OpenCASCADE/StepVisual_DraughtingPreDefinedCurveFont.hxx
+include/OpenCASCADE/StepVisual_EdgeOrCurve.hxx
include/OpenCASCADE/StepVisual_ExternallyDefinedCurveFont.hxx
include/OpenCASCADE/StepVisual_ExternallyDefinedTextFont.hxx
+include/OpenCASCADE/StepVisual_FaceOrSurface.hxx
include/OpenCASCADE/StepVisual_FillAreaStyle.hxx
include/OpenCASCADE/StepVisual_FillAreaStyleColour.hxx
include/OpenCASCADE/StepVisual_FillStyleSelect.hxx
@@ -25469,6 +25985,8 @@ include/OpenCASCADE/StepVisual_HArray1OfPresentationStyleSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfRenderingPropertiesSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfStyleContextSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfSurfaceStyleElementSelect.hxx
+include/OpenCASCADE/StepVisual_HArray1OfTessellatedEdgeOrVertex.hxx
+include/OpenCASCADE/StepVisual_HArray1OfTessellatedStructuredItem.hxx
include/OpenCASCADE/StepVisual_HArray1OfTextOrCharacter.hxx
include/OpenCASCADE/StepVisual_Invisibility.hxx
include/OpenCASCADE/StepVisual_InvisibilityContext.hxx
@@ -25482,6 +26000,7 @@ include/OpenCASCADE/StepVisual_MechanicalDesignGeometricPresentationRepresentati
include/OpenCASCADE/StepVisual_NullStyle.hxx
include/OpenCASCADE/StepVisual_NullStyleMember.hxx
include/OpenCASCADE/StepVisual_OverRidingStyledItem.hxx
+include/OpenCASCADE/StepVisual_PathOrCompositeCurve.hxx
include/OpenCASCADE/StepVisual_PlanarBox.hxx
include/OpenCASCADE/StepVisual_PlanarExtent.hxx
include/OpenCASCADE/StepVisual_PointStyle.hxx
@@ -25504,6 +26023,8 @@ include/OpenCASCADE/StepVisual_PresentationView.hxx
include/OpenCASCADE/StepVisual_PresentedItem.hxx
include/OpenCASCADE/StepVisual_PresentedItemRepresentation.hxx
include/OpenCASCADE/StepVisual_RenderingPropertiesSelect.hxx
+include/OpenCASCADE/StepVisual_RepositionedTessellatedGeometricSet.hxx
+include/OpenCASCADE/StepVisual_RepositionedTessellatedItem.hxx
include/OpenCASCADE/StepVisual_ShadingSurfaceMethod.hxx
include/OpenCASCADE/StepVisual_StyleContextSelect.hxx
include/OpenCASCADE/StepVisual_StyledItem.hxx
@@ -25525,15 +26046,29 @@ include/OpenCASCADE/StepVisual_SurfaceStyleUsage.hxx
include/OpenCASCADE/StepVisual_Template.hxx
include/OpenCASCADE/StepVisual_TemplateInstance.hxx
include/OpenCASCADE/StepVisual_TessellatedAnnotationOccurrence.hxx
+include/OpenCASCADE/StepVisual_TessellatedConnectingEdge.hxx
include/OpenCASCADE/StepVisual_TessellatedCurveSet.hxx
+include/OpenCASCADE/StepVisual_TessellatedEdge.hxx
+include/OpenCASCADE/StepVisual_TessellatedEdgeOrVertex.hxx
+include/OpenCASCADE/StepVisual_TessellatedFace.hxx
include/OpenCASCADE/StepVisual_TessellatedGeometricSet.hxx
include/OpenCASCADE/StepVisual_TessellatedItem.hxx
+include/OpenCASCADE/StepVisual_TessellatedPointSet.hxx
+include/OpenCASCADE/StepVisual_TessellatedShapeRepresentation.hxx
+include/OpenCASCADE/StepVisual_TessellatedShapeRepresentationWithAccuracyParameters.hxx
+include/OpenCASCADE/StepVisual_TessellatedShell.hxx
+include/OpenCASCADE/StepVisual_TessellatedSolid.hxx
+include/OpenCASCADE/StepVisual_TessellatedStructuredItem.hxx
+include/OpenCASCADE/StepVisual_TessellatedSurfaceSet.hxx
+include/OpenCASCADE/StepVisual_TessellatedVertex.hxx
+include/OpenCASCADE/StepVisual_TessellatedWire.hxx
include/OpenCASCADE/StepVisual_TextLiteral.hxx
include/OpenCASCADE/StepVisual_TextOrCharacter.hxx
include/OpenCASCADE/StepVisual_TextPath.hxx
include/OpenCASCADE/StepVisual_TextStyle.hxx
include/OpenCASCADE/StepVisual_TextStyleForDefinedFont.hxx
include/OpenCASCADE/StepVisual_TextStyleWithBoxCharacteristics.hxx
+include/OpenCASCADE/StepVisual_TriangulatedFace.hxx
include/OpenCASCADE/StepVisual_ViewVolume.hxx
include/OpenCASCADE/StlAPI.hxx
include/OpenCASCADE/StlAPI_Reader.hxx
@@ -26411,6 +26946,7 @@ include/OpenCASCADE/TopoDSToStep_MakeStepEdge.hxx
include/OpenCASCADE/TopoDSToStep_MakeStepFace.hxx
include/OpenCASCADE/TopoDSToStep_MakeStepVertex.hxx
include/OpenCASCADE/TopoDSToStep_MakeStepWire.hxx
+include/OpenCASCADE/TopoDSToStep_MakeTessellatedItem.hxx
include/OpenCASCADE/TopoDSToStep_MakeVertexError.hxx
include/OpenCASCADE/TopoDSToStep_MakeWireError.hxx
include/OpenCASCADE/TopoDSToStep_Root.hxx
@@ -26593,6 +27129,7 @@ include/OpenCASCADE/ViewerTest_EventManager.hxx
include/OpenCASCADE/ViewerTest_V3dView.hxx
include/OpenCASCADE/Vrml.hxx
include/OpenCASCADE/VrmlAPI.hxx
+include/OpenCASCADE/VrmlAPI_CafReader.hxx
include/OpenCASCADE/VrmlAPI_RepresentationOfShape.hxx
include/OpenCASCADE/VrmlAPI_Writer.hxx
include/OpenCASCADE/VrmlConverter_Curve.hxx
@@ -26645,6 +27182,7 @@ include/OpenCASCADE/Vrml_AsciiText.hxx
include/OpenCASCADE/Vrml_AsciiTextJustification.hxx
include/OpenCASCADE/Vrml_Cone.hxx
include/OpenCASCADE/Vrml_ConeParts.hxx
+include/OpenCASCADE/Vrml_ConfigurationNode.hxx
include/OpenCASCADE/Vrml_Coordinate3.hxx
include/OpenCASCADE/Vrml_Cube.hxx
include/OpenCASCADE/Vrml_Cylinder.hxx
@@ -26670,6 +27208,7 @@ include/OpenCASCADE/Vrml_OrthographicCamera.hxx
include/OpenCASCADE/Vrml_PerspectiveCamera.hxx
include/OpenCASCADE/Vrml_PointLight.hxx
include/OpenCASCADE/Vrml_PointSet.hxx
+include/OpenCASCADE/Vrml_Provider.hxx
include/OpenCASCADE/Vrml_Rotation.hxx
include/OpenCASCADE/Vrml_SFImage.hxx
include/OpenCASCADE/Vrml_SFImageNumber.hxx
@@ -26703,6 +27242,7 @@ include/OpenCASCADE/WNT_WindowPtr.hxx
include/OpenCASCADE/Wasm_Window.hxx
include/OpenCASCADE/XBRepMesh.hxx
include/OpenCASCADE/XCAFApp_Application.hxx
+include/OpenCASCADE/XCAFDimTolObjects_AngularQualifier.hxx
include/OpenCASCADE/XCAFDimTolObjects_DataMapOfToleranceDatum.hxx
include/OpenCASCADE/XCAFDimTolObjects_DatumModifWithValue.hxx
include/OpenCASCADE/XCAFDimTolObjects_DatumModifiersSequence.hxx
@@ -26730,8 +27270,11 @@ include/OpenCASCADE/XCAFDimTolObjects_ToleranceZoneAffectedPlane.hxx
include/OpenCASCADE/XCAFDimTolObjects_Tool.hxx
include/OpenCASCADE/XCAFDoc.hxx
include/OpenCASCADE/XCAFDoc_Area.hxx
+include/OpenCASCADE/XCAFDoc_AssemblyGraph.hxx
include/OpenCASCADE/XCAFDoc_AssemblyItemId.hxx
include/OpenCASCADE/XCAFDoc_AssemblyItemRef.hxx
+include/OpenCASCADE/XCAFDoc_AssemblyIterator.hxx
+include/OpenCASCADE/XCAFDoc_AssemblyTool.hxx
include/OpenCASCADE/XCAFDoc_Centroid.hxx
include/OpenCASCADE/XCAFDoc_ClippingPlaneTool.hxx
include/OpenCASCADE/XCAFDoc_Color.hxx
@@ -26950,7 +27493,6 @@ include/OpenCASCADE/gce_MakeTranslation.hxx
include/OpenCASCADE/gce_MakeTranslation2d.hxx
include/OpenCASCADE/gce_Root.hxx
include/OpenCASCADE/gce_Root.lxx
-include/OpenCASCADE/glext.h
include/OpenCASCADE/gp.hxx
include/OpenCASCADE/gp_Ax1.hxx
include/OpenCASCADE/gp_Ax2.hxx
@@ -27030,7 +27572,6 @@ include/OpenCASCADE/math_FunctionRoots.lxx
include/OpenCASCADE/math_FunctionSample.hxx
include/OpenCASCADE/math_FunctionSet.hxx
include/OpenCASCADE/math_FunctionSetRoot.hxx
-include/OpenCASCADE/math_FunctionSetRoot.lxx
include/OpenCASCADE/math_FunctionSetWithDerivatives.hxx
include/OpenCASCADE/math_FunctionWithDerivative.hxx
include/OpenCASCADE/math_Gauss.hxx
@@ -27129,6 +27670,9 @@ lib/libTKDCAF.so.%%VER%%
lib/libTKDraw.so
lib/libTKDraw.so.%%VE%%
lib/libTKDraw.so.%%VER%%
+lib/libTKExpress.so
+lib/libTKExpress.so.%%VE%%
+lib/libTKExpress.so.%%VER%%
lib/libTKFeat.so
lib/libTKFeat.so.%%VE%%
lib/libTKFeat.so.%%VER%%
@@ -27249,6 +27793,12 @@ lib/libTKViewerTest.so.%%VER%%
lib/libTKXCAF.so
lib/libTKXCAF.so.%%VE%%
lib/libTKXCAF.so.%%VER%%
+lib/libTKXDE.so
+lib/libTKXDE.so.%%VE%%
+lib/libTKXDE.so.%%VER%%
+lib/libTKXDECascade.so
+lib/libTKXDECascade.so.%%VE%%
+lib/libTKXDECascade.so.%%VER%%
lib/libTKXDEDRAW.so
lib/libTKXDEDRAW.so.%%VE%%
lib/libTKXDEDRAW.so.%%VER%%
@@ -27322,6 +27872,18 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/TStandaloneEXE.png
%%DOXYGEN%%%%DOCSDIR%%/html/TStandaloneEXE_open.png
%%DOXYGEN%%%%DOCSDIR%%/html/VStudio_projects.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step1_bndbox.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step1_highlight.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step1_shaded.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step1_shaded_wf.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step2_segments.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step3_quadrics_10.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step3_quadrics_25.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step3_quadrics_disk.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step3_quadrics_fin.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step4_highlight1.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step4_highlight2.png
+%%DOXYGEN%%%%DOCSDIR%%/html/ais_object_step4_highlight3.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image002.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image003.png
@@ -27329,6 +27891,7 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/android_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image006.png
%%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png
+%%DOXYGEN%%%%DOCSDIR%%/html/bc_sd.png
%%DOXYGEN%%%%DOCSDIR%%/html/bdwn.png
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image001.svg
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image002.svg
@@ -27528,6 +28091,7 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/dir_7213451623ebc8f57baebbaa4f60ebb3.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_73ce5c9a83496f918bc27cfc0c0bab85.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_822536ea24b5959c838224da8955f7be.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_8ceb53fef4c3488d54faa50bd2cab870.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_923c025a01c94bb80cd8c1563d3c1d6a.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_946e4c44aab0fbcf9412d2bafa83545e.html
%%DOXYGEN%%%%DOCSDIR%%/html/dir_9ccbc3cafcc13ea4aec0627387d4d02d.html
@@ -27548,6 +28112,7 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/display_additional_presentation.png
%%DOXYGEN%%%%DOCSDIR%%/html/display_main_presentation.png
%%DOXYGEN%%%%DOCSDIR%%/html/doc.png
+%%DOXYGEN%%%%DOCSDIR%%/html/docd.png
%%DOXYGEN%%%%DOCSDIR%%/html/documentation_folders.png
%%DOXYGEN%%%%DOCSDIR%%/html/documentation_miktex.png
%%DOXYGEN%%%%DOCSDIR%%/html/documentation_test_image.svg
@@ -27577,9 +28142,6 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/iges_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/iges_image004.png
-%%DOXYGEN%%%%DOCSDIR%%/html/index.hhc
-%%DOXYGEN%%%%DOCSDIR%%/html/index.hhk
-%%DOXYGEN%%%%DOCSDIR%%/html/index.hhp
%%DOXYGEN%%%%DOCSDIR%%/html/index.html
%%DOXYGEN%%%%DOCSDIR%%/html/jquery.js
%%DOXYGEN%%%%DOCSDIR%%/html/messageview_dump_panel.png
@@ -27709,8 +28271,10 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_opt_obb_125K.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_pca_obb_125K.png
%%DOXYGEN%%%%DOCSDIR%%/html/nav_f.png
+%%DOXYGEN%%%%DOCSDIR%%/html/nav_fd.png
%%DOXYGEN%%%%DOCSDIR%%/html/nav_g.png
%%DOXYGEN%%%%DOCSDIR%%/html/nav_h.png
+%%DOXYGEN%%%%DOCSDIR%%/html/nav_hd.png
%%DOXYGEN%%%%DOCSDIR%%/html/navtree.css
%%DOXYGEN%%%%DOCSDIR%%/html/navtree.js
%%DOXYGEN%%%%DOCSDIR%%/html/navtreedata.js
@@ -27763,6 +28327,7 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/occt_contribution__tests.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_logo.png
%%DOXYGEN%%%%DOCSDIR%%/html/occt_public_license.html
+%%DOXYGEN%%%%DOCSDIR%%/html/occt_samples_glfw.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_samples_ios_uikit.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_samples_webgl.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__foundation_classes.html
@@ -27910,6 +28475,7 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/specification__brep_format.html
%%DOXYGEN%%%%DOCSDIR%%/html/specification__pbr_math.html
%%DOXYGEN%%%%DOCSDIR%%/html/splitbar.png
+%%DOXYGEN%%%%DOCSDIR%%/html/splitbard.png
%%DOXYGEN%%%%DOCSDIR%%/html/step_image002.png
%%DOXYGEN%%%%DOCSDIR%%/html/step_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/step_image004.png
@@ -27917,9 +28483,13 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/sync_off.png
%%DOXYGEN%%%%DOCSDIR%%/html/sync_on.png
%%DOXYGEN%%%%DOCSDIR%%/html/tab_a.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_ad.png
%%DOXYGEN%%%%DOCSDIR%%/html/tab_b.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_bd.png
%%DOXYGEN%%%%DOCSDIR%%/html/tab_h.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_hd.png
%%DOXYGEN%%%%DOCSDIR%%/html/tab_s.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_sd.png
%%DOXYGEN%%%%DOCSDIR%%/html/tabs.css
%%DOXYGEN%%%%DOCSDIR%%/html/technical_overview_schema.png
%%DOXYGEN%%%%DOCSDIR%%/html/tests_image001.png
@@ -27950,6 +28520,7 @@ lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/tutorial_image017.png
%%DOXYGEN%%%%DOCSDIR%%/html/tutorial_image018.png
%%DOXYGEN%%%%DOCSDIR%%/html/tutorial_image019.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tutorials__ais_object.html
%%DOXYGEN%%%%DOCSDIR%%/html/user_guides.html
%%DOXYGEN%%%%DOCSDIR%%/html/user_guides.js
%%DOXYGEN%%%%DOCSDIR%%/html/view_frustum.png