aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-02-17 19:48:33 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-02-17 19:48:33 +0000
commit6bdc894837fc24ea69adb2e8b14997e07d25caa7 (patch)
tree5041bbf804e0e37b59217bee49a5f5759adf7d53 /cad/opencascade
parentcfd536387a2f69bc9ae51e2f144cb94898b01a94 (diff)
downloadports-6bdc894837fc24ea69adb2e8b14997e07d25caa7.tar.gz
ports-6bdc894837fc24ea69adb2e8b14997e07d25caa7.zip
Upgrade to 7.2.0.
Notes
Notes: svn path=/head/; revision=462190
Diffstat (limited to 'cad/opencascade')
-rw-r--r--cad/opencascade/Makefile25
-rw-r--r--cad/opencascade/distinfo6
-rw-r--r--cad/opencascade/files/patch-CMakeLists.txt6
-rw-r--r--cad/opencascade/files/patch-adm_cmake_occt__csf.cmake14
-rw-r--r--cad/opencascade/files/patch-adm_cmake_occt__macros.cmake11
-rw-r--r--cad/opencascade/files/patch-adm_templates_OpenCASCADEConfig.cmake.in19
-rw-r--r--cad/opencascade/files/patch-adm_templates_custom.install.sh.in29
-rw-r--r--cad/opencascade/files/patch-inc_Standard__Time.hxx2
-rw-r--r--cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl62
-rw-r--r--cad/opencascade/files/patch-src_RWStl_RWStl__Reader.cxx11
-rw-r--r--cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx14
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx2
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__CString.cxx2
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx6
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__Time.hxx2
-rw-r--r--cad/opencascade/files/patch-src_StepFile_recfile.pc4
-rw-r--r--cad/opencascade/pkg-plist1931
17 files changed, 1631 insertions, 515 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 43e4092f5622..ff88489cd698 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= opencascade
-PORTVERSION= 7.1.0
-PORTREVISION= 3
+PORTVERSION= 7.2.0
CATEGORIES= cad science
MASTER_SITES= LOCAL/thierry
@@ -22,7 +21,7 @@ RUN_DEPENDS= bash:shells/bash
# Check ${WRKSRC}/dox/overview/overview.md
# and ${WRKSRC}/dox/dev_guides/building
-USES= alias:10 cmake:outsource compiler:c++11-lib dos2unix \
+USES= alias:10 cmake:outsource compiler:c++14-lang dos2unix \
shebangfix tk tar:tgz
USE_XORG= ice sm x11 xext xi xmu xt
USE_GL= gl glu
@@ -34,9 +33,9 @@ SHEBANG_FILES= adm/templates/*.sh \
ENVSH= env.sh adm/templates/env.sh.in adm/templates/env.sh
VTKVER= 6.2
-OPTIONS_DEFINE= VIS DOXYGEN
+OPTIONS_DEFINE= DOCS DOXYGEN FFMPEG VIS
VIS_DESC= Build Visualizazion module (requires OpenGL, freetype, ftgl and gl2ps)
-OPTIONS_DEFAULT=VIS
+OPTIONS_DEFAULT=FFMPEG VIS
OPTIONS_SUB= yes
REINPLACE_ARGS= -i ""
@@ -44,7 +43,7 @@ CFLAGS+= -I${LOCALBASE}/include
CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
-DINSTALL_DIR_INCLUDE=${PREFIX}/include/OpenCASCADE \
-DINSTALL_DIR_LIB=${PREFIX}/lib \
- -DINSTALL_DIR_CMAKE=${OCCROOT}/lib/cmake \
+ -DINSTALL_DIR_CMAKE=${PREFIX}/lib/cmake \
-DINSTALL_DIR_DATA=${OCCROOT}/data \
-DINSTALL_DIR_RESOURCE=${OCCROOT}/resources \
-DINSTALL_DIR_SAMPLES=${OCCROOT}/samples \
@@ -57,7 +56,12 @@ USE_LDCONFIG= yes
LOCCROOT= OpenCAS
OCCROOT= ${PREFIX}/${LOCCROOT}
-PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${CHOSEN_COMPILER_TYPE}
+PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${CHOSEN_COMPILER_TYPE} \
+ VE=${PORTVERSION:R:R} VER=${PORTVERSION}
+
+FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON
+FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF
+FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
VIS_CMAKE_ON= -DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON \
-DUSE_FREETYPE:BOOL=ON
@@ -71,8 +75,8 @@ VIS_CMAKE_ON= -D3RDPARTY_FREETYPE_DIR=${LOCALBASE}
DOXYGEN_USE= TEX=latex:build
DOXYGEN_BUILD_DEPENDS= bash:shells/bash \
- doxygen:devel/doxygen \
- dot:graphics/graphviz \
+ doxygen:devel/doxygen \
+ dot:graphics/graphviz \
inkscape:graphics/inkscape
DOXYGEN_RUN_DEPENDS= ${LOCALBASE}/www/MathJax/MathJax.js:www/mathjax
@@ -112,10 +116,11 @@ post-install:
post-install-DOXYGEN-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc/overview && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
- ${RMDIR} ${STAGEDIR}${DOCSDIR}/latex
+ ${RM} -r ${STAGEDIR}${DOCSDIR}/latex
.if defined(MAINTAINER_MODE)
regression-test: install
+ ${RM} -rf /tmp/testOCC
${MKDIR} /tmp/testOCC
bash -c "\
cd ${OCCROOT} && . ${OCCROOT}/bin/env.sh && \
diff --git a/cad/opencascade/distinfo b/cad/opencascade/distinfo
index c044eec860e7..56583b971ff8 100644
--- a/cad/opencascade/distinfo
+++ b/cad/opencascade/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498857001
-SHA256 (opencascade-7.1.0.tgz) = 0e23f038f4d12ed68d402dd8093923ac506db34abcf1c09bd2bffba1587f68d5
-SIZE (opencascade-7.1.0.tgz) = 221861542
+TIMESTAMP = 1514301887
+SHA256 (opencascade-7.2.0.tgz) = 245e344b2cf8a6e0a7d9f45d5d807f8ef48607bcd7a6d763ba2d7b861fa55249
+SIZE (opencascade-7.2.0.tgz) = 202114726
diff --git a/cad/opencascade/files/patch-CMakeLists.txt b/cad/opencascade/files/patch-CMakeLists.txt
index d26e5d991da3..81f4730e6b3a 100644
--- a/cad/opencascade/files/patch-CMakeLists.txt
+++ b/cad/opencascade/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2016-11-25 09:52:00 UTC
+--- CMakeLists.txt.orig 2017-08-30 13:27:56 UTC
+++ CMakeLists.txt
-@@ -739,7 +739,7 @@ if (${DRAWEXE_INDEX} GREATER -1)
+@@ -847,7 +847,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
-@@ -906,7 +906,13 @@ foreach (OCCT_CONFIGURATION ${CMAKE_CONF
+@@ -1056,7 +1056,13 @@ foreach (OCCT_CONFIGURATION ${CMAKE_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)")
diff --git a/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake b/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
index 4f5fa0c1cad4..eb6f696175f3 100644
--- a/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
+++ b/cad/opencascade/files/patch-adm_cmake_occt__csf.cmake
@@ -1,17 +1,9 @@
---- adm/cmake/occt_csf.cmake.orig 2016-11-25 09:52:00 UTC
+--- adm/cmake/occt_csf.cmake.orig 2017-08-30 13:27:56 UTC
+++ adm/cmake/occt_csf.cmake
-@@ -100,7 +100,6 @@ else()
+@@ -111,6 +111,5 @@ if (WIN32)
set (CSF_ThreadLibs "pthread rt stdc++")
set (CSF_OpenGlLibs "GL")
set (CSF_XwLibs "X11 Xext Xmu Xi")
- set (CSF_dl "dl")
-
- if (USE_TCL)
- set (CSF_TclLibs "tcl${3RDPARTY_TCL_LIBRARY_VERSION}")
-@@ -127,4 +126,4 @@ else()
- set (CSF_GL2PS)
- endif()
endif()
--endif()
-\ No newline at end of file
-+endif()
+ endif()
diff --git a/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake b/cad/opencascade/files/patch-adm_cmake_occt__macros.cmake
index 5a450cc509fb..829a1131fdfc 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 2016-11-25 09:52:00 UTC
+--- adm/cmake/occt_macros.cmake.orig 2017-08-30 13:27:56 UTC
+++ adm/cmake/occt_macros.cmake
@@ -53,7 +53,7 @@ macro (OCCT_MAKE_OS_WITH_BITNESS)
elseif(APPLE)
@@ -9,3 +9,12 @@
endif()
endmacro()
+@@ -335,7 +335,7 @@ macro (COLLECT_AND_INSTALL_OCCT_HEADER_F
+ configure_file ("${TEMPLATE_HEADER_PATH}" "${ROOT_TARGET_OCCT_DIR}/${OCCT_INSTALL_DIR_PREFIX}/${HEADER_FILE_NAME}" @ONLY)
+ endforeach()
+
+- install (FILES ${OCCT_HEADER_FILES_COMPLETE} DESTINATION "${INSTALL_DIR}/${OCCT_INSTALL_DIR_PREFIX}")
++ install (FILES ${OCCT_HEADER_FILES_COMPLETE} DESTINATION "${INSTALL_DIR_INCLUDE}")
+
+ string(TIMESTAMP CURRENT_TIME "%H:%M:%S")
+ message (STATUS "Info: \(${CURRENT_TIME}\) Checking headers in inc folder...")
diff --git a/cad/opencascade/files/patch-adm_templates_OpenCASCADEConfig.cmake.in b/cad/opencascade/files/patch-adm_templates_OpenCASCADEConfig.cmake.in
new file mode 100644
index 000000000000..06c2689a20e8
--- /dev/null
+++ b/cad/opencascade/files/patch-adm_templates_OpenCASCADEConfig.cmake.in
@@ -0,0 +1,19 @@
+--- adm/templates/OpenCASCADEConfig.cmake.in.orig 2017-12-27 14:54:08 UTC
++++ adm/templates/OpenCASCADEConfig.cmake.in
+@@ -31,11 +31,11 @@ if (OpenCASCADE_INSTALL_PREFIX MATCHES "
+ endif()
+
+ # Set OpenCASCADE paths to headers, binaries, libraries, resources, tests, samples, data
+-set (OpenCASCADE_BINARY_DIR "${OpenCASCADE_INSTALL_PREFIX}/@INSTALL_DIR_BIN@")
+-set (OpenCASCADE_LIBRARY_DIR "${OpenCASCADE_INSTALL_PREFIX}/@INSTALL_DIR_LIB@")
+-set (OpenCASCADE_SCRIPT_DIR "${OpenCASCADE_INSTALL_PREFIX}/@INSTALL_DIR_SCRIPT@")
+-set (OpenCASCADE_INCLUDE_DIR "${OpenCASCADE_INSTALL_PREFIX}/@INSTALL_DIR_INCLUDE@")
+-set (OpenCASCADE_RESOURCE_DIR "${OpenCASCADE_INSTALL_PREFIX}/@INSTALL_DIR_RESOURCE@")
++set (OpenCASCADE_BINARY_DIR "@INSTALL_DIR_BIN@")
++set (OpenCASCADE_LIBRARY_DIR "@INSTALL_DIR_LIB@")
++set (OpenCASCADE_SCRIPT_DIR "@INSTALL_DIR_SCRIPT@")
++set (OpenCASCADE_INCLUDE_DIR "@INSTALL_DIR_INCLUDE@")
++set (OpenCASCADE_RESOURCE_DIR "@INSTALL_DIR_RESOURCE@")
+
+ # The C and C++ flags added by OpenCASCADE to the cmake-configured flags.
+ set (OpenCASCADE_C_FLAGS "@CMAKE_C_FLAGS@")
diff --git a/cad/opencascade/files/patch-adm_templates_custom.install.sh.in b/cad/opencascade/files/patch-adm_templates_custom.install.sh.in
index bc3cb6f86e91..7994fab5deff 100644
--- a/cad/opencascade/files/patch-adm_templates_custom.install.sh.in
+++ b/cad/opencascade/files/patch-adm_templates_custom.install.sh.in
@@ -1,24 +1,25 @@
---- adm/templates/custom.install.sh.in.orig 2017-07-15 14:03:43 UTC
+--- adm/templates/custom.install.sh.in.orig 2017-12-27 14:54:08 UTC
+++ adm/templates/custom.install.sh.in
-@@ -14,14 +14,14 @@ if [ "$1" == "@BIN_LETTER@" ]; then
+@@ -21,14 +21,14 @@ if [ "$1" == "@BIN_LETTER@" ]; then
+ export TCL_VERSION_WITH_DOT="@3RDPARTY_TCL_LIBRARY_VERSION_WITH_DOT@"
export TK_VERSION_WITH_DOT="@3RDPARTY_TK_LIBRARY_VERSION_WITH_DOT@"
- export CSF_OCCTBinPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_BIN@"
-- export CSF_OCCTLibPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_LIB@"
-- export CSF_OCCTIncludePath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_INCLUDE@"
-- export CSF_OCCTResourcePath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_RESOURCE@"
-- export CSF_OCCTDataPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_DATA@"
-- export CSF_OCCTSamplesPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_SAMPLES@"
-- export CSF_OCCTTestsPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_TESTS@"
+- export CSF_OCCTBinPath="${CASROOT}/@INSTALL_DIR_BIN@"
+- export CSF_OCCTLibPath="${CASROOT}/@INSTALL_DIR_LIB@"
+- export CSF_OCCTIncludePath="${CASROOT}/@INSTALL_DIR_INCLUDE@"
+- export CSF_OCCTResourcePath="${CASROOT}/@INSTALL_DIR_RESOURCE@"
+- export CSF_OCCTDataPath="${CASROOT}/@INSTALL_DIR_DATA@"
+- export CSF_OCCTSamplesPath="${CASROOT}/@INSTALL_DIR_SAMPLES@"
+- export CSF_OCCTTestsPath="${CASROOT}/@INSTALL_DIR_TESTS@"
+- export CSF_OCCTDocPath="${CASROOT}/@INSTALL_DIR_DOC@"
++ export CSF_OCCTBinPath="@INSTALL_DIR_BIN@"
+ export CSF_OCCTLibPath="@INSTALL_DIR_LIB@"
+ export CSF_OCCTIncludePath="@INSTALL_DIR_INCLUDE@"
+ export CSF_OCCTResourcePath="@INSTALL_DIR_RESOURCE@"
+ export CSF_OCCTDataPath="@INSTALL_DIR_DATA@"
+ export CSF_OCCTSamplesPath="@INSTALL_DIR_SAMPLES@"
+ export CSF_OCCTTestsPath="@INSTALL_DIR_TESTS@"
- export CSF_OCCTDocPath="@INSTALL_DIR_ABSOLUTE@/@INSTALL_DIR_DOC@"
--
-+
- # for compatability with external application using CASROOT
- export CASROOT="@INSTALL_DIR_ABSOLUTE@"
++ export CSF_OCCTDocPath="@INSTALL_DIR_DOC@"
fi
+ fi
+
diff --git a/cad/opencascade/files/patch-inc_Standard__Time.hxx b/cad/opencascade/files/patch-inc_Standard__Time.hxx
index da5d643ee503..500d47993eee 100644
--- a/cad/opencascade/files/patch-inc_Standard__Time.hxx
+++ b/cad/opencascade/files/patch-inc_Standard__Time.hxx
@@ -1,4 +1,4 @@
---- inc/Standard_Time.hxx.orig 2016-11-25 09:52:28 UTC
+--- inc/Standard_Time.hxx.orig 2017-08-30 13:28:31 UTC
+++ inc/Standard_Time.hxx
@@ -26,11 +26,11 @@
// ------------------------------------------------------------------
diff --git a/cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl b/cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl
new file mode 100644
index 000000000000..a03a452e66ac
--- /dev/null
+++ b/cad/opencascade/files/patch-src_DrawResources_CheckCommands.tcl
@@ -0,0 +1,62 @@
+--- src/DrawResources/CheckCommands.tcl.orig 2017-08-30 13:28:11 UTC
++++ src/DrawResources/CheckCommands.tcl
+@@ -1038,6 +1038,7 @@ help checkplatform {
+ -windows : return 1 if current platform is 'Windows', overwise return 0
+ -linux : return 1 if current platform is 'Linux', overwise return 0
+ -osx : return 1 if current platform is 'MacOS X', overwise return 0
++ -freebsd : return 1 if current platform is 'FreeBSD', overwise return 0
+
+ Only one option can be used at once.
+ If no option is given, procedure will return the name of current platform.
+@@ -1046,9 +1047,11 @@ proc checkplatform {args} {
+ set check_for_windows false
+ set check_for_linux false
+ set check_for_macosx false
++ set check_for_freebsd false
+
+ set options {{"-windows" check_for_windows 0}
+ {"-linux" check_for_linux 0}
++ {"-freebsd" check_for_freebsd 0}
+ {"-osx" check_for_macosx 0}}
+
+ _check_args ${args} ${options} "checkplatform"
+@@ -1057,17 +1060,19 @@ proc checkplatform {args} {
+ set current_platform Windows
+ } elseif { $::tcl_platform(os) == "Linux" } {
+ set current_platform Linux
++ } elseif { $::tcl_platform(os) == "FreeBSD" } {
++ set current_platform FreeBSD
+ } elseif { $::tcl_platform(os) == "Darwin" } {
+ set current_platform MacOS
+ }
+
+ # no args are given
+- if { !${check_for_windows} && !${check_for_linux} && !${check_for_macosx}} {
++ if { !${check_for_windows} && !${check_for_linux} && !${check_for_macosx} && !${check_for_freebsd}} {
+ return ${current_platform}
+ }
+
+ # check usage of proc checkplatform
+- if { [expr [string is true ${check_for_windows}] + [string is true ${check_for_linux}] + [string is true ${check_for_macosx}] ] > 1} {
++ if { [expr [string is true ${check_for_windows}] + [string is true ${check_for_linux}] + [string is true ${check_for_macosx}] + [string is true ${check_for_freebsd}] ] > 1} {
+ error "Error: wrong usage of command checkplatform, only single option can be used at once"
+ }
+
+@@ -1076,11 +1081,16 @@ proc checkplatform {args} {
+ return 1
+ }
+
+- # checking for Mac OS X platforms
++ # checking for Linux platforms
+ if { ${check_for_linux} && ${current_platform} == "Linux" } {
+ return 1
+ }
+
++ # checking for FreeBSD platforms
++ if { ${check_for_freebsd} && ${current_platform} == "FreeBSD" } {
++ return 1
++ }
++
+ # checking for Mac OS X platforms
+ if { ${check_for_macosx} && ${current_platform} == "MacOS" } {
+ return 1
diff --git a/cad/opencascade/files/patch-src_RWStl_RWStl__Reader.cxx b/cad/opencascade/files/patch-src_RWStl_RWStl__Reader.cxx
new file mode 100644
index 000000000000..3d464dcbcb8c
--- /dev/null
+++ b/cad/opencascade/files/patch-src_RWStl_RWStl__Reader.cxx
@@ -0,0 +1,11 @@
+--- src/RWStl/RWStl_Reader.cxx.orig 2017-08-30 13:28:29 UTC
++++ src/RWStl/RWStl_Reader.cxx
+@@ -264,7 +264,7 @@ Standard_Boolean RWStl_Reader::ReadAscii
+
+ // report progress every 1 MiB of read data
+ const int aStepB = 1024 * 1024;
+- const Standard_Integer aNbSteps = 1 + Standard_Integer((theUntilPos - aStartPos) / aStepB);
++ const Standard_Integer aNbSteps = 1 + Standard_Integer(((int64_t)theUntilPos - aStartPos) / aStepB);
+ Message_ProgressSentry aPSentry (theProgress, "Reading text STL file", 0, aNbSteps, 1);
+
+ int64_t aProgressPos = aStartPos + aStepB;
diff --git a/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx b/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
index 082b0f6b57d3..aaa264563964 100644
--- a/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
+++ b/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx
@@ -1,11 +1,19 @@
---- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2016-11-25 09:52:26 UTC
+--- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2017-08-30 13:28:30 UTC
+++ src/STEPConstruct/STEPConstruct_AP203Context.cxx
-@@ -123,7 +123,7 @@ Handle(StepBasic_DateAndTime) STEPConstr
+@@ -123,7 +123,15 @@ Handle(StepBasic_DateAndTime) STEPConstr
long shift = 0;
_get_timezone (&shift);
#else
- Standard_Integer shift = Standard_Integer(timezone);
-+ Standard_Integer shift = Standard_Integer((long long)timezone);
++ #if defined(__FreeBSD__)
++ struct tm *lt;
++ time_t t = 0;
++ time(&t);
++ lt = localtime(&t);
++ Standard_Integer shift = Standard_Integer(lt->tm_gmtoff);
++ #else
++ Standard_Integer shift = Standard_Integer(timezone);
++ #endif
#endif
Standard_Integer shifth = abs ( shift ) / 3600;
Standard_Integer shiftm = ( abs ( shift ) - shifth * 3600 ) / 60;
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx b/cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx
index 86a31e05f1fa..1b8548e73333 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__CLocaleSentry.hxx
@@ -1,4 +1,4 @@
---- src/Standard/Standard_CLocaleSentry.hxx.orig 2016-11-25 09:52:27 UTC
+--- src/Standard/Standard_CLocaleSentry.hxx.orig 2017-08-30 13:28:31 UTC
+++ src/Standard/Standard_CLocaleSentry.hxx
@@ -25,7 +25,7 @@
//! and become part of POSIX since '2008.
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
index c9cd48e0f923..a6755f655f11 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
@@ -1,4 +1,4 @@
---- src/Standard/Standard_CString.cxx.orig 2016-11-25 09:52:27 UTC
+--- src/Standard/Standard_CString.cxx.orig 2017-08-30 13:28:31 UTC
+++ src/Standard/Standard_CString.cxx
@@ -81,7 +81,7 @@ Standard_Integer HashCodes (const Standa
// strtod, strtol, strtoll functions. For other system with locale-depended
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx b/cad/opencascade/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx
index c3ef216c8670..dfbd5c7434b2 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx
@@ -1,6 +1,6 @@
---- src/Standard/Standard_MMgrTBBalloc.cxx.orig 2012-11-12 11:47:26.000000000 +0100
-+++ src/Standard/Standard_MMgrTBBalloc.cxx 2013-03-27 10:59:09.000000000 +0100
-@@ -28,6 +28,9 @@
+--- src/Standard/Standard_MMgrTBBalloc.cxx.orig 2017-08-30 13:28:31 UTC
++++ src/Standard/Standard_MMgrTBBalloc.cxx
+@@ -18,6 +18,9 @@
// paralleling with Intel TBB
#ifdef HAVE_TBB
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__Time.hxx b/cad/opencascade/files/patch-src_Standard_Standard__Time.hxx
index 5c37426134c9..907ca96e6cd6 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard__Time.hxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__Time.hxx
@@ -1,4 +1,4 @@
---- src/Standard/Standard_Time.hxx.orig 2016-11-25 09:52:28 UTC
+--- src/Standard/Standard_Time.hxx.orig 2017-08-30 13:28:31 UTC
+++ src/Standard/Standard_Time.hxx
@@ -26,11 +26,11 @@
// ------------------------------------------------------------------
diff --git a/cad/opencascade/files/patch-src_StepFile_recfile.pc b/cad/opencascade/files/patch-src_StepFile_recfile.pc
index 761d29227e1b..75784b8b4e44 100644
--- a/cad/opencascade/files/patch-src_StepFile_recfile.pc
+++ b/cad/opencascade/files/patch-src_StepFile_recfile.pc
@@ -1,5 +1,5 @@
---- src/StepFile/recfile.pc.orig 2014-11-07 16:16:45.000000000 +0100
-+++ src/StepFile/recfile.pc 2014-11-16 21:26:42.000000000 +0100
+--- src/StepFile/recfile.pc.orig 2017-08-30 13:28:34 UTC
++++ src/StepFile/recfile.pc
@@ -16,7 +16,7 @@
#include "stdio.h"
#include "string.h"
diff --git a/cad/opencascade/pkg-plist b/cad/opencascade/pkg-plist
index 0d72d96ef000..dec2cfedddc2 100644
--- a/cad/opencascade/pkg-plist
+++ b/cad/opencascade/pkg-plist
@@ -1,15 +1,16 @@
%%OCCROOT%%/bin/DRAWEXE
%%OCCROOT%%/bin/custom.sh
-%%OCCROOT%%/bin/custom_%%CC%%_%%BITS%%.sh
+%%OCCROOT%%/bin/custom_%%CC%%_64.sh
%%OCCROOT%%/bin/draw.sh
%%OCCROOT%%/bin/env.sh
%%OCCROOT%%/data/iges/bearing.iges
%%OCCROOT%%/data/iges/hammer.iges
%%OCCROOT%%/data/images/Graph.PNG
-%%OCCROOT%%/data/images/Image.xwd
+%%OCCROOT%%/data/images/carrelage1.gif
+%%OCCROOT%%/data/images/chataignier.gif
+%%OCCROOT%%/data/images/cookerplate.gif
%%OCCROOT%%/data/images/cyl_4_1.gif
%%OCCROOT%%/data/images/hatch_1.png
-%%OCCROOT%%/data/images/hlr.xwd
%%OCCROOT%%/data/images/impexp.bmp
%%OCCROOT%%/data/images/marker_box1.png
%%OCCROOT%%/data/images/marker_box2.png
@@ -17,27 +18,55 @@
%%OCCROOT%%/data/images/marker_kr.png
%%OCCROOT%%/data/images/nut.bmp
%%OCCROOT%%/data/images/petitsobj.gif
+%%OCCROOT%%/data/images/plancher.gif
%%OCCROOT%%/data/images/salome_interface04.jpg
+%%OCCROOT%%/data/images/terrain.gif
+%%OCCROOT%%/data/images/wallpaper.gif
%%OCCROOT%%/data/occ/Axis_of_bearing.brep
%%OCCROOT%%/data/occ/Ball.brep
%%OCCROOT%%/data/occ/Bottom.brep
+%%OCCROOT%%/data/occ/Box.brep
%%OCCROOT%%/data/occ/CrankArm.brep
%%OCCROOT%%/data/occ/CrankArm.rle
%%OCCROOT%%/data/occ/CylinderHead.rle
%%OCCROOT%%/data/occ/EngineBlock.rle
+%%OCCROOT%%/data/occ/MAT.brep
+%%OCCROOT%%/data/occ/MAT.pnt
+%%OCCROOT%%/data/occ/MODERN_Chair_1.brep
+%%OCCROOT%%/data/occ/MODERN_Cooker_1.brep
+%%OCCROOT%%/data/occ/MODERN_Cooker_1_opened.brep
+%%OCCROOT%%/data/occ/MODERN_Exhaust_1.brep
+%%OCCROOT%%/data/occ/MODERN_MVCooker_1.brep
+%%OCCROOT%%/data/occ/MODERN_MVCooker_1_opened.brep
+%%OCCROOT%%/data/occ/MODERN_Refrigerator_1.brep
+%%OCCROOT%%/data/occ/MODERN_Refrigerator_1_opened.brep
+%%OCCROOT%%/data/occ/MODERN_Sink_1.brep
+%%OCCROOT%%/data/occ/MODERN_Sink_1_opened.brep
+%%OCCROOT%%/data/occ/MODERN_Table_1.brep
%%OCCROOT%%/data/occ/Motor-c.brep
%%OCCROOT%%/data/occ/Piston.rle
%%OCCROOT%%/data/occ/Propeller.rle
+%%OCCROOT%%/data/occ/Pump_Nut.brep
+%%OCCROOT%%/data/occ/Pump_TopCover.brep
+%%OCCROOT%%/data/occ/Room.brep
+%%OCCROOT%%/data/occ/SurfaceFromPoints/sol1.dat
+%%OCCROOT%%/data/occ/SurfaceFromPoints/sol2.dat
%%OCCROOT%%/data/occ/Top.brep
+%%OCCROOT%%/data/occ/asahi.brep
+%%OCCROOT%%/data/occ/bottle.brep
%%OCCROOT%%/data/occ/edge.brep
%%OCCROOT%%/data/occ/face.brep
%%OCCROOT%%/data/occ/face1.brep
+%%OCCROOT%%/data/occ/face2.brep
%%OCCROOT%%/data/occ/fuse.brep
%%OCCROOT%%/data/occ/hammer.brep
%%OCCROOT%%/data/occ/mal_ecrou.brep
%%OCCROOT%%/data/occ/mal_tige.brep
%%OCCROOT%%/data/occ/mal_vis.brep
+%%OCCROOT%%/data/occ/shell1.brep
%%OCCROOT%%/data/occ/solid.brep
+%%OCCROOT%%/data/occ/terrain.brep
+%%OCCROOT%%/data/occ/wedge_ok.brep
%%OCCROOT%%/data/occ/wing.brep
%%OCCROOT%%/data/step/linkrods.step
%%OCCROOT%%/data/step/screw.step
@@ -52,23 +81,7 @@
%%OCCROOT%%/data/stl/shape.stl
%%OCCROOT%%/data/stl/video_part.stl
%%OCCROOT%%/data/vrml/face.vrml
-%%OCCROOT%%/lib/cmake/OpenCASCADEApplicationFrameworkTargets-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEApplicationFrameworkTargets.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADECompileDefinitionsAndFlags-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEConfig.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEConfigVersion.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEDataExchangeTargets-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEDataExchangeTargets.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEDrawTargets-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEDrawTargets.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEFoundationClassesTargets-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEFoundationClassesTargets.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEModelingAlgorithmsTargets-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEModelingAlgorithmsTargets.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEModelingDataTargets-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEModelingDataTargets.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEVisualizationTargets-%%CMAKE_BUILD_TYPE%%.cmake
-%%OCCROOT%%/lib/cmake/OpenCASCADEVisualizationTargets.cmake
+%%OCCROOT%%/resources/BOPAlgo/BOPAlgo.msg
%%OCCROOT%%/resources/DrawResources/CURVES.tcl
%%OCCROOT%%/resources/DrawResources/CheckCommands.tcl
%%OCCROOT%%/resources/DrawResources/DrawDefault
@@ -86,6 +99,7 @@
%%OCCROOT%%/resources/DrawResources/StandardViews.tcl
%%OCCROOT%%/resources/DrawResources/TKTopTest.tcl
%%OCCROOT%%/resources/DrawResources/TestCommands.tcl
+%%OCCROOT%%/resources/DrawResources/Vector.tcl
%%OCCROOT%%/resources/DrawResources/dftree.tcl
%%OCCROOT%%/resources/DrawResources/lamp.ico
%%OCCROOT%%/resources/SHMessage/FILES
@@ -188,11 +202,14 @@
%%OCCROOT%%/samples/tcl/materials.tcl
%%OCCROOT%%/samples/tcl/pathtrace_ball.tcl
%%OCCROOT%%/samples/tcl/pathtrace_cube.tcl
+%%OCCROOT%%/samples/tcl/pathtrace_materials.tcl
%%OCCROOT%%/samples/tcl/pencil.tcl
%%OCCROOT%%/samples/tcl/raytrace.tcl
%%OCCROOT%%/samples/tcl/snowflake.tcl
%%OCCROOT%%/samples/tcl/spheres.tcl
%%OCCROOT%%/samples/tcl/xde.tcl
+%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/LICENSE_LGPL_21.txt
+%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/OCCT_LGPL_EXCEPTION.txt
%%OCCROOT%%/tests/3rdparty/begin
%%OCCROOT%%/tests/3rdparty/end
%%OCCROOT%%/tests/3rdparty/export/A1
@@ -1564,7 +1581,6 @@
%%OCCROOT%%/tests/boolean/bfuse_complex/P9
%%OCCROOT%%/tests/boolean/bfuse_complex/Q1
%%OCCROOT%%/tests/boolean/bfuse_complex/Q2
-%%OCCROOT%%/tests/boolean/bfuse_complex/Q3
%%OCCROOT%%/tests/boolean/bfuse_complex/Q4
%%OCCROOT%%/tests/boolean/bfuse_complex/Q5
%%OCCROOT%%/tests/boolean/bfuse_complex/Q6
@@ -3440,7 +3456,6 @@
%%OCCROOT%%/tests/boolean/bopsection/D3
%%OCCROOT%%/tests/boolean/bopsection/D4
%%OCCROOT%%/tests/boolean/bopsection/D5
-%%OCCROOT%%/tests/boolean/bopsection/D6
%%OCCROOT%%/tests/boolean/bopsection/D7
%%OCCROOT%%/tests/boolean/bopsection/D8
%%OCCROOT%%/tests/boolean/bopsection/D9
@@ -4201,7 +4216,6 @@
%%OCCROOT%%/tests/boolean/bsection/R3
%%OCCROOT%%/tests/boolean/bsection/R4
%%OCCROOT%%/tests/boolean/bsection/R5
-%%OCCROOT%%/tests/boolean/bsection/R6
%%OCCROOT%%/tests/boolean/bsection/R7
%%OCCROOT%%/tests/boolean/bsection/R8
%%OCCROOT%%/tests/boolean/bsection/R9
@@ -4271,6 +4285,12 @@
%%OCCROOT%%/tests/boolean/cells_test/H4
%%OCCROOT%%/tests/boolean/cells_test/I1
%%OCCROOT%%/tests/boolean/cells_test/I2
+%%OCCROOT%%/tests/boolean/cells_test/J1
+%%OCCROOT%%/tests/boolean/cells_test/J2
+%%OCCROOT%%/tests/boolean/cells_test/J3
+%%OCCROOT%%/tests/boolean/cells_test/J4
+%%OCCROOT%%/tests/boolean/cells_test/J5
+%%OCCROOT%%/tests/boolean/cells_test/J6
%%OCCROOT%%/tests/boolean/cells_test/end
%%OCCROOT%%/tests/boolean/end
%%OCCROOT%%/tests/boolean/gdml_private/A1
@@ -4363,6 +4383,24 @@
%%OCCROOT%%/tests/boolean/gdml_private/J7
%%OCCROOT%%/tests/boolean/gdml_private/J8
%%OCCROOT%%/tests/boolean/gdml_private/J9
+%%OCCROOT%%/tests/boolean/gdml_private/K1
+%%OCCROOT%%/tests/boolean/gdml_private/K2
+%%OCCROOT%%/tests/boolean/gdml_private/K3
+%%OCCROOT%%/tests/boolean/gdml_private/K4
+%%OCCROOT%%/tests/boolean/gdml_private/K5
+%%OCCROOT%%/tests/boolean/gdml_private/K6
+%%OCCROOT%%/tests/boolean/gdml_private/K7
+%%OCCROOT%%/tests/boolean/gdml_private/K8
+%%OCCROOT%%/tests/boolean/gdml_private/K9
+%%OCCROOT%%/tests/boolean/gdml_private/L1
+%%OCCROOT%%/tests/boolean/gdml_private/L2
+%%OCCROOT%%/tests/boolean/gdml_private/L3
+%%OCCROOT%%/tests/boolean/gdml_private/L4
+%%OCCROOT%%/tests/boolean/gdml_private/L5
+%%OCCROOT%%/tests/boolean/gdml_private/L6
+%%OCCROOT%%/tests/boolean/gdml_private/L7
+%%OCCROOT%%/tests/boolean/gdml_private/L8
+%%OCCROOT%%/tests/boolean/gdml_private/L9
%%OCCROOT%%/tests/boolean/gdml_private/M2
%%OCCROOT%%/tests/boolean/gdml_private/M3
%%OCCROOT%%/tests/boolean/gdml_private/M4
@@ -4580,6 +4618,7 @@
%%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
@@ -4609,6 +4648,18 @@
%%OCCROOT%%/tests/boolean/gdml_public/end
%%OCCROOT%%/tests/boolean/grids.list
%%OCCROOT%%/tests/boolean/parse.rules
+%%OCCROOT%%/tests/boolean/splitter/A1
+%%OCCROOT%%/tests/boolean/splitter/A2
+%%OCCROOT%%/tests/boolean/splitter/A3
+%%OCCROOT%%/tests/boolean/splitter/A4
+%%OCCROOT%%/tests/boolean/splitter/A5
+%%OCCROOT%%/tests/boolean/splitter/A6
+%%OCCROOT%%/tests/boolean/splitter/B1
+%%OCCROOT%%/tests/boolean/splitter/B2
+%%OCCROOT%%/tests/boolean/splitter/B3
+%%OCCROOT%%/tests/boolean/splitter/B4
+%%OCCROOT%%/tests/boolean/splitter/B5
+%%OCCROOT%%/tests/boolean/splitter/B6
%%OCCROOT%%/tests/boolean/volumemaker/A1
%%OCCROOT%%/tests/boolean/volumemaker/A2
%%OCCROOT%%/tests/boolean/volumemaker/A3
@@ -4713,15 +4764,11 @@
%%OCCROOT%%/tests/bugs/caf/bug114
%%OCCROOT%%/tests/bugs/caf/bug1395_1
%%OCCROOT%%/tests/bugs/caf/bug1395_2
-%%OCCROOT%%/tests/bugs/caf/bug1454
-%%OCCROOT%%/tests/bugs/caf/bug1454_std
%%OCCROOT%%/tests/bugs/caf/bug158
%%OCCROOT%%/tests/bugs/caf/bug159
%%OCCROOT%%/tests/bugs/caf/bug170_3
%%OCCROOT%%/tests/bugs/caf/bug1722
%%OCCROOT%%/tests/bugs/caf/bug1724
-%%OCCROOT%%/tests/bugs/caf/bug1726
-%%OCCROOT%%/tests/bugs/caf/bug1726_std
%%OCCROOT%%/tests/bugs/caf/bug1919
%%OCCROOT%%/tests/bugs/caf/bug21231
%%OCCROOT%%/tests/bugs/caf/bug21707
@@ -4762,6 +4809,8 @@
%%OCCROOT%%/tests/bugs/caf/bug25394_1
%%OCCROOT%%/tests/bugs/caf/bug25394_2
%%OCCROOT%%/tests/bugs/caf/bug25394_3
+%%OCCROOT%%/tests/bugs/caf/bug25536
+%%OCCROOT%%/tests/bugs/caf/bug25537
%%OCCROOT%%/tests/bugs/caf/bug26061
%%OCCROOT%%/tests/bugs/caf/bug261
%%OCCROOT%%/tests/bugs/caf/bug26155
@@ -4775,14 +4824,17 @@
%%OCCROOT%%/tests/bugs/caf/bug26428
%%OCCROOT%%/tests/bugs/caf/bug267_1
%%OCCROOT%%/tests/bugs/caf/bug267_2
+%%OCCROOT%%/tests/bugs/caf/bug27187
%%OCCROOT%%/tests/bugs/caf/bug27277
%%OCCROOT%%/tests/bugs/caf/bug27433
%%OCCROOT%%/tests/bugs/caf/bug27454
%%OCCROOT%%/tests/bugs/caf/bug27454_1
%%OCCROOT%%/tests/bugs/caf/bug27604
+%%OCCROOT%%/tests/bugs/caf/bug27667
%%OCCROOT%%/tests/bugs/caf/bug27835
-%%OCCROOT%%/tests/bugs/caf/bug2793
-%%OCCROOT%%/tests/bugs/caf/bug282
+%%OCCROOT%%/tests/bugs/caf/bug28425
+%%OCCROOT%%/tests/bugs/caf/bug28428
+%%OCCROOT%%/tests/bugs/caf/bug28691
%%OCCROOT%%/tests/bugs/caf/bug2932_1
%%OCCROOT%%/tests/bugs/caf/bug2932_10
%%OCCROOT%%/tests/bugs/caf/bug2932_11
@@ -4807,17 +4859,11 @@
%%OCCROOT%%/tests/bugs/caf/bug2932_7
%%OCCROOT%%/tests/bugs/caf/bug2932_8
%%OCCROOT%%/tests/bugs/caf/bug2932_9
-%%OCCROOT%%/tests/bugs/caf/bug350
-%%OCCROOT%%/tests/bugs/caf/bug351
-%%OCCROOT%%/tests/bugs/caf/bug352
-%%OCCROOT%%/tests/bugs/caf/bug355
%%OCCROOT%%/tests/bugs/caf/bug361
%%OCCROOT%%/tests/bugs/caf/bug381_1
%%OCCROOT%%/tests/bugs/caf/bug381_2
%%OCCROOT%%/tests/bugs/caf/bug387
%%OCCROOT%%/tests/bugs/caf/bug425
-%%OCCROOT%%/tests/bugs/caf/bug5023
-%%OCCROOT%%/tests/bugs/caf/bug5023_std
%%OCCROOT%%/tests/bugs/caf/bug644
%%OCCROOT%%/tests/bugs/caf/bug669
%%OCCROOT%%/tests/bugs/caf/bug738_1
@@ -4838,6 +4884,7 @@
%%OCCROOT%%/tests/bugs/demo/bug23562_4
%%OCCROOT%%/tests/bugs/demo/bug23562_5
%%OCCROOT%%/tests/bugs/demo/bug23562_6
+%%OCCROOT%%/tests/bugs/demo/bug23671
%%OCCROOT%%/tests/bugs/demo/bug24873_1
%%OCCROOT%%/tests/bugs/demo/bug24873_2
%%OCCROOT%%/tests/bugs/demo/bug25020
@@ -4880,6 +4927,7 @@
%%OCCROOT%%/tests/bugs/fclasses/bug23237
%%OCCROOT%%/tests/bugs/fclasses/bug23361
%%OCCROOT%%/tests/bugs/fclasses/bug23403
+%%OCCROOT%%/tests/bugs/fclasses/bug23497
%%OCCROOT%%/tests/bugs/fclasses/bug23535_1
%%OCCROOT%%/tests/bugs/fclasses/bug23535_2
%%OCCROOT%%/tests/bugs/fclasses/bug23535_3
@@ -4909,7 +4957,6 @@
%%OCCROOT%%/tests/bugs/fclasses/bug25348
%%OCCROOT%%/tests/bugs/fclasses/bug25367_brep
%%OCCROOT%%/tests/bugs/fclasses/bug25367_igs
-%%OCCROOT%%/tests/bugs/fclasses/bug25514
%%OCCROOT%%/tests/bugs/fclasses/bug25545
%%OCCROOT%%/tests/bugs/fclasses/bug25558
%%OCCROOT%%/tests/bugs/fclasses/bug25574
@@ -4917,16 +4964,14 @@
%%OCCROOT%%/tests/bugs/fclasses/bug25635_2
%%OCCROOT%%/tests/bugs/fclasses/bug25757
%%OCCROOT%%/tests/bugs/fclasses/bug26022
-%%OCCROOT%%/tests/bugs/fclasses/bug26184_1
-%%OCCROOT%%/tests/bugs/fclasses/bug26184_2
%%OCCROOT%%/tests/bugs/fclasses/bug26448
%%OCCROOT%%/tests/bugs/fclasses/bug26485
%%OCCROOT%%/tests/bugs/fclasses/bug26922
%%OCCROOT%%/tests/bugs/fclasses/bug27114
-%%OCCROOT%%/tests/bugs/fclasses/bug27131
%%OCCROOT%%/tests/bugs/fclasses/bug27184
-%%OCCROOT%%/tests/bugs/fclasses/bug27371
%%OCCROOT%%/tests/bugs/fclasses/bug27849
+%%OCCROOT%%/tests/bugs/fclasses/bug28478
+%%OCCROOT%%/tests/bugs/fclasses/bug28829
%%OCCROOT%%/tests/bugs/fclasses/bug309
%%OCCROOT%%/tests/bugs/fclasses/bug310
%%OCCROOT%%/tests/bugs/fclasses/bug6143
@@ -4952,6 +4997,7 @@
%%OCCROOT%%/tests/bugs/heal/buc60940
%%OCCROOT%%/tests/bugs/heal/buc60950
%%OCCROOT%%/tests/bugs/heal/bug1642
+%%OCCROOT%%/tests/bugs/heal/bug17128
%%OCCROOT%%/tests/bugs/heal/bug17129
%%OCCROOT%%/tests/bugs/heal/bug208
%%OCCROOT%%/tests/bugs/heal/bug209
@@ -4961,7 +5007,10 @@
%%OCCROOT%%/tests/bugs/heal/bug21317
%%OCCROOT%%/tests/bugs/heal/bug22
%%OCCROOT%%/tests/bugs/heal/bug22587
+%%OCCROOT%%/tests/bugs/heal/bug22602
+%%OCCROOT%%/tests/bugs/heal/bug22919
%%OCCROOT%%/tests/bugs/heal/bug22924
+%%OCCROOT%%/tests/bugs/heal/bug23451
%%OCCROOT%%/tests/bugs/heal/bug23722
%%OCCROOT%%/tests/bugs/heal/bug23944
%%OCCROOT%%/tests/bugs/heal/bug24
@@ -4977,8 +5026,6 @@
%%OCCROOT%%/tests/bugs/heal/bug24249_3
%%OCCROOT%%/tests/bugs/heal/bug24370
%%OCCROOT%%/tests/bugs/heal/bug24549
-%%OCCROOT%%/tests/bugs/heal/bug24596_1
-%%OCCROOT%%/tests/bugs/heal/bug24596_2
%%OCCROOT%%/tests/bugs/heal/bug24658
%%OCCROOT%%/tests/bugs/heal/bug24881
%%OCCROOT%%/tests/bugs/heal/bug24934
@@ -4988,7 +5035,6 @@
%%OCCROOT%%/tests/bugs/heal/bug25014
%%OCCROOT%%/tests/bugs/heal/bug25068
%%OCCROOT%%/tests/bugs/heal/bug25333
-%%OCCROOT%%/tests/bugs/heal/bug25424
%%OCCROOT%%/tests/bugs/heal/bug25455
%%OCCROOT%%/tests/bugs/heal/bug25553_1
%%OCCROOT%%/tests/bugs/heal/bug25553_2
@@ -4997,9 +5043,13 @@
%%OCCROOT%%/tests/bugs/heal/bug25712
%%OCCROOT%%/tests/bugs/heal/bug25823
%%OCCROOT%%/tests/bugs/heal/bug25923
+%%OCCROOT%%/tests/bugs/heal/bug25967
+%%OCCROOT%%/tests/bugs/heal/bug26052
%%OCCROOT%%/tests/bugs/heal/bug26219_1
%%OCCROOT%%/tests/bugs/heal/bug26219_gehause_rohteil
%%OCCROOT%%/tests/bugs/heal/bug26244
+%%OCCROOT%%/tests/bugs/heal/bug26280
+%%OCCROOT%%/tests/bugs/heal/bug26282
%%OCCROOT%%/tests/bugs/heal/bug26408
%%OCCROOT%%/tests/bugs/heal/bug26489_1
%%OCCROOT%%/tests/bugs/heal/bug26489_2
@@ -5015,15 +5065,23 @@
%%OCCROOT%%/tests/bugs/heal/bug26656
%%OCCROOT%%/tests/bugs/heal/bug26671
%%OCCROOT%%/tests/bugs/heal/bug26708
-%%OCCROOT%%/tests/bugs/heal/bug26871
+%%OCCROOT%%/tests/bugs/heal/bug26716
+%%OCCROOT%%/tests/bugs/heal/bug26735
%%OCCROOT%%/tests/bugs/heal/bug26930_1
%%OCCROOT%%/tests/bugs/heal/bug26930_2
+%%OCCROOT%%/tests/bugs/heal/bug26943
+%%OCCROOT%%/tests/bugs/heal/bug26957
%%OCCROOT%%/tests/bugs/heal/bug27000_1
%%OCCROOT%%/tests/bugs/heal/bug27000_2
%%OCCROOT%%/tests/bugs/heal/bug27078
+%%OCCROOT%%/tests/bugs/heal/bug27246
%%OCCROOT%%/tests/bugs/heal/bug27331
%%OCCROOT%%/tests/bugs/heal/bug27729
%%OCCROOT%%/tests/bugs/heal/bug27781
+%%OCCROOT%%/tests/bugs/heal/bug27894
+%%OCCROOT%%/tests/bugs/heal/bug28471
+%%OCCROOT%%/tests/bugs/heal/bug28529
+%%OCCROOT%%/tests/bugs/heal/bug28553
%%OCCROOT%%/tests/bugs/heal/bug329
%%OCCROOT%%/tests/bugs/heal/bug482
%%OCCROOT%%/tests/bugs/heal/bug518
@@ -5052,6 +5110,7 @@
%%OCCROOT%%/tests/bugs/iges/buc60949
%%OCCROOT%%/tests/bugs/iges/bug111_1
%%OCCROOT%%/tests/bugs/iges/bug111_2
+%%OCCROOT%%/tests/bugs/iges/bug12567
%%OCCROOT%%/tests/bugs/iges/bug131_1
%%OCCROOT%%/tests/bugs/iges/bug131_2
%%OCCROOT%%/tests/bugs/iges/bug131_3
@@ -5076,7 +5135,11 @@
%%OCCROOT%%/tests/bugs/iges/bug17026_3
%%OCCROOT%%/tests/bugs/iges/bug17026_4
%%OCCROOT%%/tests/bugs/iges/bug201
+%%OCCROOT%%/tests/bugs/iges/bug22283
%%OCCROOT%%/tests/bugs/iges/bug22294
+%%OCCROOT%%/tests/bugs/iges/bug22394
+%%OCCROOT%%/tests/bugs/iges/bug22487_1
+%%OCCROOT%%/tests/bugs/iges/bug22487_2
%%OCCROOT%%/tests/bugs/iges/bug22504
%%OCCROOT%%/tests/bugs/iges/bug22715_1
%%OCCROOT%%/tests/bugs/iges/bug22715_2
@@ -5086,6 +5149,7 @@
%%OCCROOT%%/tests/bugs/iges/bug23377
%%OCCROOT%%/tests/bugs/iges/bug23622_1
%%OCCROOT%%/tests/bugs/iges/bug23622_2
+%%OCCROOT%%/tests/bugs/iges/bug23638
%%OCCROOT%%/tests/bugs/iges/bug23746
%%OCCROOT%%/tests/bugs/iges/bug23822
%%OCCROOT%%/tests/bugs/iges/bug25518
@@ -5100,12 +5164,14 @@
%%OCCROOT%%/tests/bugs/iges/bug26573
%%OCCROOT%%/tests/bugs/iges/bug26931
%%OCCROOT%%/tests/bugs/iges/bug26989
+%%OCCROOT%%/tests/bugs/iges/bug27186
%%OCCROOT%%/tests/bugs/iges/bug272_1
%%OCCROOT%%/tests/bugs/iges/bug272_2
%%OCCROOT%%/tests/bugs/iges/bug272_3
%%OCCROOT%%/tests/bugs/iges/bug272_4
%%OCCROOT%%/tests/bugs/iges/bug283
%%OCCROOT%%/tests/bugs/iges/bug285
+%%OCCROOT%%/tests/bugs/iges/bug28589
%%OCCROOT%%/tests/bugs/iges/bug306
%%OCCROOT%%/tests/bugs/iges/bug365_1
%%OCCROOT%%/tests/bugs/iges/bug365_3
@@ -5142,8 +5208,6 @@
%%OCCROOT%%/tests/bugs/mesh/bug23614_3
%%OCCROOT%%/tests/bugs/mesh/bug23614_4
%%OCCROOT%%/tests/bugs/mesh/bug23631
-%%OCCROOT%%/tests/bugs/mesh/bug23650
-%%OCCROOT%%/tests/bugs/mesh/bug24022
%%OCCROOT%%/tests/bugs/mesh/bug24127
%%OCCROOT%%/tests/bugs/mesh/bug24593_1
%%OCCROOT%%/tests/bugs/mesh/bug24593_2
@@ -5151,13 +5215,11 @@
%%OCCROOT%%/tests/bugs/mesh/bug24775
%%OCCROOT%%/tests/bugs/mesh/bug24923
%%OCCROOT%%/tests/bugs/mesh/bug24938
-%%OCCROOT%%/tests/bugs/mesh/bug24968_1
-%%OCCROOT%%/tests/bugs/mesh/bug24968_2
%%OCCROOT%%/tests/bugs/mesh/bug25045
+%%OCCROOT%%/tests/bugs/mesh/bug25061
%%OCCROOT%%/tests/bugs/mesh/bug25080
%%OCCROOT%%/tests/bugs/mesh/bug25142
%%OCCROOT%%/tests/bugs/mesh/bug25157
-%%OCCROOT%%/tests/bugs/mesh/bug25264
%%OCCROOT%%/tests/bugs/mesh/bug25281
%%OCCROOT%%/tests/bugs/mesh/bug25307
%%OCCROOT%%/tests/bugs/mesh/bug25364
@@ -5181,20 +5243,33 @@
%%OCCROOT%%/tests/bugs/mesh/bug25503_2
%%OCCROOT%%/tests/bugs/mesh/bug25519
%%OCCROOT%%/tests/bugs/mesh/bug25547
+%%OCCROOT%%/tests/bugs/mesh/bug25551
+%%OCCROOT%%/tests/bugs/mesh/bug25586_1
+%%OCCROOT%%/tests/bugs/mesh/bug25586_2
+%%OCCROOT%%/tests/bugs/mesh/bug25586_3
%%OCCROOT%%/tests/bugs/mesh/bug25612
+%%OCCROOT%%/tests/bugs/mesh/bug25628
+%%OCCROOT%%/tests/bugs/mesh/bug25738
%%OCCROOT%%/tests/bugs/mesh/bug25806
+%%OCCROOT%%/tests/bugs/mesh/bug25817
+%%OCCROOT%%/tests/bugs/mesh/bug25827
+%%OCCROOT%%/tests/bugs/mesh/bug25837_1
+%%OCCROOT%%/tests/bugs/mesh/bug25837_2
+%%OCCROOT%%/tests/bugs/mesh/bug26291
%%OCCROOT%%/tests/bugs/mesh/bug26372
+%%OCCROOT%%/tests/bugs/mesh/bug26382
%%OCCROOT%%/tests/bugs/mesh/bug26407
%%OCCROOT%%/tests/bugs/mesh/bug26532
%%OCCROOT%%/tests/bugs/mesh/bug26664
%%OCCROOT%%/tests/bugs/mesh/bug26692_1
%%OCCROOT%%/tests/bugs/mesh/bug26692_2
-%%OCCROOT%%/tests/bugs/mesh/bug27119
+%%OCCROOT%%/tests/bugs/mesh/bug26889
+%%OCCROOT%%/tests/bugs/mesh/bug26928
%%OCCROOT%%/tests/bugs/mesh/bug27239
%%OCCROOT%%/tests/bugs/mesh/bug27384_1
%%OCCROOT%%/tests/bugs/mesh/bug27384_2
%%OCCROOT%%/tests/bugs/mesh/bug27442
-%%OCCROOT%%/tests/bugs/mesh/bug27626
+%%OCCROOT%%/tests/bugs/mesh/bug27453
%%OCCROOT%%/tests/bugs/mesh/bug27959
%%OCCROOT%%/tests/bugs/mesh/bug28118
%%OCCROOT%%/tests/bugs/mesh/parse.rules
@@ -5281,18 +5356,6 @@
%%OCCROOT%%/tests/bugs/modalg_1/bug100
%%OCCROOT%%/tests/bugs/modalg_1/bug101
%%OCCROOT%%/tests/bugs/modalg_1/bug1013
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_1
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_10
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_11
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_12
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_2
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_3
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_4
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_5
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_6
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_7
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_8
-%%OCCROOT%%/tests/bugs/modalg_1/bug10160_9
%%OCCROOT%%/tests/bugs/modalg_1/bug10232
%%OCCROOT%%/tests/bugs/modalg_1/bug102_1
%%OCCROOT%%/tests/bugs/modalg_1/bug102_2
@@ -5409,10 +5472,6 @@
%%OCCROOT%%/tests/bugs/modalg_1/bug15968_2
%%OCCROOT%%/tests/bugs/modalg_1/bug16517_1
%%OCCROOT%%/tests/bugs/modalg_1/bug16517_2
-%%OCCROOT%%/tests/bugs/modalg_1/bug165_4
-%%OCCROOT%%/tests/bugs/modalg_1/bug165_5
-%%OCCROOT%%/tests/bugs/modalg_1/bug165_6
-%%OCCROOT%%/tests/bugs/modalg_1/bug165_7
%%OCCROOT%%/tests/bugs/modalg_1/bug1665
%%OCCROOT%%/tests/bugs/modalg_1/bug16667_1
%%OCCROOT%%/tests/bugs/modalg_1/bug16667_2
@@ -5433,7 +5492,6 @@
%%OCCROOT%%/tests/bugs/modalg_1/bug179
%%OCCROOT%%/tests/bugs/modalg_1/bug18186
%%OCCROOT%%/tests/bugs/modalg_1/bug19071
-%%OCCROOT%%/tests/bugs/modalg_1/bug19793_2
%%OCCROOT%%/tests/bugs/modalg_2/begin
%%OCCROOT%%/tests/bugs/modalg_2/bug19811
%%OCCROOT%%/tests/bugs/modalg_2/bug20222
@@ -5760,8 +5818,6 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug302_2
%%OCCROOT%%/tests/bugs/modalg_2/bug302_3
%%OCCROOT%%/tests/bugs/modalg_2/bug305
-%%OCCROOT%%/tests/bugs/modalg_2/bug307_1
-%%OCCROOT%%/tests/bugs/modalg_2/bug307_2
%%OCCROOT%%/tests/bugs/modalg_2/bug315
%%OCCROOT%%/tests/bugs/modalg_2/bug317
%%OCCROOT%%/tests/bugs/modalg_2/bug318
@@ -5821,7 +5877,6 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug424_1
%%OCCROOT%%/tests/bugs/modalg_2/bug424_2
%%OCCROOT%%/tests/bugs/modalg_2/bug426
-%%OCCROOT%%/tests/bugs/modalg_2/bug426_1
%%OCCROOT%%/tests/bugs/modalg_2/bug427_1
%%OCCROOT%%/tests/bugs/modalg_2/bug427_2
%%OCCROOT%%/tests/bugs/modalg_2/bug427_3
@@ -5838,12 +5893,6 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug446_3
%%OCCROOT%%/tests/bugs/modalg_2/bug446_4
%%OCCROOT%%/tests/bugs/modalg_2/bug449
-%%OCCROOT%%/tests/bugs/modalg_2/bug452_1
-%%OCCROOT%%/tests/bugs/modalg_2/bug452_2
-%%OCCROOT%%/tests/bugs/modalg_2/bug452_3
-%%OCCROOT%%/tests/bugs/modalg_2/bug452_4
-%%OCCROOT%%/tests/bugs/modalg_2/bug453_1
-%%OCCROOT%%/tests/bugs/modalg_2/bug453_2
%%OCCROOT%%/tests/bugs/modalg_2/bug465
%%OCCROOT%%/tests/bugs/modalg_2/bug4717_1
%%OCCROOT%%/tests/bugs/modalg_2/bug4717_2
@@ -5880,8 +5929,6 @@
%%OCCROOT%%/tests/bugs/modalg_2/bug4993_2
%%OCCROOT%%/tests/bugs/modalg_2/bug500
%%OCCROOT%%/tests/bugs/modalg_2/bug501
-%%OCCROOT%%/tests/bugs/modalg_2/bug5157_1
-%%OCCROOT%%/tests/bugs/modalg_2/bug5157_2
%%OCCROOT%%/tests/bugs/modalg_2/bug516
%%OCCROOT%%/tests/bugs/modalg_2/bug526
%%OCCROOT%%/tests/bugs/modalg_2/bug527
@@ -5995,10 +6042,6 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug620_1
%%OCCROOT%%/tests/bugs/modalg_4/bug620_2
%%OCCROOT%%/tests/bugs/modalg_4/bug625
-%%OCCROOT%%/tests/bugs/modalg_4/bug6272_1
-%%OCCROOT%%/tests/bugs/modalg_4/bug6272_2
-%%OCCROOT%%/tests/bugs/modalg_4/bug6272_3
-%%OCCROOT%%/tests/bugs/modalg_4/bug6272_4
%%OCCROOT%%/tests/bugs/modalg_4/bug6272_5
%%OCCROOT%%/tests/bugs/modalg_4/bug6272_6
%%OCCROOT%%/tests/bugs/modalg_4/bug6272_71
@@ -6108,25 +6151,15 @@
%%OCCROOT%%/tests/bugs/modalg_4/bug822_1
%%OCCROOT%%/tests/bugs/modalg_4/bug822_2
%%OCCROOT%%/tests/bugs/modalg_4/bug823
-%%OCCROOT%%/tests/bugs/modalg_4/bug823_1
%%OCCROOT%%/tests/bugs/modalg_4/bug824
-%%OCCROOT%%/tests/bugs/modalg_4/bug824_1
%%OCCROOT%%/tests/bugs/modalg_4/bug825
-%%OCCROOT%%/tests/bugs/modalg_4/bug825_1
-%%OCCROOT%%/tests/bugs/modalg_4/bug825_2
%%OCCROOT%%/tests/bugs/modalg_4/bug826
-%%OCCROOT%%/tests/bugs/modalg_4/bug826_1
%%OCCROOT%%/tests/bugs/modalg_4/bug827
-%%OCCROOT%%/tests/bugs/modalg_4/bug827_1
-%%OCCROOT%%/tests/bugs/modalg_4/bug827_2
-%%OCCROOT%%/tests/bugs/modalg_4/bug827_3
%%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/bug8370
%%OCCROOT%%/tests/bugs/modalg_4/bug8372
-%%OCCROOT%%/tests/bugs/modalg_4/bug83_1
-%%OCCROOT%%/tests/bugs/modalg_4/bug83_2
%%OCCROOT%%/tests/bugs/modalg_4/bug86
%%OCCROOT%%/tests/bugs/modalg_4/bug87
%%OCCROOT%%/tests/bugs/modalg_4/bug8842_1
@@ -6298,7 +6331,6 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug23891_4
%%OCCROOT%%/tests/bugs/modalg_5/bug23892
%%OCCROOT%%/tests/bugs/modalg_5/bug23903
-%%OCCROOT%%/tests/bugs/modalg_5/bug23906
%%OCCROOT%%/tests/bugs/modalg_5/bug23932_1
%%OCCROOT%%/tests/bugs/modalg_5/bug23932_2
%%OCCROOT%%/tests/bugs/modalg_5/bug23933
@@ -6313,7 +6345,6 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug23991
%%OCCROOT%%/tests/bugs/modalg_5/bug23998
%%OCCROOT%%/tests/bugs/modalg_5/bug24003
-%%OCCROOT%%/tests/bugs/modalg_5/bug24005
%%OCCROOT%%/tests/bugs/modalg_5/bug24012
%%OCCROOT%%/tests/bugs/modalg_5/bug24029
%%OCCROOT%%/tests/bugs/modalg_5/bug24033
@@ -6432,16 +6463,10 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug24656
%%OCCROOT%%/tests/bugs/modalg_5/bug24667
%%OCCROOT%%/tests/bugs/modalg_5/bug24684
-%%OCCROOT%%/tests/bugs/modalg_5/bug24696
%%OCCROOT%%/tests/bugs/modalg_5/bug24706
%%OCCROOT%%/tests/bugs/modalg_5/bug24731
%%OCCROOT%%/tests/bugs/modalg_5/bug24738
%%OCCROOT%%/tests/bugs/modalg_5/bug24746
-%%OCCROOT%%/tests/bugs/modalg_5/bug24751_1
-%%OCCROOT%%/tests/bugs/modalg_5/bug24751_2
-%%OCCROOT%%/tests/bugs/modalg_5/bug24751_3
-%%OCCROOT%%/tests/bugs/modalg_5/bug24751_4
-%%OCCROOT%%/tests/bugs/modalg_5/bug24751_5
%%OCCROOT%%/tests/bugs/modalg_5/bug24758_1
%%OCCROOT%%/tests/bugs/modalg_5/bug24758_2
%%OCCROOT%%/tests/bugs/modalg_5/bug24764
@@ -6473,7 +6498,6 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug24861
%%OCCROOT%%/tests/bugs/modalg_5/bug24879
%%OCCROOT%%/tests/bugs/modalg_5/bug24889
-%%OCCROOT%%/tests/bugs/modalg_5/bug24899
%%OCCROOT%%/tests/bugs/modalg_5/bug24910
%%OCCROOT%%/tests/bugs/modalg_5/bug24914
%%OCCROOT%%/tests/bugs/modalg_5/bug24915
@@ -6489,11 +6513,9 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug25004_1
%%OCCROOT%%/tests/bugs/modalg_5/bug25004_2
%%OCCROOT%%/tests/bugs/modalg_5/bug25004_3
-%%OCCROOT%%/tests/bugs/modalg_5/bug25019
%%OCCROOT%%/tests/bugs/modalg_5/bug25021
%%OCCROOT%%/tests/bugs/modalg_5/bug25028
%%OCCROOT%%/tests/bugs/modalg_5/bug25043
-%%OCCROOT%%/tests/bugs/modalg_5/bug25058
%%OCCROOT%%/tests/bugs/modalg_5/bug25106
%%OCCROOT%%/tests/bugs/modalg_5/bug25111
%%OCCROOT%%/tests/bugs/modalg_5/bug25124_1
@@ -6657,7 +6679,6 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug25406_2
%%OCCROOT%%/tests/bugs/modalg_5/bug25408
%%OCCROOT%%/tests/bugs/modalg_5/bug25410
-%%OCCROOT%%/tests/bugs/modalg_5/bug25413
%%OCCROOT%%/tests/bugs/modalg_5/bug25416_1
%%OCCROOT%%/tests/bugs/modalg_5/bug25416_2
%%OCCROOT%%/tests/bugs/modalg_5/bug25416_3
@@ -6726,12 +6747,9 @@
%%OCCROOT%%/tests/bugs/modalg_5/bug25722
%%OCCROOT%%/tests/bugs/modalg_5/bug25729
%%OCCROOT%%/tests/bugs/modalg_5/bug25735
-%%OCCROOT%%/tests/bugs/modalg_5/bug25742_1
-%%OCCROOT%%/tests/bugs/modalg_5/bug25742_2
%%OCCROOT%%/tests/bugs/modalg_5/bug25766
%%OCCROOT%%/tests/bugs/modalg_5/bug25772
%%OCCROOT%%/tests/bugs/modalg_5/bug25780
-%%OCCROOT%%/tests/bugs/modalg_5/bug25788
%%OCCROOT%%/tests/bugs/modalg_5/bug25801
%%OCCROOT%%/tests/bugs/modalg_5/bug25818
%%OCCROOT%%/tests/bugs/modalg_5/bug25819_1
@@ -6771,6 +6789,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug21624
%%OCCROOT%%/tests/bugs/modalg_6/bug21670
%%OCCROOT%%/tests/bugs/modalg_6/bug21727
+%%OCCROOT%%/tests/bugs/modalg_6/bug21750
%%OCCROOT%%/tests/bugs/modalg_6/bug21821
%%OCCROOT%%/tests/bugs/modalg_6/bug21875
%%OCCROOT%%/tests/bugs/modalg_6/bug22037
@@ -6783,10 +6802,13 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug22793
%%OCCROOT%%/tests/bugs/modalg_6/bug22794
%%OCCROOT%%/tests/bugs/modalg_6/bug23138
+%%OCCROOT%%/tests/bugs/modalg_6/bug23177_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug23177_2
%%OCCROOT%%/tests/bugs/modalg_6/bug23178
%%OCCROOT%%/tests/bugs/modalg_6/bug23585
%%OCCROOT%%/tests/bugs/modalg_6/bug23666
%%OCCROOT%%/tests/bugs/modalg_6/bug24011
+%%OCCROOT%%/tests/bugs/modalg_6/bug24094
%%OCCROOT%%/tests/bugs/modalg_6/bug24097
%%OCCROOT%%/tests/bugs/modalg_6/bug24161
%%OCCROOT%%/tests/bugs/modalg_6/bug24357
@@ -6838,6 +6860,24 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26112
%%OCCROOT%%/tests/bugs/modalg_6/bug26130
%%OCCROOT%%/tests/bugs/modalg_6/bug26132
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_10
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_11
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_12
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_13
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_14
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_15
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_16
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_17
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_18
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_7
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_8
+%%OCCROOT%%/tests/bugs/modalg_6/bug26150_9
%%OCCROOT%%/tests/bugs/modalg_6/bug26151_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26151_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26152_1
@@ -6881,14 +6921,12 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26305_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26305_3
%%OCCROOT%%/tests/bugs/modalg_6/bug26308
-%%OCCROOT%%/tests/bugs/modalg_6/bug26310_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26310_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26310_3
%%OCCROOT%%/tests/bugs/modalg_6/bug26310_4
%%OCCROOT%%/tests/bugs/modalg_6/bug26313
%%OCCROOT%%/tests/bugs/modalg_6/bug26315
%%OCCROOT%%/tests/bugs/modalg_6/bug26316
-%%OCCROOT%%/tests/bugs/modalg_6/bug26327
%%OCCROOT%%/tests/bugs/modalg_6/bug26330
%%OCCROOT%%/tests/bugs/modalg_6/bug26332
%%OCCROOT%%/tests/bugs/modalg_6/bug26333
@@ -6919,11 +6957,8 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26440_3
%%OCCROOT%%/tests/bugs/modalg_6/bug26442_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26442_2
-%%OCCROOT%%/tests/bugs/modalg_6/bug26443_1
-%%OCCROOT%%/tests/bugs/modalg_6/bug26443_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26444
%%OCCROOT%%/tests/bugs/modalg_6/bug26446
-%%OCCROOT%%/tests/bugs/modalg_6/bug26447
%%OCCROOT%%/tests/bugs/modalg_6/bug26450
%%OCCROOT%%/tests/bugs/modalg_6/bug26464
%%OCCROOT%%/tests/bugs/modalg_6/bug26466
@@ -6935,7 +6970,6 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26484
%%OCCROOT%%/tests/bugs/modalg_6/bug26496
%%OCCROOT%%/tests/bugs/modalg_6/bug26498
-%%OCCROOT%%/tests/bugs/modalg_6/bug26513
%%OCCROOT%%/tests/bugs/modalg_6/bug26523
%%OCCROOT%%/tests/bugs/modalg_6/bug26525_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26525_2
@@ -6978,7 +7012,6 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26640
%%OCCROOT%%/tests/bugs/modalg_6/bug26647
%%OCCROOT%%/tests/bugs/modalg_6/bug26673
-%%OCCROOT%%/tests/bugs/modalg_6/bug26674
%%OCCROOT%%/tests/bugs/modalg_6/bug26675
%%OCCROOT%%/tests/bugs/modalg_6/bug26681
%%OCCROOT%%/tests/bugs/modalg_6/bug26684_1
@@ -6992,14 +7025,20 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26736_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26738
%%OCCROOT%%/tests/bugs/modalg_6/bug26744
+%%OCCROOT%%/tests/bugs/modalg_6/bug26745
%%OCCROOT%%/tests/bugs/modalg_6/bug26746
%%OCCROOT%%/tests/bugs/modalg_6/bug26747_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26747_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26747_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26748
%%OCCROOT%%/tests/bugs/modalg_6/bug26750
%%OCCROOT%%/tests/bugs/modalg_6/bug26757_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26757_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26775
+%%OCCROOT%%/tests/bugs/modalg_6/bug26789_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug26789_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug26789_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug26796
%%OCCROOT%%/tests/bugs/modalg_6/bug26841_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26841_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26848
@@ -7009,9 +7048,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26896_3
%%OCCROOT%%/tests/bugs/modalg_6/bug26897
%%OCCROOT%%/tests/bugs/modalg_6/bug26910
-%%OCCROOT%%/tests/bugs/modalg_6/bug26914
%%OCCROOT%%/tests/bugs/modalg_6/bug26923
-%%OCCROOT%%/tests/bugs/modalg_6/bug26929
%%OCCROOT%%/tests/bugs/modalg_6/bug26938_1
%%OCCROOT%%/tests/bugs/modalg_6/bug26938_2
%%OCCROOT%%/tests/bugs/modalg_6/bug26938_3
@@ -7029,7 +7066,6 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug26954_5
%%OCCROOT%%/tests/bugs/modalg_6/bug26955
%%OCCROOT%%/tests/bugs/modalg_6/bug26971
-%%OCCROOT%%/tests/bugs/modalg_6/bug26980
%%OCCROOT%%/tests/bugs/modalg_6/bug26985
%%OCCROOT%%/tests/bugs/modalg_6/bug27002_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27002_2
@@ -7044,14 +7080,14 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27051
%%OCCROOT%%/tests/bugs/modalg_6/bug27065_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27065_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27079_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27079_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27082_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27082_1i
%%OCCROOT%%/tests/bugs/modalg_6/bug27082_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27082_2i
%%OCCROOT%%/tests/bugs/modalg_6/bug27082_3
%%OCCROOT%%/tests/bugs/modalg_6/bug27082_3i
-%%OCCROOT%%/tests/bugs/modalg_6/bug27085_1
-%%OCCROOT%%/tests/bugs/modalg_6/bug27085_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27110
%%OCCROOT%%/tests/bugs/modalg_6/bug27117
%%OCCROOT%%/tests/bugs/modalg_6/bug27124
@@ -7063,10 +7099,16 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27167
%%OCCROOT%%/tests/bugs/modalg_6/bug27175
%%OCCROOT%%/tests/bugs/modalg_6/bug27179
+%%OCCROOT%%/tests/bugs/modalg_6/bug27182
%%OCCROOT%%/tests/bugs/modalg_6/bug27190
%%OCCROOT%%/tests/bugs/modalg_6/bug27199
+%%OCCROOT%%/tests/bugs/modalg_6/bug27221
%%OCCROOT%%/tests/bugs/modalg_6/bug27222
%%OCCROOT%%/tests/bugs/modalg_6/bug27240_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27252_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27252_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27252_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27252_4
%%OCCROOT%%/tests/bugs/modalg_6/bug27253
%%OCCROOT%%/tests/bugs/modalg_6/bug27260
%%OCCROOT%%/tests/bugs/modalg_6/bug27262
@@ -7142,6 +7184,11 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27357
%%OCCROOT%%/tests/bugs/modalg_6/bug27383_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27383_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27383_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27383_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug27383_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug27383_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug27383_7
%%OCCROOT%%/tests/bugs/modalg_6/bug27386_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27386_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27386_3
@@ -7152,6 +7199,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27386_8
%%OCCROOT%%/tests/bugs/modalg_6/bug27391
%%OCCROOT%%/tests/bugs/modalg_6/bug27431
+%%OCCROOT%%/tests/bugs/modalg_6/bug27434
%%OCCROOT%%/tests/bugs/modalg_6/bug27441
%%OCCROOT%%/tests/bugs/modalg_6/bug27448_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27448_2
@@ -7160,6 +7208,7 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27519_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27521_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27521_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27524
%%OCCROOT%%/tests/bugs/modalg_6/bug27529
%%OCCROOT%%/tests/bugs/modalg_6/bug27537
%%OCCROOT%%/tests/bugs/modalg_6/bug27540_1
@@ -7169,10 +7218,11 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27552_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27552_3
%%OCCROOT%%/tests/bugs/modalg_6/bug27568
-%%OCCROOT%%/tests/bugs/modalg_6/bug27569
+%%OCCROOT%%/tests/bugs/modalg_6/bug27615
%%OCCROOT%%/tests/bugs/modalg_6/bug27664_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27664_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27665
+%%OCCROOT%%/tests/bugs/modalg_6/bug27674
%%OCCROOT%%/tests/bugs/modalg_6/bug27677
%%OCCROOT%%/tests/bugs/modalg_6/bug27679
%%OCCROOT%%/tests/bugs/modalg_6/bug27704
@@ -7199,7 +7249,6 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27762_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27762_2
%%OCCROOT%%/tests/bugs/modalg_6/bug27766
-%%OCCROOT%%/tests/bugs/modalg_6/bug27769
%%OCCROOT%%/tests/bugs/modalg_6/bug27773
%%OCCROOT%%/tests/bugs/modalg_6/bug27775
%%OCCROOT%%/tests/bugs/modalg_6/bug27780
@@ -7214,6 +7263,12 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27862
%%OCCROOT%%/tests/bugs/modalg_6/bug27873
%%OCCROOT%%/tests/bugs/modalg_6/bug27875
+%%OCCROOT%%/tests/bugs/modalg_6/bug27878_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27878_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27878_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug27878_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug27878_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug27878_6
%%OCCROOT%%/tests/bugs/modalg_6/bug27888
%%OCCROOT%%/tests/bugs/modalg_6/bug27896
%%OCCROOT%%/tests/bugs/modalg_6/bug27907
@@ -7221,22 +7276,279 @@
%%OCCROOT%%/tests/bugs/modalg_6/bug27929
%%OCCROOT%%/tests/bugs/modalg_6/bug27937_1
%%OCCROOT%%/tests/bugs/modalg_6/bug27937_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27981
%%OCCROOT%%/tests/bugs/modalg_6/bug27984
%%OCCROOT%%/tests/bugs/modalg_6/bug27987
%%OCCROOT%%/tests/bugs/modalg_6/bug27992
+%%OCCROOT%%/tests/bugs/modalg_6/bug27998_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug27998_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug27998_3
%%OCCROOT%%/tests/bugs/modalg_6/bug28002_1
%%OCCROOT%%/tests/bugs/modalg_6/bug28002_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28003
%%OCCROOT%%/tests/bugs/modalg_6/bug28009_1
%%OCCROOT%%/tests/bugs/modalg_6/bug28009_2
%%OCCROOT%%/tests/bugs/modalg_6/bug28012
+%%OCCROOT%%/tests/bugs/modalg_6/bug28017
%%OCCROOT%%/tests/bugs/modalg_6/bug28028
-%%OCCROOT%%/tests/bugs/modalg_6/bug28030
%%OCCROOT%%/tests/bugs/modalg_6/bug28054_1
%%OCCROOT%%/tests/bugs/modalg_6/bug28054_2
%%OCCROOT%%/tests/bugs/modalg_6/bug28094
+%%OCCROOT%%/tests/bugs/modalg_6/bug28165_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28165_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28165_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28165_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug28187
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_7
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_8
+%%OCCROOT%%/tests/bugs/modalg_6/bug28189_9
+%%OCCROOT%%/tests/bugs/modalg_6/bug28207
+%%OCCROOT%%/tests/bugs/modalg_6/bug28210
+%%OCCROOT%%/tests/bugs/modalg_6/bug28221
+%%OCCROOT%%/tests/bugs/modalg_6/bug28222_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28222_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28222_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28223
+%%OCCROOT%%/tests/bugs/modalg_6/bug28261
+%%OCCROOT%%/tests/bugs/modalg_6/bug28266
+%%OCCROOT%%/tests/bugs/modalg_6/bug28283
+%%OCCROOT%%/tests/bugs/modalg_6/bug28284_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28284_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28284_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28326
+%%OCCROOT%%/tests/bugs/modalg_6/bug28343_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28343_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28346
+%%OCCROOT%%/tests/bugs/modalg_6/bug28373
+%%OCCROOT%%/tests/bugs/modalg_6/bug28394_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28394_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28468_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28468_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28474_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28474_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28486_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28486_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28486_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28486_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug28490_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28490_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28491
+%%OCCROOT%%/tests/bugs/modalg_6/bug28492_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28492_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28492_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28496
+%%OCCROOT%%/tests/bugs/modalg_6/bug28501_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28501_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28501_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28501_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug28501_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug28501_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug28501_7
+%%OCCROOT%%/tests/bugs/modalg_6/bug28535
+%%OCCROOT%%/tests/bugs/modalg_6/bug28585
+%%OCCROOT%%/tests/bugs/modalg_6/bug28591
+%%OCCROOT%%/tests/bugs/modalg_6/bug28594
+%%OCCROOT%%/tests/bugs/modalg_6/bug28601
+%%OCCROOT%%/tests/bugs/modalg_6/bug28626_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28626_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28626_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28637
+%%OCCROOT%%/tests/bugs/modalg_6/bug28661_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28661_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28675_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28675_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28683
+%%OCCROOT%%/tests/bugs/modalg_6/bug28690
+%%OCCROOT%%/tests/bugs/modalg_6/bug28690_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28690_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28690_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28692
+%%OCCROOT%%/tests/bugs/modalg_6/bug28706
+%%OCCROOT%%/tests/bugs/modalg_6/bug28718
+%%OCCROOT%%/tests/bugs/modalg_6/bug28724
+%%OCCROOT%%/tests/bugs/modalg_6/bug28745_1
+%%OCCROOT%%/tests/bugs/modalg_6/bug28745_2
+%%OCCROOT%%/tests/bugs/modalg_6/bug28745_3
+%%OCCROOT%%/tests/bugs/modalg_6/bug28745_4
+%%OCCROOT%%/tests/bugs/modalg_6/bug28745_5
+%%OCCROOT%%/tests/bugs/modalg_6/bug28745_6
+%%OCCROOT%%/tests/bugs/modalg_6/bug28745_7
+%%OCCROOT%%/tests/bugs/modalg_6/bug28771
+%%OCCROOT%%/tests/bugs/modalg_6/bug28773
+%%OCCROOT%%/tests/bugs/modalg_6/bug28775
+%%OCCROOT%%/tests/bugs/modalg_6/bug28776
+%%OCCROOT%%/tests/bugs/modalg_6/bug28782
+%%OCCROOT%%/tests/bugs/modalg_6/bug28795
%%OCCROOT%%/tests/bugs/modalg_6/bug6768
%%OCCROOT%%/tests/bugs/modalg_6/bug7093
%%OCCROOT%%/tests/bugs/modalg_6/bug8040
+%%OCCROOT%%/tests/bugs/modalg_7/begin
+%%OCCROOT%%/tests/bugs/modalg_7/bug21413
+%%OCCROOT%%/tests/bugs/modalg_7/bug21414
+%%OCCROOT%%/tests/bugs/modalg_7/bug22288
+%%OCCROOT%%/tests/bugs/modalg_7/bug22750
+%%OCCROOT%%/tests/bugs/modalg_7/bug22821
+%%OCCROOT%%/tests/bugs/modalg_7/bug22886
+%%OCCROOT%%/tests/bugs/modalg_7/bug23163_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug23163_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug23163_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug23166
+%%OCCROOT%%/tests/bugs/modalg_7/bug23176
+%%OCCROOT%%/tests/bugs/modalg_7/bug23187
+%%OCCROOT%%/tests/bugs/modalg_7/bug23343
+%%OCCROOT%%/tests/bugs/modalg_7/bug23378_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug23378_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug23386
+%%OCCROOT%%/tests/bugs/modalg_7/bug23667
+%%OCCROOT%%/tests/bugs/modalg_7/bug23838
+%%OCCROOT%%/tests/bugs/modalg_7/bug23925
+%%OCCROOT%%/tests/bugs/modalg_7/bug23942
+%%OCCROOT%%/tests/bugs/modalg_7/bug24145_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug24145_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug24185
+%%OCCROOT%%/tests/bugs/modalg_7/bug24215
+%%OCCROOT%%/tests/bugs/modalg_7/bug24251
+%%OCCROOT%%/tests/bugs/modalg_7/bug24365
+%%OCCROOT%%/tests/bugs/modalg_7/bug24421
+%%OCCROOT%%/tests/bugs/modalg_7/bug24424
+%%OCCROOT%%/tests/bugs/modalg_7/bug24429
+%%OCCROOT%%/tests/bugs/modalg_7/bug24490
+%%OCCROOT%%/tests/bugs/modalg_7/bug24568
+%%OCCROOT%%/tests/bugs/modalg_7/bug24692
+%%OCCROOT%%/tests/bugs/modalg_7/bug24772
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_4
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_5
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_6
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_7
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_8
+%%OCCROOT%%/tests/bugs/modalg_7/bug24954_9
+%%OCCROOT%%/tests/bugs/modalg_7/bug25023
+%%OCCROOT%%/tests/bugs/modalg_7/bug25104
+%%OCCROOT%%/tests/bugs/modalg_7/bug25206
+%%OCCROOT%%/tests/bugs/modalg_7/bug25385
+%%OCCROOT%%/tests/bugs/modalg_7/bug25395_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug25395_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug25458
+%%OCCROOT%%/tests/bugs/modalg_7/bug25478_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug25478_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug25521
+%%OCCROOT%%/tests/bugs/modalg_7/bug25626
+%%OCCROOT%%/tests/bugs/modalg_7/bug25730
+%%OCCROOT%%/tests/bugs/modalg_7/bug25776
+%%OCCROOT%%/tests/bugs/modalg_7/bug25798
+%%OCCROOT%%/tests/bugs/modalg_7/bug25856_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug25856_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug25879
+%%OCCROOT%%/tests/bugs/modalg_7/bug25930
+%%OCCROOT%%/tests/bugs/modalg_7/bug25939
+%%OCCROOT%%/tests/bugs/modalg_7/bug25979
+%%OCCROOT%%/tests/bugs/modalg_7/bug25983
+%%OCCROOT%%/tests/bugs/modalg_7/bug25994
+%%OCCROOT%%/tests/bugs/modalg_7/bug26034
+%%OCCROOT%%/tests/bugs/modalg_7/bug26077_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug26077_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug26225_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug26225_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug26295
+%%OCCROOT%%/tests/bugs/modalg_7/bug26374
+%%OCCROOT%%/tests/bugs/modalg_7/bug26516
+%%OCCROOT%%/tests/bugs/modalg_7/bug26558
+%%OCCROOT%%/tests/bugs/modalg_7/bug26563
+%%OCCROOT%%/tests/bugs/modalg_7/bug26568
+%%OCCROOT%%/tests/bugs/modalg_7/bug26604
+%%OCCROOT%%/tests/bugs/modalg_7/bug26655
+%%OCCROOT%%/tests/bugs/modalg_7/bug26697
+%%OCCROOT%%/tests/bugs/modalg_7/bug26776
+%%OCCROOT%%/tests/bugs/modalg_7/bug26793_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug26793_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug26795
+%%OCCROOT%%/tests/bugs/modalg_7/bug26842_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug26842_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug26882
+%%OCCROOT%%/tests/bugs/modalg_7/bug26883_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug26883_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug26883_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug26883_4
+%%OCCROOT%%/tests/bugs/modalg_7/bug26933
+%%OCCROOT%%/tests/bugs/modalg_7/bug27004
+%%OCCROOT%%/tests/bugs/modalg_7/bug27049
+%%OCCROOT%%/tests/bugs/modalg_7/bug27090
+%%OCCROOT%%/tests/bugs/modalg_7/bug27160
+%%OCCROOT%%/tests/bugs/modalg_7/bug27224
+%%OCCROOT%%/tests/bugs/modalg_7/bug27227
+%%OCCROOT%%/tests/bugs/modalg_7/bug27378
+%%OCCROOT%%/tests/bugs/modalg_7/bug27390_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug27390_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug27419
+%%OCCROOT%%/tests/bugs/modalg_7/bug27469_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug27469_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug27471
+%%OCCROOT%%/tests/bugs/modalg_7/bug27472
+%%OCCROOT%%/tests/bugs/modalg_7/bug27614
+%%OCCROOT%%/tests/bugs/modalg_7/bug27623
+%%OCCROOT%%/tests/bugs/modalg_7/bug27683
+%%OCCROOT%%/tests/bugs/modalg_7/bug27687
+%%OCCROOT%%/tests/bugs/modalg_7/bug27711
+%%OCCROOT%%/tests/bugs/modalg_7/bug27760
+%%OCCROOT%%/tests/bugs/modalg_7/bug27784
+%%OCCROOT%%/tests/bugs/modalg_7/bug27908
+%%OCCROOT%%/tests/bugs/modalg_7/bug27909
+%%OCCROOT%%/tests/bugs/modalg_7/bug27910
+%%OCCROOT%%/tests/bugs/modalg_7/bug27911
+%%OCCROOT%%/tests/bugs/modalg_7/bug27912
+%%OCCROOT%%/tests/bugs/modalg_7/bug27928
+%%OCCROOT%%/tests/bugs/modalg_7/bug27936
+%%OCCROOT%%/tests/bugs/modalg_7/bug27948
+%%OCCROOT%%/tests/bugs/modalg_7/bug27950
+%%OCCROOT%%/tests/bugs/modalg_7/bug28112_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28112_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28119_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28119_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28119_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug28131
+%%OCCROOT%%/tests/bugs/modalg_7/bug28151
+%%OCCROOT%%/tests/bugs/modalg_7/bug28195_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28195_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28388_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28388_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28551
+%%OCCROOT%%/tests/bugs/modalg_7/bug28780
+%%OCCROOT%%/tests/bugs/modalg_7/bug28784
+%%OCCROOT%%/tests/bugs/modalg_7/bug28786_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28786_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28786_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug28786_4
+%%OCCROOT%%/tests/bugs/modalg_7/bug28786_5
+%%OCCROOT%%/tests/bugs/modalg_7/bug28830
+%%OCCROOT%%/tests/bugs/modalg_7/bug28844_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28844_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28844_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug28849
+%%OCCROOT%%/tests/bugs/modalg_7/bug28856
+%%OCCROOT%%/tests/bugs/modalg_7/bug28883_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28883_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28892_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28892_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28892_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug28893_1
+%%OCCROOT%%/tests/bugs/modalg_7/bug28893_2
+%%OCCROOT%%/tests/bugs/modalg_7/bug28893_3
+%%OCCROOT%%/tests/bugs/modalg_7/bug28893_4
+%%OCCROOT%%/tests/bugs/modalg_7/bug28944
+%%OCCROOT%%/tests/bugs/modalg_7/bug28967
+%%OCCROOT%%/tests/bugs/modalg_7/bug28968
+%%OCCROOT%%/tests/bugs/modalg_7/bug28982
+%%OCCROOT%%/tests/bugs/modalg_7/bug28984
+%%OCCROOT%%/tests/bugs/modalg_7/bug28995
%%OCCROOT%%/tests/bugs/moddata_1/begin
%%OCCROOT%%/tests/bugs/moddata_1/buc60607_1
%%OCCROOT%%/tests/bugs/moddata_1/buc60607_2
@@ -7285,7 +7597,6 @@
%%OCCROOT%%/tests/bugs/moddata_1/buc60968
%%OCCROOT%%/tests/bugs/moddata_1/buc61006
%%OCCROOT%%/tests/bugs/moddata_1/bug103
-%%OCCROOT%%/tests/bugs/moddata_1/bug1048
%%OCCROOT%%/tests/bugs/moddata_1/bug105
%%OCCROOT%%/tests/bugs/moddata_1/bug106
%%OCCROOT%%/tests/bugs/moddata_1/bug10604_1
@@ -7377,9 +7688,7 @@
%%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/bug21292
%%OCCROOT%%/tests/bugs/moddata_1/bug217
-%%OCCROOT%%/tests/bugs/moddata_1/bug21858
%%OCCROOT%%/tests/bugs/moddata_1/bug22039
%%OCCROOT%%/tests/bugs/moddata_1/bug22043
%%OCCROOT%%/tests/bugs/moddata_1/bug22080
@@ -7460,9 +7769,6 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug2442
%%OCCROOT%%/tests/bugs/moddata_2/bug247
%%OCCROOT%%/tests/bugs/moddata_2/bug25
-%%OCCROOT%%/tests/bugs/moddata_2/bug252_1
-%%OCCROOT%%/tests/bugs/moddata_2/bug252_2
-%%OCCROOT%%/tests/bugs/moddata_2/bug252_3
%%OCCROOT%%/tests/bugs/moddata_2/bug253
%%OCCROOT%%/tests/bugs/moddata_2/bug254
%%OCCROOT%%/tests/bugs/moddata_2/bug256
@@ -7480,7 +7786,6 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug26_2
%%OCCROOT%%/tests/bugs/moddata_2/bug271
%%OCCROOT%%/tests/bugs/moddata_2/bug2755
-%%OCCROOT%%/tests/bugs/moddata_2/bug276
%%OCCROOT%%/tests/bugs/moddata_2/bug277
%%OCCROOT%%/tests/bugs/moddata_2/bug2784_1
%%OCCROOT%%/tests/bugs/moddata_2/bug2784_2
@@ -7512,11 +7817,9 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug353
%%OCCROOT%%/tests/bugs/moddata_2/bug354_1
%%OCCROOT%%/tests/bugs/moddata_2/bug354_2
-%%OCCROOT%%/tests/bugs/moddata_2/bug36
%%OCCROOT%%/tests/bugs/moddata_2/bug360
%%OCCROOT%%/tests/bugs/moddata_2/bug366
%%OCCROOT%%/tests/bugs/moddata_2/bug367
-%%OCCROOT%%/tests/bugs/moddata_2/bug368
%%OCCROOT%%/tests/bugs/moddata_2/bug370
%%OCCROOT%%/tests/bugs/moddata_2/bug371
%%OCCROOT%%/tests/bugs/moddata_2/bug372
@@ -7555,7 +7858,6 @@
%%OCCROOT%%/tests/bugs/moddata_2/bug4426_1
%%OCCROOT%%/tests/bugs/moddata_2/bug4426_2
%%OCCROOT%%/tests/bugs/moddata_2/bug444
-%%OCCROOT%%/tests/bugs/moddata_2/bug453_3
%%OCCROOT%%/tests/bugs/moddata_2/bug454
%%OCCROOT%%/tests/bugs/moddata_2/bug466
%%OCCROOT%%/tests/bugs/moddata_2/bug469
@@ -7661,8 +7963,10 @@
%%OCCROOT%%/tests/bugs/moddata_3/buc60898
%%OCCROOT%%/tests/bugs/moddata_3/bug162
%%OCCROOT%%/tests/bugs/moddata_3/bug20866
+%%OCCROOT%%/tests/bugs/moddata_3/bug23025
%%OCCROOT%%/tests/bugs/moddata_3/bug23471
%%OCCROOT%%/tests/bugs/moddata_3/bug23511
+%%OCCROOT%%/tests/bugs/moddata_3/bug23575
%%OCCROOT%%/tests/bugs/moddata_3/bug23683
%%OCCROOT%%/tests/bugs/moddata_3/bug23703
%%OCCROOT%%/tests/bugs/moddata_3/bug23706
@@ -7672,6 +7976,7 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug23830
%%OCCROOT%%/tests/bugs/moddata_3/bug23830_2
%%OCCROOT%%/tests/bugs/moddata_3/bug23863
+%%OCCROOT%%/tests/bugs/moddata_3/bug23866
%%OCCROOT%%/tests/bugs/moddata_3/bug23939
%%OCCROOT%%/tests/bugs/moddata_3/bug23943_1
%%OCCROOT%%/tests/bugs/moddata_3/bug23943_2
@@ -7722,14 +8027,15 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug25223
%%OCCROOT%%/tests/bugs/moddata_3/bug25407_1
%%OCCROOT%%/tests/bugs/moddata_3/bug25407_2
-%%OCCROOT%%/tests/bugs/moddata_3/bug25487_1
-%%OCCROOT%%/tests/bugs/moddata_3/bug25487_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug25481
%%OCCROOT%%/tests/bugs/moddata_3/bug25489
%%OCCROOT%%/tests/bugs/moddata_3/bug25494
%%OCCROOT%%/tests/bugs/moddata_3/bug25504
%%OCCROOT%%/tests/bugs/moddata_3/bug25631
%%OCCROOT%%/tests/bugs/moddata_3/bug25660
%%OCCROOT%%/tests/bugs/moddata_3/bug25662
+%%OCCROOT%%/tests/bugs/moddata_3/bug25693_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug25693_2
%%OCCROOT%%/tests/bugs/moddata_3/bug25706_1
%%OCCROOT%%/tests/bugs/moddata_3/bug25706_2
%%OCCROOT%%/tests/bugs/moddata_3/bug25706_3
@@ -7756,20 +8062,17 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug25892_14
%%OCCROOT%%/tests/bugs/moddata_3/bug25894_1
%%OCCROOT%%/tests/bugs/moddata_3/bug25894_2
+%%OCCROOT%%/tests/bugs/moddata_3/bug25940
%%OCCROOT%%/tests/bugs/moddata_3/bug25971
%%OCCROOT%%/tests/bugs/moddata_3/bug25981
%%OCCROOT%%/tests/bugs/moddata_3/bug26038_1
%%OCCROOT%%/tests/bugs/moddata_3/bug26038_2
-%%OCCROOT%%/tests/bugs/moddata_3/bug26339
%%OCCROOT%%/tests/bugs/moddata_3/bug26351
%%OCCROOT%%/tests/bugs/moddata_3/bug26359
%%OCCROOT%%/tests/bugs/moddata_3/bug26369
%%OCCROOT%%/tests/bugs/moddata_3/bug26522
%%OCCROOT%%/tests/bugs/moddata_3/bug26560
%%OCCROOT%%/tests/bugs/moddata_3/bug26837
-%%OCCROOT%%/tests/bugs/moddata_3/bug26884
-%%OCCROOT%%/tests/bugs/moddata_3/bug27048_1
-%%OCCROOT%%/tests/bugs/moddata_3/bug27048_2
%%OCCROOT%%/tests/bugs/moddata_3/bug27059
%%OCCROOT%%/tests/bugs/moddata_3/bug27108
%%OCCROOT%%/tests/bugs/moddata_3/bug27133
@@ -7786,10 +8089,16 @@
%%OCCROOT%%/tests/bugs/moddata_3/bug27804_1
%%OCCROOT%%/tests/bugs/moddata_3/bug27804_2
%%OCCROOT%%/tests/bugs/moddata_3/bug27890
+%%OCCROOT%%/tests/bugs/moddata_3/bug28175
+%%OCCROOT%%/tests/bugs/moddata_3/bug28175_1
+%%OCCROOT%%/tests/bugs/moddata_3/bug28182
+%%OCCROOT%%/tests/bugs/moddata_3/bug28183
+%%OCCROOT%%/tests/bugs/moddata_3/bug28196
+%%OCCROOT%%/tests/bugs/moddata_3/bug28204
+%%OCCROOT%%/tests/bugs/moddata_3/bug28230
%%OCCROOT%%/tests/bugs/moddata_3/bug30
%%OCCROOT%%/tests/bugs/moddata_3/bug32
%%OCCROOT%%/tests/bugs/moddata_3/bug599
-%%OCCROOT%%/tests/bugs/moddata_3/bug623
%%OCCROOT%%/tests/bugs/parse.rules
%%OCCROOT%%/tests/bugs/splitshape/case1
%%OCCROOT%%/tests/bugs/splitshape/case10
@@ -7807,7 +8116,6 @@
%%OCCROOT%%/tests/bugs/step/buc60624
%%OCCROOT%%/tests/bugs/step/buc60809
%%OCCROOT%%/tests/bugs/step/buc60810
-%%OCCROOT%%/tests/bugs/step/buc60906
%%OCCROOT%%/tests/bugs/step/buc60948
%%OCCROOT%%/tests/bugs/step/bug11856
%%OCCROOT%%/tests/bugs/step/bug11857
@@ -7822,6 +8130,7 @@
%%OCCROOT%%/tests/bugs/step/bug22237
%%OCCROOT%%/tests/bugs/step/bug22680
%%OCCROOT%%/tests/bugs/step/bug22871
+%%OCCROOT%%/tests/bugs/step/bug23090
%%OCCROOT%%/tests/bugs/step/bug23157
%%OCCROOT%%/tests/bugs/step/bug23203
%%OCCROOT%%/tests/bugs/step/bug23251
@@ -7829,7 +8138,6 @@
%%OCCROOT%%/tests/bugs/step/bug23379
%%OCCROOT%%/tests/bugs/step/bug23567
%%OCCROOT%%/tests/bugs/step/bug2368
-%%OCCROOT%%/tests/bugs/step/bug24024
%%OCCROOT%%/tests/bugs/step/bug24055
%%OCCROOT%%/tests/bugs/step/bug24135
%%OCCROOT%%/tests/bugs/step/bug24283_1
@@ -7847,6 +8155,7 @@
%%OCCROOT%%/tests/bugs/step/bug25694
%%OCCROOT%%/tests/bugs/step/bug25843_step
%%OCCROOT%%/tests/bugs/step/bug25912
+%%OCCROOT%%/tests/bugs/step/bug25989
%%OCCROOT%%/tests/bugs/step/bug26289
%%OCCROOT%%/tests/bugs/step/bug26342
%%OCCROOT%%/tests/bugs/step/bug26376
@@ -7856,17 +8165,24 @@
%%OCCROOT%%/tests/bugs/step/bug26715_1
%%OCCROOT%%/tests/bugs/step/bug26715_2
%%OCCROOT%%/tests/bugs/step/bug26715_3
+%%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/bug27313
+%%OCCROOT%%/tests/bugs/step/bug27316
%%OCCROOT%%/tests/bugs/step/bug27329
%%OCCROOT%%/tests/bugs/step/bug27404
-%%OCCROOT%%/tests/bugs/step/bug27570
%%OCCROOT%%/tests/bugs/step/bug27575
%%OCCROOT%%/tests/bugs/step/bug27721
+%%OCCROOT%%/tests/bugs/step/bug28144
%%OCCROOT%%/tests/bugs/step/bug28147
+%%OCCROOT%%/tests/bugs/step/bug28256
+%%OCCROOT%%/tests/bugs/step/bug28449
%%OCCROOT%%/tests/bugs/step/bug2845
+%%OCCROOT%%/tests/bugs/step/bug28715
+%%OCCROOT%%/tests/bugs/step/bug28797
+%%OCCROOT%%/tests/bugs/step/bug28871
%%OCCROOT%%/tests/bugs/step/bug29
%%OCCROOT%%/tests/bugs/step/bug3397
%%OCCROOT%%/tests/bugs/step/bug348_1
@@ -7874,6 +8190,11 @@
%%OCCROOT%%/tests/bugs/step/bug348_3
%%OCCROOT%%/tests/bugs/step/bug348_4
%%OCCROOT%%/tests/bugs/step/bug365_2
+%%OCCROOT%%/tests/bugs/step/bug3883_1
+%%OCCROOT%%/tests/bugs/step/bug3883_2
+%%OCCROOT%%/tests/bugs/step/bug3883_3
+%%OCCROOT%%/tests/bugs/step/bug3883_4
+%%OCCROOT%%/tests/bugs/step/bug3883_5
%%OCCROOT%%/tests/bugs/step/bug46
%%OCCROOT%%/tests/bugs/step/bug5027_2
%%OCCROOT%%/tests/bugs/step/bug5099
@@ -7903,6 +8224,7 @@
%%OCCROOT%%/tests/bugs/stlvrml/bug25740
%%OCCROOT%%/tests/bugs/stlvrml/bug26338
%%OCCROOT%%/tests/bugs/stlvrml/bug27622
+%%OCCROOT%%/tests/bugs/stlvrml/bug28680
%%OCCROOT%%/tests/bugs/vis/begin
%%OCCROOT%%/tests/bugs/vis/buc26658
%%OCCROOT%%/tests/bugs/vis/buc60574
@@ -7950,8 +8272,6 @@
%%OCCROOT%%/tests/bugs/vis/bug137_11
%%OCCROOT%%/tests/bugs/vis/bug137_2
%%OCCROOT%%/tests/bugs/vis/bug137_3
-%%OCCROOT%%/tests/bugs/vis/bug137_4
-%%OCCROOT%%/tests/bugs/vis/bug137_5
%%OCCROOT%%/tests/bugs/vis/bug137_6
%%OCCROOT%%/tests/bugs/vis/bug137_7
%%OCCROOT%%/tests/bugs/vis/bug137_8
@@ -8143,9 +8463,6 @@
%%OCCROOT%%/tests/bugs/vis/bug24569
%%OCCROOT%%/tests/bugs/vis/bug24606
%%OCCROOT%%/tests/bugs/vis/bug24610
-%%OCCROOT%%/tests/bugs/vis/bug24622
-%%OCCROOT%%/tests/bugs/vis/bug24623_1
-%%OCCROOT%%/tests/bugs/vis/bug24623_2
%%OCCROOT%%/tests/bugs/vis/bug24623_3
%%OCCROOT%%/tests/bugs/vis/bug24623_4
%%OCCROOT%%/tests/bugs/vis/bug24714
@@ -8213,6 +8530,7 @@
%%OCCROOT%%/tests/bugs/vis/bug25679
%%OCCROOT%%/tests/bugs/vis/bug25687_1
%%OCCROOT%%/tests/bugs/vis/bug25687_2
+%%OCCROOT%%/tests/bugs/vis/bug25695
%%OCCROOT%%/tests/bugs/vis/bug25723
%%OCCROOT%%/tests/bugs/vis/bug25723_1
%%OCCROOT%%/tests/bugs/vis/bug25732_1
@@ -8226,6 +8544,7 @@
%%OCCROOT%%/tests/bugs/vis/bug25778
%%OCCROOT%%/tests/bugs/vis/bug25783_1
%%OCCROOT%%/tests/bugs/vis/bug25814
+%%OCCROOT%%/tests/bugs/vis/bug25852
%%OCCROOT%%/tests/bugs/vis/bug25853
%%OCCROOT%%/tests/bugs/vis/bug25854
%%OCCROOT%%/tests/bugs/vis/bug25867
@@ -8247,6 +8566,7 @@
%%OCCROOT%%/tests/bugs/vis/bug26146
%%OCCROOT%%/tests/bugs/vis/bug26147
%%OCCROOT%%/tests/bugs/vis/bug26149
+%%OCCROOT%%/tests/bugs/vis/bug26154
%%OCCROOT%%/tests/bugs/vis/bug26159
%%OCCROOT%%/tests/bugs/vis/bug26163
%%OCCROOT%%/tests/bugs/vis/bug26172
@@ -8321,8 +8641,10 @@
%%OCCROOT%%/tests/bugs/vis/bug27836
%%OCCROOT%%/tests/bugs/vis/bug27893
%%OCCROOT%%/tests/bugs/vis/bug27945
+%%OCCROOT%%/tests/bugs/vis/bug27958
%%OCCROOT%%/tests/bugs/vis/bug27986_1
%%OCCROOT%%/tests/bugs/vis/bug27986_2
+%%OCCROOT%%/tests/bugs/vis/bug28004
%%OCCROOT%%/tests/bugs/vis/bug28036_1
%%OCCROOT%%/tests/bugs/vis/bug28036_2
%%OCCROOT%%/tests/bugs/vis/bug28061
@@ -8330,6 +8652,7 @@
%%OCCROOT%%/tests/bugs/vis/bug28099_text_core
%%OCCROOT%%/tests/bugs/vis/bug280_2
%%OCCROOT%%/tests/bugs/vis/bug280_3
+%%OCCROOT%%/tests/bugs/vis/bug28107
%%OCCROOT%%/tests/bugs/vis/bug28127
%%OCCROOT%%/tests/bugs/vis/bug281_1
%%OCCROOT%%/tests/bugs/vis/bug281_10
@@ -8344,7 +8667,17 @@
%%OCCROOT%%/tests/bugs/vis/bug281_7
%%OCCROOT%%/tests/bugs/vis/bug281_8
%%OCCROOT%%/tests/bugs/vis/bug281_9
+%%OCCROOT%%/tests/bugs/vis/bug28205_1
+%%OCCROOT%%/tests/bugs/vis/bug28205_2
+%%OCCROOT%%/tests/bugs/vis/bug28306
+%%OCCROOT%%/tests/bugs/vis/bug28310
+%%OCCROOT%%/tests/bugs/vis/bug28361
+%%OCCROOT%%/tests/bugs/vis/bug28365
+%%OCCROOT%%/tests/bugs/vis/bug28527
+%%OCCROOT%%/tests/bugs/vis/bug28621
+%%OCCROOT%%/tests/bugs/vis/bug28813
%%OCCROOT%%/tests/bugs/vis/bug2883_1
+%%OCCROOT%%/tests/bugs/vis/bug28890
%%OCCROOT%%/tests/bugs/vis/bug288_1
%%OCCROOT%%/tests/bugs/vis/bug288_10
%%OCCROOT%%/tests/bugs/vis/bug288_2
@@ -8355,11 +8688,10 @@
%%OCCROOT%%/tests/bugs/vis/bug288_7
%%OCCROOT%%/tests/bugs/vis/bug288_8
%%OCCROOT%%/tests/bugs/vis/bug288_9
-%%OCCROOT%%/tests/bugs/vis/bug294
+%%OCCROOT%%/tests/bugs/vis/bug29051
%%OCCROOT%%/tests/bugs/vis/bug301
%%OCCROOT%%/tests/bugs/vis/bug316
%%OCCROOT%%/tests/bugs/vis/bug319
-%%OCCROOT%%/tests/bugs/vis/bug328
%%OCCROOT%%/tests/bugs/vis/bug331
%%OCCROOT%%/tests/bugs/vis/bug331_1
%%OCCROOT%%/tests/bugs/vis/bug344
@@ -8387,7 +8719,6 @@
%%OCCROOT%%/tests/bugs/vis/bug61
%%OCCROOT%%/tests/bugs/vis/bug6132
%%OCCROOT%%/tests/bugs/vis/bug6145
-%%OCCROOT%%/tests/bugs/vis/bug64
%%OCCROOT%%/tests/bugs/vis/bug641
%%OCCROOT%%/tests/bugs/vis/bug6652
%%OCCROOT%%/tests/bugs/vis/bug6897_1
@@ -8419,6 +8750,7 @@
%%OCCROOT%%/tests/bugs/xde/bug15220
%%OCCROOT%%/tests/bugs/xde/bug1540
%%OCCROOT%%/tests/bugs/xde/bug1669
+%%OCCROOT%%/tests/bugs/xde/bug16740
%%OCCROOT%%/tests/bugs/xde/bug168
%%OCCROOT%%/tests/bugs/xde/bug169
%%OCCROOT%%/tests/bugs/xde/bug1747
@@ -8474,11 +8806,28 @@
%%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/bug27169
+%%OCCROOT%%/tests/bugs/xde/bug27170_1
+%%OCCROOT%%/tests/bugs/xde/bug27170_2
+%%OCCROOT%%/tests/bugs/xde/bug27170_3
+%%OCCROOT%%/tests/bugs/xde/bug27170_4
+%%OCCROOT%%/tests/bugs/xde/bug27170_5
+%%OCCROOT%%/tests/bugs/xde/bug27170_6
%%OCCROOT%%/tests/bugs/xde/bug27447
+%%OCCROOT%%/tests/bugs/xde/bug27701
+%%OCCROOT%%/tests/bugs/xde/bug27722
+%%OCCROOT%%/tests/bugs/xde/bug28044
+%%OCCROOT%%/tests/bugs/xde/bug28055_1
+%%OCCROOT%%/tests/bugs/xde/bug28055_2
%%OCCROOT%%/tests/bugs/xde/bug2821
%%OCCROOT%%/tests/bugs/xde/bug2845
+%%OCCROOT%%/tests/bugs/xde/bug28641
+%%OCCROOT%%/tests/bugs/xde/bug28748
+%%OCCROOT%%/tests/bugs/xde/bug28887_1
+%%OCCROOT%%/tests/bugs/xde/bug28887_2
%%OCCROOT%%/tests/bugs/xde/bug314
%%OCCROOT%%/tests/bugs/xde/bug321
%%OCCROOT%%/tests/bugs/xde/bug34
@@ -8525,24 +8874,35 @@
%%OCCROOT%%/tests/caf/basic/A4
%%OCCROOT%%/tests/caf/basic/A5
%%OCCROOT%%/tests/caf/basic/A6
+%%OCCROOT%%/tests/caf/basic/A7
%%OCCROOT%%/tests/caf/basic/B1
%%OCCROOT%%/tests/caf/basic/B2
%%OCCROOT%%/tests/caf/basic/B3
%%OCCROOT%%/tests/caf/basic/B4
%%OCCROOT%%/tests/caf/basic/B5
%%OCCROOT%%/tests/caf/basic/B6
+%%OCCROOT%%/tests/caf/basic/B7
+%%OCCROOT%%/tests/caf/basic/B8
%%OCCROOT%%/tests/caf/basic/C1
%%OCCROOT%%/tests/caf/basic/C2
%%OCCROOT%%/tests/caf/basic/C3
+%%OCCROOT%%/tests/caf/basic/C4
+%%OCCROOT%%/tests/caf/basic/C5
+%%OCCROOT%%/tests/caf/basic/C6
%%OCCROOT%%/tests/caf/basic/D1
%%OCCROOT%%/tests/caf/basic/D2
%%OCCROOT%%/tests/caf/basic/D3
+%%OCCROOT%%/tests/caf/basic/D4
+%%OCCROOT%%/tests/caf/basic/D5
+%%OCCROOT%%/tests/caf/basic/D6
+%%OCCROOT%%/tests/caf/basic/D7
%%OCCROOT%%/tests/caf/basic/E1
%%OCCROOT%%/tests/caf/basic/E2
%%OCCROOT%%/tests/caf/basic/E3
%%OCCROOT%%/tests/caf/basic/E4
%%OCCROOT%%/tests/caf/basic/E5
%%OCCROOT%%/tests/caf/basic/E6
+%%OCCROOT%%/tests/caf/basic/E7
%%OCCROOT%%/tests/caf/basic/F1
%%OCCROOT%%/tests/caf/basic/F2
%%OCCROOT%%/tests/caf/basic/F3
@@ -8571,9 +8931,52 @@
%%OCCROOT%%/tests/caf/basic/M2
%%OCCROOT%%/tests/caf/basic/M3
%%OCCROOT%%/tests/caf/basic/M4
+%%OCCROOT%%/tests/caf/basic/M5
+%%OCCROOT%%/tests/caf/basic/M6
+%%OCCROOT%%/tests/caf/basic/M7
+%%OCCROOT%%/tests/caf/basic/N1
+%%OCCROOT%%/tests/caf/basic/N2
%%OCCROOT%%/tests/caf/basic/N4
%%OCCROOT%%/tests/caf/basic/N5
%%OCCROOT%%/tests/caf/basic/N6
+%%OCCROOT%%/tests/caf/basic/N7
+%%OCCROOT%%/tests/caf/basic/O5
+%%OCCROOT%%/tests/caf/basic/O6
+%%OCCROOT%%/tests/caf/basic/O7
+%%OCCROOT%%/tests/caf/basic/P5
+%%OCCROOT%%/tests/caf/basic/P6
+%%OCCROOT%%/tests/caf/basic/P7
+%%OCCROOT%%/tests/caf/basic/Q5
+%%OCCROOT%%/tests/caf/basic/Q6
+%%OCCROOT%%/tests/caf/basic/Q7
+%%OCCROOT%%/tests/caf/basic/R5
+%%OCCROOT%%/tests/caf/basic/R6
+%%OCCROOT%%/tests/caf/basic/R7
+%%OCCROOT%%/tests/caf/basic/S5
+%%OCCROOT%%/tests/caf/basic/S6
+%%OCCROOT%%/tests/caf/basic/S7
+%%OCCROOT%%/tests/caf/basic/T5
+%%OCCROOT%%/tests/caf/basic/T6
+%%OCCROOT%%/tests/caf/basic/T7
+%%OCCROOT%%/tests/caf/basic/U5
+%%OCCROOT%%/tests/caf/basic/U6
+%%OCCROOT%%/tests/caf/basic/U7
+%%OCCROOT%%/tests/caf/basic/V5
+%%OCCROOT%%/tests/caf/basic/V6
+%%OCCROOT%%/tests/caf/basic/V7
+%%OCCROOT%%/tests/caf/basic/W1
+%%OCCROOT%%/tests/caf/basic/W10
+%%OCCROOT%%/tests/caf/basic/W11
+%%OCCROOT%%/tests/caf/basic/W2
+%%OCCROOT%%/tests/caf/basic/W3
+%%OCCROOT%%/tests/caf/basic/W4
+%%OCCROOT%%/tests/caf/basic/W5
+%%OCCROOT%%/tests/caf/basic/W6
+%%OCCROOT%%/tests/caf/basic/W7
+%%OCCROOT%%/tests/caf/basic/W8
+%%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
@@ -8598,6 +9001,7 @@
%%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
@@ -8622,10 +9026,6 @@
%%OCCROOT%%/tests/caf/nam/A3
%%OCCROOT%%/tests/caf/nam/A4
%%OCCROOT%%/tests/caf/nam/A5
-%%OCCROOT%%/tests/caf/nam/A6
-%%OCCROOT%%/tests/caf/nam/A7
-%%OCCROOT%%/tests/caf/nam/A8
-%%OCCROOT%%/tests/caf/nam/A9
%%OCCROOT%%/tests/caf/nam/begin
%%OCCROOT%%/tests/caf/nam/end
%%OCCROOT%%/tests/caf/named_shape/A1
@@ -8634,6 +9034,7 @@
%%OCCROOT%%/tests/caf/named_shape/D1
%%OCCROOT%%/tests/caf/named_shape/D2
%%OCCROOT%%/tests/caf/named_shape/D3
+%%OCCROOT%%/tests/caf/named_shape/D4
%%OCCROOT%%/tests/caf/named_shape/E1
%%OCCROOT%%/tests/caf/named_shape/E2
%%OCCROOT%%/tests/caf/named_shape/E3
@@ -8683,6 +9084,7 @@
%%OCCROOT%%/tests/caf/presentation/K2
%%OCCROOT%%/tests/caf/presentation/L1
%%OCCROOT%%/tests/caf/presentation/L2
+%%OCCROOT%%/tests/caf/presentation/M1
%%OCCROOT%%/tests/caf/presentation/begin
%%OCCROOT%%/tests/caf/presentation/end
%%OCCROOT%%/tests/caf/tree/A1
@@ -9909,6 +10311,70 @@
%%OCCROOT%%/tests/de/step_5/B4
%%OCCROOT%%/tests/de/step_5/B5
%%OCCROOT%%/tests/de/step_5/B6
+%%OCCROOT%%/tests/de_mesh/begin
+%%OCCROOT%%/tests/de_mesh/end
+%%OCCROOT%%/tests/de_mesh/grids.list
+%%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/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/begin
%%OCCROOT%%/tests/demo/begin
%%OCCROOT%%/tests/demo/data/file1.empty
%%OCCROOT%%/tests/demo/draw/binpersist_1
@@ -10410,6 +10876,10 @@
%%OCCROOT%%/tests/gdt/export/B4
%%OCCROOT%%/tests/gdt/export/B5
%%OCCROOT%%/tests/gdt/export/B6
+%%OCCROOT%%/tests/gdt/export/B7
+%%OCCROOT%%/tests/gdt/export/B8
+%%OCCROOT%%/tests/gdt/export/B9
+%%OCCROOT%%/tests/gdt/export/C1
%%OCCROOT%%/tests/gdt/export/begin
%%OCCROOT%%/tests/gdt/export/end
%%OCCROOT%%/tests/gdt/grids.list
@@ -10420,6 +10890,30 @@
%%OCCROOT%%/tests/gdt/import/A5
%%OCCROOT%%/tests/gdt/import/begin
%%OCCROOT%%/tests/gdt/import/end
+%%OCCROOT%%/tests/gdt/notes/A1
+%%OCCROOT%%/tests/gdt/notes/A2
+%%OCCROOT%%/tests/gdt/notes/A3
+%%OCCROOT%%/tests/gdt/notes/A4
+%%OCCROOT%%/tests/gdt/notes/A5
+%%OCCROOT%%/tests/gdt/notes/B1
+%%OCCROOT%%/tests/gdt/notes/B2
+%%OCCROOT%%/tests/gdt/notes/B3
+%%OCCROOT%%/tests/gdt/notes/B4
+%%OCCROOT%%/tests/gdt/notes/B5
+%%OCCROOT%%/tests/gdt/notes/B6
+%%OCCROOT%%/tests/gdt/notes/B7
+%%OCCROOT%%/tests/gdt/notes/C1
+%%OCCROOT%%/tests/gdt/notes/C2
+%%OCCROOT%%/tests/gdt/notes/C3
+%%OCCROOT%%/tests/gdt/notes/C4
+%%OCCROOT%%/tests/gdt/notes/C5
+%%OCCROOT%%/tests/gdt/notes/C6
+%%OCCROOT%%/tests/gdt/notes/C7
+%%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
%%OCCROOT%%/tests/gdt/presentation/A3
@@ -10434,12 +10928,32 @@
%%OCCROOT%%/tests/gdt/presentation/B3
%%OCCROOT%%/tests/gdt/presentation/B4
%%OCCROOT%%/tests/gdt/presentation/B5
+%%OCCROOT%%/tests/gdt/presentation/B6
+%%OCCROOT%%/tests/gdt/presentation/B7
+%%OCCROOT%%/tests/gdt/presentation/B8
+%%OCCROOT%%/tests/gdt/presentation/B9
%%OCCROOT%%/tests/gdt/presentation/begin
%%OCCROOT%%/tests/gdt/presentation/end
%%OCCROOT%%/tests/gdt/tolerances/A1
%%OCCROOT%%/tests/gdt/tolerances/A2
%%OCCROOT%%/tests/gdt/tolerances/begin
%%OCCROOT%%/tests/gdt/tolerances/end
+%%OCCROOT%%/tests/gdt/view/A1
+%%OCCROOT%%/tests/gdt/view/A2
+%%OCCROOT%%/tests/gdt/view/A3
+%%OCCROOT%%/tests/gdt/view/A4
+%%OCCROOT%%/tests/gdt/view/A5
+%%OCCROOT%%/tests/gdt/view/A6
+%%OCCROOT%%/tests/gdt/view/A7
+%%OCCROOT%%/tests/gdt/view/A8
+%%OCCROOT%%/tests/gdt/view/A9
+%%OCCROOT%%/tests/gdt/view/B1
+%%OCCROOT%%/tests/gdt/view/B2
+%%OCCROOT%%/tests/gdt/view/B4
+%%OCCROOT%%/tests/gdt/view/B5
+%%OCCROOT%%/tests/gdt/view/B6
+%%OCCROOT%%/tests/gdt/view/begin
+%%OCCROOT%%/tests/gdt/view/end
%%OCCROOT%%/tests/geometry/2dbeziecurve/A1
%%OCCROOT%%/tests/geometry/2dbeziecurve/A2
%%OCCROOT%%/tests/geometry/2dbeziecurve/A3
@@ -10506,6 +11020,28 @@
%%OCCROOT%%/tests/geometry/bsplinecurve/C2
%%OCCROOT%%/tests/geometry/bsplinecurve/C3
%%OCCROOT%%/tests/geometry/bsplinecurve/end
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleCircleCircle_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleCircleLin_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleCirclePoint_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleCirclePoint_12
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleCirclePoint_13
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleCirclePoint_14
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleLinLin_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CircleLinPoint_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_12
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_13
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_14
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_15
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_21
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_22
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_23
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_24
+%%OCCROOT%%/tests/geometry/circ2d3Tan/CirclePointPoint_31
+%%OCCROOT%%/tests/geometry/circ2d3Tan/LinLinLin_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/LinLinPoint_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/LinPointPoint_11
+%%OCCROOT%%/tests/geometry/circ2d3Tan/PointPointPoint_11
%%OCCROOT%%/tests/geometry/circle/A1
%%OCCROOT%%/tests/geometry/circle/A2
%%OCCROOT%%/tests/geometry/circle/A3
@@ -11564,6 +12100,14 @@
%%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/A1
%%OCCROOT%%/tests/heal/split_angle/A2
%%OCCROOT%%/tests/heal/split_angle/A3
@@ -11831,6 +12375,26 @@
%%OCCROOT%%/tests/heal/surface_to_revolution_standard/begin
%%OCCROOT%%/tests/heal/surface_to_revolution_standard/cases.list
%%OCCROOT%%/tests/heal/surface_to_revolution_standard/end
+%%OCCROOT%%/tests/heal/unify_same_domain/A1
+%%OCCROOT%%/tests/heal/unify_same_domain/A2
+%%OCCROOT%%/tests/heal/unify_same_domain/A3
+%%OCCROOT%%/tests/heal/unify_same_domain/A4
+%%OCCROOT%%/tests/heal/unify_same_domain/A5
+%%OCCROOT%%/tests/heal/unify_same_domain/A6
+%%OCCROOT%%/tests/heal/unify_same_domain/A7
+%%OCCROOT%%/tests/heal/unify_same_domain/A8
+%%OCCROOT%%/tests/heal/unify_same_domain/A9
+%%OCCROOT%%/tests/heal/unify_same_domain/B1
+%%OCCROOT%%/tests/heal/unify_same_domain/B2
+%%OCCROOT%%/tests/heal/unify_same_domain/B3
+%%OCCROOT%%/tests/heal/unify_same_domain/B4
+%%OCCROOT%%/tests/heal/unify_same_domain/B5
+%%OCCROOT%%/tests/heal/unify_same_domain/end
+%%OCCROOT%%/tests/heal/update_tolerance_locked/A1
+%%OCCROOT%%/tests/heal/update_tolerance_locked/A2
+%%OCCROOT%%/tests/heal/update_tolerance_locked/A3
+%%OCCROOT%%/tests/heal/update_tolerance_locked/A4
+%%OCCROOT%%/tests/heal/update_tolerance_locked/end
%%OCCROOT%%/tests/heal/wire_tails_composed/A1
%%OCCROOT%%/tests/heal/wire_tails_composed/A10
%%OCCROOT%%/tests/heal/wire_tails_composed/A11
@@ -12235,6 +12799,44 @@
%%OCCROOT%%/tests/mkface/after_trim/C4
%%OCCROOT%%/tests/mkface/after_trim/end
%%OCCROOT%%/tests/mkface/begin
+%%OCCROOT%%/tests/mkface/edges_to_faces/A1
+%%OCCROOT%%/tests/mkface/edges_to_faces/A2
+%%OCCROOT%%/tests/mkface/edges_to_faces/A3
+%%OCCROOT%%/tests/mkface/edges_to_faces/A4
+%%OCCROOT%%/tests/mkface/edges_to_faces/A5
+%%OCCROOT%%/tests/mkface/edges_to_faces/A6
+%%OCCROOT%%/tests/mkface/edges_to_faces/A7
+%%OCCROOT%%/tests/mkface/edges_to_faces/A8
+%%OCCROOT%%/tests/mkface/edges_to_faces/A9
+%%OCCROOT%%/tests/mkface/edges_to_faces/B1
+%%OCCROOT%%/tests/mkface/edges_to_faces/B2
+%%OCCROOT%%/tests/mkface/edges_to_faces/B3
+%%OCCROOT%%/tests/mkface/edges_to_faces/B4
+%%OCCROOT%%/tests/mkface/edges_to_faces/B5
+%%OCCROOT%%/tests/mkface/edges_to_faces/B6
+%%OCCROOT%%/tests/mkface/edges_to_faces/B7
+%%OCCROOT%%/tests/mkface/edges_to_faces/B8
+%%OCCROOT%%/tests/mkface/edges_to_faces/B9
+%%OCCROOT%%/tests/mkface/edges_to_faces/C1
+%%OCCROOT%%/tests/mkface/edges_to_faces/C2
+%%OCCROOT%%/tests/mkface/edges_to_faces/C3
+%%OCCROOT%%/tests/mkface/edges_to_faces/C4
+%%OCCROOT%%/tests/mkface/edges_to_faces/C5
+%%OCCROOT%%/tests/mkface/edges_to_faces/C6
+%%OCCROOT%%/tests/mkface/edges_to_faces/C7
+%%OCCROOT%%/tests/mkface/edges_to_faces/C8
+%%OCCROOT%%/tests/mkface/edges_to_faces/C9
+%%OCCROOT%%/tests/mkface/edges_to_faces/D1
+%%OCCROOT%%/tests/mkface/edges_to_faces/D2
+%%OCCROOT%%/tests/mkface/edges_to_faces/D3
+%%OCCROOT%%/tests/mkface/edges_to_faces/D4
+%%OCCROOT%%/tests/mkface/edges_to_faces/D5
+%%OCCROOT%%/tests/mkface/edges_to_faces/D6
+%%OCCROOT%%/tests/mkface/edges_to_faces/D7
+%%OCCROOT%%/tests/mkface/edges_to_faces/D8
+%%OCCROOT%%/tests/mkface/edges_to_faces/D9
+%%OCCROOT%%/tests/mkface/edges_to_faces/E1
+%%OCCROOT%%/tests/mkface/edges_to_faces/E2
%%OCCROOT%%/tests/mkface/end
%%OCCROOT%%/tests/mkface/grids.list
%%OCCROOT%%/tests/mkface/mkplane/A1
@@ -12799,6 +13401,24 @@
%%OCCROOT%%/tests/offset/shape_type_i_c/XM1
%%OCCROOT%%/tests/offset/shape_type_i_c/XM2
%%OCCROOT%%/tests/offset/shape_type_i_c/XM3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XM9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN3
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN4
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN5
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN6
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN7
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN8
+%%OCCROOT%%/tests/offset/shape_type_i_c/XN9
+%%OCCROOT%%/tests/offset/shape_type_i_c/XO1
+%%OCCROOT%%/tests/offset/shape_type_i_c/XO2
+%%OCCROOT%%/tests/offset/shape_type_i_c/XO3
%%OCCROOT%%/tests/offset/shape_type_i_c/Y1
%%OCCROOT%%/tests/offset/shape_type_i_c/Y2
%%OCCROOT%%/tests/offset/shape_type_i_c/Y3
@@ -12808,6 +13428,114 @@
%%OCCROOT%%/tests/offset/shape_type_i_c/Y7
%%OCCROOT%%/tests/offset/shape_type_i_c/Y8
%%OCCROOT%%/tests/offset/shape_type_i_c/Y9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YA9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YB9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YC9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YD9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YE9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YF9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YG9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YH9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YI9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YJ9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YK9
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL1
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL2
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL3
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL4
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL5
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL6
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL7
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL8
+%%OCCROOT%%/tests/offset/shape_type_i_c/YL9
%%OCCROOT%%/tests/offset/shape_type_i_c/Z1
%%OCCROOT%%/tests/offset/shape_type_i_c/Z2
%%OCCROOT%%/tests/offset/shape_type_i_c/Z3
@@ -13052,6 +13780,84 @@
%%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/simple/A01
+%%OCCROOT%%/tests/offset/simple/A02
+%%OCCROOT%%/tests/offset/simple/A03
+%%OCCROOT%%/tests/offset/simple/A04
+%%OCCROOT%%/tests/offset/simple/A05
+%%OCCROOT%%/tests/offset/simple/A06
+%%OCCROOT%%/tests/offset/simple/A07
+%%OCCROOT%%/tests/offset/simple/A08
+%%OCCROOT%%/tests/offset/simple/A09
+%%OCCROOT%%/tests/offset/simple/A10
+%%OCCROOT%%/tests/offset/simple/A11
+%%OCCROOT%%/tests/offset/simple/A12
+%%OCCROOT%%/tests/offset/simple/A13
+%%OCCROOT%%/tests/offset/simple/A14
+%%OCCROOT%%/tests/offset/simple/B01
+%%OCCROOT%%/tests/offset/simple/B02
+%%OCCROOT%%/tests/offset/simple/B03
+%%OCCROOT%%/tests/offset/simple/B04
+%%OCCROOT%%/tests/offset/simple/B05
+%%OCCROOT%%/tests/offset/simple/B06
+%%OCCROOT%%/tests/offset/simple/B07
+%%OCCROOT%%/tests/offset/simple/B08
+%%OCCROOT%%/tests/offset/simple/B09
+%%OCCROOT%%/tests/offset/simple/B10
+%%OCCROOT%%/tests/offset/simple/B11
+%%OCCROOT%%/tests/offset/simple/B12
+%%OCCROOT%%/tests/offset/simple/B13
+%%OCCROOT%%/tests/offset/simple/B14
+%%OCCROOT%%/tests/offset/simple/B15
+%%OCCROOT%%/tests/offset/simple/C01
+%%OCCROOT%%/tests/offset/simple/C02
+%%OCCROOT%%/tests/offset/simple/C03
+%%OCCROOT%%/tests/offset/simple/C04
+%%OCCROOT%%/tests/offset/simple/C05
+%%OCCROOT%%/tests/offset/simple/C06
+%%OCCROOT%%/tests/offset/simple/C07
+%%OCCROOT%%/tests/offset/simple/C08
+%%OCCROOT%%/tests/offset/simple/C09
+%%OCCROOT%%/tests/offset/simple/C10
+%%OCCROOT%%/tests/offset/simple/C11
+%%OCCROOT%%/tests/offset/simple/C12
+%%OCCROOT%%/tests/offset/simple/C13
+%%OCCROOT%%/tests/offset/simple/C14
+%%OCCROOT%%/tests/offset/simple/C15
+%%OCCROOT%%/tests/offset/simple/D01
+%%OCCROOT%%/tests/offset/simple/D02
+%%OCCROOT%%/tests/offset/simple/D03
+%%OCCROOT%%/tests/offset/simple/D04
+%%OCCROOT%%/tests/offset/simple/D05
+%%OCCROOT%%/tests/offset/simple/D06
+%%OCCROOT%%/tests/offset/simple/D07
+%%OCCROOT%%/tests/offset/simple/E01
+%%OCCROOT%%/tests/offset/simple/E02
+%%OCCROOT%%/tests/offset/simple/E03
+%%OCCROOT%%/tests/offset/simple/E04
+%%OCCROOT%%/tests/offset/simple/E05
+%%OCCROOT%%/tests/offset/simple/E06
+%%OCCROOT%%/tests/offset/simple/E07
+%%OCCROOT%%/tests/offset/simple/E08
+%%OCCROOT%%/tests/offset/simple/E09
+%%OCCROOT%%/tests/offset/simple/E10
+%%OCCROOT%%/tests/offset/simple/E11
+%%OCCROOT%%/tests/offset/simple/E12
+%%OCCROOT%%/tests/offset/simple/E13
+%%OCCROOT%%/tests/offset/simple/E14
+%%OCCROOT%%/tests/offset/simple/E15
+%%OCCROOT%%/tests/offset/simple/E16
+%%OCCROOT%%/tests/offset/simple/E17
+%%OCCROOT%%/tests/offset/simple/E18
+%%OCCROOT%%/tests/offset/simple/E19
+%%OCCROOT%%/tests/offset/simple/E20
+%%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
@@ -13926,19 +14732,163 @@
%%OCCROOT%%/tests/offset/with_intersect_80/begin
%%OCCROOT%%/tests/parse.rules
%%OCCROOT%%/tests/perf/begin
+%%OCCROOT%%/tests/perf/bop/bfuse_complex_Q3
%%OCCROOT%%/tests/perf/bop/boxholes
+%%OCCROOT%%/tests/perf/bop/bsection_R6
%%OCCROOT%%/tests/perf/bop/buildfaces
+%%OCCROOT%%/tests/perf/bop/end
%%OCCROOT%%/tests/perf/bspline/intersect
+%%OCCROOT%%/tests/perf/caf/begin
+%%OCCROOT%%/tests/perf/caf/bug1454
+%%OCCROOT%%/tests/perf/caf/bug1454_std
+%%OCCROOT%%/tests/perf/caf/bug1726
+%%OCCROOT%%/tests/perf/caf/bug1726_std
+%%OCCROOT%%/tests/perf/caf/bug2793
+%%OCCROOT%%/tests/perf/caf/bug5023
+%%OCCROOT%%/tests/perf/caf/bug5023_std
+%%OCCROOT%%/tests/perf/de/begin
+%%OCCROOT%%/tests/perf/de/bug24024
%%OCCROOT%%/tests/perf/de/bug26338_1
%%OCCROOT%%/tests/perf/de/bug26338_2
+%%OCCROOT%%/tests/perf/de/bug27570
+%%OCCROOT%%/tests/perf/draw/bug28404
%%OCCROOT%%/tests/perf/end
%%OCCROOT%%/tests/perf/fclasses/bug24947
+%%OCCROOT%%/tests/perf/fclasses/bug25514
+%%OCCROOT%%/tests/perf/fclasses/bug26184_1
+%%OCCROOT%%/tests/perf/fclasses/bug26184_2
+%%OCCROOT%%/tests/perf/fclasses/bug27131
+%%OCCROOT%%/tests/perf/fclasses/bug27371
%%OCCROOT%%/tests/perf/fclasses/handle
+%%OCCROOT%%/tests/perf/fclasses/progress
%%OCCROOT%%/tests/perf/grids.list
+%%OCCROOT%%/tests/perf/heal/begin
+%%OCCROOT%%/tests/perf/heal/bug24596_1
+%%OCCROOT%%/tests/perf/heal/bug24596_2
+%%OCCROOT%%/tests/perf/heal/bug25424
+%%OCCROOT%%/tests/perf/heal/bug26871
+%%OCCROOT%%/tests/perf/mesh/bug23650
+%%OCCROOT%%/tests/perf/mesh/bug24022
+%%OCCROOT%%/tests/perf/mesh/bug24968_1
+%%OCCROOT%%/tests/perf/mesh/bug24968_2
+%%OCCROOT%%/tests/perf/mesh/bug25264
+%%OCCROOT%%/tests/perf/mesh/bug27119
+%%OCCROOT%%/tests/perf/mesh/bug27626
+%%OCCROOT%%/tests/perf/mesh/parse.rules
+%%OCCROOT%%/tests/perf/modalg/bug10160_1
+%%OCCROOT%%/tests/perf/modalg/bug10160_10
+%%OCCROOT%%/tests/perf/modalg/bug10160_11
+%%OCCROOT%%/tests/perf/modalg/bug10160_12
+%%OCCROOT%%/tests/perf/modalg/bug10160_2
+%%OCCROOT%%/tests/perf/modalg/bug10160_3
+%%OCCROOT%%/tests/perf/modalg/bug10160_4
+%%OCCROOT%%/tests/perf/modalg/bug10160_5
+%%OCCROOT%%/tests/perf/modalg/bug10160_6
+%%OCCROOT%%/tests/perf/modalg/bug10160_7
+%%OCCROOT%%/tests/perf/modalg/bug10160_8
+%%OCCROOT%%/tests/perf/modalg/bug10160_9
+%%OCCROOT%%/tests/perf/modalg/bug165_4
+%%OCCROOT%%/tests/perf/modalg/bug165_5
+%%OCCROOT%%/tests/perf/modalg/bug165_6
+%%OCCROOT%%/tests/perf/modalg/bug165_7
+%%OCCROOT%%/tests/perf/modalg/bug19793_2
+%%OCCROOT%%/tests/perf/modalg/bug23906
+%%OCCROOT%%/tests/perf/modalg/bug24005
+%%OCCROOT%%/tests/perf/modalg/bug24696
+%%OCCROOT%%/tests/perf/modalg/bug24751_1
+%%OCCROOT%%/tests/perf/modalg/bug24751_2
+%%OCCROOT%%/tests/perf/modalg/bug24751_3
+%%OCCROOT%%/tests/perf/modalg/bug24751_4
+%%OCCROOT%%/tests/perf/modalg/bug24751_5
+%%OCCROOT%%/tests/perf/modalg/bug24899
+%%OCCROOT%%/tests/perf/modalg/bug25019
+%%OCCROOT%%/tests/perf/modalg/bug25058
+%%OCCROOT%%/tests/perf/modalg/bug25413
+%%OCCROOT%%/tests/perf/modalg/bug25742_1
+%%OCCROOT%%/tests/perf/modalg/bug25742_2
+%%OCCROOT%%/tests/perf/modalg/bug25788
+%%OCCROOT%%/tests/perf/modalg/bug26310_1
+%%OCCROOT%%/tests/perf/modalg/bug26327
+%%OCCROOT%%/tests/perf/modalg/bug26443_1
+%%OCCROOT%%/tests/perf/modalg/bug26443_2
+%%OCCROOT%%/tests/perf/modalg/bug26447
+%%OCCROOT%%/tests/perf/modalg/bug26513
+%%OCCROOT%%/tests/perf/modalg/bug26674
+%%OCCROOT%%/tests/perf/modalg/bug26914
+%%OCCROOT%%/tests/perf/modalg/bug26929
+%%OCCROOT%%/tests/perf/modalg/bug26980
+%%OCCROOT%%/tests/perf/modalg/bug27085_1
+%%OCCROOT%%/tests/perf/modalg/bug27085_2
+%%OCCROOT%%/tests/perf/modalg/bug27569
+%%OCCROOT%%/tests/perf/modalg/bug28030
+%%OCCROOT%%/tests/perf/modalg/bug28600
+%%OCCROOT%%/tests/perf/modalg/bug28725
+%%OCCROOT%%/tests/perf/modalg/bug452_1
+%%OCCROOT%%/tests/perf/modalg/bug452_2
+%%OCCROOT%%/tests/perf/modalg/bug452_3
+%%OCCROOT%%/tests/perf/modalg/bug452_4
+%%OCCROOT%%/tests/perf/modalg/bug453_1
+%%OCCROOT%%/tests/perf/modalg/bug453_2
+%%OCCROOT%%/tests/perf/modalg/bug5157_1
+%%OCCROOT%%/tests/perf/modalg/bug5157_2
+%%OCCROOT%%/tests/perf/modalg/bug83_1
+%%OCCROOT%%/tests/perf/modalg/bug83_2
+%%OCCROOT%%/tests/perf/moddata/bug21292
+%%OCCROOT%%/tests/perf/moddata/bug21858
+%%OCCROOT%%/tests/perf/moddata/bug25487_1
+%%OCCROOT%%/tests/perf/moddata/bug25487_2
+%%OCCROOT%%/tests/perf/moddata/bug26339
+%%OCCROOT%%/tests/perf/moddata/bug26884
+%%OCCROOT%%/tests/perf/moddata/bug27048_1
+%%OCCROOT%%/tests/perf/moddata/bug27048_2
+%%OCCROOT%%/tests/perf/moddata/bug276
+%%OCCROOT%%/tests/perf/moddata/bug36
+%%OCCROOT%%/tests/perf/moddata/bug368
+%%OCCROOT%%/tests/perf/moddata/bug453_3
+%%OCCROOT%%/tests/perf/moddata/bug623
%%OCCROOT%%/tests/perf/ncollection/A1
%%OCCROOT%%/tests/perf/ncollection/A2
%%OCCROOT%%/tests/perf/ncollection/A3
%%OCCROOT%%/tests/perf/parse.rules
+%%OCCROOT%%/tests/perf/sewing/A1
+%%OCCROOT%%/tests/perf/sewing/A2
+%%OCCROOT%%/tests/perf/sewing/A3
+%%OCCROOT%%/tests/perf/sewing/A4
+%%OCCROOT%%/tests/perf/sewing/A5
+%%OCCROOT%%/tests/perf/sewing/A6
+%%OCCROOT%%/tests/perf/sewing/A7
+%%OCCROOT%%/tests/perf/sewing/begin
+%%OCCROOT%%/tests/perf/sewing/end
+%%OCCROOT%%/tests/perf/vis/bug24623_1
+%%OCCROOT%%/tests/perf/vis/bug24623_2
+%%OCCROOT%%/tests/persist/end
+%%OCCROOT%%/tests/persist/fsd/A1
+%%OCCROOT%%/tests/persist/fsd/A2
+%%OCCROOT%%/tests/persist/fsd/A3
+%%OCCROOT%%/tests/persist/fsd/A4
+%%OCCROOT%%/tests/persist/fsd/A5
+%%OCCROOT%%/tests/persist/fsd/A6
+%%OCCROOT%%/tests/persist/fsd/A7
+%%OCCROOT%%/tests/persist/fsd/A8
+%%OCCROOT%%/tests/persist/fsd/C1
+%%OCCROOT%%/tests/persist/fsd/C2
+%%OCCROOT%%/tests/persist/fsd/S1
+%%OCCROOT%%/tests/persist/fsd/S10
+%%OCCROOT%%/tests/persist/fsd/S11
+%%OCCROOT%%/tests/persist/fsd/S12
+%%OCCROOT%%/tests/persist/fsd/S13
+%%OCCROOT%%/tests/persist/fsd/S14
+%%OCCROOT%%/tests/persist/fsd/S15
+%%OCCROOT%%/tests/persist/fsd/S2
+%%OCCROOT%%/tests/persist/fsd/S3
+%%OCCROOT%%/tests/persist/fsd/S4
+%%OCCROOT%%/tests/persist/fsd/S5
+%%OCCROOT%%/tests/persist/fsd/S6
+%%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/grids.list
%%OCCROOT%%/tests/pipe/parse.rules
@@ -14342,13 +15292,6 @@
%%OCCROOT%%/tests/prj/grids.list
%%OCCROOT%%/tests/sewing/begin
%%OCCROOT%%/tests/sewing/end
-%%OCCROOT%%/tests/sewing/fast/A1
-%%OCCROOT%%/tests/sewing/fast/A2
-%%OCCROOT%%/tests/sewing/fast/A3
-%%OCCROOT%%/tests/sewing/fast/A4
-%%OCCROOT%%/tests/sewing/fast/A5
-%%OCCROOT%%/tests/sewing/fast/A6
-%%OCCROOT%%/tests/sewing/fast/A7
%%OCCROOT%%/tests/sewing/grids.list
%%OCCROOT%%/tests/sewing/tol_0_01/A1
%%OCCROOT%%/tests/sewing/tol_0_01/A2
@@ -15390,12 +16333,43 @@
%%OCCROOT%%/tests/thrusection/specific/N2
%%OCCROOT%%/tests/thrusection/specific/N3
%%OCCROOT%%/tests/thrusection/specific/N4
+%%OCCROOT%%/tests/tools/begin
+%%OCCROOT%%/tests/tools/dfbrowser/A1
+%%OCCROOT%%/tests/tools/dfbrowser/A2
+%%OCCROOT%%/tests/tools/dfbrowser/A3
+%%OCCROOT%%/tests/tools/dfbrowser/A4
+%%OCCROOT%%/tests/tools/dfbrowser/A5
+%%OCCROOT%%/tests/tools/dfbrowser/A6
+%%OCCROOT%%/tests/tools/end
+%%OCCROOT%%/tests/tools/grids.list
+%%OCCROOT%%/tests/tools/parse.rules
+%%OCCROOT%%/tests/tools/shapeview/A1
+%%OCCROOT%%/tests/tools/shapeview/A2
+%%OCCROOT%%/tests/tools/vinspector/A1
+%%OCCROOT%%/tests/tools/vinspector/A2
%%OCCROOT%%/tests/v3d/anim/objects
%%OCCROOT%%/tests/v3d/anim/propeller
%%OCCROOT%%/tests/v3d/anim/rotate
%%OCCROOT%%/tests/v3d/anim/scale
%%OCCROOT%%/tests/v3d/anim/translate
+%%OCCROOT%%/tests/v3d/anim/videorecorder
%%OCCROOT%%/tests/v3d/begin
+%%OCCROOT%%/tests/v3d/dimensions/angle180
+%%OCCROOT%%/tests/v3d/dimensions/begin
+%%OCCROOT%%/tests/v3d/dimensions/concentric
+%%OCCROOT%%/tests/v3d/dimensions/equaldistance
+%%OCCROOT%%/tests/v3d/dimensions/equalradius
+%%OCCROOT%%/tests/v3d/dimensions/fix
+%%OCCROOT%%/tests/v3d/dimensions/identic
+%%OCCROOT%%/tests/v3d/dimensions/lengthparam
+%%OCCROOT%%/tests/v3d/dimensions/lengthparam_flyout_reversed
+%%OCCROOT%%/tests/v3d/dimensions/lengthparam_reversed
+%%OCCROOT%%/tests/v3d/dimensions/lengthparam_reversed_direction
+%%OCCROOT%%/tests/v3d/dimensions/lengthparam_reversed_flyout_reversed
+%%OCCROOT%%/tests/v3d/dimensions/offset
+%%OCCROOT%%/tests/v3d/dimensions/parallel
+%%OCCROOT%%/tests/v3d/dimensions/perpendicular
+%%OCCROOT%%/tests/v3d/dimensions/symmetric
%%OCCROOT%%/tests/v3d/edge/A1
%%OCCROOT%%/tests/v3d/edge/A10
%%OCCROOT%%/tests/v3d/edge/A2
@@ -15777,6 +16751,7 @@
%%OCCROOT%%/tests/v3d/face/E9
%%OCCROOT%%/tests/v3d/face/F1
%%OCCROOT%%/tests/v3d/face/F2
+%%OCCROOT%%/tests/v3d/face/F3
%%OCCROOT%%/tests/v3d/face/begin
%%OCCROOT%%/tests/v3d/glsl/begin
%%OCCROOT%%/tests/v3d/glsl/distinguish_off
@@ -15798,13 +16773,17 @@
%%OCCROOT%%/tests/v3d/glsl/phong_sides
%%OCCROOT%%/tests/v3d/glsl/phong_spot1
%%OCCROOT%%/tests/v3d/glsl/phong_views
+%%OCCROOT%%/tests/v3d/glsl/rendscale
%%OCCROOT%%/tests/v3d/glsl/stereo
%%OCCROOT%%/tests/v3d/glsl/stipple_line
+%%OCCROOT%%/tests/v3d/glsl/texture_multi1
%%OCCROOT%%/tests/v3d/glsl/texture_trsf
+%%OCCROOT%%/tests/v3d/glsl/texture_trsf2
%%OCCROOT%%/tests/v3d/glsl/tiles
%%OCCROOT%%/tests/v3d/grids.list
%%OCCROOT%%/tests/v3d/ivtk/begin
%%OCCROOT%%/tests/v3d/ivtk/bgcolor
+%%OCCROOT%%/tests/v3d/ivtk/bug26978
%%OCCROOT%%/tests/v3d/ivtk/bug27567
%%OCCROOT%%/tests/v3d/ivtk/detect
%%OCCROOT%%/tests/v3d/ivtk/display_mode
@@ -15850,12 +16829,22 @@
%%OCCROOT%%/tests/v3d/raytrace/bug26070
%%OCCROOT%%/tests/v3d/raytrace/bug26617
%%OCCROOT%%/tests/v3d/raytrace/connected
+%%OCCROOT%%/tests/v3d/raytrace/dof_mono
+%%OCCROOT%%/tests/v3d/raytrace/dof_stereo
%%OCCROOT%%/tests/v3d/raytrace/plastic
%%OCCROOT%%/tests/v3d/raytrace/refraction
%%OCCROOT%%/tests/v3d/raytrace/sample_ball
%%OCCROOT%%/tests/v3d/raytrace/sample_ball_alpha
+%%OCCROOT%%/tests/v3d/raytrace/sample_ball_iss
%%OCCROOT%%/tests/v3d/raytrace/sample_cube
+%%OCCROOT%%/tests/v3d/raytrace/sample_cube_clamp
+%%OCCROOT%%/tests/v3d/raytrace/sample_cube_twosided
+%%OCCROOT%%/tests/v3d/raytrace/sample_materials
%%OCCROOT%%/tests/v3d/raytrace/textures
+%%OCCROOT%%/tests/v3d/raytrace/tone_mapping
+%%OCCROOT%%/tests/v3d/transparency/begin
+%%OCCROOT%%/tests/v3d/transparency/blend
+%%OCCROOT%%/tests/v3d/transparency/highlight
%%OCCROOT%%/tests/v3d/vertex/A1
%%OCCROOT%%/tests/v3d/vertex/A2
%%OCCROOT%%/tests/v3d/vertex/A3
@@ -16978,6 +17967,7 @@
%%OCCROOT%%/tests/xml/data/ocaf/D4
%%OCCROOT%%/tests/xml/data/ocaf/D5
%%OCCROOT%%/tests/xml/data/ocaf/D6
+%%OCCROOT%%/tests/xml/data/ocaf/D7
%%OCCROOT%%/tests/xml/data/xcaf/A1
%%OCCROOT%%/tests/xml/data/xcaf/A2
%%OCCROOT%%/tests/xml/data/xcaf/A3
@@ -17007,7 +17997,6 @@ include/OpenCASCADE/AIS_AnimationTimer.hxx
include/OpenCASCADE/AIS_AttributeFilter.hxx
include/OpenCASCADE/AIS_AttributeFilter.lxx
include/OpenCASCADE/AIS_Axis.hxx
-include/OpenCASCADE/AIS_Axis.lxx
include/OpenCASCADE/AIS_BadEdgeFilter.hxx
include/OpenCASCADE/AIS_C0RegularityFilter.hxx
include/OpenCASCADE/AIS_Chamf2dDimension.hxx
@@ -17015,7 +18004,6 @@ include/OpenCASCADE/AIS_Chamf2dDimension.lxx
include/OpenCASCADE/AIS_Chamf3dDimension.hxx
include/OpenCASCADE/AIS_Chamf3dDimension.lxx
include/OpenCASCADE/AIS_Circle.hxx
-include/OpenCASCADE/AIS_Circle.lxx
include/OpenCASCADE/AIS_ClearMode.hxx
include/OpenCASCADE/AIS_ColorScale.hxx
include/OpenCASCADE/AIS_ColoredDrawer.hxx
@@ -17048,22 +18036,19 @@ include/OpenCASCADE/AIS_ExclusionFilter.lxx
include/OpenCASCADE/AIS_FixRelation.hxx
include/OpenCASCADE/AIS_FixRelation.lxx
include/OpenCASCADE/AIS_GlobalStatus.hxx
-include/OpenCASCADE/AIS_GlobalStatus.lxx
include/OpenCASCADE/AIS_GraphicTool.hxx
include/OpenCASCADE/AIS_IdenticRelation.hxx
include/OpenCASCADE/AIS_IdenticRelation.lxx
include/OpenCASCADE/AIS_IndexedDataMapOfOwnerPrs.hxx
include/OpenCASCADE/AIS_InteractiveContext.hxx
-include/OpenCASCADE/AIS_InteractiveContext.lxx
include/OpenCASCADE/AIS_InteractiveObject.hxx
-include/OpenCASCADE/AIS_InteractiveObject.lxx
include/OpenCASCADE/AIS_KindOfDimension.hxx
include/OpenCASCADE/AIS_KindOfInteractive.hxx
+include/OpenCASCADE/AIS_KindOfRelation.hxx
include/OpenCASCADE/AIS_KindOfSurface.hxx
include/OpenCASCADE/AIS_KindOfUnit.hxx
include/OpenCASCADE/AIS_LengthDimension.hxx
include/OpenCASCADE/AIS_Line.hxx
-include/OpenCASCADE/AIS_Line.lxx
include/OpenCASCADE/AIS_ListIteratorOfListOfInteractive.hxx
include/OpenCASCADE/AIS_ListOfInteractive.hxx
include/OpenCASCADE/AIS_LocalContext.hxx
@@ -17088,22 +18073,17 @@ include/OpenCASCADE/AIS_ParallelRelation.hxx
include/OpenCASCADE/AIS_ParallelRelation.lxx
include/OpenCASCADE/AIS_PerpendicularRelation.hxx
include/OpenCASCADE/AIS_Plane.hxx
-include/OpenCASCADE/AIS_Plane.lxx
include/OpenCASCADE/AIS_PlaneTrihedron.hxx
-include/OpenCASCADE/AIS_PlaneTrihedron.lxx
include/OpenCASCADE/AIS_Point.hxx
-include/OpenCASCADE/AIS_Point.lxx
include/OpenCASCADE/AIS_PointCloud.hxx
include/OpenCASCADE/AIS_RadiusDimension.hxx
include/OpenCASCADE/AIS_Relation.hxx
-include/OpenCASCADE/AIS_Relation.lxx
include/OpenCASCADE/AIS_RubberBand.hxx
include/OpenCASCADE/AIS_SelectStatus.hxx
include/OpenCASCADE/AIS_Selection.hxx
include/OpenCASCADE/AIS_SequenceOfDimension.hxx
include/OpenCASCADE/AIS_SequenceOfInteractive.hxx
include/OpenCASCADE/AIS_Shape.hxx
-include/OpenCASCADE/AIS_Shape.lxx
include/OpenCASCADE/AIS_SignatureFilter.hxx
include/OpenCASCADE/AIS_StandardDatum.hxx
include/OpenCASCADE/AIS_StatusOfDetection.hxx
@@ -17115,7 +18095,8 @@ include/OpenCASCADE/AIS_TextLabel.hxx
include/OpenCASCADE/AIS_TexturedShape.hxx
include/OpenCASCADE/AIS_Triangulation.hxx
include/OpenCASCADE/AIS_Trihedron.hxx
-include/OpenCASCADE/AIS_Trihedron.lxx
+include/OpenCASCADE/AIS_TrihedronOwner.hxx
+include/OpenCASCADE/AIS_TrihedronSelectionMode.hxx
include/OpenCASCADE/AIS_TypeFilter.hxx
include/OpenCASCADE/AIS_TypeOfAngle.hxx
include/OpenCASCADE/AIS_TypeOfAngleArrowVisibility.hxx
@@ -17334,7 +18315,6 @@ include/OpenCASCADE/Aspect_TypeOfPrimitive.hxx
include/OpenCASCADE/Aspect_TypeOfResize.hxx
include/OpenCASCADE/Aspect_TypeOfStyleText.hxx
include/OpenCASCADE/Aspect_TypeOfTriedronPosition.hxx
-include/OpenCASCADE/Aspect_TypeOfUpdate.hxx
include/OpenCASCADE/Aspect_Units.hxx
include/OpenCASCADE/Aspect_WidthOfLine.hxx
include/OpenCASCADE/Aspect_Window.hxx
@@ -17342,6 +18322,7 @@ include/OpenCASCADE/Aspect_WindowDefinitionError.hxx
include/OpenCASCADE/Aspect_WindowError.hxx
include/OpenCASCADE/Aspect_XAtom.hxx
include/OpenCASCADE/Aspect_XWD.hxx
+include/OpenCASCADE/BOPAlgo_Alerts.hxx
include/OpenCASCADE/BOPAlgo_Algo.hxx
include/OpenCASCADE/BOPAlgo_ArgumentAnalyzer.hxx
include/OpenCASCADE/BOPAlgo_ArgumentAnalyzer.lxx
@@ -17355,10 +18336,12 @@ include/OpenCASCADE/BOPAlgo_CellsBuilder.hxx
include/OpenCASCADE/BOPAlgo_CheckResult.hxx
include/OpenCASCADE/BOPAlgo_CheckStatus.hxx
include/OpenCASCADE/BOPAlgo_CheckerSI.hxx
+include/OpenCASCADE/BOPAlgo_GlueEnum.hxx
include/OpenCASCADE/BOPAlgo_ListOfCheckResult.hxx
include/OpenCASCADE/BOPAlgo_MakerVolume.hxx
include/OpenCASCADE/BOPAlgo_MakerVolume.lxx
include/OpenCASCADE/BOPAlgo_Operation.hxx
+include/OpenCASCADE/BOPAlgo_Options.hxx
include/OpenCASCADE/BOPAlgo_PArgumentAnalyzer.hxx
include/OpenCASCADE/BOPAlgo_PBOP.hxx
include/OpenCASCADE/BOPAlgo_PBuilder.hxx
@@ -17370,6 +18353,7 @@ include/OpenCASCADE/BOPAlgo_Section.hxx
include/OpenCASCADE/BOPAlgo_SectionAttribute.hxx
include/OpenCASCADE/BOPAlgo_SectionAttribute.lxx
include/OpenCASCADE/BOPAlgo_ShellSplitter.hxx
+include/OpenCASCADE/BOPAlgo_Splitter.hxx
include/OpenCASCADE/BOPAlgo_Tools.hxx
include/OpenCASCADE/BOPAlgo_WireEdgeSet.hxx
include/OpenCASCADE/BOPAlgo_WireEdgeSet.lxx
@@ -17394,6 +18378,7 @@ include/OpenCASCADE/BOPCol_IndexedDataMapOfIntegerListOfInteger.hxx
include/OpenCASCADE/BOPCol_IndexedDataMapOfShapeBox.hxx
include/OpenCASCADE/BOPCol_IndexedDataMapOfShapeInteger.hxx
include/OpenCASCADE/BOPCol_IndexedDataMapOfShapeListOfShape.hxx
+include/OpenCASCADE/BOPCol_IndexedDataMapOfShapeReal.hxx
include/OpenCASCADE/BOPCol_IndexedDataMapOfShapeShape.hxx
include/OpenCASCADE/BOPCol_IndexedMapOfInteger.hxx
include/OpenCASCADE/BOPCol_IndexedMapOfOrientedShape.hxx
@@ -17439,6 +18424,7 @@ include/OpenCASCADE/BOPDS_ListOfPassKeyBoolean.hxx
include/OpenCASCADE/BOPDS_ListOfPave.hxx
include/OpenCASCADE/BOPDS_ListOfPaveBlock.hxx
include/OpenCASCADE/BOPDS_MapOfCommonBlock.hxx
+include/OpenCASCADE/BOPDS_MapOfPair.hxx
include/OpenCASCADE/BOPDS_MapOfPassKey.hxx
include/OpenCASCADE/BOPDS_MapOfPassKeyBoolean.hxx
include/OpenCASCADE/BOPDS_MapOfPave.hxx
@@ -17446,6 +18432,8 @@ include/OpenCASCADE/BOPDS_MapOfPaveBlock.hxx
include/OpenCASCADE/BOPDS_PDS.hxx
include/OpenCASCADE/BOPDS_PIterator.hxx
include/OpenCASCADE/BOPDS_PIteratorSI.hxx
+include/OpenCASCADE/BOPDS_Pair.hxx
+include/OpenCASCADE/BOPDS_PairMapHasher.hxx
include/OpenCASCADE/BOPDS_PassKey.hxx
include/OpenCASCADE/BOPDS_PassKey.lxx
include/OpenCASCADE/BOPDS_PassKeyBoolean.hxx
@@ -17479,9 +18467,11 @@ include/OpenCASCADE/BOPDS_VectorOfInterfVZ.hxx
include/OpenCASCADE/BOPDS_VectorOfInterfZZ.hxx
include/OpenCASCADE/BOPDS_VectorOfListOfPassKeyBoolean.hxx
include/OpenCASCADE/BOPDS_VectorOfListOfPaveBlock.hxx
+include/OpenCASCADE/BOPDS_VectorOfPair.hxx
include/OpenCASCADE/BOPDS_VectorOfPave.hxx
include/OpenCASCADE/BOPDS_VectorOfPoint.hxx
include/OpenCASCADE/BOPDS_VectorOfShapeInfo.hxx
+include/OpenCASCADE/BOPDS_VectorOfVectorOfPair.hxx
include/OpenCASCADE/BOPTest.hxx
include/OpenCASCADE/BOPTest_DrawableShape.hxx
include/OpenCASCADE/BOPTest_Objects.hxx
@@ -17524,6 +18514,7 @@ include/OpenCASCADE/BRepAlgoAPI_Common.hxx
include/OpenCASCADE/BRepAlgoAPI_Cut.hxx
include/OpenCASCADE/BRepAlgoAPI_Fuse.hxx
include/OpenCASCADE/BRepAlgoAPI_Section.hxx
+include/OpenCASCADE/BRepAlgoAPI_Splitter.hxx
include/OpenCASCADE/BRepAlgo_AsDes.hxx
include/OpenCASCADE/BRepAlgo_BooleanOperation.hxx
include/OpenCASCADE/BRepAlgo_BooleanOperations.hxx
@@ -17909,9 +18900,11 @@ include/OpenCASCADE/BRepOffset_ListIteratorOfListOfInterval.hxx
include/OpenCASCADE/BRepOffset_ListOfInterval.hxx
include/OpenCASCADE/BRepOffset_MakeLoops.hxx
include/OpenCASCADE/BRepOffset_MakeOffset.hxx
+include/OpenCASCADE/BRepOffset_MakeSimpleOffset.hxx
include/OpenCASCADE/BRepOffset_Mode.hxx
include/OpenCASCADE/BRepOffset_Offset.hxx
include/OpenCASCADE/BRepOffset_Offset.lxx
+include/OpenCASCADE/BRepOffset_SimpleOffset.hxx
include/OpenCASCADE/BRepOffset_Status.hxx
include/OpenCASCADE/BRepOffset_Tool.hxx
include/OpenCASCADE/BRepOffset_Type.hxx
@@ -17961,6 +18954,7 @@ include/OpenCASCADE/BRepToIGES_BRWire.hxx
include/OpenCASCADE/BRepTools.hxx
include/OpenCASCADE/BRepTools_DataMapIteratorOfMapOfVertexPnt2d.hxx
include/OpenCASCADE/BRepTools_GTrsfModification.hxx
+include/OpenCASCADE/BRepTools_History.hxx
include/OpenCASCADE/BRepTools_MapOfVertexPnt2d.hxx
include/OpenCASCADE/BRepTools_Modification.hxx
include/OpenCASCADE/BRepTools_Modifier.hxx
@@ -18026,48 +19020,31 @@ include/OpenCASCADE/BSplSLib.lxx
include/OpenCASCADE/BSplSLib_Cache.hxx
include/OpenCASCADE/BSplSLib_EvaluatorFunction.hxx
include/OpenCASCADE/BVH_BinaryTree.hxx
-include/OpenCASCADE/BVH_BinaryTree.lxx
include/OpenCASCADE/BVH_BinnedBuilder.hxx
-include/OpenCASCADE/BVH_BinnedBuilder.lxx
include/OpenCASCADE/BVH_Box.hxx
-include/OpenCASCADE/BVH_Box.lxx
include/OpenCASCADE/BVH_BuildQueue.hxx
include/OpenCASCADE/BVH_BuildThread.hxx
include/OpenCASCADE/BVH_Builder.hxx
-include/OpenCASCADE/BVH_Builder.lxx
+include/OpenCASCADE/BVH_Constants.hxx
include/OpenCASCADE/BVH_DistanceField.hxx
include/OpenCASCADE/BVH_DistanceField.lxx
include/OpenCASCADE/BVH_Geometry.hxx
-include/OpenCASCADE/BVH_Geometry.lxx
include/OpenCASCADE/BVH_LinearBuilder.hxx
-include/OpenCASCADE/BVH_LinearBuilder.lxx
include/OpenCASCADE/BVH_Object.hxx
-include/OpenCASCADE/BVH_Object.lxx
include/OpenCASCADE/BVH_ObjectSet.hxx
-include/OpenCASCADE/BVH_ObjectSet.lxx
include/OpenCASCADE/BVH_PrimitiveSet.hxx
-include/OpenCASCADE/BVH_PrimitiveSet.lxx
+include/OpenCASCADE/BVH_PrimitiveSet3d.hxx
include/OpenCASCADE/BVH_Properties.hxx
-include/OpenCASCADE/BVH_Properties.lxx
include/OpenCASCADE/BVH_QuadTree.hxx
-include/OpenCASCADE/BVH_QuadTree.lxx
include/OpenCASCADE/BVH_QueueBuilder.hxx
-include/OpenCASCADE/BVH_QueueBuilder.lxx
include/OpenCASCADE/BVH_QuickSorter.hxx
-include/OpenCASCADE/BVH_QuickSorter.lxx
include/OpenCASCADE/BVH_RadixSorter.hxx
-include/OpenCASCADE/BVH_RadixSorter.lxx
include/OpenCASCADE/BVH_Set.hxx
-include/OpenCASCADE/BVH_Set.lxx
include/OpenCASCADE/BVH_Sorter.hxx
include/OpenCASCADE/BVH_SpatialMedianBuilder.hxx
-include/OpenCASCADE/BVH_SpatialMedianBuilder.lxx
include/OpenCASCADE/BVH_SweepPlaneBuilder.hxx
-include/OpenCASCADE/BVH_SweepPlaneBuilder.lxx
include/OpenCASCADE/BVH_Tree.hxx
-include/OpenCASCADE/BVH_Tree.lxx
include/OpenCASCADE/BVH_Triangulation.hxx
-include/OpenCASCADE/BVH_Triangulation.lxx
include/OpenCASCADE/BVH_Types.hxx
include/OpenCASCADE/BiTgte_Blend.hxx
include/OpenCASCADE/BiTgte_ContactType.hxx
@@ -18137,6 +19114,7 @@ include/OpenCASCADE/BinMDataXtd_PointDriver.hxx
include/OpenCASCADE/BinMDataXtd_PositionDriver.hxx
include/OpenCASCADE/BinMDataXtd_PresentationDriver.hxx
include/OpenCASCADE/BinMDataXtd_ShapeDriver.hxx
+include/OpenCASCADE/BinMDataXtd_TriangulationDriver.hxx
include/OpenCASCADE/BinMDocStd.hxx
include/OpenCASCADE/BinMDocStd_XLinkDriver.hxx
include/OpenCASCADE/BinMFunction.hxx
@@ -18149,7 +19127,9 @@ include/OpenCASCADE/BinMNaming_NamedShapeDriver.lxx
include/OpenCASCADE/BinMNaming_NamingDriver.hxx
include/OpenCASCADE/BinMXCAFDoc.hxx
include/OpenCASCADE/BinMXCAFDoc_AreaDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_AssemblyItemRefDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_CentroidDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_ClippingPlaneToolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_ColorDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_ColorToolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_DatumDriver.hxx
@@ -18164,7 +19144,14 @@ include/OpenCASCADE/BinMXCAFDoc_LocationDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_LocationDriver.lxx
include/OpenCASCADE/BinMXCAFDoc_MaterialDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_MaterialToolDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_NoteBalloonDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_NoteBinDataDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_NoteCommentDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_NoteDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_NotesToolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_ShapeToolDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_ViewDriver.hxx
+include/OpenCASCADE/BinMXCAFDoc_ViewToolDriver.hxx
include/OpenCASCADE/BinMXCAFDoc_VolumeDriver.hxx
include/OpenCASCADE/BinObjMgt_PByte.hxx
include/OpenCASCADE/BinObjMgt_PChar.hxx
@@ -19224,12 +20211,12 @@ include/OpenCASCADE/GeomLib_MakeCurvefromApprox.lxx
include/OpenCASCADE/GeomLib_PolyFunc.hxx
include/OpenCASCADE/GeomLib_Tool.hxx
include/OpenCASCADE/GeomPlate_Aij.hxx
-include/OpenCASCADE/GeomPlate_Array1OfHCurveOnSurface.hxx
+include/OpenCASCADE/GeomPlate_Array1OfHCurve.hxx
include/OpenCASCADE/GeomPlate_Array1OfSequenceOfReal.hxx
include/OpenCASCADE/GeomPlate_BuildAveragePlane.hxx
include/OpenCASCADE/GeomPlate_BuildPlateSurface.hxx
include/OpenCASCADE/GeomPlate_CurveConstraint.hxx
-include/OpenCASCADE/GeomPlate_HArray1OfHCurveOnSurface.hxx
+include/OpenCASCADE/GeomPlate_HArray1OfHCurve.hxx
include/OpenCASCADE/GeomPlate_HArray1OfSequenceOfReal.hxx
include/OpenCASCADE/GeomPlate_HSequenceOfCurveConstraint.hxx
include/OpenCASCADE/GeomPlate_HSequenceOfPointConstraint.hxx
@@ -19327,12 +20314,12 @@ include/OpenCASCADE/Geom_UndefinedValue.hxx
include/OpenCASCADE/Geom_Vector.hxx
include/OpenCASCADE/Geom_VectorWithMagnitude.hxx
include/OpenCASCADE/GeometryTest.hxx
+include/OpenCASCADE/GeometryTest_DrawableQualifiedCurve2d.hxx
include/OpenCASCADE/GeomliteTest.hxx
include/OpenCASCADE/Graphic3d_ArrayOfPoints.hxx
include/OpenCASCADE/Graphic3d_ArrayOfPolygons.hxx
include/OpenCASCADE/Graphic3d_ArrayOfPolylines.hxx
include/OpenCASCADE/Graphic3d_ArrayOfPrimitives.hxx
-include/OpenCASCADE/Graphic3d_ArrayOfPrimitives.lxx
include/OpenCASCADE/Graphic3d_ArrayOfQuadrangleStrips.hxx
include/OpenCASCADE/Graphic3d_ArrayOfQuadrangles.hxx
include/OpenCASCADE/Graphic3d_ArrayOfSegments.hxx
@@ -19367,6 +20354,7 @@ include/OpenCASCADE/Graphic3d_GraphicDriver.hxx
include/OpenCASCADE/Graphic3d_Group.hxx
include/OpenCASCADE/Graphic3d_GroupAspect.hxx
include/OpenCASCADE/Graphic3d_GroupDefinitionError.hxx
+include/OpenCASCADE/Graphic3d_HatchStyle.hxx
include/OpenCASCADE/Graphic3d_HighlightStyle.hxx
include/OpenCASCADE/Graphic3d_HorizontalTextAlignment.hxx
include/OpenCASCADE/Graphic3d_IndexBuffer.hxx
@@ -19387,7 +20375,9 @@ include/OpenCASCADE/Graphic3d_NameOfTexture2D.hxx
include/OpenCASCADE/Graphic3d_NameOfTextureEnv.hxx
include/OpenCASCADE/Graphic3d_NameOfTexturePlane.hxx
include/OpenCASCADE/Graphic3d_PolygonOffset.hxx
+include/OpenCASCADE/Graphic3d_PresentationAttributes.hxx
include/OpenCASCADE/Graphic3d_PriorityDefinitionError.hxx
+include/OpenCASCADE/Graphic3d_RenderTransparentMethod.hxx
include/OpenCASCADE/Graphic3d_RenderingMode.hxx
include/OpenCASCADE/Graphic3d_RenderingParams.hxx
include/OpenCASCADE/Graphic3d_SequenceOfGroup.hxx
@@ -19414,6 +20404,9 @@ include/OpenCASCADE/Graphic3d_TextureEnv.hxx
include/OpenCASCADE/Graphic3d_TextureMap.hxx
include/OpenCASCADE/Graphic3d_TextureParams.hxx
include/OpenCASCADE/Graphic3d_TextureRoot.hxx
+include/OpenCASCADE/Graphic3d_TextureSet.hxx
+include/OpenCASCADE/Graphic3d_TextureUnit.hxx
+include/OpenCASCADE/Graphic3d_ToneMappingMethod.hxx
include/OpenCASCADE/Graphic3d_TransModeFlags.hxx
include/OpenCASCADE/Graphic3d_TransformError.hxx
include/OpenCASCADE/Graphic3d_TransformPers.hxx
@@ -20239,8 +21232,10 @@ include/OpenCASCADE/IVtk_Types.hxx
include/OpenCASCADE/Image_AlienPixMap.hxx
include/OpenCASCADE/Image_Color.hxx
include/OpenCASCADE/Image_Diff.hxx
+include/OpenCASCADE/Image_Format.hxx
include/OpenCASCADE/Image_PixMap.hxx
include/OpenCASCADE/Image_PixMapData.hxx
+include/OpenCASCADE/Image_VideoRecorder.hxx
include/OpenCASCADE/IntAna2d_AnaIntersection.hxx
include/OpenCASCADE/IntAna2d_AnaIntersection.lxx
include/OpenCASCADE/IntAna2d_Conic.hxx
@@ -20401,16 +21396,16 @@ include/OpenCASCADE/IntPatch_WLine.hxx
include/OpenCASCADE/IntPatch_WLine.lxx
include/OpenCASCADE/IntPatch_WLineTool.hxx
include/OpenCASCADE/IntPolyh_Array.hxx
-include/OpenCASCADE/IntPolyh_ArrayOfCouples.hxx
include/OpenCASCADE/IntPolyh_ArrayOfEdges.hxx
include/OpenCASCADE/IntPolyh_ArrayOfPoints.hxx
include/OpenCASCADE/IntPolyh_ArrayOfSectionLines.hxx
-include/OpenCASCADE/IntPolyh_ArrayOfStartPoints.hxx
include/OpenCASCADE/IntPolyh_ArrayOfTangentZones.hxx
include/OpenCASCADE/IntPolyh_ArrayOfTriangles.hxx
include/OpenCASCADE/IntPolyh_Couple.hxx
+include/OpenCASCADE/IntPolyh_CoupleMapHasher.hxx
include/OpenCASCADE/IntPolyh_Edge.hxx
include/OpenCASCADE/IntPolyh_Intersection.hxx
+include/OpenCASCADE/IntPolyh_ListOfCouples.hxx
include/OpenCASCADE/IntPolyh_MaillageAffinage.hxx
include/OpenCASCADE/IntPolyh_PMaillageAffinage.hxx
include/OpenCASCADE/IntPolyh_Point.hxx
@@ -20486,7 +21481,6 @@ include/OpenCASCADE/IntTools_CArray1OfReal.hxx
include/OpenCASCADE/IntTools_CommonPrt.hxx
include/OpenCASCADE/IntTools_Context.hxx
include/OpenCASCADE/IntTools_Curve.hxx
-include/OpenCASCADE/IntTools_Curve.lxx
include/OpenCASCADE/IntTools_CurveRangeLocalizeData.hxx
include/OpenCASCADE/IntTools_CurveRangeLocalizeData.lxx
include/OpenCASCADE/IntTools_CurveRangeSample.hxx
@@ -20721,8 +21715,6 @@ include/OpenCASCADE/LocOpe_Generator.lxx
include/OpenCASCADE/LocOpe_GluedShape.hxx
include/OpenCASCADE/LocOpe_Gluer.hxx
include/OpenCASCADE/LocOpe_Gluer.lxx
-include/OpenCASCADE/LocOpe_HBuilder.hxx
-include/OpenCASCADE/LocOpe_HBuilder.lxx
include/OpenCASCADE/LocOpe_LinearForm.hxx
include/OpenCASCADE/LocOpe_LinearForm.lxx
include/OpenCASCADE/LocOpe_Operation.hxx
@@ -20871,28 +21863,28 @@ include/OpenCASCADE/MeshVS_TwoNodes.hxx
include/OpenCASCADE/MeshVS_TwoNodesHasher.hxx
include/OpenCASCADE/MeshVS_VectorPrsBuilder.hxx
include/OpenCASCADE/Message.hxx
+include/OpenCASCADE/Message_Alert.hxx
include/OpenCASCADE/Message_Algorithm.hxx
include/OpenCASCADE/Message_Algorithm.lxx
include/OpenCASCADE/Message_ExecStatus.hxx
include/OpenCASCADE/Message_Gravity.hxx
include/OpenCASCADE/Message_HArrayOfMsg.hxx
include/OpenCASCADE/Message_ListIteratorOfListOfMsg.hxx
+include/OpenCASCADE/Message_ListOfAlert.hxx
include/OpenCASCADE/Message_ListOfMsg.hxx
include/OpenCASCADE/Message_Messenger.hxx
-include/OpenCASCADE/Message_Messenger.lxx
include/OpenCASCADE/Message_Msg.hxx
include/OpenCASCADE/Message_Msg.lxx
include/OpenCASCADE/Message_MsgFile.hxx
include/OpenCASCADE/Message_Printer.hxx
-include/OpenCASCADE/Message_Printer.lxx
include/OpenCASCADE/Message_PrinterOStream.hxx
-include/OpenCASCADE/Message_PrinterOStream.lxx
include/OpenCASCADE/Message_ProgressIndicator.hxx
include/OpenCASCADE/Message_ProgressIndicator.lxx
include/OpenCASCADE/Message_ProgressScale.hxx
include/OpenCASCADE/Message_ProgressScale.lxx
include/OpenCASCADE/Message_ProgressSentry.hxx
include/OpenCASCADE/Message_ProgressSentry.lxx
+include/OpenCASCADE/Message_Report.hxx
include/OpenCASCADE/Message_SequenceOfPrinters.hxx
include/OpenCASCADE/Message_SequenceOfProgressScale.hxx
include/OpenCASCADE/Message_Status.hxx
@@ -21077,6 +22069,7 @@ include/OpenCASCADE/OSD_WhoAmI.hxx
include/OpenCASCADE/OpenGl_ArbDbg.hxx
include/OpenCASCADE/OpenGl_ArbFBO.hxx
include/OpenCASCADE/OpenGl_ArbIns.hxx
+include/OpenCASCADE/OpenGl_ArbSamplerObject.hxx
include/OpenCASCADE/OpenGl_ArbTBO.hxx
include/OpenCASCADE/OpenGl_ArbTexBindless.hxx
include/OpenCASCADE/OpenGl_AspectFace.hxx
@@ -21126,9 +22119,11 @@ include/OpenCASCADE/OpenGl_LayerList.hxx
include/OpenCASCADE/OpenGl_Light.hxx
include/OpenCASCADE/OpenGl_LineAttributes.hxx
include/OpenCASCADE/OpenGl_MapOfZLayerSettings.hxx
+include/OpenCASCADE/OpenGl_Material.hxx
+include/OpenCASCADE/OpenGl_MaterialState.hxx
include/OpenCASCADE/OpenGl_Matrix.hxx
include/OpenCASCADE/OpenGl_MatrixState.hxx
-include/OpenCASCADE/OpenGl_NamedStatus.hxx
+include/OpenCASCADE/OpenGl_NamedResource.hxx
include/OpenCASCADE/OpenGl_PointSprite.hxx
include/OpenCASCADE/OpenGl_PrimitiveArray.hxx
include/OpenCASCADE/OpenGl_RenderFilter.hxx
@@ -21148,6 +22143,7 @@ include/OpenCASCADE/OpenGl_TextBuilder.hxx
include/OpenCASCADE/OpenGl_TextParam.hxx
include/OpenCASCADE/OpenGl_Texture.hxx
include/OpenCASCADE/OpenGl_TextureBufferArb.hxx
+include/OpenCASCADE/OpenGl_TextureSet.hxx
include/OpenCASCADE/OpenGl_TileSampler.hxx
include/OpenCASCADE/OpenGl_Vec.hxx
include/OpenCASCADE/OpenGl_VertexBuffer.hxx
@@ -21184,7 +22180,6 @@ include/OpenCASCADE/PLib_HermitJacobi.hxx
include/OpenCASCADE/PLib_HermitJacobi.lxx
include/OpenCASCADE/PLib_JacobiPolynomial.hxx
include/OpenCASCADE/PLib_JacobiPolynomial.lxx
-include/OpenCASCADE/PLib_JacobiPolynomial_0.hxx
include/OpenCASCADE/Plate_Array1OfPinpointConstraint.hxx
include/OpenCASCADE/Plate_D1.hxx
include/OpenCASCADE/Plate_D1.lxx
@@ -21227,7 +22222,6 @@ include/OpenCASCADE/Poly_CoherentTriPtr.hxx
include/OpenCASCADE/Poly_CoherentTriangle.hxx
include/OpenCASCADE/Poly_CoherentTriangulation.hxx
include/OpenCASCADE/Poly_Connect.hxx
-include/OpenCASCADE/Poly_Connect.lxx
include/OpenCASCADE/Poly_HArray1OfTriangle.hxx
include/OpenCASCADE/Poly_ListOfTriangulation.hxx
include/OpenCASCADE/Poly_MakeLoops.hxx
@@ -21240,7 +22234,6 @@ include/OpenCASCADE/Poly_PolygonOnTriangulation.lxx
include/OpenCASCADE/Poly_Triangle.hxx
include/OpenCASCADE/Poly_Triangle.lxx
include/OpenCASCADE/Poly_Triangulation.hxx
-include/OpenCASCADE/Poly_Triangulation.lxx
include/OpenCASCADE/Precision.hxx
include/OpenCASCADE/ProjLib.hxx
include/OpenCASCADE/ProjLib_CompProjectedCurve.hxx
@@ -21266,6 +22259,10 @@ include/OpenCASCADE/Prs3d_Arrow.hxx
include/OpenCASCADE/Prs3d_ArrowAspect.hxx
include/OpenCASCADE/Prs3d_BasicAspect.hxx
include/OpenCASCADE/Prs3d_DatumAspect.hxx
+include/OpenCASCADE/Prs3d_DatumAttribute.hxx
+include/OpenCASCADE/Prs3d_DatumAxes.hxx
+include/OpenCASCADE/Prs3d_DatumMode.hxx
+include/OpenCASCADE/Prs3d_DatumParts.hxx
include/OpenCASCADE/Prs3d_DimensionArrowOrientation.hxx
include/OpenCASCADE/Prs3d_DimensionAspect.hxx
include/OpenCASCADE/Prs3d_DimensionTextHorizontalPosition.hxx
@@ -21278,7 +22275,6 @@ include/OpenCASCADE/Prs3d_LineAspect.hxx
include/OpenCASCADE/Prs3d_NListIteratorOfListOfSequenceOfPnt.hxx
include/OpenCASCADE/Prs3d_NListOfSequenceOfPnt.hxx
include/OpenCASCADE/Prs3d_PlaneAspect.hxx
-include/OpenCASCADE/Prs3d_PlaneSet.hxx
include/OpenCASCADE/Prs3d_Point.hxx
include/OpenCASCADE/Prs3d_PointAspect.hxx
include/OpenCASCADE/Prs3d_Presentation.hxx
@@ -21294,6 +22290,7 @@ include/OpenCASCADE/Prs3d_ToolDisk.hxx
include/OpenCASCADE/Prs3d_ToolQuadric.hxx
include/OpenCASCADE/Prs3d_ToolSphere.hxx
include/OpenCASCADE/Prs3d_TypeOfHLR.hxx
+include/OpenCASCADE/Prs3d_TypeOfHighlight.hxx
include/OpenCASCADE/Prs3d_TypeOfLinePicking.hxx
include/OpenCASCADE/Prs3d_VertexDrawMode.hxx
include/OpenCASCADE/PrsMgr_ListOfPresentableObjects.hxx
@@ -21302,10 +22299,8 @@ include/OpenCASCADE/PrsMgr_ModedPresentation.hxx
include/OpenCASCADE/PrsMgr_PresentableObject.hxx
include/OpenCASCADE/PrsMgr_PresentableObjectPointer.hxx
include/OpenCASCADE/PrsMgr_Presentation.hxx
-include/OpenCASCADE/PrsMgr_Presentation.lxx
include/OpenCASCADE/PrsMgr_Presentation3d.hxx
include/OpenCASCADE/PrsMgr_PresentationManager.hxx
-include/OpenCASCADE/PrsMgr_PresentationManager.lxx
include/OpenCASCADE/PrsMgr_PresentationManager3d.hxx
include/OpenCASCADE/PrsMgr_PresentationPointer.hxx
include/OpenCASCADE/PrsMgr_Presentations.hxx
@@ -21324,38 +22319,6 @@ include/OpenCASCADE/QANCollection_DoubleMapOfRealInteger.hxx
include/OpenCASCADE/QANCollection_IndexedDataMapOfRealPnt.hxx
include/OpenCASCADE/QANCollection_ListIteratorOfListOfPnt.hxx
include/OpenCASCADE/QANCollection_ListOfPnt.hxx
-include/OpenCASCADE/QANewBRepNaming.hxx
-include/OpenCASCADE/QANewBRepNaming_BooleanOperation.hxx
-include/OpenCASCADE/QANewBRepNaming_BooleanOperationFeat.hxx
-include/OpenCASCADE/QANewBRepNaming_Box.hxx
-include/OpenCASCADE/QANewBRepNaming_Chamfer.hxx
-include/OpenCASCADE/QANewBRepNaming_Common.hxx
-include/OpenCASCADE/QANewBRepNaming_Cut.hxx
-include/OpenCASCADE/QANewBRepNaming_Cylinder.hxx
-include/OpenCASCADE/QANewBRepNaming_Fillet.hxx
-include/OpenCASCADE/QANewBRepNaming_Fuse.hxx
-include/OpenCASCADE/QANewBRepNaming_Gluing.hxx
-include/OpenCASCADE/QANewBRepNaming_ImportShape.hxx
-include/OpenCASCADE/QANewBRepNaming_Intersection.hxx
-include/OpenCASCADE/QANewBRepNaming_Limitation.hxx
-include/OpenCASCADE/QANewBRepNaming_Loader.hxx
-include/OpenCASCADE/QANewBRepNaming_LoaderParent.hxx
-include/OpenCASCADE/QANewBRepNaming_Prism.hxx
-include/OpenCASCADE/QANewBRepNaming_Revol.hxx
-include/OpenCASCADE/QANewBRepNaming_Sphere.hxx
-include/OpenCASCADE/QANewBRepNaming_TopNaming.hxx
-include/OpenCASCADE/QANewBRepNaming_TopNaming.lxx
-include/OpenCASCADE/QANewBRepNaming_TypeOfPrimitive3D.hxx
-include/OpenCASCADE/QANewDBRepNaming.hxx
-include/OpenCASCADE/QANewModTopOpe.hxx
-include/OpenCASCADE/QANewModTopOpe_CommonPtr.hxx
-include/OpenCASCADE/QANewModTopOpe_CutPtr.hxx
-include/OpenCASCADE/QANewModTopOpe_Glue.hxx
-include/OpenCASCADE/QANewModTopOpe_Intersection.hxx
-include/OpenCASCADE/QANewModTopOpe_Limitation.hxx
-include/OpenCASCADE/QANewModTopOpe_ModeOfLimitation.hxx
-include/OpenCASCADE/QANewModTopOpe_ReShaper.hxx
-include/OpenCASCADE/QANewModTopOpe_Tools.hxx
include/OpenCASCADE/Quantity_AbsorbedDose.hxx
include/OpenCASCADE/Quantity_Acceleration.hxx
include/OpenCASCADE/Quantity_AcousticIntensity.hxx
@@ -21364,7 +22327,6 @@ include/OpenCASCADE/Quantity_Admittance.hxx
include/OpenCASCADE/Quantity_AmountOfSubstance.hxx
include/OpenCASCADE/Quantity_AngularVelocity.hxx
include/OpenCASCADE/Quantity_Area.hxx
-include/OpenCASCADE/Quantity_Array1OfCoefficient.hxx
include/OpenCASCADE/Quantity_Array1OfColor.hxx
include/OpenCASCADE/Quantity_Array2OfColor.hxx
include/OpenCASCADE/Quantity_Capacitance.hxx
@@ -21372,16 +22334,16 @@ include/OpenCASCADE/Quantity_Coefficient.hxx
include/OpenCASCADE/Quantity_CoefficientOfExpansion.hxx
include/OpenCASCADE/Quantity_Color.hxx
include/OpenCASCADE/Quantity_ColorDefinitionError.hxx
+include/OpenCASCADE/Quantity_ColorHasher.hxx
include/OpenCASCADE/Quantity_ColorRGBA.hxx
+include/OpenCASCADE/Quantity_ColorRGBAHasher.hxx
include/OpenCASCADE/Quantity_Concentration.hxx
include/OpenCASCADE/Quantity_Conductivity.hxx
include/OpenCASCADE/Quantity_Constant.hxx
include/OpenCASCADE/Quantity_Consumption.hxx
include/OpenCASCADE/Quantity_Content.hxx
include/OpenCASCADE/Quantity_Convert.hxx
-include/OpenCASCADE/Quantity_Convert.lxx
include/OpenCASCADE/Quantity_Date.hxx
-include/OpenCASCADE/Quantity_Date.lxx
include/OpenCASCADE/Quantity_DateDefinitionError.hxx
include/OpenCASCADE/Quantity_Density.hxx
include/OpenCASCADE/Quantity_DoseEquivalent.hxx
@@ -21425,7 +22387,6 @@ include/OpenCASCADE/Quantity_NameOfColor.hxx
include/OpenCASCADE/Quantity_Normality.hxx
include/OpenCASCADE/Quantity_Parameter.hxx
include/OpenCASCADE/Quantity_Period.hxx
-include/OpenCASCADE/Quantity_Period.lxx
include/OpenCASCADE/Quantity_PeriodDefinitionError.hxx
include/OpenCASCADE/Quantity_PhysicalQuantity.hxx
include/OpenCASCADE/Quantity_PlaneAngle.hxx
@@ -21975,6 +22936,9 @@ include/OpenCASCADE/RWStepShape_RWVertex.hxx
include/OpenCASCADE/RWStepShape_RWVertexLoop.hxx
include/OpenCASCADE/RWStepShape_RWVertexPoint.hxx
include/OpenCASCADE/RWStepVisual_RWAnnotationCurveOccurrence.hxx
+include/OpenCASCADE/RWStepVisual_RWAnnotationCurveOccurrenceAndAnnotationOccurrenceAndGeomReprItemAndReprItemAndStyledItem.hxx
+include/OpenCASCADE/RWStepVisual_RWAnnotationFillArea.hxx
+include/OpenCASCADE/RWStepVisual_RWAnnotationFillAreaOccurrence.hxx
include/OpenCASCADE/RWStepVisual_RWAnnotationOccurrence.hxx
include/OpenCASCADE/RWStepVisual_RWAnnotationPlane.hxx
include/OpenCASCADE/RWStepVisual_RWAreaInSet.hxx
@@ -21983,6 +22947,9 @@ include/OpenCASCADE/RWStepVisual_RWCameraImage.hxx
include/OpenCASCADE/RWStepVisual_RWCameraModel.hxx
include/OpenCASCADE/RWStepVisual_RWCameraModelD2.hxx
include/OpenCASCADE/RWStepVisual_RWCameraModelD3.hxx
+include/OpenCASCADE/RWStepVisual_RWCameraModelD3MultiClipping.hxx
+include/OpenCASCADE/RWStepVisual_RWCameraModelD3MultiClippingIntersection.hxx
+include/OpenCASCADE/RWStepVisual_RWCameraModelD3MultiClippingUnion.hxx
include/OpenCASCADE/RWStepVisual_RWCameraUsage.hxx
include/OpenCASCADE/RWStepVisual_RWCharacterizedObjectAndCharacterizedRepresentationAndDraughtingModelAndRepresentation.hxx
include/OpenCASCADE/RWStepVisual_RWColour.hxx
@@ -22044,6 +23011,7 @@ include/OpenCASCADE/RWStepVisual_RWTextStyleForDefinedFont.hxx
include/OpenCASCADE/RWStepVisual_RWTextStyleWithBoxCharacteristics.hxx
include/OpenCASCADE/RWStepVisual_RWViewVolume.hxx
include/OpenCASCADE/RWStl.hxx
+include/OpenCASCADE/RWStl_Reader.hxx
include/OpenCASCADE/Resource_ConvertUnicode.hxx
include/OpenCASCADE/Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx
include/OpenCASCADE/Resource_DataMapIteratorOfDataMapOfAsciiStringExtendedString.hxx
@@ -22127,11 +23095,12 @@ include/OpenCASCADE/SWDRAW_ShapeProcess.hxx
include/OpenCASCADE/SWDRAW_ShapeProcessAPI.hxx
include/OpenCASCADE/SWDRAW_ShapeTool.hxx
include/OpenCASCADE/SWDRAW_ShapeUpgrade.hxx
+include/OpenCASCADE/Select3D_BVHBuilder3d.hxx
include/OpenCASCADE/Select3D_BVHIndexBuffer.hxx
include/OpenCASCADE/Select3D_BndBox3d.hxx
include/OpenCASCADE/Select3D_EntitySequence.hxx
+include/OpenCASCADE/Select3D_IndexedMapOfEntity.hxx
include/OpenCASCADE/Select3D_InteriorSensitivePointSet.hxx
-include/OpenCASCADE/Select3D_Macro.hxx
include/OpenCASCADE/Select3D_Pnt.hxx
include/OpenCASCADE/Select3D_PointData.hxx
include/OpenCASCADE/Select3D_SensitiveBox.hxx
@@ -22140,26 +23109,20 @@ include/OpenCASCADE/Select3D_SensitiveCurve.hxx
include/OpenCASCADE/Select3D_SensitiveEntity.hxx
include/OpenCASCADE/Select3D_SensitiveFace.hxx
include/OpenCASCADE/Select3D_SensitiveGroup.hxx
-include/OpenCASCADE/Select3D_SensitiveGroup.lxx
include/OpenCASCADE/Select3D_SensitivePoint.hxx
include/OpenCASCADE/Select3D_SensitivePoly.hxx
-include/OpenCASCADE/Select3D_SensitivePoly.lxx
include/OpenCASCADE/Select3D_SensitivePrimitiveArray.hxx
include/OpenCASCADE/Select3D_SensitiveSegment.hxx
-include/OpenCASCADE/Select3D_SensitiveSegment.lxx
include/OpenCASCADE/Select3D_SensitiveSet.hxx
include/OpenCASCADE/Select3D_SensitiveTriangle.hxx
include/OpenCASCADE/Select3D_SensitiveTriangulation.hxx
-include/OpenCASCADE/Select3D_SensitiveTriangulation.lxx
include/OpenCASCADE/Select3D_SensitiveWire.hxx
include/OpenCASCADE/Select3D_TypeOfSensitivity.hxx
include/OpenCASCADE/SelectBasics.hxx
include/OpenCASCADE/SelectBasics_EntityOwner.hxx
-include/OpenCASCADE/SelectBasics_EntityOwner.lxx
include/OpenCASCADE/SelectBasics_PickResult.hxx
include/OpenCASCADE/SelectBasics_SelectingVolumeManager.hxx
include/OpenCASCADE/SelectBasics_SensitiveEntity.hxx
-include/OpenCASCADE/SelectBasics_SensitiveEntity.lxx
include/OpenCASCADE/SelectMgr_AndFilter.hxx
include/OpenCASCADE/SelectMgr_BaseFrustum.hxx
include/OpenCASCADE/SelectMgr_CompositionFilter.hxx
@@ -22167,7 +23130,6 @@ include/OpenCASCADE/SelectMgr_CompositionFilter.lxx
include/OpenCASCADE/SelectMgr_DataMapIteratorOfDataMapOfObjectSelectors.hxx
include/OpenCASCADE/SelectMgr_DataMapOfObjectSelectors.hxx
include/OpenCASCADE/SelectMgr_EntityOwner.hxx
-include/OpenCASCADE/SelectMgr_EntityOwner.lxx
include/OpenCASCADE/SelectMgr_Filter.hxx
include/OpenCASCADE/SelectMgr_Frustum.hxx
include/OpenCASCADE/SelectMgr_Frustum.lxx
@@ -22177,6 +23139,7 @@ include/OpenCASCADE/SelectMgr_IndexedMapOfOwner.hxx
include/OpenCASCADE/SelectMgr_ListIteratorOfListOfFilter.hxx
include/OpenCASCADE/SelectMgr_ListOfFilter.hxx
include/OpenCASCADE/SelectMgr_OrFilter.hxx
+include/OpenCASCADE/SelectMgr_PickingStrategy.hxx
include/OpenCASCADE/SelectMgr_RectangularFrustum.hxx
include/OpenCASCADE/SelectMgr_SOPtr.hxx
include/OpenCASCADE/SelectMgr_SelectableObject.hxx
@@ -22297,7 +23260,6 @@ include/OpenCASCADE/ShapeFix_ShapeTolerance.hxx
include/OpenCASCADE/ShapeFix_Shell.hxx
include/OpenCASCADE/ShapeFix_Shell.lxx
include/OpenCASCADE/ShapeFix_Solid.hxx
-include/OpenCASCADE/ShapeFix_Solid.lxx
include/OpenCASCADE/ShapeFix_SplitCommonVertex.hxx
include/OpenCASCADE/ShapeFix_SplitTool.hxx
include/OpenCASCADE/ShapeFix_Wire.hxx
@@ -22318,6 +23280,7 @@ include/OpenCASCADE/ShapePersistent_HArray2.hxx
include/OpenCASCADE/ShapePersistent_HSequence.hxx
include/OpenCASCADE/ShapePersistent_Poly.hxx
include/OpenCASCADE/ShapePersistent_TopoDS.hxx
+include/OpenCASCADE/ShapePersistent_TriangleMode.hxx
include/OpenCASCADE/ShapeProcess.hxx
include/OpenCASCADE/ShapeProcessAPI_ApplySequence.hxx
include/OpenCASCADE/ShapeProcess_Context.hxx
@@ -22372,6 +23335,7 @@ include/OpenCASCADE/ShapeUpgrade_WireDivide.hxx
include/OpenCASCADE/Standard.hxx
include/OpenCASCADE/Standard_AbortiveTransaction.hxx
include/OpenCASCADE/Standard_Address.hxx
+include/OpenCASCADE/Standard_ArrayStreamBuffer.hxx
include/OpenCASCADE/Standard_Assert.hxx
include/OpenCASCADE/Standard_Atomic.hxx
include/OpenCASCADE/Standard_Boolean.hxx
@@ -22473,6 +23437,8 @@ include/OpenCASCADE/StdObjMgt_MapOfInstantiators.hxx
include/OpenCASCADE/StdObjMgt_Persistent.hxx
include/OpenCASCADE/StdObjMgt_ReadData.hxx
include/OpenCASCADE/StdObjMgt_SharedObject.hxx
+include/OpenCASCADE/StdObjMgt_TransientPersistentMap.hxx
+include/OpenCASCADE/StdObjMgt_WriteData.hxx
include/OpenCASCADE/StdObject_Location.hxx
include/OpenCASCADE/StdObject_Shape.hxx
include/OpenCASCADE/StdObject_gp_Axes.hxx
@@ -22525,14 +23491,24 @@ include/OpenCASCADE/StdSelect_Prs.hxx
include/OpenCASCADE/StdSelect_Prs.lxx
include/OpenCASCADE/StdSelect_SensitivityMode.hxx
include/OpenCASCADE/StdSelect_Shape.hxx
-include/OpenCASCADE/StdSelect_Shape.lxx
include/OpenCASCADE/StdSelect_ShapeTypeFilter.hxx
include/OpenCASCADE/StdSelect_ShapeTypeFilter.lxx
include/OpenCASCADE/StdSelect_TypeOfEdge.hxx
include/OpenCASCADE/StdSelect_TypeOfFace.hxx
include/OpenCASCADE/StdSelect_TypeOfResult.hxx
+include/OpenCASCADE/StdSelect_TypeOfSelectionImage.hxx
include/OpenCASCADE/StdSelect_ViewerSelector3d.hxx
-include/OpenCASCADE/StdSelect_ViewerSelector3d.lxx
+include/OpenCASCADE/StdStorage.hxx
+include/OpenCASCADE/StdStorage_BacketOfPersistent.hxx
+include/OpenCASCADE/StdStorage_Data.hxx
+include/OpenCASCADE/StdStorage_HSequenceOfRoots.hxx
+include/OpenCASCADE/StdStorage_HeaderData.hxx
+include/OpenCASCADE/StdStorage_MapOfRoots.hxx
+include/OpenCASCADE/StdStorage_MapOfTypes.hxx
+include/OpenCASCADE/StdStorage_Root.hxx
+include/OpenCASCADE/StdStorage_RootData.hxx
+include/OpenCASCADE/StdStorage_SequenceOfRoots.hxx
+include/OpenCASCADE/StdStorage_TypeData.hxx
include/OpenCASCADE/StepAP203_ApprovedItem.hxx
include/OpenCASCADE/StepAP203_Array1OfApprovedItem.hxx
include/OpenCASCADE/StepAP203_Array1OfCertifiedItem.hxx
@@ -23483,6 +24459,9 @@ include/OpenCASCADE/StepToTopoDS_TranslateVertexError.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertexLoop.hxx
include/OpenCASCADE/StepToTopoDS_TranslateVertexLoopError.hxx
include/OpenCASCADE/StepVisual_AnnotationCurveOccurrence.hxx
+include/OpenCASCADE/StepVisual_AnnotationCurveOccurrenceAndAnnotationOccurrenceAndGeomReprItemAndReprItemAndStyledItem.hxx
+include/OpenCASCADE/StepVisual_AnnotationFillArea.hxx
+include/OpenCASCADE/StepVisual_AnnotationFillAreaOccurrence.hxx
include/OpenCASCADE/StepVisual_AnnotationOccurrence.hxx
include/OpenCASCADE/StepVisual_AnnotationPlane.hxx
include/OpenCASCADE/StepVisual_AnnotationPlaneElement.hxx
@@ -23492,6 +24471,8 @@ include/OpenCASCADE/StepVisual_AreaInSet.hxx
include/OpenCASCADE/StepVisual_AreaOrView.hxx
include/OpenCASCADE/StepVisual_Array1OfAnnotationPlaneElement.hxx
include/OpenCASCADE/StepVisual_Array1OfBoxCharacteristicSelect.hxx
+include/OpenCASCADE/StepVisual_Array1OfCameraModelD3MultiClippingInterectionSelect.hxx
+include/OpenCASCADE/StepVisual_Array1OfCameraModelD3MultiClippingUnionSelect.hxx
include/OpenCASCADE/StepVisual_Array1OfCurveStyleFontPattern.hxx
include/OpenCASCADE/StepVisual_Array1OfDirectionCountSelect.hxx
include/OpenCASCADE/StepVisual_Array1OfDraughtingCalloutElement.hxx
@@ -23511,6 +24492,11 @@ include/OpenCASCADE/StepVisual_CameraImage3dWithScale.hxx
include/OpenCASCADE/StepVisual_CameraModel.hxx
include/OpenCASCADE/StepVisual_CameraModelD2.hxx
include/OpenCASCADE/StepVisual_CameraModelD3.hxx
+include/OpenCASCADE/StepVisual_CameraModelD3MultiClipping.hxx
+include/OpenCASCADE/StepVisual_CameraModelD3MultiClippingInterectionSelect.hxx
+include/OpenCASCADE/StepVisual_CameraModelD3MultiClippingIntersection.hxx
+include/OpenCASCADE/StepVisual_CameraModelD3MultiClippingUnion.hxx
+include/OpenCASCADE/StepVisual_CameraModelD3MultiClippingUnionSelect.hxx
include/OpenCASCADE/StepVisual_CameraUsage.hxx
include/OpenCASCADE/StepVisual_CentralOrParallel.hxx
include/OpenCASCADE/StepVisual_CharacterizedObjectAndCharacterizedRepresentationAndDraughtingModelAndRepresentation.hxx
@@ -23541,6 +24527,8 @@ include/OpenCASCADE/StepVisual_FillStyleSelect.hxx
include/OpenCASCADE/StepVisual_FontSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfAnnotationPlaneElement.hxx
include/OpenCASCADE/StepVisual_HArray1OfBoxCharacteristicSelect.hxx
+include/OpenCASCADE/StepVisual_HArray1OfCameraModelD3MultiClippingInterectionSelect.hxx
+include/OpenCASCADE/StepVisual_HArray1OfCameraModelD3MultiClippingUnionSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfCurveStyleFontPattern.hxx
include/OpenCASCADE/StepVisual_HArray1OfDirectionCountSelect.hxx
include/OpenCASCADE/StepVisual_HArray1OfDraughtingCalloutElement.hxx
@@ -23612,21 +24600,8 @@ include/OpenCASCADE/StepVisual_TextStyleForDefinedFont.hxx
include/OpenCASCADE/StepVisual_TextStyleWithBoxCharacteristics.hxx
include/OpenCASCADE/StepVisual_ViewVolume.hxx
include/OpenCASCADE/StlAPI.hxx
-include/OpenCASCADE/StlAPI_ErrorStatus.hxx
include/OpenCASCADE/StlAPI_Reader.hxx
include/OpenCASCADE/StlAPI_Writer.hxx
-include/OpenCASCADE/StlMesh.hxx
-include/OpenCASCADE/StlMesh_Mesh.hxx
-include/OpenCASCADE/StlMesh_Mesh.lxx
-include/OpenCASCADE/StlMesh_MeshDomain.hxx
-include/OpenCASCADE/StlMesh_MeshDomain.lxx
-include/OpenCASCADE/StlMesh_MeshExplorer.hxx
-include/OpenCASCADE/StlMesh_MeshExplorer.lxx
-include/OpenCASCADE/StlMesh_MeshTriangle.hxx
-include/OpenCASCADE/StlMesh_SequenceOfMesh.hxx
-include/OpenCASCADE/StlMesh_SequenceOfMeshDomain.hxx
-include/OpenCASCADE/StlMesh_SequenceOfMeshTriangle.hxx
-include/OpenCASCADE/StlTransfer.hxx
include/OpenCASCADE/Storage.hxx
include/OpenCASCADE/Storage_ArrayOfCallBack.hxx
include/OpenCASCADE/Storage_ArrayOfSchema.hxx
@@ -23989,9 +24964,7 @@ include/OpenCASCADE/TDataStd_AsciiString.hxx
include/OpenCASCADE/TDataStd_BooleanArray.hxx
include/OpenCASCADE/TDataStd_BooleanList.hxx
include/OpenCASCADE/TDataStd_ByteArray.hxx
-include/OpenCASCADE/TDataStd_ByteArray.lxx
include/OpenCASCADE/TDataStd_ChildNodeIterator.hxx
-include/OpenCASCADE/TDataStd_ChildNodeIterator.lxx
include/OpenCASCADE/TDataStd_Comment.hxx
include/OpenCASCADE/TDataStd_Current.hxx
include/OpenCASCADE/TDataStd_DataMapIteratorOfDataMapOfStringByte.hxx
@@ -24012,26 +24985,17 @@ include/OpenCASCADE/TDataStd_DeltaOnModificationOfRealArray.hxx
include/OpenCASCADE/TDataStd_Directory.hxx
include/OpenCASCADE/TDataStd_Expression.hxx
include/OpenCASCADE/TDataStd_ExtStringArray.hxx
-include/OpenCASCADE/TDataStd_ExtStringArray.lxx
include/OpenCASCADE/TDataStd_ExtStringList.hxx
include/OpenCASCADE/TDataStd_HDataMapOfStringByte.hxx
-include/OpenCASCADE/TDataStd_HDataMapOfStringByte.lxx
include/OpenCASCADE/TDataStd_HDataMapOfStringHArray1OfInteger.hxx
-include/OpenCASCADE/TDataStd_HDataMapOfStringHArray1OfInteger.lxx
include/OpenCASCADE/TDataStd_HDataMapOfStringHArray1OfReal.hxx
-include/OpenCASCADE/TDataStd_HDataMapOfStringHArray1OfReal.lxx
include/OpenCASCADE/TDataStd_HDataMapOfStringInteger.hxx
-include/OpenCASCADE/TDataStd_HDataMapOfStringInteger.lxx
include/OpenCASCADE/TDataStd_HDataMapOfStringReal.hxx
-include/OpenCASCADE/TDataStd_HDataMapOfStringReal.lxx
include/OpenCASCADE/TDataStd_HDataMapOfStringString.hxx
-include/OpenCASCADE/TDataStd_HDataMapOfStringString.lxx
include/OpenCASCADE/TDataStd_HLabelArray1.hxx
include/OpenCASCADE/TDataStd_IntPackedMap.hxx
-include/OpenCASCADE/TDataStd_IntPackedMap.lxx
include/OpenCASCADE/TDataStd_Integer.hxx
include/OpenCASCADE/TDataStd_IntegerArray.hxx
-include/OpenCASCADE/TDataStd_IntegerArray.lxx
include/OpenCASCADE/TDataStd_IntegerList.hxx
include/OpenCASCADE/TDataStd_LabelArray1.hxx
include/OpenCASCADE/TDataStd_ListIteratorOfListOfByte.hxx
@@ -24045,7 +25009,6 @@ include/OpenCASCADE/TDataStd_NoteBook.hxx
include/OpenCASCADE/TDataStd_PtrTreeNode.hxx
include/OpenCASCADE/TDataStd_Real.hxx
include/OpenCASCADE/TDataStd_RealArray.hxx
-include/OpenCASCADE/TDataStd_RealArray.lxx
include/OpenCASCADE/TDataStd_RealEnum.hxx
include/OpenCASCADE/TDataStd_RealList.hxx
include/OpenCASCADE/TDataStd_ReferenceArray.hxx
@@ -24073,6 +25036,7 @@ include/OpenCASCADE/TDataXtd_Point.hxx
include/OpenCASCADE/TDataXtd_Position.hxx
include/OpenCASCADE/TDataXtd_Presentation.hxx
include/OpenCASCADE/TDataXtd_Shape.hxx
+include/OpenCASCADE/TDataXtd_Triangulation.hxx
include/OpenCASCADE/TDocStd.hxx
include/OpenCASCADE/TDocStd_Application.hxx
include/OpenCASCADE/TDocStd_ApplicationDelta.hxx
@@ -24214,32 +25178,6 @@ include/OpenCASCADE/TShort_HArray1OfShortReal.hxx
include/OpenCASCADE/TShort_HArray2OfShortReal.hxx
include/OpenCASCADE/TShort_HSequenceOfShortReal.hxx
include/OpenCASCADE/TShort_SequenceOfShortReal.hxx
-include/OpenCASCADE/TestTopOpe.hxx
-include/OpenCASCADE/TestTopOpeDraw.hxx
-include/OpenCASCADE/TestTopOpeDraw_Array1OfDrawableMesure.hxx
-include/OpenCASCADE/TestTopOpeDraw_Array1OfDrawableP3D.hxx
-include/OpenCASCADE/TestTopOpeDraw_Displayer.hxx
-include/OpenCASCADE/TestTopOpeDraw_DrawableC2D.hxx
-include/OpenCASCADE/TestTopOpeDraw_DrawableC3D.hxx
-include/OpenCASCADE/TestTopOpeDraw_DrawableMesure.hxx
-include/OpenCASCADE/TestTopOpeDraw_DrawableP2D.hxx
-include/OpenCASCADE/TestTopOpeDraw_DrawableP3D.hxx
-include/OpenCASCADE/TestTopOpeDraw_DrawableSHA.hxx
-include/OpenCASCADE/TestTopOpeDraw_DrawableSUR.hxx
-include/OpenCASCADE/TestTopOpeDraw_HArray1OfDrawableMesure.hxx
-include/OpenCASCADE/TestTopOpeDraw_HArray1OfDrawableP3D.hxx
-include/OpenCASCADE/TestTopOpeDraw_ListIteratorOfListOfPnt2d.hxx
-include/OpenCASCADE/TestTopOpeDraw_ListOfPnt2d.hxx
-include/OpenCASCADE/TestTopOpeDraw_TTOT.hxx
-include/OpenCASCADE/TestTopOpeTools.hxx
-include/OpenCASCADE/TestTopOpeTools_Array1OfMesure.hxx
-include/OpenCASCADE/TestTopOpeTools_HArray1OfMesure.hxx
-include/OpenCASCADE/TestTopOpeTools_Mesure.hxx
-include/OpenCASCADE/TestTopOpeTools_PMesure.hxx
-include/OpenCASCADE/TestTopOpeTools_Trace.hxx
-include/OpenCASCADE/TestTopOpe_BOOP.hxx
-include/OpenCASCADE/TestTopOpe_HDSDisplayer.hxx
-include/OpenCASCADE/TestTopOpe_VarsTopo.hxx
include/OpenCASCADE/TopAbs.hxx
include/OpenCASCADE/TopAbs_Orientation.hxx
include/OpenCASCADE/TopAbs_ShapeEnum.hxx
@@ -24294,7 +25232,6 @@ include/OpenCASCADE/TopOpeBRepBuild_DataMapOfShapeListOfShapeListOfShape.hxx
include/OpenCASCADE/TopOpeBRepBuild_EdgeBuilder.hxx
include/OpenCASCADE/TopOpeBRepBuild_FaceAreaBuilder.hxx
include/OpenCASCADE/TopOpeBRepBuild_FaceBuilder.hxx
-include/OpenCASCADE/TopOpeBRepBuild_Fill.hxx
include/OpenCASCADE/TopOpeBRepBuild_FuseFace.hxx
include/OpenCASCADE/TopOpeBRepBuild_FuseFace.lxx
include/OpenCASCADE/TopOpeBRepBuild_GIter.hxx
@@ -24327,10 +25264,6 @@ include/OpenCASCADE/TopOpeBRepBuild_ShellFaceSet.hxx
include/OpenCASCADE/TopOpeBRepBuild_ShellToSolid.hxx
include/OpenCASCADE/TopOpeBRepBuild_SolidAreaBuilder.hxx
include/OpenCASCADE/TopOpeBRepBuild_SolidBuilder.hxx
-include/OpenCASCADE/TopOpeBRepBuild_SplitEdge.hxx
-include/OpenCASCADE/TopOpeBRepBuild_SplitFace.hxx
-include/OpenCASCADE/TopOpeBRepBuild_SplitShapes.hxx
-include/OpenCASCADE/TopOpeBRepBuild_SplitSolid.hxx
include/OpenCASCADE/TopOpeBRepBuild_Tools.hxx
include/OpenCASCADE/TopOpeBRepBuild_Tools2d.hxx
include/OpenCASCADE/TopOpeBRepBuild_VertexInfo.hxx
@@ -24603,6 +25536,7 @@ include/OpenCASCADE/TopoDSToStep_MakeWireError.hxx
include/OpenCASCADE/TopoDSToStep_Root.hxx
include/OpenCASCADE/TopoDSToStep_Tool.hxx
include/OpenCASCADE/TopoDSToStep_WireframeBuilder.hxx
+include/OpenCASCADE/TopoDS_AlertWithShape.hxx
include/OpenCASCADE/TopoDS_Builder.hxx
include/OpenCASCADE/TopoDS_Builder.lxx
include/OpenCASCADE/TopoDS_CompSolid.hxx
@@ -24769,7 +25703,6 @@ include/OpenCASCADE/V3d_TypeOfPickCamera.hxx
include/OpenCASCADE/V3d_TypeOfPickLight.hxx
include/OpenCASCADE/V3d_TypeOfRepresentation.hxx
include/OpenCASCADE/V3d_TypeOfShadingModel.hxx
-include/OpenCASCADE/V3d_TypeOfUpdate.hxx
include/OpenCASCADE/V3d_TypeOfView.hxx
include/OpenCASCADE/V3d_TypeOfVisualization.hxx
include/OpenCASCADE/V3d_UnMapped.hxx
@@ -24889,9 +25822,7 @@ include/OpenCASCADE/Vrml_WWWInline.hxx
include/OpenCASCADE/WNT_ClassDefinitionError.hxx
include/OpenCASCADE/WNT_Dword.hxx
include/OpenCASCADE/WNT_OrientationType.hxx
-include/OpenCASCADE/WNT_Uint.hxx
include/OpenCASCADE/WNT_WClass.hxx
-include/OpenCASCADE/WNT_WClass.lxx
include/OpenCASCADE/WNT_Window.hxx
include/OpenCASCADE/WNT_Window.lxx
include/OpenCASCADE/WNT_WindowPtr.hxx
@@ -24923,7 +25854,10 @@ include/OpenCASCADE/XCAFDimTolObjects_GeomToleranceZoneModif.hxx
include/OpenCASCADE/XCAFDimTolObjects_Tool.hxx
include/OpenCASCADE/XCAFDoc.hxx
include/OpenCASCADE/XCAFDoc_Area.hxx
+include/OpenCASCADE/XCAFDoc_AssemblyItemId.hxx
+include/OpenCASCADE/XCAFDoc_AssemblyItemRef.hxx
include/OpenCASCADE/XCAFDoc_Centroid.hxx
+include/OpenCASCADE/XCAFDoc_ClippingPlaneTool.hxx
include/OpenCASCADE/XCAFDoc_Color.hxx
include/OpenCASCADE/XCAFDoc_ColorTool.hxx
include/OpenCASCADE/XCAFDoc_ColorType.hxx
@@ -24942,8 +25876,16 @@ include/OpenCASCADE/XCAFDoc_LayerTool.hxx
include/OpenCASCADE/XCAFDoc_Location.hxx
include/OpenCASCADE/XCAFDoc_Material.hxx
include/OpenCASCADE/XCAFDoc_MaterialTool.hxx
+include/OpenCASCADE/XCAFDoc_Note.hxx
+include/OpenCASCADE/XCAFDoc_NoteBalloon.hxx
+include/OpenCASCADE/XCAFDoc_NoteBinData.hxx
+include/OpenCASCADE/XCAFDoc_NoteComment.hxx
+include/OpenCASCADE/XCAFDoc_NotesTool.hxx
+include/OpenCASCADE/XCAFDoc_PartId.hxx
include/OpenCASCADE/XCAFDoc_ShapeMapTool.hxx
include/OpenCASCADE/XCAFDoc_ShapeTool.hxx
+include/OpenCASCADE/XCAFDoc_View.hxx
+include/OpenCASCADE/XCAFDoc_ViewTool.hxx
include/OpenCASCADE/XCAFDoc_Volume.hxx
include/OpenCASCADE/XCAFPrs.hxx
include/OpenCASCADE/XCAFPrs_AISObject.hxx
@@ -24955,13 +25897,17 @@ include/OpenCASCADE/XCAFPrs_DataMapOfStyleShape.hxx
include/OpenCASCADE/XCAFPrs_DataMapOfStyleTransient.hxx
include/OpenCASCADE/XCAFPrs_Driver.hxx
include/OpenCASCADE/XCAFPrs_Style.hxx
+include/OpenCASCADE/XCAFView_Object.hxx
+include/OpenCASCADE/XCAFView_ProjectionType.hxx
include/OpenCASCADE/XDEDRAW.hxx
include/OpenCASCADE/XDEDRAW_Colors.hxx
include/OpenCASCADE/XDEDRAW_Common.hxx
include/OpenCASCADE/XDEDRAW_GDTs.hxx
include/OpenCASCADE/XDEDRAW_Layers.hxx
+include/OpenCASCADE/XDEDRAW_Notes.hxx
include/OpenCASCADE/XDEDRAW_Props.hxx
include/OpenCASCADE/XDEDRAW_Shapes.hxx
+include/OpenCASCADE/XDEDRAW_Views.hxx
include/OpenCASCADE/XSAlgo.hxx
include/OpenCASCADE/XSAlgo_AlgoContainer.hxx
include/OpenCASCADE/XSAlgo_AlgoContainer.lxx
@@ -24992,7 +25938,6 @@ include/OpenCASCADE/XSDRAWSTLVRML_DataSource.hxx
include/OpenCASCADE/XSDRAWSTLVRML_DataSource3D.hxx
include/OpenCASCADE/XSDRAWSTLVRML_DrawableMesh.hxx
include/OpenCASCADE/XSDRAWSTLVRML_ElemNodesMap.hxx
-include/OpenCASCADE/XSDRAW_Commands.hxx
include/OpenCASCADE/XSDRAW_Functions.hxx
include/OpenCASCADE/XSDRAW_Vars.hxx
include/OpenCASCADE/XmlDrivers.hxx
@@ -25050,6 +25995,7 @@ include/OpenCASCADE/XmlMDataXtd_PointDriver.hxx
include/OpenCASCADE/XmlMDataXtd_PositionDriver.hxx
include/OpenCASCADE/XmlMDataXtd_PresentationDriver.hxx
include/OpenCASCADE/XmlMDataXtd_ShapeDriver.hxx
+include/OpenCASCADE/XmlMDataXtd_TriangulationDriver.hxx
include/OpenCASCADE/XmlMDocStd.hxx
include/OpenCASCADE/XmlMDocStd_XLinkDriver.hxx
include/OpenCASCADE/XmlMFunction.hxx
@@ -25063,7 +26009,9 @@ include/OpenCASCADE/XmlMNaming_NamingDriver.hxx
include/OpenCASCADE/XmlMNaming_Shape1.hxx
include/OpenCASCADE/XmlMXCAFDoc.hxx
include/OpenCASCADE/XmlMXCAFDoc_AreaDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_AssemblyItemRefDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_CentroidDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_ClippingPlaneToolDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_ColorDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_ColorToolDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_DatumDriver.hxx
@@ -25076,7 +26024,13 @@ include/OpenCASCADE/XmlMXCAFDoc_LocationDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_LocationDriver.lxx
include/OpenCASCADE/XmlMXCAFDoc_MaterialDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_MaterialToolDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_NoteBalloonDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_NoteBinDataDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_NoteCommentDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_NoteDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_NotesToolDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_ShapeToolDriver.hxx
+include/OpenCASCADE/XmlMXCAFDoc_ViewToolDriver.hxx
include/OpenCASCADE/XmlMXCAFDoc_VolumeDriver.hxx
include/OpenCASCADE/XmlObjMgt.hxx
include/OpenCASCADE/XmlObjMgt_Array1.hxx
@@ -25293,182 +26247,197 @@ include/OpenCASCADE/math_Uzawa.lxx
include/OpenCASCADE/math_ValueAndWeight.hxx
include/OpenCASCADE/math_Vector.hxx
include/OpenCASCADE/step.tab.h
+lib/cmake/OpenCASCADEApplicationFrameworkTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEApplicationFrameworkTargets.cmake
+lib/cmake/OpenCASCADECompileDefinitionsAndFlags-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEConfig.cmake
+lib/cmake/OpenCASCADEConfigVersion.cmake
+lib/cmake/OpenCASCADEDataExchangeTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEDataExchangeTargets.cmake
+lib/cmake/OpenCASCADEDrawTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEDrawTargets.cmake
+lib/cmake/OpenCASCADEFoundationClassesTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEFoundationClassesTargets.cmake
+lib/cmake/OpenCASCADEModelingAlgorithmsTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEModelingAlgorithmsTargets.cmake
+lib/cmake/OpenCASCADEModelingDataTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEModelingDataTargets.cmake
+lib/cmake/OpenCASCADEVisualizationTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/OpenCASCADEVisualizationTargets.cmake
lib/libTKBO.so
-lib/libTKBO.so.7
-lib/libTKBO.so.7.1.0
+lib/libTKBO.so.%%VE%%
+lib/libTKBO.so.%%VER%%
lib/libTKBRep.so
-lib/libTKBRep.so.7
-lib/libTKBRep.so.7.1.0
+lib/libTKBRep.so.%%VE%%
+lib/libTKBRep.so.%%VER%%
lib/libTKBin.so
-lib/libTKBin.so.7
-lib/libTKBin.so.7.1.0
+lib/libTKBin.so.%%VE%%
+lib/libTKBin.so.%%VER%%
lib/libTKBinL.so
-lib/libTKBinL.so.7
-lib/libTKBinL.so.7.1.0
+lib/libTKBinL.so.%%VE%%
+lib/libTKBinL.so.%%VER%%
lib/libTKBinTObj.so
-lib/libTKBinTObj.so.7
-lib/libTKBinTObj.so.7.1.0
+lib/libTKBinTObj.so.%%VE%%
+lib/libTKBinTObj.so.%%VER%%
lib/libTKBinXCAF.so
-lib/libTKBinXCAF.so.7
-lib/libTKBinXCAF.so.7.1.0
+lib/libTKBinXCAF.so.%%VE%%
+lib/libTKBinXCAF.so.%%VER%%
lib/libTKBool.so
-lib/libTKBool.so.7
-lib/libTKBool.so.7.1.0
+lib/libTKBool.so.%%VE%%
+lib/libTKBool.so.%%VER%%
lib/libTKCAF.so
-lib/libTKCAF.so.7
-lib/libTKCAF.so.7.1.0
+lib/libTKCAF.so.%%VE%%
+lib/libTKCAF.so.%%VER%%
lib/libTKCDF.so
-lib/libTKCDF.so.7
-lib/libTKCDF.so.7.1.0
+lib/libTKCDF.so.%%VE%%
+lib/libTKCDF.so.%%VER%%
lib/libTKDCAF.so
-lib/libTKDCAF.so.7
-lib/libTKDCAF.so.7.1.0
+lib/libTKDCAF.so.%%VE%%
+lib/libTKDCAF.so.%%VER%%
lib/libTKDraw.so
-lib/libTKDraw.so.7
-lib/libTKDraw.so.7.1.0
+lib/libTKDraw.so.%%VE%%
+lib/libTKDraw.so.%%VER%%
lib/libTKFeat.so
-lib/libTKFeat.so.7
-lib/libTKFeat.so.7.1.0
+lib/libTKFeat.so.%%VE%%
+lib/libTKFeat.so.%%VER%%
lib/libTKFillet.so
-lib/libTKFillet.so.7
-lib/libTKFillet.so.7.1.0
+lib/libTKFillet.so.%%VE%%
+lib/libTKFillet.so.%%VER%%
lib/libTKG2d.so
-lib/libTKG2d.so.7
-lib/libTKG2d.so.7.1.0
+lib/libTKG2d.so.%%VE%%
+lib/libTKG2d.so.%%VER%%
lib/libTKG3d.so
-lib/libTKG3d.so.7
-lib/libTKG3d.so.7.1.0
+lib/libTKG3d.so.%%VE%%
+lib/libTKG3d.so.%%VER%%
lib/libTKGeomAlgo.so
-lib/libTKGeomAlgo.so.7
-lib/libTKGeomAlgo.so.7.1.0
+lib/libTKGeomAlgo.so.%%VE%%
+lib/libTKGeomAlgo.so.%%VER%%
lib/libTKGeomBase.so
-lib/libTKGeomBase.so.7
-lib/libTKGeomBase.so.7.1.0
+lib/libTKGeomBase.so.%%VE%%
+lib/libTKGeomBase.so.%%VER%%
lib/libTKHLR.so
-lib/libTKHLR.so.7
-lib/libTKHLR.so.7.1.0
+lib/libTKHLR.so.%%VE%%
+lib/libTKHLR.so.%%VER%%
lib/libTKIGES.so
-lib/libTKIGES.so.7
-lib/libTKIGES.so.7.1.0
+lib/libTKIGES.so.%%VE%%
+lib/libTKIGES.so.%%VER%%
lib/libTKIVtk.so
-lib/libTKIVtk.so.7
-lib/libTKIVtk.so.7.1.0
+lib/libTKIVtk.so.%%VE%%
+lib/libTKIVtk.so.%%VER%%
lib/libTKIVtkDraw.so
-lib/libTKIVtkDraw.so.7
-lib/libTKIVtkDraw.so.7.1.0
+lib/libTKIVtkDraw.so.%%VE%%
+lib/libTKIVtkDraw.so.%%VER%%
lib/libTKLCAF.so
-lib/libTKLCAF.so.7
-lib/libTKLCAF.so.7.1.0
+lib/libTKLCAF.so.%%VE%%
+lib/libTKLCAF.so.%%VER%%
lib/libTKMath.so
-lib/libTKMath.so.7
-lib/libTKMath.so.7.1.0
+lib/libTKMath.so.%%VE%%
+lib/libTKMath.so.%%VER%%
lib/libTKMesh.so
-lib/libTKMesh.so.7
-lib/libTKMesh.so.7.1.0
+lib/libTKMesh.so.%%VE%%
+lib/libTKMesh.so.%%VER%%
lib/libTKMeshVS.so
-lib/libTKMeshVS.so.7
-lib/libTKMeshVS.so.7.1.0
+lib/libTKMeshVS.so.%%VE%%
+lib/libTKMeshVS.so.%%VER%%
lib/libTKOffset.so
-lib/libTKOffset.so.7
-lib/libTKOffset.so.7.1.0
+lib/libTKOffset.so.%%VE%%
+lib/libTKOffset.so.%%VER%%
lib/libTKOpenGl.so
-lib/libTKOpenGl.so.7
-lib/libTKOpenGl.so.7.1.0
+lib/libTKOpenGl.so.%%VE%%
+lib/libTKOpenGl.so.%%VER%%
lib/libTKPrim.so
-lib/libTKPrim.so.7
-lib/libTKPrim.so.7.1.0
+lib/libTKPrim.so.%%VE%%
+lib/libTKPrim.so.%%VER%%
lib/libTKQADraw.so
-lib/libTKQADraw.so.7
-lib/libTKQADraw.so.7.1.0
+lib/libTKQADraw.so.%%VE%%
+lib/libTKQADraw.so.%%VER%%
lib/libTKSTEP.so
-lib/libTKSTEP.so.7
-lib/libTKSTEP.so.7.1.0
+lib/libTKSTEP.so.%%VE%%
+lib/libTKSTEP.so.%%VER%%
lib/libTKSTEP209.so
-lib/libTKSTEP209.so.7
-lib/libTKSTEP209.so.7.1.0
+lib/libTKSTEP209.so.%%VE%%
+lib/libTKSTEP209.so.%%VER%%
lib/libTKSTEPAttr.so
-lib/libTKSTEPAttr.so.7
-lib/libTKSTEPAttr.so.7.1.0
+lib/libTKSTEPAttr.so.%%VE%%
+lib/libTKSTEPAttr.so.%%VER%%
lib/libTKSTEPBase.so
-lib/libTKSTEPBase.so.7
-lib/libTKSTEPBase.so.7.1.0
+lib/libTKSTEPBase.so.%%VE%%
+lib/libTKSTEPBase.so.%%VER%%
lib/libTKSTL.so
-lib/libTKSTL.so.7
-lib/libTKSTL.so.7.1.0
+lib/libTKSTL.so.%%VE%%
+lib/libTKSTL.so.%%VER%%
lib/libTKService.so
-lib/libTKService.so.7
-lib/libTKService.so.7.1.0
+lib/libTKService.so.%%VE%%
+lib/libTKService.so.%%VER%%
lib/libTKShHealing.so
-lib/libTKShHealing.so.7
-lib/libTKShHealing.so.7.1.0
+lib/libTKShHealing.so.%%VE%%
+lib/libTKShHealing.so.%%VER%%
lib/libTKStd.so
-lib/libTKStd.so.7
-lib/libTKStd.so.7.1.0
+lib/libTKStd.so.%%VE%%
+lib/libTKStd.so.%%VER%%
lib/libTKStdL.so
-lib/libTKStdL.so.7
-lib/libTKStdL.so.7.1.0
+lib/libTKStdL.so.%%VE%%
+lib/libTKStdL.so.%%VER%%
lib/libTKTObj.so
-lib/libTKTObj.so.7
-lib/libTKTObj.so.7.1.0
+lib/libTKTObj.so.%%VE%%
+lib/libTKTObj.so.%%VER%%
lib/libTKTObjDRAW.so
-lib/libTKTObjDRAW.so.7
-lib/libTKTObjDRAW.so.7.1.0
+lib/libTKTObjDRAW.so.%%VE%%
+lib/libTKTObjDRAW.so.%%VER%%
lib/libTKTopAlgo.so
-lib/libTKTopAlgo.so.7
-lib/libTKTopAlgo.so.7.1.0
+lib/libTKTopAlgo.so.%%VE%%
+lib/libTKTopAlgo.so.%%VER%%
lib/libTKTopTest.so
-lib/libTKTopTest.so.7
-lib/libTKTopTest.so.7.1.0
+lib/libTKTopTest.so.%%VE%%
+lib/libTKTopTest.so.%%VER%%
lib/libTKV3d.so
-lib/libTKV3d.so.7
-lib/libTKV3d.so.7.1.0
+lib/libTKV3d.so.%%VE%%
+lib/libTKV3d.so.%%VER%%
lib/libTKVCAF.so
-lib/libTKVCAF.so.7
-lib/libTKVCAF.so.7.1.0
+lib/libTKVCAF.so.%%VE%%
+lib/libTKVCAF.so.%%VER%%
lib/libTKVRML.so
-lib/libTKVRML.so.7
-lib/libTKVRML.so.7.1.0
+lib/libTKVRML.so.%%VE%%
+lib/libTKVRML.so.%%VER%%
lib/libTKViewerTest.so
-lib/libTKViewerTest.so.7
-lib/libTKViewerTest.so.7.1.0
+lib/libTKViewerTest.so.%%VE%%
+lib/libTKViewerTest.so.%%VER%%
lib/libTKXCAF.so
-lib/libTKXCAF.so.7
-lib/libTKXCAF.so.7.1.0
+lib/libTKXCAF.so.%%VE%%
+lib/libTKXCAF.so.%%VER%%
lib/libTKXDEDRAW.so
-lib/libTKXDEDRAW.so.7
-lib/libTKXDEDRAW.so.7.1.0
+lib/libTKXDEDRAW.so.%%VE%%
+lib/libTKXDEDRAW.so.%%VER%%
lib/libTKXDEIGES.so
-lib/libTKXDEIGES.so.7
-lib/libTKXDEIGES.so.7.1.0
+lib/libTKXDEIGES.so.%%VE%%
+lib/libTKXDEIGES.so.%%VER%%
lib/libTKXDESTEP.so
-lib/libTKXDESTEP.so.7
-lib/libTKXDESTEP.so.7.1.0
+lib/libTKXDESTEP.so.%%VE%%
+lib/libTKXDESTEP.so.%%VER%%
lib/libTKXMesh.so
-lib/libTKXMesh.so.7
-lib/libTKXMesh.so.7.1.0
+lib/libTKXMesh.so.%%VE%%
+lib/libTKXMesh.so.%%VER%%
lib/libTKXSBase.so
-lib/libTKXSBase.so.7
-lib/libTKXSBase.so.7.1.0
+lib/libTKXSBase.so.%%VE%%
+lib/libTKXSBase.so.%%VER%%
lib/libTKXSDRAW.so
-lib/libTKXSDRAW.so.7
-lib/libTKXSDRAW.so.7.1.0
+lib/libTKXSDRAW.so.%%VE%%
+lib/libTKXSDRAW.so.%%VER%%
lib/libTKXml.so
-lib/libTKXml.so.7
-lib/libTKXml.so.7.1.0
+lib/libTKXml.so.%%VE%%
+lib/libTKXml.so.%%VER%%
lib/libTKXmlL.so
-lib/libTKXmlL.so.7
-lib/libTKXmlL.so.7.1.0
+lib/libTKXmlL.so.%%VE%%
+lib/libTKXmlL.so.%%VER%%
lib/libTKXmlTObj.so
-lib/libTKXmlTObj.so.7
-lib/libTKXmlTObj.so.7.1.0
+lib/libTKXmlTObj.so.%%VE%%
+lib/libTKXmlTObj.so.%%VER%%
lib/libTKXmlXCAF.so
-lib/libTKXmlXCAF.so.7
-lib/libTKXmlXCAF.so.7.1.0
+lib/libTKXmlXCAF.so.%%VE%%
+lib/libTKXmlXCAF.so.%%VER%%
lib/libTKernel.so
-lib/libTKernel.so.7
-lib/libTKernel.so.7.1.0
-%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/LICENSE_LGPL_21.txt
-%%PORTDOCS%%%%OCCROOT%%/%%DOCSDIR%%/OCCT_LGPL_EXCEPTION.txt
+lib/libTKernel.so.%%VE%%
+lib/libTKernel.so.%%VER%%
%%DOXYGEN%%%%DOCSDIR%%/html/0001.png
%%DOXYGEN%%%%DOCSDIR%%/html/0002.png
%%DOXYGEN%%%%DOCSDIR%%/html/0003.png
@@ -25478,6 +26447,8 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/0013.png
%%DOXYGEN%%%%DOCSDIR%%/html/0014.png
%%DOXYGEN%%%%DOCSDIR%%/html/239_xde_12_400.png
+%%DOXYGEN%%%%DOCSDIR%%/html/3DView.png
+%%DOXYGEN%%%%DOCSDIR%%/html/3DView_elements.svg
%%DOXYGEN%%%%DOCSDIR%%/html/3rdparty_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/3rdparty_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/3rdparty_image004.png
@@ -25506,14 +26477,16 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image024.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image025.png
%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_image026.png
+%%DOXYGEN%%%%DOCSDIR%%/html/OCCT_GitGuide_V2_svgdiff.png
+%%DOXYGEN%%%%DOCSDIR%%/html/TStandaloneEXE.png
+%%DOXYGEN%%%%DOCSDIR%%/html/TStandaloneEXE_open.png
+%%DOXYGEN%%%%DOCSDIR%%/html/VStudio_projects.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image002.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/android_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/arrowdown.png
-%%DOXYGEN%%%%DOCSDIR%%/html/arrowright.png
%%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png
%%DOXYGEN%%%%DOCSDIR%%/html/bdwn.png
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image001.svg
@@ -25652,7 +26625,22 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image141.png
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image142.png
%%DOXYGEN%%%%DOCSDIR%%/html/boolean_image143.png
+%%DOXYGEN%%%%DOCSDIR%%/html/bsplit_image001.png
+%%DOXYGEN%%%%DOCSDIR%%/html/bsplit_image002.png
+%%DOXYGEN%%%%DOCSDIR%%/html/bsplit_image003.png
+%%DOXYGEN%%%%DOCSDIR%%/html/bsplit_image004.png
+%%DOXYGEN%%%%DOCSDIR%%/html/bsplit_image005.png
+%%DOXYGEN%%%%DOCSDIR%%/html/bsplit_image006.png
%%DOXYGEN%%%%DOCSDIR%%/html/camera_perspective.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_001.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_002.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_003.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_004.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_005.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_006_1.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_006_2.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_007.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_008.png
%%DOXYGEN%%%%DOCSDIR%%/html/closed.png
%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image000.png
%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image001.png
@@ -25661,6 +26649,11 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/cmake_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/dev_guides.html
%%DOXYGEN%%%%DOCSDIR%%/html/dev_guides.js
+%%DOXYGEN%%%%DOCSDIR%%/html/dfbrowser.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dfbrowser_elements.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/dfbrowser_selection_in_tree_view.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/display_additional_presentation.png
+%%DOXYGEN%%%%DOCSDIR%%/html/display_main_presentation.png
%%DOXYGEN%%%%DOCSDIR%%/html/doc.png
%%DOXYGEN%%%%DOCSDIR%%/html/documentation_folders.png
%%DOXYGEN%%%%DOCSDIR%%/html/documentation_miktex.png
@@ -25673,6 +26666,8 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/draw_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/draw_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/draw_image006.png
+%%DOXYGEN%%%%DOCSDIR%%/html/drawexe_tinspector.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dump_attribute.png
%%DOXYGEN%%%%DOCSDIR%%/html/dynsections.js
%%DOXYGEN%%%%DOCSDIR%%/html/folderclosed.png
%%DOXYGEN%%%%DOCSDIR%%/html/folderopen.png
@@ -25680,25 +26675,14 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/foundation_classes_image006.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2blank.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2cl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2doc.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2folderclosed.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2folderopen.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2lastnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2link.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2mlastnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2mnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2mo.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2node.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2ns.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2plastnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2pnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2splitbar.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2vertline.png
%%DOXYGEN%%%%DOCSDIR%%/html/genconf_linux.png
%%DOXYGEN%%%%DOCSDIR%%/html/genconf_osx.png
%%DOXYGEN%%%%DOCSDIR%%/html/genconf_windows.png
+%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image001.png
+%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image002.png
+%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image003.png
+%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image004.png
+%%DOXYGEN%%%%DOCSDIR%%/html/glue_options_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/iges_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/iges_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/index.hhc
@@ -25707,6 +26691,10 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/index.html
%%DOXYGEN%%%%DOCSDIR%%/html/index.js
%%DOXYGEN%%%%DOCSDIR%%/html/jquery.js
+%%DOXYGEN%%%%DOCSDIR%%/html/mkvolume_image001.png
+%%DOXYGEN%%%%DOCSDIR%%/html/mkvolume_image002.png
+%%DOXYGEN%%%%DOCSDIR%%/html/mkvolume_image003.png
+%%DOXYGEN%%%%DOCSDIR%%/html/mkvolume_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image006.png
@@ -25763,6 +26751,12 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image059.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image060.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image061.png
+%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image062.png
+%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image063.png
+%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image064.png
+%%DOXYGEN%%%%DOCSDIR%%/html/modeling_algos_image065.png
+%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_continuity_curves.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_continuity_surfaces.svg
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/modeling_data_image005.png
@@ -25841,6 +26835,7 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__brep_wp.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__foundation_classes.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__iges.html
+%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__inspector.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__modeling_algos.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__modeling_data.html
%%DOXYGEN%%%%DOCSDIR%%/html/occt_user_guides__ocaf.html
@@ -25871,7 +26866,7 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image017.svg
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image018.svg
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image019.png
-%%DOXYGEN%%%%DOCSDIR%%/html/operations_image020.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/operations_image020.png
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image021.svg
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image022.svg
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image023.svg
@@ -25910,8 +26905,8 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image061.png
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image062.png
%%DOXYGEN%%%%DOCSDIR%%/html/operations_image063.png
-%%DOXYGEN%%%%DOCSDIR%%/html/operations_image064.svg
-%%DOXYGEN%%%%DOCSDIR%%/html/operations_image065.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/operations_image064.png
+%%DOXYGEN%%%%DOCSDIR%%/html/operations_image065.png
%%DOXYGEN%%%%DOCSDIR%%/html/overview_3rdparty.png
%%DOXYGEN%%%%DOCSDIR%%/html/overview_c__ie.png
%%DOXYGEN%%%%DOCSDIR%%/html/overview_draw.png
@@ -25920,6 +26915,15 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/overview_qt.png
%%DOXYGEN%%%%DOCSDIR%%/html/pages.html
%%DOXYGEN%%%%DOCSDIR%%/html/point_cloud.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_array.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_item_selection.svg
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_label.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_named_data.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_simple_type.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tnaming_named_shape.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tnaming_naming.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tnaming_used_shapes.png
+%%DOXYGEN%%%%DOCSDIR%%/html/property_panel_tree_node.png
%%DOXYGEN%%%%DOCSDIR%%/html/resize.js
%%DOXYGEN%%%%DOCSDIR%%/html/samples_csharp_direct3d.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_csharp_occt.html
@@ -25928,6 +26932,7 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/samples_mfc_standard.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qml_android_occt.html
%%DOXYGEN%%%%DOCSDIR%%/html/samples_qml_android_occt.jpg
+%%DOXYGEN%%%%DOCSDIR%%/html/search.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image005.png
@@ -25939,6 +26944,8 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image012.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image013.png
%%DOXYGEN%%%%DOCSDIR%%/html/shape_healing_image014.png
+%%DOXYGEN%%%%DOCSDIR%%/html/shapeview.png
+%%DOXYGEN%%%%DOCSDIR%%/html/shapeview_elements.svg
%%DOXYGEN%%%%DOCSDIR%%/html/splitbar.png
%%DOXYGEN%%%%DOCSDIR%%/html/step_image002.png
%%DOXYGEN%%%%DOCSDIR%%/html/step_image003.png
@@ -25955,6 +26962,7 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/technical_overview_over.png
%%DOXYGEN%%%%DOCSDIR%%/html/technical_overview_schema.png
%%DOXYGEN%%%%DOCSDIR%%/html/tests_image001.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tinspector_elements.svg
%%DOXYGEN%%%%DOCSDIR%%/html/tobj_image003.png
%%DOXYGEN%%%%DOCSDIR%%/html/tobj_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/tobj_image005.png
@@ -25983,6 +26991,8 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/user_guides.html
%%DOXYGEN%%%%DOCSDIR%%/html/user_guides.js
%%DOXYGEN%%%%DOCSDIR%%/html/view_frustum.png
+%%DOXYGEN%%%%DOCSDIR%%/html/vinspector.png
+%%DOXYGEN%%%%DOCSDIR%%/html/vinspector_elements.svg
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image001.png
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image002.png
%%DOXYGEN%%%%DOCSDIR%%/html/vis_image003.png
@@ -25998,11 +27008,9 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image008.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image009.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image010.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image016.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image017.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image018.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image019.png
-%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image020.png
+%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image020.svg
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image022.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image029.png
%%DOXYGEN%%%%DOCSDIR%%/html/visualization_image030.png
@@ -26010,4 +27018,5 @@ lib/libTKernel.so.7.1.0
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image004.png
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image005.png
%%DOXYGEN%%%%DOCSDIR%%/html/xde_image006.png
+%%DOXYGEN%%%%DOCSDIR%%/html/xde_notes001.png
%%DOXYGEN%%%%DOCSDIR%%/index.html