diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 447f2ac4ca89..1a907d45ffc0 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -1,140 +1,137 @@ PORTNAME= FreeCAD -DISTVERSION= 1.0.2 -PORTREVISION= 8 +DISTVERSION= 1.1rc3 CATEGORIES= cad MAINTAINER= cmt@FreeBSD.org COMMENT= General purpose 3D CAD modeller WWW= https://www.freecadweb.org/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= incompatible with VTK 9.6.0 - CONFLICTS_INSTALL= freecad-devel # bin/FreeCAD BUILD_DEPENDS= doxygen:devel/doxygen \ pybind11-config:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyside6-tools>0:devel/pyside6-tools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_INCLUDEDIR}/CXX/Config.hxx:devel/py-cxx \ microsoft-gsl>0:devel/microsoft-gsl \ googletest>0:devel/googletest \ swig:devel/swig # the ffmpeg4 dependency is inherited via cad/opencascade LIB_DEPENDS= libexpat.so:textproc/expat2 \ libyaml-cpp.so:devel/yaml-cpp \ libfreetype.so:print/freetype2 \ libtbb.so:devel/onetbb \ ${PY_BOOST} \ libpyside6.abi3.so:devel/pyside6@${PY_FLAVOR} \ libCoin.so:graphics/Coin \ libfmt.so:devel/libfmt \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtksys-${VTK_VER}.so:math/vtk${VTK_VER:R} \ libTKernel.so:cad/opencascade \ libxerces-c.so:textproc/xerces-c3 \ libboost_thread.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreeimage.so:graphics/freeimage \ libavutil.so.60:multimedia/ffmpeg \ libavformat.so.58:multimedia/ffmpeg4 \ libmed.so:french/med \ libshiboken6.abi3.so:devel/shiboken6@${PY_FLAVOR} \ libhdf5.so:science/hdf5 \ libspnav.so:misc/libspnav RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} -USES= dos2unix compiler:c++17-lang cmake cpe gl eigen:3 fortran gmake jpeg \ +PORTSCOUT= limit:^[0-9\.]*$$ + +USES= dos2unix compiler:c++20-lang cmake cpe gl eigen:3 fortran gmake jpeg \ localbase:ldflags mpi:openmpi pkgconfig python localbase qt:6 xorg \ desktop-file-utils shared-mime-info shebangfix USE_GITHUB= yes -GH_ACCOUNT= Ondsel-Development:ondselsolver -GH_PROJECT= OndselSolver:ondselsolver -GH_TAGNAME= 91f70382beeb58b32432b5a82da3802e4c19199c:ondselsolver -GH_SUBDIR= src/3rdParty/OndselSolver:ondselsolver +GH_ACCOUNT= FreeCAD:ondselsolver \ + FreeCAD:addonmgr +GH_PROJECT= OndselSolver:ondselsolver \ + AddonManager:addonmgr +GH_TAGNAME= 30e9b64e8bf881d438d4b88834f9ba3674865418:ondselsolver \ + 937b6877239dc78ef59eeefe8099e5f14243eda1:addonmgr +GH_SUBDIR= src/3rdParty/OndselSolver:ondselsolver \ + src/Mod/AddonManager:addonmgr USE_XORG= ice sm x11 xext xt USE_GL= gl glu -USE_QT= base declarative location svg tools webchannel +USE_QT= base declarative svg tools USE_LDCONFIG= yes CPE_VENDOR= freecad_project DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL -SHEBANG_FILES= src/Tools/freecad-thumbnailer +SHEBANG_FILES= src/Tools/freecad-thumbnailer.in # our HDF5/CMake integration is messy, so workarounds are required below CMAKE_ARGS+= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" \ -DOPENMPI_INCLUDE_DIRS="${LOCALBASE}/mpi/openmpi/include" \ -DFREECAD_QT_VERSION="6" \ -DPYTHON_LIBRARY="${PYTHONBASE}/lib/libpython${PYTHON_VER}${PYTHON_ABIVER}.so" \ -DPYTHON_INCLUDE_DIR="${PYTHON_INCLUDEDIR}" \ -DPYTHON_PACKAGES_PATH="${PYTHON_SITELIBDIR}" \ -DPYTHON_EXECUTABLE="${PYTHON_CMD}" \ - -DPYCXX_INCLUDE_DIR="${PYTHON_INCLUDEDIR}" \ -DBUILD_ASSEMBLY="ON" \ -DBUILD_DESIGNER_PLUGIN="ON" \ -DBUILD_FLAT_MESH="ON" \ -DBUILD_TEST="OFF" \ -DENABLE_DEVELOPER_TESTS="OFF" \ -DBUILD_VR="OFF" \ -DFREECAD_LIBPACK_USE="OFF" \ -DFREECAD_USE_EXTERNAL_FMT="ON" \ -DFREECAD_CREATE_MAC_APP="OFF" \ -DFREECAD_FREECAD_LIBPACK_USE="OFF" \ -DFREECAD_USE_EXTERNAL_KDL="OFF" \ -DFREECAD_USE_EXTERNAL_SMESH="OFF" \ -DFREECAD_USE_FREETYPE="ON" \ -DFREECAD_USE_PYBIND11="ON" \ -DUSE_CUDA="OFF" \ -DUSE_OPENCV="OFF" \ -Dpybind11_DIR="${PYTHON_SITELIBDIR}/pybind11/share/cmake/pybind11" \ -DHDF5_CFLAGS="-I${LOCALBASE}/include" \ -DHDF5_FOUND=TRUE \ -DHDF5_VERSION="1.12.2" \ -DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5" \ -DHDF5_LIBRARIES="-L${LOCALBASE}/lib -lhdf5" \ -DHDF5_LIBRARY_DIRS="${LOCALBASE}/lib" \ - -DBUILD_ENABLE_CXX_STD=C++17 \ + -DBUILD_ENABLE_CXX_STD=C++20 \ -DXDG_DATADIR="${PREFIX}/share" CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME} -CXXFLAGS+= -DGetCellLinks=GetLinks # fix for vtk-9.5.0: equivalent of this patch: https://github.com/FreeCAD/FreeCAD/issues/21731#issuecomment-2934487147 - OPTIONS_DEFINE= COLLADA COLLADA_DESC= Install pycollada for Collada files import COLLADA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada@${PY_FLAVOR} .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB= WEBENGINE="" USE_QT+= webengine .else CMAKE_ARGS+= -DBUILD_WEB:BOOL=OFF PLIST_SUB= WEBENGINE="@comment " .endif pre-configure: @${REINPLACE_CMD} -e '/self\.rev/s/Unknown/${DISTVERSION:C/.*-//}/' \ ${WRKSRC}/src/Tools/SubWCRev.py # Install XDG icons and files to the standard path @${REINPLACE_CMD} -e 's/CMAKE_INSTALL_DATAROOTDIR/XDG_DATADIR/g' \ ${WRKSRC}/src/XDGData/CMakeLists.txt \ ${WRKSRC}/src/Gui/CMakeLists.txt post-install: ${LN} -s ../${PORTNAME}/bin/FreeCAD ${STAGEDIR}${LOCALBASE}/bin/FreeCAD ${LN} -s ../${PORTNAME}/bin/FreeCADCmd ${STAGEDIR}${LOCALBASE}/bin/FreeCADCmd - ${INSTALL_SCRIPT} ${WRKSRC}/src/Tools/freecad-thumbnailer \ - ${STAGEDIR}${PREFIX}/bin/freecad-thumbnailer .include <../../math/vtk9/Makefile.version> .include diff --git a/cad/freecad/distinfo b/cad/freecad/distinfo index 2cb103f96243..3a6d0bf5700f 100644 --- a/cad/freecad/distinfo +++ b/cad/freecad/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1754430856 -SHA256 (FreeCAD-FreeCAD-1.0.2_GH0.tar.gz) = 228ee52f00627c7d8fa61998179deb01865ece69390829feb1300228d24f7e9e -SIZE (FreeCAD-FreeCAD-1.0.2_GH0.tar.gz) = 91635756 -SHA256 (Ondsel-Development-OndselSolver-91f70382beeb58b32432b5a82da3802e4c19199c_GH0.tar.gz) = 061f651f503f1ec5a9814e174cdb8a9ba84d511a3b8be3d94852e84976c6b158 -SIZE (Ondsel-Development-OndselSolver-91f70382beeb58b32432b5a82da3802e4c19199c_GH0.tar.gz) = 4667938 +TIMESTAMP = 1774088438 +SHA256 (FreeCAD-FreeCAD-1.1rc3_GH0.tar.gz) = acbb1abc5891b1b8551df894976f2716809f5896213880054086fa74edfced67 +SIZE (FreeCAD-FreeCAD-1.1rc3_GH0.tar.gz) = 90152538 +SHA256 (FreeCAD-OndselSolver-30e9b64e8bf881d438d4b88834f9ba3674865418_GH0.tar.gz) = 77646ca7d8cbc6dc4e8304439be2ff2b9aecf397e6349e63b3b06e65dfed79c3 +SIZE (FreeCAD-OndselSolver-30e9b64e8bf881d438d4b88834f9ba3674865418_GH0.tar.gz) = 4667790 +SHA256 (FreeCAD-AddonManager-937b6877239dc78ef59eeefe8099e5f14243eda1_GH0.tar.gz) = 70b2fa7f3c58c0ea5be830de90d33369670ee6658f13aeb7684f1ea478528178 +SIZE (FreeCAD-AddonManager-937b6877239dc78ef59eeefe8099e5f14243eda1_GH0.tar.gz) = 849951 diff --git a/cad/freecad/files/patch-src_CXX_Python3_Objects.hxx b/cad/freecad/files/patch-src_CXX_Python3_Objects.hxx deleted file mode 100644 index 1bca4004ca3c..000000000000 --- a/cad/freecad/files/patch-src_CXX_Python3_Objects.hxx +++ /dev/null @@ -1,20 +0,0 @@ ---- src/CXX/Python3/Objects.hxx.orig 2024-11-18 16:48:00 UTC -+++ src/CXX/Python3/Objects.hxx -@@ -1787,7 +1787,7 @@ namespace Py - typedef std::basic_string unicodestring; - extern Py_UNICODE unicode_null_string[1]; - #endif -- typedef std::basic_string ucs4string; -+ typedef std::basic_string ucs4string; - extern Py_UCS4 ucs4_null_string[1]; - - class PYCXX_EXPORT Byte: public Object -@@ -2237,7 +2237,7 @@ namespace Py - { - ifPyErrorThrowCxxException(); - } -- ucs4string ucs4( buf, size() ); -+ ucs4string ucs4( reinterpret_cast(buf), size() ); - delete[] buf; - - return ucs4; diff --git a/cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp b/cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp deleted file mode 100644 index a46ce349429f..000000000000 --- a/cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp +++ /dev/null @@ -1,18 +0,0 @@ -commit 8ae0abfd1d044c295c939c032790a7c4e3e960c0 -Author: Christoph Moench-Tegeder - - enable spnav on FreeBSD, too - -diff --git src/Gui/GuiApplicationNativeEventAware.cpp src/Gui/GuiApplicationNativeEventAware.cpp -index 622f38ea47..9e02558875 100644 ---- src/Gui/GuiApplicationNativeEventAware.cpp -+++ src/Gui/GuiApplicationNativeEventAware.cpp -@@ -33,7 +33,7 @@ - - - #if defined(_USE_3DCONNEXION_SDK) || defined(SPNAV_FOUND) --#if defined(Q_OS_LINUX) -+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) - #if defined(SPNAV_USE_X11) - #include "3Dconnexion/GuiNativeEventLinuxX11.h" - #else diff --git a/cad/freecad/files/patch-src_Gui_Selection.h b/cad/freecad/files/patch-src_Gui_Selection.h deleted file mode 100644 index ad1415c0ba03..000000000000 --- a/cad/freecad/files/patch-src_Gui_Selection.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Gui/Selection.h.orig 2024-03-20 18:17:17 UTC -+++ src/Gui/Selection.h -@@ -25,6 +25,7 @@ - #define GUI_SELECTION_H - - #include -+#include - #include - #include - #include diff --git a/cad/freecad/files/patch-src_Gui_SoFCSelection.h b/cad/freecad/files/patch-src_Gui_SoFCSelection.h deleted file mode 100644 index 0d09d72c281f..000000000000 --- a/cad/freecad/files/patch-src_Gui_SoFCSelection.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Gui/SoFCSelection.h.orig 2023-01-21 22:41:40.507560000 +0100 -+++ ./src/Gui/SoFCSelection.h 2023-01-21 22:42:27.657720000 +0100 -@@ -35,6 +35,8 @@ - # include - # endif - -+#include -+ - #include - #include - #include diff --git a/cad/freecad/files/patch-src_Gui_SoFCUnifiedSelection.h b/cad/freecad/files/patch-src_Gui_SoFCUnifiedSelection.h deleted file mode 100644 index d4ac79b033a9..000000000000 --- a/cad/freecad/files/patch-src_Gui_SoFCUnifiedSelection.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Gui/SoFCUnifiedSelection.h.orig 2023-01-21 23:07:09.710205000 +0100 -+++ src/Gui/SoFCUnifiedSelection.h 2023-01-21 23:07:38.508972000 +0100 -@@ -23,6 +23,7 @@ - #ifndef GUI_SOFCUNIFIEDSELECTION_H - #define GUI_SOFCUNIFIEDSELECTION_H - -+#include - #include - #include - #include diff --git a/cad/freecad/files/patch-vtk96-compat b/cad/freecad/files/patch-vtk96-compat new file mode 100644 index 000000000000..32693854ed9c --- /dev/null +++ b/cad/freecad/files/patch-vtk96-compat @@ -0,0 +1,1088 @@ +# git diff --no-prefix c25a8fe..a141f8a +Author: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> +Date: Thu Jan 15 10:01:38 2026 +0100 + + Merge pull request #25825 from Lgt2x/vtk-compatibility + + SMESH: Patch for VTK 9.6 compatibility + +diff --git src/3rdParty/salomesmesh/inc/SMDS_MeshElement.hxx src/3rdParty/salomesmesh/inc/SMDS_MeshElement.hxx +index d97a37bc51..184e10d9c1 100644 +--- src/3rdParty/salomesmesh/inc/SMDS_MeshElement.hxx ++++ src/3rdParty/salomesmesh/inc/SMDS_MeshElement.hxx +@@ -45,11 +45,7 @@ + //typedef unsigned short UShortType; + typedef short ShortType; + typedef int LongType; +-#ifdef VTK_CELL_ARRAY_V2 + typedef const vtkIdType* vtkIdTypePtr; +-#else +-typedef vtkIdType* vtkIdTypePtr; +-#endif + class SMDS_MeshNode; + class SMDS_MeshEdge; + class SMDS_MeshFace; +diff --git src/3rdParty/salomesmesh/inc/SMDS_UnstructuredGrid.hxx src/3rdParty/salomesmesh/inc/SMDS_UnstructuredGrid.hxx +index f02337cf52..e8bfa90f4e 100644 +--- src/3rdParty/salomesmesh/inc/SMDS_UnstructuredGrid.hxx ++++ src/3rdParty/salomesmesh/inc/SMDS_UnstructuredGrid.hxx +@@ -28,6 +28,7 @@ + + #include + #include ++#include + + #include + #include +@@ -95,14 +96,10 @@ public: + std::map >& nodeQuadDomains); + vtkCellLinks* GetLinks() + { +-#ifdef VTK_CELL_ARRAY_V2 +- #if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + return static_cast(vtkUnstructuredGrid::GetLinks()); +- #else +- return static_cast(GetCellLinks()); +- #endif + #else +- return Links; ++ return static_cast(GetCellLinks()); + #endif + } + SMDS_Downward* getDownArray(unsigned char vtkType) +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_BallElement.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_BallElement.cpp +index c5fd8c91cd..e257960ac6 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_BallElement.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_BallElement.cpp +@@ -67,16 +67,9 @@ void SMDS_BallElement::SetDiameter(double diameter) + bool SMDS_BallElement::ChangeNode (const SMDS_MeshNode * node) + { + vtkUnstructuredGrid* grid = SMDS_Mesh::_meshList[myMeshId]->getGrid(); +-#ifdef VTK_CELL_ARRAY_V2 + vtkNew cellPoints; + grid->GetCellPoints(myVtkID, cellPoints.GetPointer()); + cellPoints->SetId(0, node->getVtkId()); +-#else +- vtkIdType npts = 0; +- vtkIdType* pts = 0; +- grid->GetCellPoints(myVtkID, npts, pts); +- pts[0] = node->getVtkId(); +-#endif + SMDS_Mesh::_meshList[myMeshId]->setMyModified(); + return true; + } +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp +index baa6eadc93..a076d2fb6f 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp +@@ -53,6 +53,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -283,7 +284,11 @@ SMDS_BallElement* SMDS_Mesh::AddBallWithID(const SMDS_MeshNode * n, double diame + ball->init(n->getVtkId(), diameter, this); + if (!this->registerElement(ID,ball)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(ball->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(ball->getVtkId(), VTK_EMPTY_CELL); ++#endif + myBallPool->destroy(ball); + return 0; + } +@@ -343,7 +348,11 @@ SMDS_MeshEdge* SMDS_Mesh::AddEdgeWithID(const SMDS_MeshNode * n1, + edgevtk->init(nodeIds, this); + if (!this->registerElement(ID,edgevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(edgevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(edgevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myEdgePool->destroy(edgevtk); + return 0; + } +@@ -627,7 +636,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -734,7 +747,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -847,7 +864,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -982,7 +1003,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -1104,7 +1129,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -1307,7 +1336,11 @@ SMDS_Mesh::AddPolygonalFaceWithID (const vector & nodes, + facevtk->initPoly(myNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -1372,7 +1405,11 @@ SMDS_Mesh::AddQuadPolygonalFaceWithID (const vector & node + facevtk->initQuadPoly(myNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -1452,7 +1489,11 @@ SMDS_Mesh::AddPolyhedralVolumeWithID (const vector& nodes, + volvtk->initPoly(myNodeIds, quantities, this); + if (!this->registerElement(ID, volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -1508,7 +1549,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeFromVtkIdsWithID(const std::vectorinit(vtkNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -1567,7 +1612,11 @@ SMDS_MeshFace* SMDS_Mesh::AddFaceFromVtkIdsWithID(const std::vector& + facevtk->init(vtkNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -1715,7 +1764,11 @@ SMDS_MeshFace * SMDS_Mesh::createTriangle(const SMDS_MeshNode * node1, + facevtk->init(myNodeIds, this); // put in vtkUnstructuredGrid + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -1769,7 +1822,11 @@ SMDS_MeshFace * SMDS_Mesh::createQuadrangle(const SMDS_MeshNode * node1, + facevtk->init(myNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -2100,7 +2157,11 @@ SMDS_MeshEdge* SMDS_Mesh::FindEdgeOrCreate(const SMDS_MeshNode * node1, + edgevtk->init(myNodeIds, this); + if (!this->registerElement(ID,edgevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(edgevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(edgevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myEdgePool->destroy(edgevtk); + return 0; + } +@@ -3311,7 +3372,11 @@ void SMDS_Mesh::RemoveElement(const SMDS_MeshElement * elem, + if (vtkid >= 0) + { + //MESSAGE("VTK_EMPTY_CELL in " << vtkid); ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(vtkid, VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(vtkid, VTK_EMPTY_CELL); ++#endif + } + it++; + } +@@ -3416,7 +3481,11 @@ void SMDS_Mesh::RemoveFreeElement(const SMDS_MeshElement * elem) + } + myElementIDFactory->ReleaseID(elemId, vtkId); + ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(vtkId, VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(vtkId, VTK_EMPTY_CELL); ++#endif + // --- to do: keep vtkid in a list of reusable cells + } + } +@@ -3598,7 +3667,11 @@ SMDS_MeshEdge* SMDS_Mesh::AddEdgeWithID(const SMDS_MeshNode * n1, + edgevtk->init(myNodeIds, this); + if (!this->registerElement(ID,edgevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(edgevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(edgevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myEdgePool->destroy(edgevtk); + return 0; + } +@@ -3681,7 +3754,11 @@ SMDS_MeshFace* SMDS_Mesh::AddFaceWithID(const SMDS_MeshNode * n1, + facevtk->init(myNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -3768,7 +3845,11 @@ SMDS_MeshFace* SMDS_Mesh::AddFaceWithID(const SMDS_MeshNode * n1, + facevtk->init(myNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -3859,7 +3940,11 @@ SMDS_MeshFace* SMDS_Mesh::AddFaceWithID(const SMDS_MeshNode * n1, + facevtk->init(myNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -3953,7 +4038,11 @@ SMDS_MeshFace* SMDS_Mesh::AddFaceWithID(const SMDS_MeshNode * n1, + facevtk->init(myNodeIds, this); + if (!this->registerElement(ID,facevtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(facevtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myFacePool->destroy(facevtk); + return 0; + } +@@ -4056,7 +4145,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -4171,7 +4264,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -4298,7 +4395,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -4445,7 +4546,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -4625,7 +4730,11 @@ SMDS_MeshVolume* SMDS_Mesh::AddVolumeWithID(const SMDS_MeshNode * n1, + volvtk->init(myNodeIds, this); + if (!this->registerElement(ID,volvtk)) + { ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 5, 20251004) ++ this->myGrid->GetCellTypes()->SetTuple1(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#else + this->myGrid->GetCellTypesArray()->SetValue(volvtk->getVtkId(), VTK_EMPTY_CELL); ++#endif + myVolumePool->destroy(volvtk); + return 0; + } +@@ -4712,14 +4821,10 @@ void SMDS_Mesh::dumpGrid(string ficdump) + ficcon << endl; + } + ficcon << "-------------------------------- connectivity " << nbPoints << endl; +-#ifdef VTK_CELL_ARRAY_V2 +- #if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks *links = static_cast(myGrid->GetLinks()); +- #else +- vtkCellLinks *links = static_cast(myGrid->GetCellLinks()); +- #endif + #else +- vtkCellLinks *links = myGrid->GetCellLinks(); ++ vtkCellLinks *links = static_cast(myGrid->GetCellLinks()); + #endif + for (int i=0; igetGrid(); +-#ifdef VTK_CELL_ARRAY_V2 + vtkNew cellPoints; + grid->GetCellPoints(myVtkID, cellPoints.GetPointer()); + if (nbNodes != cellPoints->GetNumberOfIds()) +@@ -156,18 +155,6 @@ bool SMDS_Mesh0DElement::ChangeNodes(const SMDS_MeshNode* nodes[], const int nbN + } + myNode = nodes[0]; + cellPoints->SetId(0, myNode->getVtkId()); +-#else +- vtkIdType npts = 0; +- vtkIdType* pts = 0; +- grid->GetCellPoints(myVtkID, npts, pts); +- if (nbNodes != npts) +- { +- MESSAGE("ChangeNodes problem: not the same number of nodes " << npts << " -> " << nbNodes); +- return false; +- } +- myNode = nodes[0]; +- pts[0] = myNode->getVtkId(); +-#endif + + SMDS_Mesh::_meshList[myMeshId]->setMyModified(); + return true; +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshNode.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshNode.cpp +index f5fc373f5d..420c3a9baf 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshNode.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshNode.cpp +@@ -31,6 +31,7 @@ + #include "SMDS_IteratorOfElements.hxx" + #include "SMDS_Mesh.hxx" + #include ++#include + + #include "utilities.h" + #include "Utils_SALOME_Exception.hxx" +@@ -69,7 +70,7 @@ void SMDS_MeshNode::init(int id, int meshId, int shapeId, double x, double y, do + SMDS_UnstructuredGrid * grid = mesh->getGrid(); + vtkPoints *points = grid->GetPoints(); + points->InsertPoint(myVtkID, x, y, z); +-#if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + SMDS_CellLinks *cellLinks = dynamic_cast(grid->GetLinks()); + #else + SMDS_CellLinks *cellLinks = dynamic_cast(grid->GetCellLinks()); +@@ -195,7 +196,7 @@ public: + SMDS_ElemIteratorPtr SMDS_MeshNode:: + GetInverseElementIterator(SMDSAbs_ElementType type) const + { +-#if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetLinks())->GetLink(myVtkID); + #else + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetCellLinks())->GetLink(myVtkID); +@@ -259,7 +260,7 @@ elementsIterator(SMDSAbs_ElementType type) const + return SMDS_MeshElement::elementsIterator(SMDSAbs_Node); + else + { +-#if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetLinks())->GetLink(myVtkID); + #else + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetCellLinks())->GetLink(myVtkID); +@@ -362,7 +363,7 @@ void SMDS_MeshNode::AddInverseElement(const SMDS_MeshElement* ME) + const SMDS_MeshCell *cell = dynamic_cast (ME); + assert(cell); + SMDS_UnstructuredGrid* grid = SMDS_Mesh::_meshList[myMeshId]->getGrid(); +-#if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks *Links = static_cast(grid->GetLinks()); + #else + vtkCellLinks *Links = static_cast(grid->GetCellLinks()); +@@ -382,7 +383,7 @@ void SMDS_MeshNode::ClearInverseElements() + + bool SMDS_MeshNode::emptyInverseElements() + { +-#if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetLinks())->GetLink(myVtkID); + #else + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetCellLinks())->GetLink(myVtkID); +@@ -398,7 +399,7 @@ bool SMDS_MeshNode::emptyInverseElements() + + int SMDS_MeshNode::NbInverseElements(SMDSAbs_ElementType type) const + { +-#if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetLinks())->GetLink(myVtkID); + #else + vtkCellLinks::Link l = static_cast(SMDS_Mesh::_meshList[myMeshId]->getGrid()->GetCellLinks())->GetLink(myVtkID); +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp +index 4e9d6dc057..f5b91ff800 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp +@@ -193,8 +193,8 @@ void SMDS_UnstructuredGrid::compactGrid(std::vector& idNodesOldToNew, int n + + vtkCellArray *newConnectivity = vtkCellArray::New(); + newConnectivity->Initialize(); +- int oldCellDataSize = this->Connectivity->GetData()->GetSize(); +- newConnectivity->Allocate(oldCellDataSize); ++ int oldCellDataSize = this->GetCells()->GetConnectivityArray()->GetSize(); ++ newConnectivity->AllocateExact(oldCellDataSize, oldCellDataSize); + MESSAGE("oldCellSize="<< oldCellSize << " oldCellDataSize=" << oldCellDataSize); + + vtkUnsignedCharArray *newTypes = vtkUnsignedCharArray::New(); +@@ -214,11 +214,11 @@ void SMDS_UnstructuredGrid::compactGrid(std::vector& idNodesOldToNew, int n + while ( i < oldCellSize ) + { + // skip a hole if any +- while ( i < oldCellSize && this->Types->GetValue(i) == VTK_EMPTY_CELL ) ++ while ( i < oldCellSize && this->GetCellType(i) == VTK_EMPTY_CELL ) + ++i; + int startBloc = i; + // look for a block end +- while ( i < oldCellSize && this->Types->GetValue(i) != VTK_EMPTY_CELL ) ++ while ( i < oldCellSize && this->GetCellType(i) != VTK_EMPTY_CELL ) + ++i; + int endBloc = i; + if ( endBloc > startBloc ) +@@ -242,7 +242,7 @@ void SMDS_UnstructuredGrid::compactGrid(std::vector& idNodesOldToNew, int n + { + for (int oldCellID = 0; oldCellID < oldCellSize; oldCellID++) + { +- if (this->Types->GetValue(oldCellID) == VTK_EMPTY_CELL) ++ if (this->GetCellType(oldCellID) == VTK_EMPTY_CELL) + continue; + int newCellId = idCellsOldToNew[ oldCellID ]; + if (newTypes->GetValue(newCellId) == VTK_POLY_VERTEX) +@@ -250,6 +250,71 @@ void SMDS_UnstructuredGrid::compactGrid(std::vector& idNodesOldToNew, int n + } + } + ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 3, 20240112) ++ if ( this->FaceLocations ) ++ { ++ vtkIdTypeArray *iniFaceLocO = (vtkIdTypeArray *)this->FaceLocations->GetOffsetsArray(); ++ vtkIdTypeArray *iniFaceLocC = (vtkIdTypeArray *)this->FaceLocations->GetConnectivityArray(); ++ vtkIdTypeArray *iniFaceO = (vtkIdTypeArray *)this->Faces->GetOffsetsArray(); ++ vtkIdTypeArray *iniFaceC = (vtkIdTypeArray *)this->Faces->GetConnectivityArray(); ++ // ++ vtkNew facesLoc_o; facesLoc_o->Initialize(); facesLoc_o->InsertNextValue(0); ++ vtkNew facesLoc_c; facesLoc_c->Initialize(); ++ vtkNew faces_o; faces_o->Initialize(); faces_o->InsertNextValue(0); ++ vtkNew faces_c; faces_c->Initialize(); ++ int newFaceId( 0 ); ++ vtkIdType facesLoc_o_cur(0),faces_o_cur(0); ++ // for ( vtkIdType newCellID = 0; newCellID < newCellSize; newCellID++ ) ++ for (int oldCellId = 0; oldCellId < oldCellSize; oldCellId++) ++ { ++ int newCellId = idCellsOldToNew[oldCellId]; ++ if ( this->GetCellType(newCellId) == VTK_POLYHEDRON ) ++ { ++ vtkIdType oldStartFaceLocOff = iniFaceLocO->GetValue( oldCellId ); ++ vtkIdType nCellFaces = iniFaceLocO->GetValue( oldCellId + 1 ) - oldStartFaceLocOff; ++ facesLoc_o_cur += nCellFaces; ++ facesLoc_o->InsertNextValue( facesLoc_o_cur ); ++ for ( int n = 0; n < nCellFaces; n++ ) ++ { ++ facesLoc_c->InsertNextValue( newFaceId++ ); ++ int curFaceId = iniFaceLocC->GetValue( oldStartFaceLocOff + n ); ++ int oldStartPtOfFaceOff = iniFaceO->GetValue( curFaceId ); ++ int nbOfPts = iniFaceO->GetValue( curFaceId + 1 ) - oldStartPtOfFaceOff; ++ faces_o_cur += nbOfPts; ++ faces_o->InsertNextValue( faces_o_cur ); ++ for( int m = 0 ; m < nbOfPts ; m++ ) ++ { ++ vtkIdType oldpt = iniFaceC->GetValue( oldStartPtOfFaceOff + m ); ++ int curPt = idNodesOldToNew[ oldpt ]; ++ faces_c->InsertNextValue( curPt ); ++ } ++ } ++ } ++ else ++ { ++ facesLoc_o->InsertNextValue(facesLoc_o_cur); ++ } ++ } ++ { ++ faces_o->Squeeze(); faces_c->Squeeze(); ++ facesLoc_o->Squeeze(); facesLoc_c->Squeeze(); ++ // ++ vtkNew outFaces; ++ outFaces->SetData( faces_o, faces_c ); ++ vtkNew outFaceLocations; ++ outFaceLocations->SetData( facesLoc_o, facesLoc_c ); ++ // ++ this->SetPolyhedralCells(newTypes, newConnectivity, outFaceLocations, outFaces); ++ } ++ } ++ else ++ { ++ { ++ this->SetCells(newTypes,newConnectivity); ++ } ++ //this->CellLocations = newLocations; ++ } ++#else + vtkIdTypeArray* thisFaceLocations = GetFaceLocations(); + vtkIdTypeArray* thisFaces = GetFaces(); + if (thisFaceLocations) +@@ -262,7 +327,7 @@ void SMDS_UnstructuredGrid::compactGrid(std::vector& idNodesOldToNew, int n + newFaces->Allocate(thisFaces->GetSize()); + for (int i = 0; i < oldCellSize; i++) + { +- if (this->Types->GetValue(i) == VTK_EMPTY_CELL) ++ if (this->GetCellType(i) == VTK_EMPTY_CELL) + continue; + int newCellId = idCellsOldToNew[i]; + if (newTypes->GetValue(newCellId) == VTK_POLYHEDRON) +@@ -297,6 +362,7 @@ void SMDS_UnstructuredGrid::compactGrid(std::vector& idNodesOldToNew, int n + { + this->SetCells(newTypes, newLocations, newConnectivity, thisFaceLocations, thisFaces); + } ++#endif + + newPoints->Delete(); + newTypes->Delete(); +@@ -333,7 +399,7 @@ void SMDS_UnstructuredGrid::copyBloc(vtkUnsignedCharArray *newTypes, + //MESSAGE("copyBloc " << alreadyCopied << " " << start << " " << end << " size: " << end - start << " total: " << alreadyCopied + end - start); + for (int j = start; j < end; j++) + { +- newTypes->SetValue(alreadyCopied, this->Types->GetValue(j)); ++ newTypes->SetValue(alreadyCopied, this->GetCellType(j)); + idCellsOldToNew[j] = alreadyCopied; // old vtkId --> new vtkId + // The difference is mainly the internal representation of vtkCellArray between vtk 7.x and vtk 9.x + // In the old version a single array of the form (n1,id1,id2,...,idn1, n2,id1,id2,...,idn2, ...) is used +@@ -341,16 +407,12 @@ void SMDS_UnstructuredGrid::copyBloc(vtkUnsignedCharArray *newTypes, + // (n1,n2,n3) and (id1,id2,...,idn1,id1,id2,...,idn2, ...) + // The Locations array in vtk 7.x kept the positions of the n's of the above array: (0, idn1 + 1, idn2 + 2). + // In vtk 9.x this array doesn't exist any more but its values can be determined with idni + i +-#ifdef VTK_CELL_ARRAY_V2 + vtkIdType oldLoc = ((vtkIdTypeArray *)(this->Connectivity->GetOffsetsArray()))->GetValue( j ) + j; +-#else +- vtkIdType oldLoc = this->Locations->GetValue(j); +-#endif + vtkIdType nbpts; + vtkIdTypePtr oldPtsCell = 0; + this->Connectivity->GetCell(oldLoc, nbpts, oldPtsCell); + assert(nbpts < NBMAXNODESINCELL); +- //MESSAGE(j << " " << alreadyCopied << " " << (int)this->Types->GetValue(j) << " " << oldLoc << " " << nbpts ); ++ //MESSAGE(j << " " << alreadyCopied << " " << (int)this->GetCellType(j) << " " << oldLoc << " " << nbpts ); + for (int l = 0; l < nbpts; l++) + { + int oldval = oldPtsCell[l]; +@@ -358,7 +420,8 @@ void SMDS_UnstructuredGrid::copyBloc(vtkUnsignedCharArray *newTypes, + //MESSAGE(" " << oldval << " " << pointsCell[l]); + } + /*int newcnt = */newConnectivity->InsertNextCell(nbpts, pointsCell); +- int newLoc = newConnectivity->GetInsertLocation(nbpts); ++ int newLoc = this->GetCells()->GetOffsetsArray()->GetNumberOfValues() - 1 ++ + this->GetCells()->GetConnectivityArray()->GetNumberOfValues() - nbpts - 1; + //MESSAGE(newcnt << " " << newLoc); + newLocations->SetValue(alreadyCopied, newLoc); + alreadyCopied++; +@@ -965,7 +1028,6 @@ void SMDS_UnstructuredGrid::GetNodeIds(std::set& nodeSet, int downId, unsig + */ + void SMDS_UnstructuredGrid::ModifyCellNodes(int vtkVolId, std::map localClonedNodeIds) + { +-#ifdef VTK_CELL_ARRAY_V2 + vtkNew cellPoints; + this->GetCellPoints(vtkVolId, cellPoints.GetPointer()); + for (vtkIdType i = 0; i < cellPoints->GetNumberOfIds(); i++) +@@ -979,22 +1041,6 @@ void SMDS_UnstructuredGrid::ModifyCellNodes(int vtkVolId, std::map loc + //this->AddReferenceToCell(pts[i], vtkVolId); + } + } +-#else +- vtkIdType npts = 0; +- vtkIdType *pts; // will refer to the point id's of the face +- this->GetCellPoints(vtkVolId, npts, pts); +- for (int i = 0; i < npts; i++) +- { +- if (localClonedNodeIds.count(pts[i])) +- { +- vtkIdType oldpt = pts[i]; +- pts[i] = localClonedNodeIds[oldpt]; +- //MESSAGE(oldpt << " --> " << pts[i]); +- //this->RemoveReferenceToCell(oldpt, vtkVolId); +- //this->AddReferenceToCell(pts[i], vtkVolId); +- } +- } +-#endif + } + + /*! reorder the nodes of a face +@@ -1024,25 +1070,17 @@ void SMDS_UnstructuredGrid::BuildLinks() + this->Links->UnRegister(this); + } + +-#ifdef VTK_CELL_ARRAY_V2 + this->Links = SMDS_CellLinks::New(); + GetLinks()->Allocate(this->GetNumberOfPoints()); + GetLinks()->Register(this); +-//FIXME: vtk9 +- #if VTK_VERSION_NUMBER < VTK_VERSION_CHECK(9,3,0) ++#if VTK_VERSION_NUMBER < VTK_VERSION_CHECK(9, 2, 20221112) + GetLinks()->BuildLinks(this); +- #else ++#else + GetLinks()->SetDataSet(this); ++ std::cout << this->GetNumberOfPoints() << std::endl; + GetLinks()->BuildLinks(); +- #endif +- GetLinks()->Delete(); +-#else +- this->Links = SMDS_CellLinks::New(); +- this->Links->Allocate(this->GetNumberOfPoints()); +- this->Links->Register(this); +- this->Links->BuildLinks(this, this->Connectivity); +- this->Links->Delete(); + #endif ++ GetLinks()->Delete(); + } + + /*! Create a volume (prism or hexahedron) by duplication of a face. +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp +index 63b6eabb70..acbb8f57c3 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp +@@ -182,9 +182,10 @@ SMDS_VtkCellIteratorPolyH::SMDS_VtkCellIteratorPolyH(SMDS_Mesh* mesh, int vtkCel + case SMDSEntity_Polyhedra: + { + //MESSAGE("SMDS_VtkCellIterator Polyhedra"); +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(_cellId, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( vtkCellId, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + int id = 0; + _nbNodesInFaces = 0; + for (int i = 0; i < nFaces; i++) +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkEdge.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkEdge.cpp +index 6d772a3cd4..d36e020492 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkEdge.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkEdge.cpp +@@ -67,7 +67,6 @@ bool SMDS_VtkEdge::ChangeNodes(const SMDS_MeshNode * node1, const SMDS_MeshNode + bool SMDS_VtkEdge::ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes) + { + vtkUnstructuredGrid* grid = SMDS_Mesh::_meshList[myMeshId]->getGrid(); +-#ifdef VTK_CELL_ARRAY_V2 + vtkNew cellPoints; + grid->GetCellPoints(myVtkID, cellPoints.GetPointer()); + if (nbNodes != cellPoints->GetNumberOfIds()) +@@ -79,20 +78,6 @@ bool SMDS_VtkEdge::ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes) + { + cellPoints->SetId(i, nodes[i]->getVtkId()); + } +-#else +- vtkIdType npts = 0; +- vtkIdType* pts = 0; +- grid->GetCellPoints(myVtkID, npts, pts); +- if (nbNodes != npts) +- { +- MESSAGE("ChangeNodes problem: not the same number of nodes " << npts << " -> " << nbNodes); +- return false; +- } +- for (int i = 0; i < nbNodes; i++) +- { +- pts[i] = nodes[i]->getVtkId(); +- } +-#endif + SMDS_Mesh::_meshList[myMeshId]->setMyModified(); + return true; + } +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp +index cb981bfb18..4528cd7b5f 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp +@@ -101,7 +101,6 @@ void SMDS_VtkFace::initQuadPoly(const std::vector& nodeIds, SMDS_Mesh + bool SMDS_VtkFace::ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes) + { + vtkUnstructuredGrid* grid = SMDS_Mesh::_meshList[myMeshId]->getGrid(); +-#ifdef VTK_CELL_ARRAY_V2 + vtkNew cellPoints; + grid->GetCellPoints(myVtkID, cellPoints.GetPointer()); + if (nbNodes != cellPoints->GetNumberOfIds()) +@@ -113,20 +112,6 @@ bool SMDS_VtkFace::ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes) + { + cellPoints->SetId(i, nodes[i]->getVtkId()); + } +-#else +- vtkIdType npts = 0; +- vtkIdType* pts = 0; +- grid->GetCellPoints(myVtkID, npts, pts); +- if (nbNodes != npts) +- { +- MESSAGE("ChangeNodes problem: not the same number of nodes " << npts << " -> " << nbNodes); +- return false; +- } +- for (int i = 0; i < nbNodes; i++) +- { +- pts[i] = nodes[i]->getVtkId(); +- } +-#endif + SMDS_Mesh::_meshList[myMeshId]->setMyModified(); + return true; + } +@@ -372,18 +357,10 @@ SMDS_NodeIteratorPtr SMDS_VtkFace::interlacedNodesIterator() const + void SMDS_VtkFace::ChangeApex(SMDS_MeshNode* node) + { + vtkUnstructuredGrid* grid = SMDS_Mesh::_meshList[myMeshId]->getGrid(); +-#ifdef VTK_CELL_ARRAY_V2 + vtkNew cellPoints; + grid->GetCellPoints(myVtkID, cellPoints.GetPointer()); + grid->RemoveReferenceToCell(cellPoints->GetId(0), myVtkID); + cellPoints->SetId(0, node->getVtkId()); +-#else +- vtkIdType npts = 0; +- vtkIdType* pts = 0; +- grid->GetCellPoints(myVtkID, npts, pts); +- grid->RemoveReferenceToCell(pts[0], myVtkID); +- pts[0] = node->getVtkId(); +-#endif + node->AddInverseElement(this), + SMDS_Mesh::_meshList[myMeshId]->setMyModified(); + } +diff --git src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp +index 19ebd0746c..7c1c0936de 100644 +--- src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp ++++ src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp +@@ -133,7 +133,6 @@ void SMDS_VtkVolume::initPoly(const std::vector& nodeIds, + bool SMDS_VtkVolume::ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes) + { + vtkUnstructuredGrid* grid = SMDS_Mesh::_meshList[myMeshId]->getGrid(); +-#ifdef VTK_CELL_ARRAY_V2 + vtkNew cellPoints; + grid->GetCellPoints(myVtkID, cellPoints.GetPointer()); + if (nbNodes != cellPoints->GetNumberOfIds()) +@@ -145,20 +144,6 @@ bool SMDS_VtkVolume::ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes + { + cellPoints->SetId(i, nodes[i]->getVtkId()); + } +-#else +- vtkIdType npts = 0; +- vtkIdType* pts = 0; +- grid->GetCellPoints(myVtkID, npts, pts); +- if (nbNodes != npts) +- { +- MESSAGE("ChangeNodes problem: not the same number of nodes " << npts << " -> " << nbNodes); +- return false; +- } +- for (int i = 0; i < nbNodes; i++) +- { +- pts[i] = nodes[i]->getVtkId(); +- } +-#endif + SMDS_Mesh::_meshList[myMeshId]->setMyModified(); + return true; + } +@@ -220,9 +205,10 @@ int SMDS_VtkVolume::NbFaces() const + break; + case VTK_POLYHEDRON: + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + nbFaces = nFaces; + break; + } +@@ -249,9 +235,10 @@ int SMDS_VtkVolume::NbNodes() const + } + else + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + int id = 0; + for (int i = 0; i < nFaces; i++) + { +@@ -289,9 +276,10 @@ int SMDS_VtkVolume::NbEdges() const + break; + case VTK_POLYHEDRON: + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + nbEdges = 0; + int id = 0; + for (int i = 0; i < nFaces; i++) +@@ -325,9 +313,10 @@ int SMDS_VtkVolume::NbFaceNodes(const int face_ind) const + int nbNodes = 0; + if (aVtkType == VTK_POLYHEDRON) + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + int id = 0; + for (int i = 0; i < nFaces; i++) + { +@@ -355,9 +344,10 @@ const SMDS_MeshNode* SMDS_VtkVolume::GetFaceNode(const int face_ind, const int n + const SMDS_MeshNode* node = 0; + if (aVtkType == VTK_POLYHEDRON) + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + int id = 0; + for (int i = 0; i < nFaces; i++) + { +@@ -385,9 +375,10 @@ std::vector SMDS_VtkVolume::GetQuantities() const + vtkIdType aVtkType = grid->GetCellType(this->myVtkID); + if (aVtkType == VTK_POLYHEDRON) + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + int id = 0; + for (int i = 0; i < nFaces; i++) + { +@@ -443,9 +434,10 @@ const SMDS_MeshNode* SMDS_VtkVolume::GetNode(const int ind) const + vtkIdType aVtkType = grid->GetCellType(this->myVtkID); + if ( aVtkType == VTK_POLYHEDRON) + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + int id = 0, nbPoints = 0; + for (int i = 0; i < nFaces; i++) + { +@@ -474,9 +466,10 @@ int SMDS_VtkVolume::GetNodeIndex( const SMDS_MeshNode* node ) const + const vtkIdType aVtkType = grid->GetCellType(this->myVtkID); + if ( aVtkType == VTK_POLYHEDRON) + { +- vtkIdType nFaces = 0; +- vtkIdTypePtr ptIds = 0; +- grid->GetFaceStream(this->myVtkID, nFaces, ptIds); ++ vtkNew faceStream; ++ grid->GetFaceStream( this->myVtkID, faceStream); ++ vtkIdType nFaces = faceStream->GetId(0); ++ vtkIdType *ptIds = faceStream->GetPointer(1); + int id = 0; + for (int iF = 0; iF < nFaces; iF++) + { +diff --git src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp +index 49b5f99cd6..990e310d3d 100644 +--- src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp ++++ src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp +@@ -57,6 +57,7 @@ + #include "utilities.h" + #include "chrono.hxx" + ++#include + #include + #include + #include +@@ -11348,7 +11349,7 @@ bool SMESH_MeshEditor::DoubleNodesOnGroupBoundaries( const std::vector= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks::Link l = static_cast(grid->GetLinks())->GetLink(oldId); + #else + vtkCellLinks::Link l = static_cast(grid->GetCellLinks())->GetLink(oldId); +@@ -11712,7 +11713,7 @@ bool SMESH_MeshEditor::DoubleNodesOnGroupBoundaries( const std::vectorfirst; + //MESSAGE(" node " << oldId); +-#if VTK_VERSION_NUMBER_QUICK >= 90300000000 ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20221112) + vtkCellLinks::Link l = static_cast(grid->GetLinks())->GetLink(oldId); + #else + vtkCellLinks::Link l = static_cast(grid->GetCellLinks())->GetLink(oldId); +diff --git src/Mod/Fem/App/FemPostPipeline.h src/Mod/Fem/App/FemPostPipeline.h +index b8218f5fed..424fc1d826 100644 +--- src/Mod/Fem/App/FemPostPipeline.h ++++ src/Mod/Fem/App/FemPostPipeline.h +@@ -32,7 +32,7 @@ + #include "FemResultObject.h" + #include "VTKExtensions/vtkFemFrameSourceAlgorithm.h" + +-#if VTK_VERSION_NUMBER < VTK_VERSION_CHECK(9, 3, 0) ++#if VTK_VERSION_NUMBER < VTK_VERSION_CHECK(9, 2, 20230125) + # include "VTKExtensions/vtkCleanUnstructuredGrid.h" + #else + # include +diff --git src/Mod/Fem/App/PreCompiled.h src/Mod/Fem/App/PreCompiled.h +index fd94578e95..fe5d767cbf 100644 +--- src/Mod/Fem/App/PreCompiled.h ++++ src/Mod/Fem/App/PreCompiled.h +@@ -151,7 +151,7 @@ + #include + #include + #include +-#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 3, 0) ++#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 2, 20230125) + # include + #endif + #include +diff --git src/Mod/Fem/App/PropertyPostDataObject.cpp src/Mod/Fem/App/PropertyPostDataObject.cpp +index 7614aec5bd..df098cddfc 100644 +--- src/Mod/Fem/App/PropertyPostDataObject.cpp ++++ src/Mod/Fem/App/PropertyPostDataObject.cpp +@@ -400,14 +400,12 @@ void PropertyPostDataObject::SaveDocFile(Base::Writer& writer) const + xmlWriter->SetInputDataObject(m_dataObject); + xmlWriter->SetFileName(fi.filePath().c_str()); + +-#ifdef VTK_CELL_ARRAY_V2 + // Looks like an invalid data object that causes a crash with vtk9 + vtkUnstructuredGrid* dataGrid = vtkUnstructuredGrid::SafeDownCast(m_dataObject); + if (dataGrid && (dataGrid->GetPiece() < 0 || dataGrid->GetNumberOfPoints() <= 0)) { + std::cerr << "PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid\n"; + return; + } +-#endif + } + xmlWriter->SetDataModeToBinary(); + +diff --git src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp +index fb4fffb409..034513abce 100644 +--- src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp ++++ src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp +@@ -75,11 +75,7 @@ + using namespace FemGui; + namespace sp = std::placeholders; + +-#ifdef VTK_CELL_ARRAY_V2 + using vtkIdTypePtr = const vtkIdType*; +-#else +-using vtkIdTypePtr = vtkIdType*; +-#endif + + // ---------------------------------------------------------------------------- + diff --git a/cad/freecad/pkg-plist b/cad/freecad/pkg-plist index 89d6c49b078e..176e66516f0a 100644 --- a/cad/freecad/pkg-plist +++ b/cad/freecad/pkg-plist @@ -1,2992 +1,3469 @@ FreeCAD/Ext/PySide/QtCore.py FreeCAD/Ext/PySide/QtGui.py FreeCAD/Ext/PySide/QtNetwork.py FreeCAD/Ext/PySide/QtSvg.py FreeCAD/Ext/PySide/QtSvgWidgets.py FreeCAD/Ext/PySide/QtUiTools.py FreeCAD/Ext/PySide/QtWebEngineWidgets.py FreeCAD/Ext/PySide/QtWidgets.py FreeCAD/Ext/PySide/__init__.py FreeCAD/Ext/freecad/gui/RemoteDebugger.py FreeCAD/Ext/freecad/gui/RemoteDebugger.ui FreeCAD/Ext/lazy_loader/__init__.py FreeCAD/Ext/lazy_loader/lazy_loader.py FreeCAD/Mod/AddonManager/ALLOWED_PYTHON_PACKAGES.txt FreeCAD/Mod/AddonManager/Addon.py +FreeCAD/Mod/AddonManager/AddonCatalog.py +FreeCAD/Mod/AddonManager/AddonCatalog.schema.json +FreeCAD/Mod/AddonManager/AddonCatalogCacheCreator.py FreeCAD/Mod/AddonManager/AddonManager.py FreeCAD/Mod/AddonManager/AddonManager.ui FreeCAD/Mod/AddonManager/AddonManagerOptions.py FreeCAD/Mod/AddonManager/AddonManagerOptions.ui FreeCAD/Mod/AddonManager/AddonManagerOptions_AddCustomRepository.ui -FreeCAD/Mod/AddonManager/AddonManagerTest/__init__.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/__init__.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/mocks.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_addon.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_cache.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_dependency_installer.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_freecad_interface.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_git.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_installer.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_macro.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_macro_parser.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_metadata.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_uninstaller.py -FreeCAD/Mod/AddonManager/AddonManagerTest/app/test_utilities.py -FreeCAD/Mod/AddonManager/AddonManagerTest/data/DoNothing.FCMacro -FreeCAD/Mod/AddonManager/AddonManagerTest/data/MacrosRecipesWikiPage.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/TestWorkbench.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/__init__.py -FreeCAD/Mod/AddonManager/AddonManagerTest/data/addon_update_stats.json -FreeCAD/Mod/AddonManager/AddonManagerTest/data/bad_macro_metadata.FCStd -FreeCAD/Mod/AddonManager/AddonManagerTest/data/combination.xml -FreeCAD/Mod/AddonManager/AddonManagerTest/data/corrupted_metadata.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/depends_on_all_workbenches.xml -FreeCAD/Mod/AddonManager/AddonManagerTest/data/git_submodules.txt -FreeCAD/Mod/AddonManager/AddonManagerTest/data/good_macro_metadata.FCStd -FreeCAD/Mod/AddonManager/AddonManagerTest/data/good_package.xml -FreeCAD/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip.sha1 -FreeCAD/Mod/AddonManager/AddonManagerTest/data/macro_only.xml -FreeCAD/Mod/AddonManager/AddonManagerTest/data/macro_template.FCStd -FreeCAD/Mod/AddonManager/AddonManagerTest/data/metadata.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/missing_macro_metadata.FCStd -FreeCAD/Mod/AddonManager/AddonManagerTest/data/prefpack_only.xml -FreeCAD/Mod/AddonManager/AddonManagerTest/data/test_addon_with_fcmacro.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/test_github_style_repo.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/test_repo.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/test_simple_repo.zip -FreeCAD/Mod/AddonManager/AddonManagerTest/data/test_version_detection.xml -FreeCAD/Mod/AddonManager/AddonManagerTest/data/workbench_only.xml -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/__init__.py -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/gui_mocks.py -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/test_gui.py -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/test_installer_gui.py -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/test_uninstaller_gui.py -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/test_update_all_gui.py -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/test_workers_startup.py -FreeCAD/Mod/AddonManager/AddonManagerTest/gui/test_workers_utility.py -FreeCAD/Mod/AddonManager/AddonManagerTest/test_information.md -FreeCAD/Mod/AddonManager/AddonManager_rc.py FreeCAD/Mod/AddonManager/AddonStats.py FreeCAD/Mod/AddonManager/Init.py FreeCAD/Mod/AddonManager/InitGui.py +FreeCAD/Mod/AddonManager/LICENSE +FreeCAD/Mod/AddonManager/MacroCacheCreator.py FreeCAD/Mod/AddonManager/NetworkManager.py +FreeCAD/Mod/AddonManager/PySideWrapper.py FreeCAD/Mod/AddonManager/PythonDependencyUpdateDialog.ui +FreeCAD/Mod/AddonManager/Resources/icons/addon_manager.svg +FreeCAD/Mod/AddonManager/Resources/icons/addon_manager_with_warning.svg +FreeCAD/Mod/AddonManager/Resources/icons/button_left.svg +FreeCAD/Mod/AddonManager/Resources/icons/button_valid.svg +FreeCAD/Mod/AddonManager/Resources/icons/compact_view.svg +FreeCAD/Mod/AddonManager/Resources/icons/composite_view.svg +FreeCAD/Mod/AddonManager/Resources/icons/debug-stop.svg +FreeCAD/Mod/AddonManager/Resources/icons/document-package.svg +FreeCAD/Mod/AddonManager/Resources/icons/document-python.svg +FreeCAD/Mod/AddonManager/Resources/icons/expanded_view.svg +FreeCAD/Mod/AddonManager/Resources/icons/gear.svg +FreeCAD/Mod/AddonManager/Resources/icons/list-add.svg +FreeCAD/Mod/AddonManager/Resources/icons/list-remove.svg +FreeCAD/Mod/AddonManager/Resources/icons/preferences-addon_manager.svg +FreeCAD/Mod/AddonManager/Resources/icons/process-stop.svg +FreeCAD/Mod/AddonManager/Resources/icons/regex_bad.svg +FreeCAD/Mod/AddonManager/Resources/icons/regex_ok.svg +FreeCAD/Mod/AddonManager/Resources/icons/sort_ascending.svg +FreeCAD/Mod/AddonManager/Resources/icons/sort_descending.svg +FreeCAD/Mod/AddonManager/Resources/icons/spinner.svg +FreeCAD/Mod/AddonManager/Resources/icons/view-refresh.svg +FreeCAD/Mod/AddonManager/Resources/licenses/Apache-2.0.txt +FreeCAD/Mod/AddonManager/Resources/licenses/BSD-2-Clause.txt +FreeCAD/Mod/AddonManager/Resources/licenses/BSD-3-Clause.txt +FreeCAD/Mod/AddonManager/Resources/licenses/CC0-1.0.txt +FreeCAD/Mod/AddonManager/Resources/licenses/GPL-2.0-or-later.txt +FreeCAD/Mod/AddonManager/Resources/licenses/GPL-3.0-or-later.txt +FreeCAD/Mod/AddonManager/Resources/licenses/LGPL-2.1-or-later.txt +FreeCAD/Mod/AddonManager/Resources/licenses/LGPL-3.0-or-later.txt +FreeCAD/Mod/AddonManager/Resources/licenses/MIT.txt +FreeCAD/Mod/AddonManager/Resources/licenses/MPL-2.0.txt +FreeCAD/Mod/AddonManager/Resources/licenses/spdx.json +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_be.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_ca.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_cs.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_da.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_de.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_el.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_es-AR.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_es-CO.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_es-ES.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_es-VE.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_eu.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_fr.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_hr.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_hu.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_it.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_ja.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_ka.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_pl.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_pt-BR.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_pt-PT.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_ru.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_sr-CS.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_sr-SP.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_uk.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_zh-CN.qm +FreeCAD/Mod/AddonManager/Resources/translations/AddonManager_zh-TW.qm FreeCAD/Mod/AddonManager/TestAddonManagerApp.py FreeCAD/Mod/AddonManager/TestAddonManagerGui.py FreeCAD/Mod/AddonManager/Widgets/__init__.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_colors.py +FreeCAD/Mod/AddonManager/Widgets/addonmanager_utility_dialogs.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_addon_buttons.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_filter_selector.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_package_details_view.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_progress_bar.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_readme_browser.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_search.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_view_control_bar.py FreeCAD/Mod/AddonManager/Widgets/addonmanager_widget_view_selector.py +FreeCAD/Mod/AddonManager/Widgets/spinner.py +FreeCAD/Mod/AddonManager/__init__.py FreeCAD/Mod/AddonManager/add_toolbar_button_dialog.ui -FreeCAD/Mod/AddonManager/addonmanager_cache.py +FreeCAD/Mod/AddonManager/addonmanager.dox FreeCAD/Mod/AddonManager/addonmanager_connection_checker.py FreeCAD/Mod/AddonManager/addonmanager_dependency_installer.py -FreeCAD/Mod/AddonManager/addonmanager_devmode.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_add_content.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_license_selector.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_licenses_table.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_metadata_checker.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_people_table.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_person_editor.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_predictor.py -FreeCAD/Mod/AddonManager/addonmanager_devmode_validators.py FreeCAD/Mod/AddonManager/addonmanager_firstrun.py FreeCAD/Mod/AddonManager/addonmanager_freecad_interface.py FreeCAD/Mod/AddonManager/addonmanager_git.py +FreeCAD/Mod/AddonManager/addonmanager_icon_utilities.py +FreeCAD/Mod/AddonManager/addonmanager_installation_manifest.py FreeCAD/Mod/AddonManager/addonmanager_installer.py FreeCAD/Mod/AddonManager/addonmanager_installer_gui.py FreeCAD/Mod/AddonManager/addonmanager_licenses.py FreeCAD/Mod/AddonManager/addonmanager_macro.py FreeCAD/Mod/AddonManager/addonmanager_macro_parser.py FreeCAD/Mod/AddonManager/addonmanager_metadata.py FreeCAD/Mod/AddonManager/addonmanager_package_details_controller.py FreeCAD/Mod/AddonManager/addonmanager_preferences_defaults.json -FreeCAD/Mod/AddonManager/addonmanager_pyside_interface.py +FreeCAD/Mod/AddonManager/addonmanager_preferences_migrations.py +FreeCAD/Mod/AddonManager/addonmanager_python_deps.py +FreeCAD/Mod/AddonManager/addonmanager_python_deps_gui.py FreeCAD/Mod/AddonManager/addonmanager_readme_controller.py +FreeCAD/Mod/AddonManager/addonmanager_toolbar_adapter.py FreeCAD/Mod/AddonManager/addonmanager_uninstaller.py FreeCAD/Mod/AddonManager/addonmanager_uninstaller_gui.py FreeCAD/Mod/AddonManager/addonmanager_update_all_gui.py FreeCAD/Mod/AddonManager/addonmanager_utilities.py -FreeCAD/Mod/AddonManager/addonmanager_workers_installation.py FreeCAD/Mod/AddonManager/addonmanager_workers_startup.py FreeCAD/Mod/AddonManager/addonmanager_workers_utility.py -FreeCAD/Mod/AddonManager/change_branch.py -FreeCAD/Mod/AddonManager/change_branch.ui FreeCAD/Mod/AddonManager/compact_view.py +FreeCAD/Mod/AddonManager/compact_view.ui FreeCAD/Mod/AddonManager/composite_view.py FreeCAD/Mod/AddonManager/dependency_resolution_dialog.ui -FreeCAD/Mod/AddonManager/developer_mode.ui -FreeCAD/Mod/AddonManager/developer_mode_add_content.ui -FreeCAD/Mod/AddonManager/developer_mode_advanced_freecad_versions.ui -FreeCAD/Mod/AddonManager/developer_mode_copyright_info.ui -FreeCAD/Mod/AddonManager/developer_mode_dependencies.ui -FreeCAD/Mod/AddonManager/developer_mode_edit_dependency.ui -FreeCAD/Mod/AddonManager/developer_mode_freecad_versions.ui -FreeCAD/Mod/AddonManager/developer_mode_license.ui -FreeCAD/Mod/AddonManager/developer_mode_licenses_table.ui -FreeCAD/Mod/AddonManager/developer_mode_people.ui -FreeCAD/Mod/AddonManager/developer_mode_people_table.ui -FreeCAD/Mod/AddonManager/developer_mode_select_from_list.ui -FreeCAD/Mod/AddonManager/developer_mode_tags.ui FreeCAD/Mod/AddonManager/expanded_view.py +FreeCAD/Mod/AddonManager/expanded_view.ui FreeCAD/Mod/AddonManager/first_run.ui -FreeCAD/Mod/AddonManager/install_to_toolbar.py -FreeCAD/Mod/AddonManager/loading.html -FreeCAD/Mod/AddonManager/manage_python_dependencies.py +FreeCAD/Mod/AddonManager/package.xml +FreeCAD/Mod/AddonManager/package_details.ui FreeCAD/Mod/AddonManager/package_list.py +FreeCAD/Mod/AddonManager/progress.ui +FreeCAD/Mod/AddonManager/proxy_authentication.ui FreeCAD/Mod/AddonManager/select_toolbar_dialog.ui +FreeCAD/Mod/AddonManager/toolbar_button.ui FreeCAD/Mod/AddonManager/update_all.ui +FreeCAD/Mod/AddonManager/update_all_progress.ui FreeCAD/Mod/Assembly/Assembly/__init__.py FreeCAD/Mod/Assembly/AssemblyImport.py +FreeCAD/Mod/Assembly/AssemblyTests/MockGui.py +FreeCAD/Mod/Assembly/AssemblyTests/TestCommandInsertLink.py FreeCAD/Mod/Assembly/AssemblyTests/TestCore.py FreeCAD/Mod/Assembly/AssemblyTests/__init__.py FreeCAD/Mod/Assembly/Assembly_rc.py FreeCAD/Mod/Assembly/CommandCreateAssembly.py FreeCAD/Mod/Assembly/CommandCreateBom.py FreeCAD/Mod/Assembly/CommandCreateJoint.py +FreeCAD/Mod/Assembly/CommandCreateSimulation.py FreeCAD/Mod/Assembly/CommandCreateView.py FreeCAD/Mod/Assembly/CommandExportASMT.py FreeCAD/Mod/Assembly/CommandInsertLink.py +FreeCAD/Mod/Assembly/CommandInsertNewPart.py FreeCAD/Mod/Assembly/CommandSolveAssembly.py FreeCAD/Mod/Assembly/Init.py FreeCAD/Mod/Assembly/InitGui.py FreeCAD/Mod/Assembly/JointObject.py FreeCAD/Mod/Assembly/Preferences.py FreeCAD/Mod/Assembly/SoSwitchMarker.py FreeCAD/Mod/Assembly/TestAssemblyWorkbench.py FreeCAD/Mod/Assembly/UtilsAssembly.py FreeCAD/Mod/BIM/Arch.py FreeCAD/Mod/BIM/ArchAxis.py FreeCAD/Mod/BIM/ArchAxisSystem.py FreeCAD/Mod/BIM/ArchBuildingPart.py FreeCAD/Mod/BIM/ArchCommands.py FreeCAD/Mod/BIM/ArchComponent.py FreeCAD/Mod/BIM/ArchCurtainWall.py FreeCAD/Mod/BIM/ArchCutPlane.py FreeCAD/Mod/BIM/ArchEquipment.py FreeCAD/Mod/BIM/ArchFence.py FreeCAD/Mod/BIM/ArchFrame.py FreeCAD/Mod/BIM/ArchGrid.py FreeCAD/Mod/BIM/ArchIFC.py FreeCAD/Mod/BIM/ArchIFCSchema.py FreeCAD/Mod/BIM/ArchIFCView.py FreeCAD/Mod/BIM/ArchMaterial.py FreeCAD/Mod/BIM/ArchNesting.py FreeCAD/Mod/BIM/ArchPanel.py FreeCAD/Mod/BIM/ArchPipe.py FreeCAD/Mod/BIM/ArchPrecast.py FreeCAD/Mod/BIM/ArchProfile.py FreeCAD/Mod/BIM/ArchProject.py FreeCAD/Mod/BIM/ArchRebar.py FreeCAD/Mod/BIM/ArchReference.py FreeCAD/Mod/BIM/ArchRoof.py FreeCAD/Mod/BIM/ArchSchedule.py FreeCAD/Mod/BIM/ArchSectionPlane.py FreeCAD/Mod/BIM/ArchSite.py FreeCAD/Mod/BIM/ArchSketchObject.py FreeCAD/Mod/BIM/ArchSpace.py FreeCAD/Mod/BIM/ArchStairs.py FreeCAD/Mod/BIM/ArchStructure.py FreeCAD/Mod/BIM/ArchTruss.py FreeCAD/Mod/BIM/ArchVRM.py FreeCAD/Mod/BIM/ArchWall.py FreeCAD/Mod/BIM/ArchWindow.py FreeCAD/Mod/BIM/ArchWindowPresets.py FreeCAD/Mod/BIM/Arch_rc.py FreeCAD/Mod/BIM/BimSelect.py FreeCAD/Mod/BIM/BimStatus.py FreeCAD/Mod/BIM/Dice3DS/__init__.py FreeCAD/Mod/BIM/Dice3DS/dom3ds.py FreeCAD/Mod/BIM/Dice3DS/util.py FreeCAD/Mod/BIM/Init.py FreeCAD/Mod/BIM/InitGui.py FreeCAD/Mod/BIM/OfflineRenderingUtils.py FreeCAD/Mod/BIM/TestArch.py +FreeCAD/Mod/BIM/TestArchGui.py FreeCAD/Mod/BIM/bimcommands/BimArchUtils.py FreeCAD/Mod/BIM/bimcommands/BimAxis.py FreeCAD/Mod/BIM/bimcommands/BimBackground.py FreeCAD/Mod/BIM/bimcommands/BimBeam.py FreeCAD/Mod/BIM/bimcommands/BimBox.py FreeCAD/Mod/BIM/bimcommands/BimBuilder.py FreeCAD/Mod/BIM/bimcommands/BimBuildingPart.py FreeCAD/Mod/BIM/bimcommands/BimClassification.py FreeCAD/Mod/BIM/bimcommands/BimClone.py FreeCAD/Mod/BIM/bimcommands/BimColumn.py FreeCAD/Mod/BIM/bimcommands/BimCommon.py FreeCAD/Mod/BIM/bimcommands/BimCompound.py FreeCAD/Mod/BIM/bimcommands/BimConvert.py FreeCAD/Mod/BIM/bimcommands/BimCopy.py FreeCAD/Mod/BIM/bimcommands/BimCurtainwall.py FreeCAD/Mod/BIM/bimcommands/BimCut.py FreeCAD/Mod/BIM/bimcommands/BimCutPlane.py FreeCAD/Mod/BIM/bimcommands/BimDiff.py FreeCAD/Mod/BIM/bimcommands/BimDimensions.py FreeCAD/Mod/BIM/bimcommands/BimDoor.py +FreeCAD/Mod/BIM/bimcommands/BimDrawingView.py FreeCAD/Mod/BIM/bimcommands/BimEmptyTrash.py FreeCAD/Mod/BIM/bimcommands/BimEquipment.py FreeCAD/Mod/BIM/bimcommands/BimExamples.py FreeCAD/Mod/BIM/bimcommands/BimExtrude.py FreeCAD/Mod/BIM/bimcommands/BimFence.py FreeCAD/Mod/BIM/bimcommands/BimFrame.py FreeCAD/Mod/BIM/bimcommands/BimFuse.py FreeCAD/Mod/BIM/bimcommands/BimGlue.py FreeCAD/Mod/BIM/bimcommands/BimHelp.py FreeCAD/Mod/BIM/bimcommands/BimIfcElements.py FreeCAD/Mod/BIM/bimcommands/BimIfcExplorer.py FreeCAD/Mod/BIM/bimcommands/BimIfcProperties.py FreeCAD/Mod/BIM/bimcommands/BimIfcQuantities.py FreeCAD/Mod/BIM/bimcommands/BimImagePlane.py FreeCAD/Mod/BIM/bimcommands/BimLayers.py FreeCAD/Mod/BIM/bimcommands/BimLeader.py FreeCAD/Mod/BIM/bimcommands/BimLibrary.py FreeCAD/Mod/BIM/bimcommands/BimMaterial.py FreeCAD/Mod/BIM/bimcommands/BimMoveView.py FreeCAD/Mod/BIM/bimcommands/BimNudge.py FreeCAD/Mod/BIM/bimcommands/BimOffset.py FreeCAD/Mod/BIM/bimcommands/BimPanel.py FreeCAD/Mod/BIM/bimcommands/BimPipe.py FreeCAD/Mod/BIM/bimcommands/BimPreflight.py FreeCAD/Mod/BIM/bimcommands/BimProfile.py FreeCAD/Mod/BIM/bimcommands/BimProject.py FreeCAD/Mod/BIM/bimcommands/BimProjectManager.py FreeCAD/Mod/BIM/bimcommands/BimRebar.py FreeCAD/Mod/BIM/bimcommands/BimReextrude.py FreeCAD/Mod/BIM/bimcommands/BimReference.py FreeCAD/Mod/BIM/bimcommands/BimReorder.py FreeCAD/Mod/BIM/bimcommands/BimResetCloneColors.py FreeCAD/Mod/BIM/bimcommands/BimRewire.py FreeCAD/Mod/BIM/bimcommands/BimRoof.py FreeCAD/Mod/BIM/bimcommands/BimSchedule.py FreeCAD/Mod/BIM/bimcommands/BimSectionPlane.py FreeCAD/Mod/BIM/bimcommands/BimSetup.py FreeCAD/Mod/BIM/bimcommands/BimShape2DView.py FreeCAD/Mod/BIM/bimcommands/BimSimpleCopy.py FreeCAD/Mod/BIM/bimcommands/BimSite.py FreeCAD/Mod/BIM/bimcommands/BimSketch.py FreeCAD/Mod/BIM/bimcommands/BimSlab.py FreeCAD/Mod/BIM/bimcommands/BimSpace.py FreeCAD/Mod/BIM/bimcommands/BimStairs.py FreeCAD/Mod/BIM/bimcommands/BimTDPage.py FreeCAD/Mod/BIM/bimcommands/BimTDView.py FreeCAD/Mod/BIM/bimcommands/BimText.py FreeCAD/Mod/BIM/bimcommands/BimTogglePanels.py FreeCAD/Mod/BIM/bimcommands/BimTrash.py FreeCAD/Mod/BIM/bimcommands/BimTruss.py FreeCAD/Mod/BIM/bimcommands/BimTutorial.py FreeCAD/Mod/BIM/bimcommands/BimUnclone.py FreeCAD/Mod/BIM/bimcommands/BimUngroup.py FreeCAD/Mod/BIM/bimcommands/BimViews.py FreeCAD/Mod/BIM/bimcommands/BimWPCommands.py FreeCAD/Mod/BIM/bimcommands/BimWall.py FreeCAD/Mod/BIM/bimcommands/BimWelcome.py FreeCAD/Mod/BIM/bimcommands/BimWindow.py FreeCAD/Mod/BIM/bimcommands/BimWindows.py FreeCAD/Mod/BIM/bimcommands/__init__.py +FreeCAD/Mod/BIM/bimtests/TestArchAxis.py +FreeCAD/Mod/BIM/bimtests/TestArchBase.py +FreeCAD/Mod/BIM/bimtests/TestArchBaseGui.py +FreeCAD/Mod/BIM/bimtests/TestArchBuildingPart.py +FreeCAD/Mod/BIM/bimtests/TestArchBuildingPartGui.py +FreeCAD/Mod/BIM/bimtests/TestArchComponent.py +FreeCAD/Mod/BIM/bimtests/TestArchCurtainWall.py +FreeCAD/Mod/BIM/bimtests/TestArchEquipment.py +FreeCAD/Mod/BIM/bimtests/TestArchFence.py +FreeCAD/Mod/BIM/bimtests/TestArchFrame.py +FreeCAD/Mod/BIM/bimtests/TestArchGrid.py +FreeCAD/Mod/BIM/bimtests/TestArchImportersGui.py +FreeCAD/Mod/BIM/bimtests/TestArchMaterial.py +FreeCAD/Mod/BIM/bimtests/TestArchPanel.py +FreeCAD/Mod/BIM/bimtests/TestArchPipe.py +FreeCAD/Mod/BIM/bimtests/TestArchProfile.py +FreeCAD/Mod/BIM/bimtests/TestArchProject.py +FreeCAD/Mod/BIM/bimtests/TestArchRebar.py +FreeCAD/Mod/BIM/bimtests/TestArchReference.py +FreeCAD/Mod/BIM/bimtests/TestArchRoof.py +FreeCAD/Mod/BIM/bimtests/TestArchSchedule.py +FreeCAD/Mod/BIM/bimtests/TestArchSectionPlane.py +FreeCAD/Mod/BIM/bimtests/TestArchSiteGui.py +FreeCAD/Mod/BIM/bimtests/TestArchSpace.py +FreeCAD/Mod/BIM/bimtests/TestArchStairs.py +FreeCAD/Mod/BIM/bimtests/TestArchStructure.py +FreeCAD/Mod/BIM/bimtests/TestArchTruss.py +FreeCAD/Mod/BIM/bimtests/TestArchWall.py +FreeCAD/Mod/BIM/bimtests/TestArchWindow.py +FreeCAD/Mod/BIM/bimtests/TestWebGLExport.py +FreeCAD/Mod/BIM/bimtests/TestWebGLExportGui.py +FreeCAD/Mod/BIM/bimtests/fixtures/FC_site_simple-102.FCStd +FreeCAD/Mod/BIM/importers/Sample.sh3d FreeCAD/Mod/BIM/importers/__init__.py FreeCAD/Mod/BIM/importers/exportIFC.py FreeCAD/Mod/BIM/importers/exportIFCHelper.py FreeCAD/Mod/BIM/importers/exportIFCStructuralTools.py FreeCAD/Mod/BIM/importers/import3DS.py FreeCAD/Mod/BIM/importers/importDAE.py FreeCAD/Mod/BIM/importers/importGBXML.py FreeCAD/Mod/BIM/importers/importIFC.py FreeCAD/Mod/BIM/importers/importIFCHelper.py FreeCAD/Mod/BIM/importers/importIFClegacy.py FreeCAD/Mod/BIM/importers/importIFCmulticore.py FreeCAD/Mod/BIM/importers/importJSON.py FreeCAD/Mod/BIM/importers/importOBJ.py FreeCAD/Mod/BIM/importers/importSH3D.py +FreeCAD/Mod/BIM/importers/importSH3DHelper.py FreeCAD/Mod/BIM/importers/importSHP.py FreeCAD/Mod/BIM/importers/importWebGL.py FreeCAD/Mod/BIM/nativeifc/__init__.py +FreeCAD/Mod/BIM/nativeifc/ifc_classification.py FreeCAD/Mod/BIM/nativeifc/ifc_commands.py FreeCAD/Mod/BIM/nativeifc/ifc_diff.py +FreeCAD/Mod/BIM/nativeifc/ifc_export.py FreeCAD/Mod/BIM/nativeifc/ifc_generator.py FreeCAD/Mod/BIM/nativeifc/ifc_geometry.py FreeCAD/Mod/BIM/nativeifc/ifc_import.py FreeCAD/Mod/BIM/nativeifc/ifc_layers.py FreeCAD/Mod/BIM/nativeifc/ifc_materials.py FreeCAD/Mod/BIM/nativeifc/ifc_objects.py FreeCAD/Mod/BIM/nativeifc/ifc_observer.py FreeCAD/Mod/BIM/nativeifc/ifc_openshell.py FreeCAD/Mod/BIM/nativeifc/ifc_performance_test.py FreeCAD/Mod/BIM/nativeifc/ifc_psets.py FreeCAD/Mod/BIM/nativeifc/ifc_selftest.py FreeCAD/Mod/BIM/nativeifc/ifc_status.py FreeCAD/Mod/BIM/nativeifc/ifc_tools.py FreeCAD/Mod/BIM/nativeifc/ifc_tree.py +FreeCAD/Mod/BIM/nativeifc/ifc_types.py FreeCAD/Mod/BIM/nativeifc/ifc_viewproviders.py FreeCAD/Mod/CAM/CAMTests/Drilling_1.FCStd FreeCAD/Mod/CAM/CAMTests/FilePathTestUtils.py FreeCAD/Mod/CAM/CAMTests/Fixtures/OpHelix_v0-21.FCStd FreeCAD/Mod/CAM/CAMTests/PathTestUtils.py FreeCAD/Mod/CAM/CAMTests/TestCAMSanity.py FreeCAD/Mod/CAM/CAMTests/TestCentroidPost.py FreeCAD/Mod/CAM/CAMTests/TestGrblPost.py FreeCAD/Mod/CAM/CAMTests/TestLinuxCNCPost.py FreeCAD/Mod/CAM/CAMTests/TestMach3Mach4Post.py FreeCAD/Mod/CAM/CAMTests/TestPathAdaptive.py FreeCAD/Mod/CAM/CAMTests/TestPathCore.py FreeCAD/Mod/CAM/CAMTests/TestPathDepthParams.py +FreeCAD/Mod/CAM/CAMTests/TestPathDressupArray.py FreeCAD/Mod/CAM/CAMTests/TestPathDressupDogbone.py FreeCAD/Mod/CAM/CAMTests/TestPathDressupDogboneII.py FreeCAD/Mod/CAM/CAMTests/TestPathDressupHoldingTags.py FreeCAD/Mod/CAM/CAMTests/TestPathDrillGenerator.py FreeCAD/Mod/CAM/CAMTests/TestPathDrillable.py FreeCAD/Mod/CAM/CAMTests/TestPathGeneratorDogboneII.py FreeCAD/Mod/CAM/CAMTests/TestPathGeom.py FreeCAD/Mod/CAM/CAMTests/TestPathHelix.py FreeCAD/Mod/CAM/CAMTests/TestPathHelixGenerator.py FreeCAD/Mod/CAM/CAMTests/TestPathHelpers.py FreeCAD/Mod/CAM/CAMTests/TestPathLanguage.py FreeCAD/Mod/CAM/CAMTests/TestPathLog.py FreeCAD/Mod/CAM/CAMTests/TestPathOpDeburr.py FreeCAD/Mod/CAM/CAMTests/TestPathOpUtil.py FreeCAD/Mod/CAM/CAMTests/TestPathPost.py FreeCAD/Mod/CAM/CAMTests/TestPathPreferences.py FreeCAD/Mod/CAM/CAMTests/TestPathProfile.py FreeCAD/Mod/CAM/CAMTests/TestPathPropertyBag.py FreeCAD/Mod/CAM/CAMTests/TestPathRotationGenerator.py FreeCAD/Mod/CAM/CAMTests/TestPathSetupSheet.py FreeCAD/Mod/CAM/CAMTests/TestPathStock.py +FreeCAD/Mod/CAM/CAMTests/TestPathTapGenerator.py FreeCAD/Mod/CAM/CAMTests/TestPathThreadMilling.py FreeCAD/Mod/CAM/CAMTests/TestPathThreadMillingGenerator.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolAsset.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolAssetCache.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolAssetManager.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolAssetStore.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolAssetUri.py FreeCAD/Mod/CAM/CAMTests/TestPathToolBit.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolBitBrowserWidget.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolBitEditorWidget.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolBitListWidget.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolBitPropertyEditorWidget.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolBitSerializer.py FreeCAD/Mod/CAM/CAMTests/TestPathToolChangeGenerator.py FreeCAD/Mod/CAM/CAMTests/TestPathToolController.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolDocumentObjectEditorWidget.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolLibrary.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolLibrarySerializer.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolMachine.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolShapeClasses.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolShapeDoc.py +FreeCAD/Mod/CAM/CAMTests/TestPathToolShapeIcon.py FreeCAD/Mod/CAM/CAMTests/TestPathUtil.py FreeCAD/Mod/CAM/CAMTests/TestPathVcarve.py FreeCAD/Mod/CAM/CAMTests/TestPathVoronoi.py FreeCAD/Mod/CAM/CAMTests/TestRefactoredCentroidPost.py FreeCAD/Mod/CAM/CAMTests/TestRefactoredGrblPost.py FreeCAD/Mod/CAM/CAMTests/TestRefactoredLinuxCNCPost.py FreeCAD/Mod/CAM/CAMTests/TestRefactoredMach3Mach4Post.py +FreeCAD/Mod/CAM/CAMTests/TestRefactoredMassoG3Post.py +FreeCAD/Mod/CAM/CAMTests/TestRefactoredTestDressupPost.py FreeCAD/Mod/CAM/CAMTests/TestRefactoredTestPost.py FreeCAD/Mod/CAM/CAMTests/TestRefactoredTestPostGCodes.py FreeCAD/Mod/CAM/CAMTests/TestRefactoredTestPostMCodes.py +FreeCAD/Mod/CAM/CAMTests/TestSnapmakerPost.py +FreeCAD/Mod/CAM/CAMTests/TestToolBitRecomputeState.py FreeCAD/Mod/CAM/CAMTests/Tools/Bit/test-path-tool-bit-bit-00.fctb FreeCAD/Mod/CAM/CAMTests/Tools/Library/test-path-tool-bit-library-00.fctl FreeCAD/Mod/CAM/CAMTests/Tools/Shape/test-path-tool-bit-shape-00.fcstd FreeCAD/Mod/CAM/CAMTests/__init__.py FreeCAD/Mod/CAM/CAMTests/boxtest.fcstd FreeCAD/Mod/CAM/CAMTests/boxtest1.fcstd +FreeCAD/Mod/CAM/CAMTests/dressuptest.FCStd FreeCAD/Mod/CAM/CAMTests/drill_test1.FCStd FreeCAD/Mod/CAM/CAMTests/test-path-tool-bit-bit-00.fctb FreeCAD/Mod/CAM/CAMTests/test-path-tool-bit-library-00.fctl FreeCAD/Mod/CAM/CAMTests/test-path-tool-bit-shape-00.fcstd FreeCAD/Mod/CAM/CAMTests/test_adaptive.fcstd FreeCAD/Mod/CAM/CAMTests/test_centroid_00.ngc FreeCAD/Mod/CAM/CAMTests/test_filenaming.fcstd FreeCAD/Mod/CAM/CAMTests/test_geomop.fcstd FreeCAD/Mod/CAM/CAMTests/test_holes00.fcstd FreeCAD/Mod/CAM/CAMTests/test_profile.fcstd FreeCAD/Mod/CAM/Data/Threads/imperial-external-2A.csv FreeCAD/Mod/CAM/Data/Threads/imperial-external-3A.csv FreeCAD/Mod/CAM/Data/Threads/imperial-internal-2B.csv FreeCAD/Mod/CAM/Data/Threads/imperial-internal-3B.csv FreeCAD/Mod/CAM/Data/Threads/metric-external-4G6G.csv FreeCAD/Mod/CAM/Data/Threads/metric-external-6G.csv FreeCAD/Mod/CAM/Data/Threads/metric-internal-6H.csv FreeCAD/Mod/CAM/Images/Ops/chamfer.svg -FreeCAD/Mod/CAM/Images/Tools/drill.svg -FreeCAD/Mod/CAM/Images/Tools/endmill.svg -FreeCAD/Mod/CAM/Images/Tools/v-bit.svg FreeCAD/Mod/CAM/Init.py FreeCAD/Mod/CAM/InitGui.py FreeCAD/Mod/CAM/Path/Base/Drillable.py FreeCAD/Mod/CAM/Path/Base/FeedRate.py FreeCAD/Mod/CAM/Path/Base/Generator/dogboneII.py FreeCAD/Mod/CAM/Path/Base/Generator/drill.py FreeCAD/Mod/CAM/Path/Base/Generator/helix.py FreeCAD/Mod/CAM/Path/Base/Generator/rotation.py +FreeCAD/Mod/CAM/Path/Base/Generator/tapping.py FreeCAD/Mod/CAM/Path/Base/Generator/threadmilling.py FreeCAD/Mod/CAM/Path/Base/Generator/toolchange.py FreeCAD/Mod/CAM/Path/Base/Gui/GetPoint.py FreeCAD/Mod/CAM/Path/Base/Gui/IconViewProvider.py FreeCAD/Mod/CAM/Path/Base/Gui/PreferencesAdvanced.py FreeCAD/Mod/CAM/Path/Base/Gui/PropertyBag.py FreeCAD/Mod/CAM/Path/Base/Gui/PropertyEditor.py FreeCAD/Mod/CAM/Path/Base/Gui/SetupSheet.py FreeCAD/Mod/CAM/Path/Base/Gui/SetupSheetOpPrototype.py FreeCAD/Mod/CAM/Path/Base/Gui/Util.py FreeCAD/Mod/CAM/Path/Base/Gui/__init__.py FreeCAD/Mod/CAM/Path/Base/Language.py FreeCAD/Mod/CAM/Path/Base/MachineState.py FreeCAD/Mod/CAM/Path/Base/Property.py FreeCAD/Mod/CAM/Path/Base/PropertyBag.py FreeCAD/Mod/CAM/Path/Base/SetupSheet.py FreeCAD/Mod/CAM/Path/Base/SetupSheetOpPrototype.py FreeCAD/Mod/CAM/Path/Base/Util.py FreeCAD/Mod/CAM/Path/Base/__init__.py +FreeCAD/Mod/CAM/Path/Dressup/Array.py FreeCAD/Mod/CAM/Path/Dressup/Boundary.py FreeCAD/Mod/CAM/Path/Dressup/DogboneII.py +FreeCAD/Mod/CAM/Path/Dressup/Gui/Array.py FreeCAD/Mod/CAM/Path/Dressup/Gui/AxisMap.py FreeCAD/Mod/CAM/Path/Dressup/Gui/Boundary.py FreeCAD/Mod/CAM/Path/Dressup/Gui/Dogbone.py FreeCAD/Mod/CAM/Path/Dressup/Gui/DogboneII.py FreeCAD/Mod/CAM/Path/Dressup/Gui/Dragknife.py FreeCAD/Mod/CAM/Path/Dressup/Gui/LeadInOut.py FreeCAD/Mod/CAM/Path/Dressup/Gui/Preferences.py FreeCAD/Mod/CAM/Path/Dressup/Gui/RampEntry.py FreeCAD/Mod/CAM/Path/Dressup/Gui/TagPreferences.py FreeCAD/Mod/CAM/Path/Dressup/Gui/Tags.py FreeCAD/Mod/CAM/Path/Dressup/Gui/ZCorrect.py FreeCAD/Mod/CAM/Path/Dressup/Gui/__init__.py FreeCAD/Mod/CAM/Path/Dressup/Tags.py FreeCAD/Mod/CAM/Path/Dressup/Utils.py FreeCAD/Mod/CAM/Path/Dressup/__init__.py FreeCAD/Mod/CAM/Path/Geom.py FreeCAD/Mod/CAM/Path/GuiInit.py FreeCAD/Mod/CAM/Path/Log.py FreeCAD/Mod/CAM/Path/Main/Gui/Camotics.py FreeCAD/Mod/CAM/Path/Main/Gui/Fixture.py FreeCAD/Mod/CAM/Path/Main/Gui/Inspect.py FreeCAD/Mod/CAM/Path/Main/Gui/Job.py FreeCAD/Mod/CAM/Path/Main/Gui/JobCmd.py FreeCAD/Mod/CAM/Path/Main/Gui/JobDlg.py FreeCAD/Mod/CAM/Path/Main/Gui/PreferencesJob.py FreeCAD/Mod/CAM/Path/Main/Gui/SanityCmd.py FreeCAD/Mod/CAM/Path/Main/Gui/Simulator.py FreeCAD/Mod/CAM/Path/Main/Gui/SimulatorGL.py FreeCAD/Mod/CAM/Path/Main/Gui/__init__.py FreeCAD/Mod/CAM/Path/Main/Job.py FreeCAD/Mod/CAM/Path/Main/Sanity/HTMLTemplate.py FreeCAD/Mod/CAM/Path/Main/Sanity/ImageBuilder.py FreeCAD/Mod/CAM/Path/Main/Sanity/ReportGenerator.py FreeCAD/Mod/CAM/Path/Main/Sanity/Sanity.py FreeCAD/Mod/CAM/Path/Main/Sanity/Sanity_Bulb.svg FreeCAD/Mod/CAM/Path/Main/Sanity/Sanity_Caution.svg FreeCAD/Mod/CAM/Path/Main/Sanity/Sanity_Note.svg FreeCAD/Mod/CAM/Path/Main/Sanity/Sanity_Warning.svg FreeCAD/Mod/CAM/Path/Main/Stock.py FreeCAD/Mod/CAM/Path/Main/__init__.py FreeCAD/Mod/CAM/Path/Op/Adaptive.py FreeCAD/Mod/CAM/Path/Op/Area.py FreeCAD/Mod/CAM/Path/Op/Base.py FreeCAD/Mod/CAM/Path/Op/CircularHoleBase.py FreeCAD/Mod/CAM/Path/Op/Custom.py FreeCAD/Mod/CAM/Path/Op/Deburr.py FreeCAD/Mod/CAM/Path/Op/Drilling.py FreeCAD/Mod/CAM/Path/Op/Engrave.py FreeCAD/Mod/CAM/Path/Op/EngraveBase.py FreeCAD/Mod/CAM/Path/Op/FeatureExtension.py FreeCAD/Mod/CAM/Path/Op/Gui/Adaptive.py FreeCAD/Mod/CAM/Path/Op/Gui/Array.py FreeCAD/Mod/CAM/Path/Op/Gui/Base.py FreeCAD/Mod/CAM/Path/Op/Gui/CircularHoleBase.py FreeCAD/Mod/CAM/Path/Op/Gui/Comment.py FreeCAD/Mod/CAM/Path/Op/Gui/Copy.py FreeCAD/Mod/CAM/Path/Op/Gui/Custom.py FreeCAD/Mod/CAM/Path/Op/Gui/Deburr.py FreeCAD/Mod/CAM/Path/Op/Gui/Drilling.py FreeCAD/Mod/CAM/Path/Op/Gui/Engrave.py FreeCAD/Mod/CAM/Path/Op/Gui/FeatureExtension.py FreeCAD/Mod/CAM/Path/Op/Gui/Helix.py FreeCAD/Mod/CAM/Path/Op/Gui/MillFace.py +FreeCAD/Mod/CAM/Path/Op/Gui/PathShapeTC.py FreeCAD/Mod/CAM/Path/Op/Gui/Pocket.py FreeCAD/Mod/CAM/Path/Op/Gui/PocketBase.py FreeCAD/Mod/CAM/Path/Op/Gui/PocketShape.py FreeCAD/Mod/CAM/Path/Op/Gui/Probe.py FreeCAD/Mod/CAM/Path/Op/Gui/Profile.py FreeCAD/Mod/CAM/Path/Op/Gui/Selection.py FreeCAD/Mod/CAM/Path/Op/Gui/SimpleCopy.py FreeCAD/Mod/CAM/Path/Op/Gui/Slot.py FreeCAD/Mod/CAM/Path/Op/Gui/Stop.py FreeCAD/Mod/CAM/Path/Op/Gui/Surface.py +FreeCAD/Mod/CAM/Path/Op/Gui/Tapping.py FreeCAD/Mod/CAM/Path/Op/Gui/ThreadMilling.py FreeCAD/Mod/CAM/Path/Op/Gui/Vcarve.py FreeCAD/Mod/CAM/Path/Op/Gui/Waterline.py FreeCAD/Mod/CAM/Path/Op/Gui/__init__.py FreeCAD/Mod/CAM/Path/Op/Helix.py FreeCAD/Mod/CAM/Path/Op/MillFace.py FreeCAD/Mod/CAM/Path/Op/Pocket.py FreeCAD/Mod/CAM/Path/Op/PocketBase.py FreeCAD/Mod/CAM/Path/Op/PocketShape.py FreeCAD/Mod/CAM/Path/Op/Probe.py FreeCAD/Mod/CAM/Path/Op/Profile.py FreeCAD/Mod/CAM/Path/Op/Slot.py FreeCAD/Mod/CAM/Path/Op/Surface.py FreeCAD/Mod/CAM/Path/Op/SurfaceSupport.py +FreeCAD/Mod/CAM/Path/Op/Tapping.py FreeCAD/Mod/CAM/Path/Op/ThreadMilling.py FreeCAD/Mod/CAM/Path/Op/Util.py FreeCAD/Mod/CAM/Path/Op/Vcarve.py FreeCAD/Mod/CAM/Path/Op/Waterline.py FreeCAD/Mod/CAM/Path/Op/__init__.py FreeCAD/Mod/CAM/Path/Post/Command.py FreeCAD/Mod/CAM/Path/Post/Processor.py FreeCAD/Mod/CAM/Path/Post/Utils.py FreeCAD/Mod/CAM/Path/Post/UtilsArguments.py FreeCAD/Mod/CAM/Path/Post/UtilsExport.py FreeCAD/Mod/CAM/Path/Post/UtilsParse.py FreeCAD/Mod/CAM/Path/Post/__init__.py FreeCAD/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py FreeCAD/Mod/CAM/Path/Post/scripts/__init__.py FreeCAD/Mod/CAM/Path/Post/scripts/centroid_post.py FreeCAD/Mod/CAM/Path/Post/scripts/comparams_post.py FreeCAD/Mod/CAM/Path/Post/scripts/dxf_post.py +FreeCAD/Mod/CAM/Path/Post/scripts/dynapath_4060_post.py FreeCAD/Mod/CAM/Path/Post/scripts/dynapath_post.py FreeCAD/Mod/CAM/Path/Post/scripts/estlcam_post.py FreeCAD/Mod/CAM/Path/Post/scripts/example_pre.py FreeCAD/Mod/CAM/Path/Post/scripts/fablin_post.py FreeCAD/Mod/CAM/Path/Post/scripts/fangling_post.py FreeCAD/Mod/CAM/Path/Post/scripts/fanuc_post.py FreeCAD/Mod/CAM/Path/Post/scripts/gcode_pre.py FreeCAD/Mod/CAM/Path/Post/scripts/generic_post.py FreeCAD/Mod/CAM/Path/Post/scripts/grbl_post.py FreeCAD/Mod/CAM/Path/Post/scripts/heidenhain_post.py FreeCAD/Mod/CAM/Path/Post/scripts/jtech_post.py FreeCAD/Mod/CAM/Path/Post/scripts/linuxcnc_post.py FreeCAD/Mod/CAM/Path/Post/scripts/mach3_mach4_post.py FreeCAD/Mod/CAM/Path/Post/scripts/marlin_post.py FreeCAD/Mod/CAM/Path/Post/scripts/nccad_post.py FreeCAD/Mod/CAM/Path/Post/scripts/opensbp_post.py FreeCAD/Mod/CAM/Path/Post/scripts/opensbp_pre.py FreeCAD/Mod/CAM/Path/Post/scripts/philips_post.py FreeCAD/Mod/CAM/Path/Post/scripts/refactored_centroid_post.py FreeCAD/Mod/CAM/Path/Post/scripts/refactored_grbl_post.py FreeCAD/Mod/CAM/Path/Post/scripts/refactored_linuxcnc_post.py FreeCAD/Mod/CAM/Path/Post/scripts/refactored_mach3_mach4_post.py +FreeCAD/Mod/CAM/Path/Post/scripts/refactored_masso_g3_post.py FreeCAD/Mod/CAM/Path/Post/scripts/refactored_test_post.py FreeCAD/Mod/CAM/Path/Post/scripts/rml_post.py FreeCAD/Mod/CAM/Path/Post/scripts/rrf_post.py FreeCAD/Mod/CAM/Path/Post/scripts/slic3r_pre.py FreeCAD/Mod/CAM/Path/Post/scripts/smoothie_post.py +FreeCAD/Mod/CAM/Path/Post/scripts/snapmaker_post.py +FreeCAD/Mod/CAM/Path/Post/scripts/svg_post.py FreeCAD/Mod/CAM/Path/Post/scripts/uccnc_post.py FreeCAD/Mod/CAM/Path/Post/scripts/wedm_post.py FreeCAD/Mod/CAM/Path/Preferences.py -FreeCAD/Mod/CAM/Path/Tool/Bit.py FreeCAD/Mod/CAM/Path/Tool/Controller.py -FreeCAD/Mod/CAM/Path/Tool/Gui/Bit.py -FreeCAD/Mod/CAM/Path/Tool/Gui/BitCmd.py -FreeCAD/Mod/CAM/Path/Tool/Gui/BitEdit.py -FreeCAD/Mod/CAM/Path/Tool/Gui/BitLibrary.py -FreeCAD/Mod/CAM/Path/Tool/Gui/BitLibraryCmd.py FreeCAD/Mod/CAM/Path/Tool/Gui/Controller.py FreeCAD/Mod/CAM/Path/Tool/Gui/__init__.py FreeCAD/Mod/CAM/Path/Tool/__init__.py +FreeCAD/Mod/CAM/Path/Tool/assets/__init__.py +FreeCAD/Mod/CAM/Path/Tool/assets/asset.py +FreeCAD/Mod/CAM/Path/Tool/assets/cache.py +FreeCAD/Mod/CAM/Path/Tool/assets/manager.py +FreeCAD/Mod/CAM/Path/Tool/assets/serializer.py +FreeCAD/Mod/CAM/Path/Tool/assets/store/__init__.py +FreeCAD/Mod/CAM/Path/Tool/assets/store/base.py +FreeCAD/Mod/CAM/Path/Tool/assets/store/filestore.py +FreeCAD/Mod/CAM/Path/Tool/assets/store/memory.py +FreeCAD/Mod/CAM/Path/Tool/assets/ui/__init__.py +FreeCAD/Mod/CAM/Path/Tool/assets/ui/filedialog.py +FreeCAD/Mod/CAM/Path/Tool/assets/ui/preferences.py +FreeCAD/Mod/CAM/Path/Tool/assets/ui/util.py +FreeCAD/Mod/CAM/Path/Tool/assets/uri.py +FreeCAD/Mod/CAM/Path/Tool/camassets.py +FreeCAD/Mod/CAM/Path/Tool/docobject/__init__.py +FreeCAD/Mod/CAM/Path/Tool/docobject/models/__init__.py +FreeCAD/Mod/CAM/Path/Tool/docobject/models/docobject.py +FreeCAD/Mod/CAM/Path/Tool/docobject/ui/__init__.py +FreeCAD/Mod/CAM/Path/Tool/docobject/ui/docobject.py +FreeCAD/Mod/CAM/Path/Tool/docobject/ui/property.py +FreeCAD/Mod/CAM/Path/Tool/library/__init__.py +FreeCAD/Mod/CAM/Path/Tool/library/models/__init__.py +FreeCAD/Mod/CAM/Path/Tool/library/models/library.py +FreeCAD/Mod/CAM/Path/Tool/library/serializers/__init__.py +FreeCAD/Mod/CAM/Path/Tool/library/serializers/camotics.py +FreeCAD/Mod/CAM/Path/Tool/library/serializers/fctl.py +FreeCAD/Mod/CAM/Path/Tool/library/serializers/linuxcnc.py +FreeCAD/Mod/CAM/Path/Tool/library/ui/__init__.py +FreeCAD/Mod/CAM/Path/Tool/library/ui/browser.py +FreeCAD/Mod/CAM/Path/Tool/library/ui/cmd.py +FreeCAD/Mod/CAM/Path/Tool/library/ui/dock.py +FreeCAD/Mod/CAM/Path/Tool/library/ui/editor.py +FreeCAD/Mod/CAM/Path/Tool/library/ui/properties.py +FreeCAD/Mod/CAM/Path/Tool/library/util.py +FreeCAD/Mod/CAM/Path/Tool/machine/__init__.py +FreeCAD/Mod/CAM/Path/Tool/machine/models/__init__.py +FreeCAD/Mod/CAM/Path/Tool/machine/models/machine.py +FreeCAD/Mod/CAM/Path/Tool/migration/__init__.py +FreeCAD/Mod/CAM/Path/Tool/migration/migration.py +FreeCAD/Mod/CAM/Path/Tool/shape/__init__.py +FreeCAD/Mod/CAM/Path/Tool/shape/doc.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/__init__.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/ballend.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/base.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/bullnose.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/chamfer.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/custom.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/dovetail.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/drill.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/endmill.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/icon.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/probe.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/radius.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/reamer.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/slittingsaw.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/tap.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/taperedballnose.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/threadmill.py +FreeCAD/Mod/CAM/Path/Tool/shape/models/vbit.py +FreeCAD/Mod/CAM/Path/Tool/shape/ui/__init__.py +FreeCAD/Mod/CAM/Path/Tool/shape/ui/flowlayout.py +FreeCAD/Mod/CAM/Path/Tool/shape/ui/shapebutton.py +FreeCAD/Mod/CAM/Path/Tool/shape/ui/shapeselector.py +FreeCAD/Mod/CAM/Path/Tool/shape/ui/shapewidget.py +FreeCAD/Mod/CAM/Path/Tool/shape/util.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/__init__.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/migration.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/mixins/__init__.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/mixins/cutting.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/mixins/rotary.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/__init__.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/ballend.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/base.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/bullnose.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/chamfer.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/custom.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/dovetail.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/drill.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/endmill.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/probe.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/radius.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/reamer.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/slittingsaw.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/tap.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/taperedballnose.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/threadmill.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/models/vbit.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/serializers/__init__.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/serializers/camotics.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/serializers/fctb.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/serializers/yaml.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/__init__.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/browser.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/cmd.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/editor.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/file.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/panel.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/selector.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/tablecell.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/toollist.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/util.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/ui/view.py +FreeCAD/Mod/CAM/Path/Tool/toolbit/util.py FreeCAD/Mod/CAM/Path/__init__.py FreeCAD/Mod/CAM/PathCommands.py FreeCAD/Mod/CAM/PathPythonGui/__init__.py FreeCAD/Mod/CAM/PathPythonGui/simple_edit_panel.py FreeCAD/Mod/CAM/PathScripts/PathPropertyBag.py FreeCAD/Mod/CAM/PathScripts/PathPropertyBagGui.py FreeCAD/Mod/CAM/PathScripts/PathUtils.py FreeCAD/Mod/CAM/PathScripts/PathUtilsGui.py FreeCAD/Mod/CAM/PathScripts/__init__.py FreeCAD/Mod/CAM/TestCAMApp.py +FreeCAD/Mod/CAM/TestCAMGui.py +FreeCAD/Mod/CAM/Tools/Bit/3.175mm_Endmill.fctb +FreeCAD/Mod/CAM/Tools/Bit/30degree_Vbit.fctb +FreeCAD/Mod/CAM/Tools/Bit/375-16_Tap.fctb +FreeCAD/Mod/CAM/Tools/Bit/45degree_Vbit.fctb FreeCAD/Mod/CAM/Tools/Bit/45degree_chamfer.fctb FreeCAD/Mod/CAM/Tools/Bit/5mm-thread-cutter.fctb FreeCAD/Mod/CAM/Tools/Bit/5mm_Drill.fctb FreeCAD/Mod/CAM/Tools/Bit/5mm_Endmill.fctb FreeCAD/Mod/CAM/Tools/Bit/60degree_Vbit.fctb FreeCAD/Mod/CAM/Tools/Bit/6mm_Ball_End.fctb FreeCAD/Mod/CAM/Tools/Bit/6mm_Bullnose.fctb +FreeCAD/Mod/CAM/Tools/Bit/90degree_Vbit.fctb FreeCAD/Mod/CAM/Tools/Bit/probe.fctb FreeCAD/Mod/CAM/Tools/Bit/slittingsaw.fctb FreeCAD/Mod/CAM/Tools/Library/Default.fctl FreeCAD/Mod/CAM/Tools/README.md FreeCAD/Mod/CAM/Tools/Shape/ballend.fcstd +FreeCAD/Mod/CAM/Tools/Shape/ballend.svg FreeCAD/Mod/CAM/Tools/Shape/bullnose.fcstd +FreeCAD/Mod/CAM/Tools/Shape/bullnose.svg FreeCAD/Mod/CAM/Tools/Shape/chamfer.fcstd +FreeCAD/Mod/CAM/Tools/Shape/chamfer.svg FreeCAD/Mod/CAM/Tools/Shape/dovetail.fcstd +FreeCAD/Mod/CAM/Tools/Shape/dovetail.svg FreeCAD/Mod/CAM/Tools/Shape/drill.fcstd +FreeCAD/Mod/CAM/Tools/Shape/drill.svg FreeCAD/Mod/CAM/Tools/Shape/endmill.fcstd +FreeCAD/Mod/CAM/Tools/Shape/endmill.svg FreeCAD/Mod/CAM/Tools/Shape/probe.fcstd +FreeCAD/Mod/CAM/Tools/Shape/probe.svg +FreeCAD/Mod/CAM/Tools/Shape/radius.fcstd +FreeCAD/Mod/CAM/Tools/Shape/radius.svg +FreeCAD/Mod/CAM/Tools/Shape/reamer.fcstd +FreeCAD/Mod/CAM/Tools/Shape/reamer.svg FreeCAD/Mod/CAM/Tools/Shape/slittingsaw.fcstd +FreeCAD/Mod/CAM/Tools/Shape/slittingsaw.svg +FreeCAD/Mod/CAM/Tools/Shape/tap.fcstd +FreeCAD/Mod/CAM/Tools/Shape/tap.svg +FreeCAD/Mod/CAM/Tools/Shape/taperedballnose.fcstd +FreeCAD/Mod/CAM/Tools/Shape/taperedballnose.svg FreeCAD/Mod/CAM/Tools/Shape/thread-mill.fcstd +FreeCAD/Mod/CAM/Tools/Shape/thread-mill.svg FreeCAD/Mod/CAM/Tools/Shape/v-bit.fcstd +FreeCAD/Mod/CAM/Tools/Shape/v-bit.svg FreeCAD/Mod/Draft/Draft.py FreeCAD/Mod/Draft/DraftGeomUtils.py FreeCAD/Mod/Draft/DraftGui.py FreeCAD/Mod/Draft/DraftTools.py FreeCAD/Mod/Draft/DraftVecUtils.py FreeCAD/Mod/Draft/Draft_rc.py +FreeCAD/Mod/Draft/DxfImportDialog.py FreeCAD/Mod/Draft/Init.py FreeCAD/Mod/Draft/InitGui.py +FreeCAD/Mod/Draft/SVGPath.py FreeCAD/Mod/Draft/TestDraft.py FreeCAD/Mod/Draft/TestDraftGui.py FreeCAD/Mod/Draft/WorkingPlane.py FreeCAD/Mod/Draft/draftfunctions/README.md FreeCAD/Mod/Draft/draftfunctions/__init__.py FreeCAD/Mod/Draft/draftfunctions/array.py FreeCAD/Mod/Draft/draftfunctions/cut.py FreeCAD/Mod/Draft/draftfunctions/downgrade.py FreeCAD/Mod/Draft/draftfunctions/draftify.py FreeCAD/Mod/Draft/draftfunctions/dxf.py FreeCAD/Mod/Draft/draftfunctions/extrude.py FreeCAD/Mod/Draft/draftfunctions/fuse.py FreeCAD/Mod/Draft/draftfunctions/heal.py FreeCAD/Mod/Draft/draftfunctions/join.py FreeCAD/Mod/Draft/draftfunctions/mirror.py FreeCAD/Mod/Draft/draftfunctions/move.py FreeCAD/Mod/Draft/draftfunctions/offset.py FreeCAD/Mod/Draft/draftfunctions/rotate.py FreeCAD/Mod/Draft/draftfunctions/scale.py FreeCAD/Mod/Draft/draftfunctions/split.py FreeCAD/Mod/Draft/draftfunctions/svg.py FreeCAD/Mod/Draft/draftfunctions/svgshapes.py FreeCAD/Mod/Draft/draftfunctions/svgtext.py FreeCAD/Mod/Draft/draftfunctions/upgrade.py FreeCAD/Mod/Draft/draftgeoutils/__init__.py FreeCAD/Mod/Draft/draftgeoutils/arcs.py FreeCAD/Mod/Draft/draftgeoutils/circle_inversion.py FreeCAD/Mod/Draft/draftgeoutils/circles.py FreeCAD/Mod/Draft/draftgeoutils/circles_apollonius.py FreeCAD/Mod/Draft/draftgeoutils/circles_incomplete.py FreeCAD/Mod/Draft/draftgeoutils/cuboids.py FreeCAD/Mod/Draft/draftgeoutils/edges.py FreeCAD/Mod/Draft/draftgeoutils/faces.py FreeCAD/Mod/Draft/draftgeoutils/fillets.py FreeCAD/Mod/Draft/draftgeoutils/general.py FreeCAD/Mod/Draft/draftgeoutils/geo_arrays.py FreeCAD/Mod/Draft/draftgeoutils/geometry.py FreeCAD/Mod/Draft/draftgeoutils/intersections.py FreeCAD/Mod/Draft/draftgeoutils/linear_algebra.py FreeCAD/Mod/Draft/draftgeoutils/offsets.py FreeCAD/Mod/Draft/draftgeoutils/sort_edges.py FreeCAD/Mod/Draft/draftgeoutils/wires.py FreeCAD/Mod/Draft/draftguitools/README.md FreeCAD/Mod/Draft/draftguitools/__init__.py FreeCAD/Mod/Draft/draftguitools/gui_annotationstyleeditor.py FreeCAD/Mod/Draft/draftguitools/gui_arcs.py FreeCAD/Mod/Draft/draftguitools/gui_arrays.py FreeCAD/Mod/Draft/draftguitools/gui_base.py FreeCAD/Mod/Draft/draftguitools/gui_base_original.py FreeCAD/Mod/Draft/draftguitools/gui_beziers.py FreeCAD/Mod/Draft/draftguitools/gui_circles.py FreeCAD/Mod/Draft/draftguitools/gui_circulararray.py FreeCAD/Mod/Draft/draftguitools/gui_clone.py FreeCAD/Mod/Draft/draftguitools/gui_dimension_ops.py FreeCAD/Mod/Draft/draftguitools/gui_dimensions.py FreeCAD/Mod/Draft/draftguitools/gui_downgrade.py FreeCAD/Mod/Draft/draftguitools/gui_draft2sketch.py FreeCAD/Mod/Draft/draftguitools/gui_edit.py FreeCAD/Mod/Draft/draftguitools/gui_edit_arch_objects.py FreeCAD/Mod/Draft/draftguitools/gui_edit_base_object.py FreeCAD/Mod/Draft/draftguitools/gui_edit_draft_objects.py FreeCAD/Mod/Draft/draftguitools/gui_edit_part_objects.py FreeCAD/Mod/Draft/draftguitools/gui_edit_sketcher_objects.py FreeCAD/Mod/Draft/draftguitools/gui_ellipses.py FreeCAD/Mod/Draft/draftguitools/gui_facebinders.py FreeCAD/Mod/Draft/draftguitools/gui_fillets.py FreeCAD/Mod/Draft/draftguitools/gui_grid.py FreeCAD/Mod/Draft/draftguitools/gui_groups.py FreeCAD/Mod/Draft/draftguitools/gui_hatch.py FreeCAD/Mod/Draft/draftguitools/gui_heal.py FreeCAD/Mod/Draft/draftguitools/gui_hyperlink.py FreeCAD/Mod/Draft/draftguitools/gui_join.py FreeCAD/Mod/Draft/draftguitools/gui_labels.py FreeCAD/Mod/Draft/draftguitools/gui_layers.py FreeCAD/Mod/Draft/draftguitools/gui_lines.py FreeCAD/Mod/Draft/draftguitools/gui_lineslope.py FreeCAD/Mod/Draft/draftguitools/gui_mirror.py FreeCAD/Mod/Draft/draftguitools/gui_move.py FreeCAD/Mod/Draft/draftguitools/gui_offset.py FreeCAD/Mod/Draft/draftguitools/gui_orthoarray.py FreeCAD/Mod/Draft/draftguitools/gui_patharray.py FreeCAD/Mod/Draft/draftguitools/gui_pathtwistedarray.py FreeCAD/Mod/Draft/draftguitools/gui_planeproxy.py FreeCAD/Mod/Draft/draftguitools/gui_pointarray.py FreeCAD/Mod/Draft/draftguitools/gui_points.py FreeCAD/Mod/Draft/draftguitools/gui_polararray.py FreeCAD/Mod/Draft/draftguitools/gui_polygons.py FreeCAD/Mod/Draft/draftguitools/gui_rectangles.py FreeCAD/Mod/Draft/draftguitools/gui_rotate.py FreeCAD/Mod/Draft/draftguitools/gui_scale.py FreeCAD/Mod/Draft/draftguitools/gui_selectplane.py FreeCAD/Mod/Draft/draftguitools/gui_setstyle.py FreeCAD/Mod/Draft/draftguitools/gui_shape2dview.py FreeCAD/Mod/Draft/draftguitools/gui_shapestrings.py FreeCAD/Mod/Draft/draftguitools/gui_snapper.py FreeCAD/Mod/Draft/draftguitools/gui_snaps.py FreeCAD/Mod/Draft/draftguitools/gui_splines.py FreeCAD/Mod/Draft/draftguitools/gui_split.py FreeCAD/Mod/Draft/draftguitools/gui_stretch.py FreeCAD/Mod/Draft/draftguitools/gui_styles.py FreeCAD/Mod/Draft/draftguitools/gui_subelements.py FreeCAD/Mod/Draft/draftguitools/gui_texts.py FreeCAD/Mod/Draft/draftguitools/gui_togglemodes.py FreeCAD/Mod/Draft/draftguitools/gui_tool_utils.py FreeCAD/Mod/Draft/draftguitools/gui_trackers.py FreeCAD/Mod/Draft/draftguitools/gui_trimex.py FreeCAD/Mod/Draft/draftguitools/gui_upgrade.py FreeCAD/Mod/Draft/draftguitools/gui_wire2spline.py FreeCAD/Mod/Draft/draftmake/README.md FreeCAD/Mod/Draft/draftmake/__init__.py FreeCAD/Mod/Draft/draftmake/make_arc_3points.py FreeCAD/Mod/Draft/draftmake/make_array.py FreeCAD/Mod/Draft/draftmake/make_bezcurve.py FreeCAD/Mod/Draft/draftmake/make_block.py FreeCAD/Mod/Draft/draftmake/make_bspline.py FreeCAD/Mod/Draft/draftmake/make_circle.py FreeCAD/Mod/Draft/draftmake/make_circulararray.py FreeCAD/Mod/Draft/draftmake/make_clone.py FreeCAD/Mod/Draft/draftmake/make_copy.py FreeCAD/Mod/Draft/draftmake/make_dimension.py FreeCAD/Mod/Draft/draftmake/make_ellipse.py FreeCAD/Mod/Draft/draftmake/make_facebinder.py FreeCAD/Mod/Draft/draftmake/make_fillet.py FreeCAD/Mod/Draft/draftmake/make_hatch.py FreeCAD/Mod/Draft/draftmake/make_label.py FreeCAD/Mod/Draft/draftmake/make_layer.py FreeCAD/Mod/Draft/draftmake/make_line.py FreeCAD/Mod/Draft/draftmake/make_orthoarray.py FreeCAD/Mod/Draft/draftmake/make_patharray.py FreeCAD/Mod/Draft/draftmake/make_point.py FreeCAD/Mod/Draft/draftmake/make_pointarray.py FreeCAD/Mod/Draft/draftmake/make_polararray.py FreeCAD/Mod/Draft/draftmake/make_polygon.py FreeCAD/Mod/Draft/draftmake/make_rectangle.py FreeCAD/Mod/Draft/draftmake/make_shape2dview.py FreeCAD/Mod/Draft/draftmake/make_shapestring.py FreeCAD/Mod/Draft/draftmake/make_sketch.py FreeCAD/Mod/Draft/draftmake/make_text.py FreeCAD/Mod/Draft/draftmake/make_wire.py FreeCAD/Mod/Draft/draftmake/make_wpproxy.py FreeCAD/Mod/Draft/draftobjects/README.md FreeCAD/Mod/Draft/draftobjects/__init__.py FreeCAD/Mod/Draft/draftobjects/array.py FreeCAD/Mod/Draft/draftobjects/base.py FreeCAD/Mod/Draft/draftobjects/bezcurve.py FreeCAD/Mod/Draft/draftobjects/block.py FreeCAD/Mod/Draft/draftobjects/bspline.py FreeCAD/Mod/Draft/draftobjects/circle.py FreeCAD/Mod/Draft/draftobjects/clone.py FreeCAD/Mod/Draft/draftobjects/dimension.py FreeCAD/Mod/Draft/draftobjects/draft_annotation.py FreeCAD/Mod/Draft/draftobjects/draftlink.py FreeCAD/Mod/Draft/draftobjects/ellipse.py FreeCAD/Mod/Draft/draftobjects/facebinder.py FreeCAD/Mod/Draft/draftobjects/fillet.py FreeCAD/Mod/Draft/draftobjects/hatch.py FreeCAD/Mod/Draft/draftobjects/label.py FreeCAD/Mod/Draft/draftobjects/layer.py FreeCAD/Mod/Draft/draftobjects/patharray.py FreeCAD/Mod/Draft/draftobjects/pathtwistedarray.py FreeCAD/Mod/Draft/draftobjects/point.py FreeCAD/Mod/Draft/draftobjects/pointarray.py FreeCAD/Mod/Draft/draftobjects/polygon.py FreeCAD/Mod/Draft/draftobjects/rectangle.py FreeCAD/Mod/Draft/draftobjects/shape2dview.py FreeCAD/Mod/Draft/draftobjects/shapestring.py FreeCAD/Mod/Draft/draftobjects/text.py FreeCAD/Mod/Draft/draftobjects/wire.py FreeCAD/Mod/Draft/draftobjects/wpproxy.py FreeCAD/Mod/Draft/drafttaskpanels/README.md FreeCAD/Mod/Draft/drafttaskpanels/__init__.py FreeCAD/Mod/Draft/drafttaskpanels/task_circulararray.py FreeCAD/Mod/Draft/drafttaskpanels/task_orthoarray.py FreeCAD/Mod/Draft/drafttaskpanels/task_polararray.py FreeCAD/Mod/Draft/drafttaskpanels/task_scale.py FreeCAD/Mod/Draft/drafttaskpanels/task_selectplane.py FreeCAD/Mod/Draft/drafttaskpanels/task_shapestring.py +FreeCAD/Mod/Draft/drafttests/Issue24314.dxf FreeCAD/Mod/Draft/drafttests/README.md FreeCAD/Mod/Draft/drafttests/__init__.py FreeCAD/Mod/Draft/drafttests/auxiliary.py FreeCAD/Mod/Draft/drafttests/draft_test_objects.py FreeCAD/Mod/Draft/drafttests/test_airfoildat.py FreeCAD/Mod/Draft/drafttests/test_array.py +FreeCAD/Mod/Draft/drafttests/test_base.py FreeCAD/Mod/Draft/drafttests/test_creation.py FreeCAD/Mod/Draft/drafttests/test_draftgeomutils.py FreeCAD/Mod/Draft/drafttests/test_dwg.py FreeCAD/Mod/Draft/drafttests/test_dxf.py FreeCAD/Mod/Draft/drafttests/test_import.py FreeCAD/Mod/Draft/drafttests/test_import_gui.py FreeCAD/Mod/Draft/drafttests/test_import_tools.py FreeCAD/Mod/Draft/drafttests/test_modification.py FreeCAD/Mod/Draft/drafttests/test_oca.py FreeCAD/Mod/Draft/drafttests/test_pivy.py FreeCAD/Mod/Draft/drafttests/test_svg.py FreeCAD/Mod/Draft/draftutils/README.md FreeCAD/Mod/Draft/draftutils/__init__.py FreeCAD/Mod/Draft/draftutils/grid_observer.py FreeCAD/Mod/Draft/draftutils/groups.py FreeCAD/Mod/Draft/draftutils/gui_utils.py FreeCAD/Mod/Draft/draftutils/init_draft_statusbar.py FreeCAD/Mod/Draft/draftutils/init_tools.py FreeCAD/Mod/Draft/draftutils/messages.py FreeCAD/Mod/Draft/draftutils/params.py FreeCAD/Mod/Draft/draftutils/todo.py FreeCAD/Mod/Draft/draftutils/translate.py FreeCAD/Mod/Draft/draftutils/units.py FreeCAD/Mod/Draft/draftutils/utils.py FreeCAD/Mod/Draft/draftviewproviders/README.md FreeCAD/Mod/Draft/draftviewproviders/__init__.py FreeCAD/Mod/Draft/draftviewproviders/view_array.py FreeCAD/Mod/Draft/draftviewproviders/view_base.py FreeCAD/Mod/Draft/draftviewproviders/view_bezcurve.py FreeCAD/Mod/Draft/draftviewproviders/view_bspline.py FreeCAD/Mod/Draft/draftviewproviders/view_circulararray.py FreeCAD/Mod/Draft/draftviewproviders/view_clone.py FreeCAD/Mod/Draft/draftviewproviders/view_dimension.py FreeCAD/Mod/Draft/draftviewproviders/view_draft_annotation.py FreeCAD/Mod/Draft/draftviewproviders/view_draftlink.py FreeCAD/Mod/Draft/draftviewproviders/view_facebinder.py FreeCAD/Mod/Draft/draftviewproviders/view_fillet.py FreeCAD/Mod/Draft/draftviewproviders/view_hatch.py FreeCAD/Mod/Draft/draftviewproviders/view_label.py FreeCAD/Mod/Draft/draftviewproviders/view_layer.py FreeCAD/Mod/Draft/draftviewproviders/view_orthoarray.py FreeCAD/Mod/Draft/draftviewproviders/view_point.py FreeCAD/Mod/Draft/draftviewproviders/view_polararray.py FreeCAD/Mod/Draft/draftviewproviders/view_rectangle.py FreeCAD/Mod/Draft/draftviewproviders/view_shapestring.py FreeCAD/Mod/Draft/draftviewproviders/view_text.py FreeCAD/Mod/Draft/draftviewproviders/view_wire.py FreeCAD/Mod/Draft/draftviewproviders/view_wpproxy.py FreeCAD/Mod/Draft/importAirfoilDAT.py FreeCAD/Mod/Draft/importDWG.py FreeCAD/Mod/Draft/importDXF.py FreeCAD/Mod/Draft/importOCA.py FreeCAD/Mod/Draft/importSVG.py +FreeCAD/Mod/Fem/CreateLabels.py FreeCAD/Mod/Fem/Init.py FreeCAD/Mod/Fem/InitGui.py FreeCAD/Mod/Fem/ObjectsFem.py FreeCAD/Mod/Fem/Resources/ui/BodyHeatSource.ui FreeCAD/Mod/Fem/Resources/ui/ConstraintCentrif.ui FreeCAD/Mod/Fem/Resources/ui/ConstraintSectionPrint.ui FreeCAD/Mod/Fem/Resources/ui/ConstraintTie.ui FreeCAD/Mod/Fem/Resources/ui/CurrentDensity.ui FreeCAD/Mod/Fem/Resources/ui/DlgSettingsNetgen.ui +FreeCAD/Mod/Fem/Resources/ui/ElectricChargeDensity.ui FreeCAD/Mod/Fem/Resources/ui/ElectrostaticPotential.ui FreeCAD/Mod/Fem/Resources/ui/ElementFluid1D.ui FreeCAD/Mod/Fem/Resources/ui/ElementGeometry1D.ui FreeCAD/Mod/Fem/Resources/ui/ElementGeometry2D.ui FreeCAD/Mod/Fem/Resources/ui/ElementRotation1D.ui FreeCAD/Mod/Fem/Resources/ui/FlowVelocity.ui FreeCAD/Mod/Fem/Resources/ui/InitialFlowVelocity.ui FreeCAD/Mod/Fem/Resources/ui/InitialPressure.ui FreeCAD/Mod/Fem/Resources/ui/Magnetization.ui FreeCAD/Mod/Fem/Resources/ui/Material.ui FreeCAD/Mod/Fem/Resources/ui/MaterialReinforcement.ui FreeCAD/Mod/Fem/Resources/ui/MeshBoundaryLayer.ui FreeCAD/Mod/Fem/Resources/ui/MeshGmsh.ui FreeCAD/Mod/Fem/Resources/ui/MeshGroup.ui FreeCAD/Mod/Fem/Resources/ui/MeshGroupXDMFExport.ui FreeCAD/Mod/Fem/Resources/ui/MeshNetgen.ui FreeCAD/Mod/Fem/Resources/ui/MeshRegion.ui +FreeCAD/Mod/Fem/Resources/ui/PostHistogramFieldAppEdit.ui +FreeCAD/Mod/Fem/Resources/ui/PostHistogramFieldViewEdit.ui +FreeCAD/Mod/Fem/Resources/ui/PostHistogramIndexAppEdit.ui +FreeCAD/Mod/Fem/Resources/ui/PostLineplotFieldAppEdit.ui +FreeCAD/Mod/Fem/Resources/ui/PostLineplotFieldViewEdit.ui +FreeCAD/Mod/Fem/Resources/ui/PostLineplotIndexAppEdit.ui +FreeCAD/Mod/Fem/Resources/ui/PostTableFieldViewEdit.ui FreeCAD/Mod/Fem/Resources/ui/ResultHints.ui FreeCAD/Mod/Fem/Resources/ui/ResultShow.ui -FreeCAD/Mod/Fem/Resources/ui/SolverCalculix.ui +FreeCAD/Mod/Fem/Resources/ui/SolverCalculiX.ui +FreeCAD/Mod/Fem/Resources/ui/SolverCcxTools.ui +FreeCAD/Mod/Fem/Resources/ui/SolverElmer.ui +FreeCAD/Mod/Fem/Resources/ui/TaskPostExtraction.ui +FreeCAD/Mod/Fem/Resources/ui/TaskPostGlyph.ui +FreeCAD/Mod/Fem/Resources/ui/TaskPostHistogram.ui +FreeCAD/Mod/Fem/Resources/ui/TaskPostLineplot.ui FreeCAD/Mod/Fem/TestFemApp.py FreeCAD/Mod/Fem/TestFemGui.py FreeCAD/Mod/Fem/coding_conventions.md FreeCAD/Mod/Fem/femcommands/__init__.py FreeCAD/Mod/Fem/femcommands/commands.py FreeCAD/Mod/Fem/femcommands/manager.py FreeCAD/Mod/Fem/femexamples/__init__.py FreeCAD/Mod/Fem/femexamples/boxanalysis_base.py FreeCAD/Mod/Fem/femexamples/boxanalysis_frequency.py FreeCAD/Mod/Fem/femexamples/boxanalysis_static.py FreeCAD/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py FreeCAD/Mod/Fem/femexamples/buckling_platebuckling.py FreeCAD/Mod/Fem/femexamples/ccx_buckling_flexuralbuckling.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_base_edge.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_base_face.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_base_solid.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_beam_circle.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_beam_pipe.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_beam_rect.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_hexa20.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_quad4.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_quad8.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_seg2.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_seg3.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_tetra4.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_tria3.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_ele_tria6.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_faceload.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_nodeload.py FreeCAD/Mod/Fem/femexamples/ccx_cantilever_prescribeddisplacement.py +FreeCAD/Mod/Fem/femexamples/ccx_disc_cyclic_symm_centrif.py +FreeCAD/Mod/Fem/femexamples/ccx_pipe_pressure_2D.py +FreeCAD/Mod/Fem/femexamples/ccx_rigid_body.py FreeCAD/Mod/Fem/femexamples/constraint_centrif.py FreeCAD/Mod/Fem/femexamples/constraint_contact_shell_shell.py FreeCAD/Mod/Fem/femexamples/constraint_contact_solid_solid.py FreeCAD/Mod/Fem/femexamples/constraint_section_print.py FreeCAD/Mod/Fem/femexamples/constraint_selfweight_cantilever.py FreeCAD/Mod/Fem/femexamples/constraint_tie.py FreeCAD/Mod/Fem/femexamples/constraint_transform_beam_hinged.py FreeCAD/Mod/Fem/femexamples/constraint_transform_torque.py FreeCAD/Mod/Fem/femexamples/elmer_nonguitutorial01_eigenvalue_of_elastic_beam.py FreeCAD/Mod/Fem/femexamples/equation_deformation_spring_elmer.py FreeCAD/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py +FreeCAD/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls_ccx.py FreeCAD/Mod/Fem/femexamples/equation_electrostatics_electricforce_elmer_nongui6.py FreeCAD/Mod/Fem/femexamples/equation_flow_elmer_2D.py FreeCAD/Mod/Fem/femexamples/equation_flow_initial_elmer_2D.py FreeCAD/Mod/Fem/femexamples/equation_flow_turbulent_elmer_2D.py FreeCAD/Mod/Fem/femexamples/equation_flux_elmer.py FreeCAD/Mod/Fem/femexamples/equation_magnetodynamics_2D_elmer.py FreeCAD/Mod/Fem/femexamples/equation_magnetodynamics_elmer.py FreeCAD/Mod/Fem/femexamples/equation_magnetostatics_2D_elmer.py +FreeCAD/Mod/Fem/femexamples/equation_staticcurrent_elmer.py FreeCAD/Mod/Fem/femexamples/examplesgui.py FreeCAD/Mod/Fem/femexamples/frequency_beamsimple.py FreeCAD/Mod/Fem/femexamples/manager.py FreeCAD/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py FreeCAD/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py FreeCAD/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py FreeCAD/Mod/Fem/femexamples/material_nl_platewithhole.py FreeCAD/Mod/Fem/femexamples/meshes/__init__.py +FreeCAD/Mod/Fem/femexamples/meshes/generate_mesh.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_beamsimple_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_boxanalysis_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_boxes_2_vertikal_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_buckling_ibeam_tria6.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_buckling_plate_tria6.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_hexa20.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_quad4.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_quad8.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_seg2.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_seg3.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_tria3.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_tria6.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_capacitance_two_balls_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_constraint_centrif_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_constraint_tie_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_contact_box_halfcylinder_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_contact_tube_tube_tria3.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_eigenvalue_of_elastic_beam_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_electricforce_elmer_nongui6_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_flexural_buckling.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tria6.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_plate_mystran_quad4.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_platewithhole_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_rc_wall_2d_tria6.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_section_print_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_selfweight_cantilever_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_square_pipe_end_twisted_tria6.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_thermomech_bimetal_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_transform_beam_hinged_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_transform_torque_tetra10.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg2.py FreeCAD/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg3.py FreeCAD/Mod/Fem/femexamples/mystran_plate.py FreeCAD/Mod/Fem/femexamples/rc_wall_2d.py FreeCAD/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py FreeCAD/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py FreeCAD/Mod/Fem/femexamples/thermomech_bimetal.py FreeCAD/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg2.py FreeCAD/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg3.py FreeCAD/Mod/Fem/femguiobjects/__init__.py FreeCAD/Mod/Fem/femguiobjects/readme.md FreeCAD/Mod/Fem/femguiutils/__init__.py +FreeCAD/Mod/Fem/femguiutils/data_extraction.py +FreeCAD/Mod/Fem/femguiutils/disambiguate_solid_selection.py +FreeCAD/Mod/Fem/femguiutils/extract_link_view.py FreeCAD/Mod/Fem/femguiutils/migrate_gui.py +FreeCAD/Mod/Fem/femguiutils/post_visualization.py FreeCAD/Mod/Fem/femguiutils/selection_widgets.py +FreeCAD/Mod/Fem/femguiutils/vtk_module_handling.py +FreeCAD/Mod/Fem/femguiutils/vtk_table_view.py FreeCAD/Mod/Fem/feminout/__init__.py FreeCAD/Mod/Fem/feminout/convert2TetGen.py FreeCAD/Mod/Fem/feminout/exportNastranMesh.py FreeCAD/Mod/Fem/feminout/importCcxDatResults.py FreeCAD/Mod/Fem/feminout/importCcxFrdResults.py FreeCAD/Mod/Fem/feminout/importFenicsMesh.py FreeCAD/Mod/Fem/feminout/importInpMesh.py FreeCAD/Mod/Fem/feminout/importPyMesh.py FreeCAD/Mod/Fem/feminout/importToolsFem.py FreeCAD/Mod/Fem/feminout/importVTKResults.py FreeCAD/Mod/Fem/feminout/importYamlJsonMesh.py FreeCAD/Mod/Fem/feminout/importZ88Mesh.py FreeCAD/Mod/Fem/feminout/importZ88O2Results.py FreeCAD/Mod/Fem/feminout/readFenicsXDMF.py FreeCAD/Mod/Fem/feminout/readFenicsXML.py FreeCAD/Mod/Fem/feminout/writeFenicsXDMF.py FreeCAD/Mod/Fem/feminout/writeFenicsXML.py FreeCAD/Mod/Fem/femmesh/__init__.py FreeCAD/Mod/Fem/femmesh/femmesh2mesh.py FreeCAD/Mod/Fem/femmesh/gmshtools.py FreeCAD/Mod/Fem/femmesh/meshsetsgetter.py FreeCAD/Mod/Fem/femmesh/meshtools.py FreeCAD/Mod/Fem/femmesh/netgentools.py FreeCAD/Mod/Fem/femobjects/__init__.py FreeCAD/Mod/Fem/femobjects/base_femelement.py FreeCAD/Mod/Fem/femobjects/base_femmeshelement.py +FreeCAD/Mod/Fem/femobjects/base_fempostextractors.py +FreeCAD/Mod/Fem/femobjects/base_fempostvisualizations.py FreeCAD/Mod/Fem/femobjects/base_fempythonobject.py FreeCAD/Mod/Fem/femobjects/constant_vacuumpermittivity.py FreeCAD/Mod/Fem/femobjects/constraint_bodyheatsource.py FreeCAD/Mod/Fem/femobjects/constraint_centrif.py FreeCAD/Mod/Fem/femobjects/constraint_currentdensity.py +FreeCAD/Mod/Fem/femobjects/constraint_electricchargedensity.py FreeCAD/Mod/Fem/femobjects/constraint_electrostaticpotential.py FreeCAD/Mod/Fem/femobjects/constraint_flowvelocity.py FreeCAD/Mod/Fem/femobjects/constraint_initialflowvelocity.py FreeCAD/Mod/Fem/femobjects/constraint_initialpressure.py FreeCAD/Mod/Fem/femobjects/constraint_magnetization.py FreeCAD/Mod/Fem/femobjects/constraint_sectionprint.py FreeCAD/Mod/Fem/femobjects/constraint_selfweight.py FreeCAD/Mod/Fem/femobjects/constraint_tie.py FreeCAD/Mod/Fem/femobjects/element_fluid1D.py FreeCAD/Mod/Fem/femobjects/element_geometry1D.py FreeCAD/Mod/Fem/femobjects/element_geometry2D.py FreeCAD/Mod/Fem/femobjects/element_rotation1D.py FreeCAD/Mod/Fem/femobjects/material_common.py FreeCAD/Mod/Fem/femobjects/material_mechanicalnonlinear.py FreeCAD/Mod/Fem/femobjects/material_reinforced.py FreeCAD/Mod/Fem/femobjects/mesh_boundarylayer.py FreeCAD/Mod/Fem/femobjects/mesh_gmsh.py FreeCAD/Mod/Fem/femobjects/mesh_group.py -FreeCAD/Mod/Fem/femobjects/mesh_region.py FreeCAD/Mod/Fem/femobjects/mesh_netgen.py +FreeCAD/Mod/Fem/femobjects/mesh_region.py FreeCAD/Mod/Fem/femobjects/mesh_result.py +FreeCAD/Mod/Fem/femobjects/post_extract1D.py +FreeCAD/Mod/Fem/femobjects/post_extract2D.py +FreeCAD/Mod/Fem/femobjects/post_glyphfilter.py +FreeCAD/Mod/Fem/femobjects/post_histogram.py +FreeCAD/Mod/Fem/femobjects/post_lineplot.py +FreeCAD/Mod/Fem/femobjects/post_table.py FreeCAD/Mod/Fem/femobjects/result_mechanical.py +FreeCAD/Mod/Fem/femobjects/solver_calculix.py FreeCAD/Mod/Fem/femobjects/solver_ccxtools.py +FreeCAD/Mod/Fem/femobjects/solver_elmer.py +FreeCAD/Mod/Fem/fempreferencepages/__init__.py +FreeCAD/Mod/Fem/fempreferencepages/dlg_settings_netgen.py FreeCAD/Mod/Fem/femresult/__init__.py FreeCAD/Mod/Fem/femresult/resulttools.py FreeCAD/Mod/Fem/femsolver/__init__.py FreeCAD/Mod/Fem/femsolver/calculix/__init__.py +FreeCAD/Mod/Fem/femsolver/calculix/calculixtools.py FreeCAD/Mod/Fem/femsolver/calculix/solver.py FreeCAD/Mod/Fem/femsolver/calculix/tasks.py +FreeCAD/Mod/Fem/femsolver/calculix/write_amplitude.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_bodyheatsource.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_centrif.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_contact.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_displacement.py +FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_electricchargedensity.py +FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_electrostatic.py +FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_finaltemperature.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_fixed.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_fluidsection.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_force.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_heatflux.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_initialtemperature.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_planerotation.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_pressure.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_rigidbody.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_rigidbody_step.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_sectionprint.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_selfweight.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_temperature.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_tie.py FreeCAD/Mod/Fem/femsolver/calculix/write_constraint_transform.py FreeCAD/Mod/Fem/femsolver/calculix/write_femelement_geometry.py FreeCAD/Mod/Fem/femsolver/calculix/write_femelement_material.py FreeCAD/Mod/Fem/femsolver/calculix/write_femelement_matgeosets.py FreeCAD/Mod/Fem/femsolver/calculix/write_footer.py FreeCAD/Mod/Fem/femsolver/calculix/write_mesh.py FreeCAD/Mod/Fem/femsolver/calculix/write_step_equation.py FreeCAD/Mod/Fem/femsolver/calculix/write_step_output.py FreeCAD/Mod/Fem/femsolver/calculix/writer.py FreeCAD/Mod/Fem/femsolver/elmer/__init__.py +FreeCAD/Mod/Fem/femsolver/elmer/elmertools.py FreeCAD/Mod/Fem/femsolver/elmer/equations/__init__.py FreeCAD/Mod/Fem/femsolver/elmer/equations/deformation.py FreeCAD/Mod/Fem/femsolver/elmer/equations/deformation_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/elasticity.py FreeCAD/Mod/Fem/femsolver/elmer/equations/elasticity_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/electricforce.py FreeCAD/Mod/Fem/femsolver/elmer/equations/electricforce_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/electrostatic.py FreeCAD/Mod/Fem/femsolver/elmer/equations/electrostatic_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/equation.py FreeCAD/Mod/Fem/femsolver/elmer/equations/flow.py FreeCAD/Mod/Fem/femsolver/elmer/equations/flow_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/flux.py FreeCAD/Mod/Fem/femsolver/elmer/equations/flux_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/heat.py FreeCAD/Mod/Fem/femsolver/elmer/equations/heat_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/linear.py FreeCAD/Mod/Fem/femsolver/elmer/equations/magnetodynamic.py FreeCAD/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py FreeCAD/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/magnetodynamic_writer.py FreeCAD/Mod/Fem/femsolver/elmer/equations/nonlinear.py +FreeCAD/Mod/Fem/femsolver/elmer/equations/staticcurrent.py +FreeCAD/Mod/Fem/femsolver/elmer/equations/staticcurrent_writer.py FreeCAD/Mod/Fem/femsolver/elmer/sifio.py -FreeCAD/Mod/Fem/femsolver/elmer/solver.py -FreeCAD/Mod/Fem/femsolver/elmer/tasks.py FreeCAD/Mod/Fem/femsolver/elmer/writer.py FreeCAD/Mod/Fem/femsolver/equationbase.py FreeCAD/Mod/Fem/femsolver/fenics/__init__.py FreeCAD/Mod/Fem/femsolver/fenics/fenics_tools.py FreeCAD/Mod/Fem/femsolver/mystran/__init__.py FreeCAD/Mod/Fem/femsolver/mystran/add_con_fixed.py FreeCAD/Mod/Fem/femsolver/mystran/add_con_force.py FreeCAD/Mod/Fem/femsolver/mystran/add_femelement_geometry.py FreeCAD/Mod/Fem/femsolver/mystran/add_femelement_material.py FreeCAD/Mod/Fem/femsolver/mystran/add_mesh.py FreeCAD/Mod/Fem/femsolver/mystran/add_solver_control.py FreeCAD/Mod/Fem/femsolver/mystran/solver.py FreeCAD/Mod/Fem/femsolver/mystran/tasks.py FreeCAD/Mod/Fem/femsolver/mystran/writer.py FreeCAD/Mod/Fem/femsolver/report.py FreeCAD/Mod/Fem/femsolver/reportdialog.py FreeCAD/Mod/Fem/femsolver/run.py FreeCAD/Mod/Fem/femsolver/settings.py FreeCAD/Mod/Fem/femsolver/signal.py FreeCAD/Mod/Fem/femsolver/solver_taskpanel.py FreeCAD/Mod/Fem/femsolver/solverbase.py FreeCAD/Mod/Fem/femsolver/task.py FreeCAD/Mod/Fem/femsolver/writerbase.py FreeCAD/Mod/Fem/femsolver/z88/__init__.py FreeCAD/Mod/Fem/femsolver/z88/solver.py FreeCAD/Mod/Fem/femsolver/z88/tasks.py FreeCAD/Mod/Fem/femsolver/z88/writer.py FreeCAD/Mod/Fem/femtaskpanels/__init__.py -FreeCAD/Mod/Fem/femtaskpanels/base_femmeshtaskpanel.py +FreeCAD/Mod/Fem/femtaskpanels/base_femlogtaskpanel.py +FreeCAD/Mod/Fem/femtaskpanels/base_fempostpanel.py FreeCAD/Mod/Fem/femtaskpanels/base_femtaskpanel.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_bodyheatsource.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_centrif.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_currentdensity.py +FreeCAD/Mod/Fem/femtaskpanels/task_constraint_electricchargedensity.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_electrostaticpotential.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_flowvelocity.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_initialflowvelocity.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_initialpressure.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_magnetization.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py FreeCAD/Mod/Fem/femtaskpanels/task_constraint_tie.py FreeCAD/Mod/Fem/femtaskpanels/task_element_fluid1D.py FreeCAD/Mod/Fem/femtaskpanels/task_element_geometry1D.py FreeCAD/Mod/Fem/femtaskpanels/task_element_geometry2D.py FreeCAD/Mod/Fem/femtaskpanels/task_element_rotation1D.py FreeCAD/Mod/Fem/femtaskpanels/task_material_common.py FreeCAD/Mod/Fem/femtaskpanels/task_material_reinforced.py FreeCAD/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py FreeCAD/Mod/Fem/femtaskpanels/task_mesh_gmsh.py FreeCAD/Mod/Fem/femtaskpanels/task_mesh_group.py FreeCAD/Mod/Fem/femtaskpanels/task_mesh_netgen.py FreeCAD/Mod/Fem/femtaskpanels/task_mesh_region.py +FreeCAD/Mod/Fem/femtaskpanels/task_post_extractor.py +FreeCAD/Mod/Fem/femtaskpanels/task_post_glyphfilter.py +FreeCAD/Mod/Fem/femtaskpanels/task_post_histogram.py +FreeCAD/Mod/Fem/femtaskpanels/task_post_lineplot.py +FreeCAD/Mod/Fem/femtaskpanels/task_post_table.py FreeCAD/Mod/Fem/femtaskpanels/task_result_mechanical.py +FreeCAD/Mod/Fem/femtaskpanels/task_solver_calculix.py FreeCAD/Mod/Fem/femtaskpanels/task_solver_ccxtools.py +FreeCAD/Mod/Fem/femtaskpanels/task_solver_elmer.py FreeCAD/Mod/Fem/femtest/__init__.py FreeCAD/Mod/Fem/femtest/app/__init__.py FreeCAD/Mod/Fem/femtest/app/support_utils.py FreeCAD/Mod/Fem/femtest/app/test_ccxtools.py FreeCAD/Mod/Fem/femtest/app/test_common.py FreeCAD/Mod/Fem/femtest/app/test_femimport.py FreeCAD/Mod/Fem/femtest/app/test_material.py FreeCAD/Mod/Fem/femtest/app/test_mesh.py FreeCAD/Mod/Fem/femtest/app/test_object.py FreeCAD/Mod/Fem/femtest/app/test_open.py FreeCAD/Mod/Fem/femtest/app/test_result.py FreeCAD/Mod/Fem/femtest/app/test_solver_elmer.py FreeCAD/Mod/Fem/femtest/app/test_solver_mystran.py FreeCAD/Mod/Fem/femtest/app/test_solver_z88.py FreeCAD/Mod/Fem/femtest/data/__init__.py FreeCAD/Mod/Fem/femtest/data/calculix/__init__.py FreeCAD/Mod/Fem/femtest/data/calculix/box.FCStd FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.FCStd FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.dat FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.frd FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.inp FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency_expected_values FreeCAD/Mod/Fem/femtest/data/calculix/box_static.FCStd FreeCAD/Mod/Fem/femtest/data/calculix/box_static.dat FreeCAD/Mod/Fem/femtest/data/calculix/box_static.frd FreeCAD/Mod/Fem/femtest/data/calculix/box_static.inp FreeCAD/Mod/Fem/femtest/data/calculix/box_static_expected_values FreeCAD/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.dat FreeCAD/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_circle.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_pipe.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_rect.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_hexa20.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad4.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad8.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg2.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg3.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria3.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria6.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_faceload.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_nodeload.inp FreeCAD/Mod/Fem/femtest/data/calculix/ccx_cantilever_prescribeddisplacement.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_centrif.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.FCStd FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.FCStd FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_tie.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_transform_beam_hinged.inp FreeCAD/Mod/Fem/femtest/data/calculix/constraint_transform_torque.inp FreeCAD/Mod/Fem/femtest/data/calculix/frequency_beamsimple.inp FreeCAD/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp FreeCAD/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp FreeCAD/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp FreeCAD/Mod/Fem/femtest/data/calculix/material_nonlinear.inp FreeCAD/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp FreeCAD/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_bimetal.inp FreeCAD/Mod/Fem/femtest/data/elmer/ELMERSOLVER_STARTINFO FreeCAD/Mod/Fem/femtest/data/elmer/__init__.py FreeCAD/Mod/Fem/femtest/data/elmer/box_static_0_mm.sif FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_0_mm.sif FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_1_si.sif FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_nodeload_0_mm.sif FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_prescribeddisplacement_0_mm.sif FreeCAD/Mod/Fem/femtest/data/elmer/group_mesh.geo FreeCAD/Mod/Fem/femtest/data/mesh/__init__.py FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.inp FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.unv FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.vtk FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.yml FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.z88 FreeCAD/Mod/Fem/femtest/data/mystran/__init__.py FreeCAD/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_quad4.bdf FreeCAD/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_seg2.bdf FreeCAD/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_tria3.bdf FreeCAD/Mod/Fem/femtest/data/mystran/ccx_cantilever_faceload.bdf FreeCAD/Mod/Fem/femtest/data/mystran/ccx_cantilever_nodeload.bdf FreeCAD/Mod/Fem/femtest/data/mystran/mystran_plate.bdf FreeCAD/Mod/Fem/femtest/data/open/__init__.py FreeCAD/Mod/Fem/femtest/data/open/all_objects_de9b3fb438.FCStd FreeCAD/Mod/Fem/femtest/data/z88/__init__.py FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/51.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88.dyn FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88elp.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i1.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i2.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i5.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88int.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88man.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88mat.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/51.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88.dyn FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88elp.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i1.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i2.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i5.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88int.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88man.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88mat.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/51.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88.dyn FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88elp.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i1.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i2.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i5.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88int.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88man.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88mat.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/51.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88.dyn FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88elp.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i1.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i2.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i5.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88int.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88man.txt FreeCAD/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88mat.txt FreeCAD/Mod/Fem/femtest/gui/__init__.py FreeCAD/Mod/Fem/femtest/gui/test_open.py FreeCAD/Mod/Fem/femtest/test_commands.sh FreeCAD/Mod/Fem/femtest/test_information.md FreeCAD/Mod/Fem/femtools/__init__.py FreeCAD/Mod/Fem/femtools/ccxtools.py FreeCAD/Mod/Fem/femtools/checksanalysis.py FreeCAD/Mod/Fem/femtools/constants.py FreeCAD/Mod/Fem/femtools/errors.py FreeCAD/Mod/Fem/femtools/femutils.py FreeCAD/Mod/Fem/femtools/geomtools.py FreeCAD/Mod/Fem/femtools/membertools.py FreeCAD/Mod/Fem/femtools/migrate_app.py +FreeCAD/Mod/Fem/femtools/objecttools.py FreeCAD/Mod/Fem/femtools/tokrules.py FreeCAD/Mod/Fem/femviewprovider/__init__.py FreeCAD/Mod/Fem/femviewprovider/view_base_femconstraint.py FreeCAD/Mod/Fem/femviewprovider/view_base_femelement.py FreeCAD/Mod/Fem/femviewprovider/view_base_femmaterial.py FreeCAD/Mod/Fem/femviewprovider/view_base_femmeshelement.py FreeCAD/Mod/Fem/femviewprovider/view_base_femobject.py +FreeCAD/Mod/Fem/femviewprovider/view_base_fempostextractors.py +FreeCAD/Mod/Fem/femviewprovider/view_base_fempostvisualization.py FreeCAD/Mod/Fem/femviewprovider/view_constant_vacuumpermittivity.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_bodyheatsource.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_centrif.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_currentdensity.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_electricchargedensity.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_electrostaticpotential.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_flowvelocity.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_initialflowvelocity.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_initialpressure.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_magnetization.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_sectionprint.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_selfweight.py FreeCAD/Mod/Fem/femviewprovider/view_constraint_tie.py FreeCAD/Mod/Fem/femviewprovider/view_element_fluid1D.py FreeCAD/Mod/Fem/femviewprovider/view_element_geometry1D.py FreeCAD/Mod/Fem/femviewprovider/view_element_geometry2D.py FreeCAD/Mod/Fem/femviewprovider/view_element_rotation1D.py FreeCAD/Mod/Fem/femviewprovider/view_material_common.py FreeCAD/Mod/Fem/femviewprovider/view_material_mechanicalnonlinear.py FreeCAD/Mod/Fem/femviewprovider/view_material_reinforced.py FreeCAD/Mod/Fem/femviewprovider/view_mesh_boundarylayer.py FreeCAD/Mod/Fem/femviewprovider/view_mesh_gmsh.py FreeCAD/Mod/Fem/femviewprovider/view_mesh_group.py FreeCAD/Mod/Fem/femviewprovider/view_mesh_netgen.py FreeCAD/Mod/Fem/femviewprovider/view_mesh_region.py FreeCAD/Mod/Fem/femviewprovider/view_mesh_result.py +FreeCAD/Mod/Fem/femviewprovider/view_post_glyphfilter.py +FreeCAD/Mod/Fem/femviewprovider/view_post_histogram.py +FreeCAD/Mod/Fem/femviewprovider/view_post_lineplot.py +FreeCAD/Mod/Fem/femviewprovider/view_post_table.py FreeCAD/Mod/Fem/femviewprovider/view_result_mechanical.py +FreeCAD/Mod/Fem/femviewprovider/view_solver_calculix.py FreeCAD/Mod/Fem/femviewprovider/view_solver_ccxtools.py +FreeCAD/Mod/Fem/femviewprovider/view_solver_elmer.py FreeCAD/Mod/Help/Help.py FreeCAD/Mod/Help/Help_rc.py FreeCAD/Mod/Help/InitGui.py FreeCAD/Mod/Help/default.css FreeCAD/Mod/Help/dlgPreferencesHelp.ui FreeCAD/Mod/Idf/Idf.py FreeCAD/Mod/Idf/Idflibs/0603_SMD.stp FreeCAD/Mod/Idf/Idflibs/0805_SMD.stp FreeCAD/Mod/Idf/Idflibs/1206_SMD.stp FreeCAD/Mod/Idf/Idflibs/1210_SMD.stp FreeCAD/Mod/Idf/Idflibs/1812_SMD.stp FreeCAD/Mod/Idf/Idflibs/2225_SMD.stp FreeCAD/Mod/Idf/Idflibs/2512_SMD.stp FreeCAD/Mod/Idf/Idflibs/CAP_50SGV_8_10.stp FreeCAD/Mod/Idf/Idflibs/EPL22_6_16.stp FreeCAD/Mod/Idf/Idflibs/I22_2_5_16.stp FreeCAD/Mod/Idf/Idflibs/I22_2_5_16withEPL22_6_16.stp FreeCAD/Mod/Idf/Idflibs/License.txt FreeCAD/Mod/Idf/Idflibs/MSOP_10.stp FreeCAD/Mod/Idf/Idflibs/RLF_12545.igs FreeCAD/Mod/Idf/Idflibs/RLF_12545.stp FreeCAD/Mod/Idf/Idflibs/RLF_7030.stp FreeCAD/Mod/Idf/Idflibs/SMB_DO_214AA.stp FreeCAD/Mod/Idf/Idflibs/SMC_DO_214AB.stp FreeCAD/Mod/Idf/Idflibs/SOD_323.igs FreeCAD/Mod/Idf/Idflibs/SOD_323.stp FreeCAD/Mod/Idf/Idflibs/SOD_523.stp FreeCAD/Mod/Idf/Idflibs/SOT23.igs FreeCAD/Mod/Idf/Idflibs/SOT23.stp FreeCAD/Mod/Idf/Idflibs/SOT404.igs FreeCAD/Mod/Idf/Idflibs/SOT404.stp FreeCAD/Mod/Idf/Idflibs/SOT428_DPAK.stp FreeCAD/Mod/Idf/Idflibs/SOT_323_3.stp FreeCAD/Mod/Idf/Idflibs/SOT_96.stp FreeCAD/Mod/Idf/Idflibs/TCMT1107_4.stp FreeCAD/Mod/Idf/Idflibs/TSM_103_01_L_DV_A.stp FreeCAD/Mod/Idf/Idflibs/TSM_104_01_L_DV_A.stp FreeCAD/Mod/Idf/Idflibs/TSS0P_8.stp FreeCAD/Mod/Idf/Idflibs/VC0603_SMD.stp FreeCAD/Mod/Idf/Idflibs/footprints_models.csv FreeCAD/Mod/Idf/Init.py FreeCAD/Mod/Import/Init.py FreeCAD/Mod/Import/InitGui.py FreeCAD/Mod/Import/TestImportGui.py FreeCAD/Mod/Import/stepZ.py FreeCAD/Mod/Inspection/Init.py FreeCAD/Mod/Inspection/InitGui.py FreeCAD/Mod/Material/Init.py FreeCAD/Mod/Material/InitGui.py +FreeCAD/Mod/Material/MaterialAPI/MaterialManagerExternal.py +FreeCAD/Mod/Material/MaterialAPI/__init__.py FreeCAD/Mod/Material/MaterialEditor.py FreeCAD/Mod/Material/Resources/ui/materials-editor.ui FreeCAD/Mod/Material/Templatematerial.yml FreeCAD/Mod/Material/TestMaterialsApp.py FreeCAD/Mod/Material/TestMaterialsGui.py FreeCAD/Mod/Material/importFCMat.py FreeCAD/Mod/Material/materialtests/Materials/TestAcrylicLegacy.FCMat FreeCAD/Mod/Material/materialtests/Materials/TestAluminumAppearance.FCMat FreeCAD/Mod/Material/materialtests/Materials/TestAluminumMixed.FCMat FreeCAD/Mod/Material/materialtests/Materials/TestAluminumPhysical.FCMat FreeCAD/Mod/Material/materialtests/Materials/TestBrassAppearance.FCMat FreeCAD/Mod/Material/materialtests/TestMaterialCreation.py FreeCAD/Mod/Material/materialtests/TestMaterialDocument.py FreeCAD/Mod/Material/materialtests/TestMaterialFilter.py FreeCAD/Mod/Material/materialtests/TestMaterials.py FreeCAD/Mod/Material/materialtests/TestModels.py FreeCAD/Mod/Material/materialtests/__init__.py FreeCAD/Mod/Material/materialtools/MaterialModels.py FreeCAD/Mod/Material/materialtools/__init__.py FreeCAD/Mod/Material/materialtools/cardutils.py FreeCAD/Mod/Measure/Init.py FreeCAD/Mod/Measure/InitGui.py FreeCAD/Mod/Measure/MeasureCOM.py FreeCAD/Mod/Measure/UtilsMeasure.py FreeCAD/Mod/Mesh/App/TestData/NASTRAN_Test_Delimited_GRID_CQUAD4.bdf FreeCAD/Mod/Mesh/App/TestData/NASTRAN_Test_GRIDSTAR_CQUAD4.bdf FreeCAD/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CQUAD4.bdf FreeCAD/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CTRIA3.bdf FreeCAD/Mod/Mesh/BuildRegularGeoms.py FreeCAD/Mod/Mesh/Init.py FreeCAD/Mod/Mesh/InitGui.py FreeCAD/Mod/Mesh/MeshEnums.py FreeCAD/Mod/Mesh/MeshTestsApp.py FreeCAD/Mod/MeshPart/Init.py FreeCAD/Mod/MeshPart/InitGui.py FreeCAD/Mod/MeshPart/MeshFlatteningCommand.py FreeCAD/Mod/OpenSCAD/Init.py FreeCAD/Mod/OpenSCAD/InitGui.py FreeCAD/Mod/OpenSCAD/OpenSCAD2Dgeom.py FreeCAD/Mod/OpenSCAD/OpenSCADCommands.py FreeCAD/Mod/OpenSCAD/OpenSCADFeatures.py FreeCAD/Mod/OpenSCAD/OpenSCADTest/__init__.py FreeCAD/Mod/OpenSCAD/OpenSCADTest/app/__init__.py FreeCAD/Mod/OpenSCAD/OpenSCADTest/app/test_importCSG.py FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/CSG.csg FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/CSG.scad FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/Cube.stl FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/Square.dxf FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/Surface.dat FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/Surface.png FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/Surface2.dat FreeCAD/Mod/OpenSCAD/OpenSCADTest/data/__init__.py FreeCAD/Mod/OpenSCAD/OpenSCADTest/gui/__init__.py FreeCAD/Mod/OpenSCAD/OpenSCADTest/gui/test_dummy.py FreeCAD/Mod/OpenSCAD/OpenSCADTest/test_information.md FreeCAD/Mod/OpenSCAD/OpenSCADUtils.py FreeCAD/Mod/OpenSCAD/OpenSCAD_rc.py FreeCAD/Mod/OpenSCAD/TestOpenSCADApp.py FreeCAD/Mod/OpenSCAD/TestOpenSCADGui.py FreeCAD/Mod/OpenSCAD/colorcodeshapes.py FreeCAD/Mod/OpenSCAD/expandplacements.py FreeCAD/Mod/OpenSCAD/exportCSG.py FreeCAD/Mod/OpenSCAD/importCSG.py FreeCAD/Mod/OpenSCAD/replaceobj.py FreeCAD/Mod/OpenSCAD/tokrules.py FreeCAD/Mod/Part/AttachmentEditor/Commands.py FreeCAD/Mod/Part/AttachmentEditor/FrozenClass.py FreeCAD/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py FreeCAD/Mod/Part/AttachmentEditor/TaskAttachmentEditor.ui FreeCAD/Mod/Part/AttachmentEditor/__init__.py FreeCAD/Mod/Part/BOPTools/BOPFeatures.py FreeCAD/Mod/Part/BOPTools/GeneralFuseResult.py FreeCAD/Mod/Part/BOPTools/JoinAPI.py FreeCAD/Mod/Part/BOPTools/JoinFeatures.py FreeCAD/Mod/Part/BOPTools/ShapeMerge.py FreeCAD/Mod/Part/BOPTools/SplitAPI.py FreeCAD/Mod/Part/BOPTools/SplitFeatures.py +FreeCAD/Mod/Part/BOPTools/ToleranceFeatures.py FreeCAD/Mod/Part/BOPTools/Utils.py FreeCAD/Mod/Part/BOPTools/__init__.py FreeCAD/Mod/Part/BasicShapes/CommandShapes.py FreeCAD/Mod/Part/BasicShapes/ShapeContent.py FreeCAD/Mod/Part/BasicShapes/Shapes.py FreeCAD/Mod/Part/BasicShapes/TaskTube.ui FreeCAD/Mod/Part/BasicShapes/Utils.py FreeCAD/Mod/Part/BasicShapes/ViewProviderShapes.py FreeCAD/Mod/Part/BasicShapes/__init__.py FreeCAD/Mod/Part/CompoundTools/CompoundFilter.py FreeCAD/Mod/Part/CompoundTools/Explode.py FreeCAD/Mod/Part/CompoundTools/_CommandCompoundFilter.py FreeCAD/Mod/Part/CompoundTools/_CommandExplodeCompound.py FreeCAD/Mod/Part/CompoundTools/__init__.py FreeCAD/Mod/Part/Init.py FreeCAD/Mod/Part/InitGui.py FreeCAD/Mod/Part/JoinFeatures.py FreeCAD/Mod/Part/MakeBottle.py FreeCAD/Mod/Part/PartEnums.py FreeCAD/Mod/Part/TestPartApp.py FreeCAD/Mod/Part/TestPartGui.py FreeCAD/Mod/Part/parttests/BRep_tests.py FreeCAD/Mod/Part/parttests/ColorPerFaceTest.py FreeCAD/Mod/Part/parttests/ColorTransparencyTest.py FreeCAD/Mod/Part/parttests/Geom2d_tests.py +FreeCAD/Mod/Part/parttests/TestPartMirror.py +FreeCAD/Mod/Part/parttests/TestTangentMode3-0.21.FCStd FreeCAD/Mod/Part/parttests/TopoShapeListTest.py FreeCAD/Mod/Part/parttests/TopoShapeTest.py FreeCAD/Mod/Part/parttests/__init__.py FreeCAD/Mod/Part/parttests/part_test_objects.py FreeCAD/Mod/Part/parttests/regression_tests.py FreeCAD/Mod/PartDesign/Init.py FreeCAD/Mod/PartDesign/InitGui.py FreeCAD/Mod/PartDesign/InvoluteGearFeature.py FreeCAD/Mod/PartDesign/InvoluteGearFeature.ui FreeCAD/Mod/PartDesign/PartDesignTests/Fixtures/InternalInvoluteGear_v0-20.FCStd FreeCAD/Mod/PartDesign/PartDesignTests/Fixtures/InvoluteGear_v0-20.FCStd +FreeCAD/Mod/PartDesign/PartDesignTests/TestActiveObject.py FreeCAD/Mod/PartDesign/PartDesignTests/TestBoolean.py FreeCAD/Mod/PartDesign/PartDesignTests/TestChamfer.py FreeCAD/Mod/PartDesign/PartDesignTests/TestDatum.py FreeCAD/Mod/PartDesign/PartDesignTests/TestDraft.py FreeCAD/Mod/PartDesign/PartDesignTests/TestFillet.py FreeCAD/Mod/PartDesign/PartDesignTests/TestHelix.py FreeCAD/Mod/PartDesign/PartDesignTests/TestHole.py FreeCAD/Mod/PartDesign/PartDesignTests/TestInvoluteGear.py FreeCAD/Mod/PartDesign/PartDesignTests/TestLinearPattern.py FreeCAD/Mod/PartDesign/PartDesignTests/TestLoft.py FreeCAD/Mod/PartDesign/PartDesignTests/TestMaterial.py FreeCAD/Mod/PartDesign/PartDesignTests/TestMirrored.py FreeCAD/Mod/PartDesign/PartDesignTests/TestMultiTransform.py FreeCAD/Mod/PartDesign/PartDesignTests/TestPad.py FreeCAD/Mod/PartDesign/PartDesignTests/TestPipe.py FreeCAD/Mod/PartDesign/PartDesignTests/TestPocket.py FreeCAD/Mod/PartDesign/PartDesignTests/TestPolarPattern.py FreeCAD/Mod/PartDesign/PartDesignTests/TestPrimitive.py FreeCAD/Mod/PartDesign/PartDesignTests/TestRevolve.py FreeCAD/Mod/PartDesign/PartDesignTests/TestShapeBinder.py FreeCAD/Mod/PartDesign/PartDesignTests/TestSketch.py FreeCAD/Mod/PartDesign/PartDesignTests/TestThickness.py FreeCAD/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py FreeCAD/Mod/PartDesign/PartDesignTests/__init__.py FreeCAD/Mod/PartDesign/Scripts/DistanceBolt.py FreeCAD/Mod/PartDesign/Scripts/Epitrochoid.py FreeCAD/Mod/PartDesign/Scripts/FilletArc.py FreeCAD/Mod/PartDesign/Scripts/Gear.py FreeCAD/Mod/PartDesign/Scripts/Parallelepiped.py FreeCAD/Mod/PartDesign/Scripts/RadialCopy.py FreeCAD/Mod/PartDesign/Scripts/Spring.py FreeCAD/Mod/PartDesign/Scripts/__init__.py FreeCAD/Mod/PartDesign/SprocketFeature.py FreeCAD/Mod/PartDesign/SprocketFeature.ui FreeCAD/Mod/PartDesign/TestPartDesignApp.py FreeCAD/Mod/PartDesign/TestPartDesignGui.py FreeCAD/Mod/PartDesign/WizardShaft/SegmentFunction.py FreeCAD/Mod/PartDesign/WizardShaft/Shaft.py FreeCAD/Mod/PartDesign/WizardShaft/ShaftDiagram.py FreeCAD/Mod/PartDesign/WizardShaft/ShaftFeature.py FreeCAD/Mod/PartDesign/WizardShaft/WizardShaft.py FreeCAD/Mod/PartDesign/WizardShaft/WizardShaft.svg FreeCAD/Mod/PartDesign/WizardShaft/WizardShaftTable.py FreeCAD/Mod/PartDesign/WizardShaft/__init__.py FreeCAD/Mod/PartDesign/__init__.py FreeCAD/Mod/PartDesign/fcgear/__init__.py FreeCAD/Mod/PartDesign/fcgear/fcgear.py FreeCAD/Mod/PartDesign/fcgear/involute.py FreeCAD/Mod/PartDesign/fcgear/svggear.py FreeCAD/Mod/PartDesign/fcsprocket/__init__.py FreeCAD/Mod/PartDesign/fcsprocket/fcsprocket.py FreeCAD/Mod/PartDesign/fcsprocket/fcsprocketdialog.py FreeCAD/Mod/PartDesign/fcsprocket/sprocket.py FreeCAD/Mod/Plot/Plot.py FreeCAD/Mod/Points/Init.py FreeCAD/Mod/Points/InitGui.py FreeCAD/Mod/Points/pointscommands/__init__.py FreeCAD/Mod/Points/pointscommands/commands.py FreeCAD/Mod/ReverseEngineering/Init.py FreeCAD/Mod/ReverseEngineering/InitGui.py FreeCAD/Mod/Robot/Init.py FreeCAD/Mod/Robot/InitGui.py FreeCAD/Mod/Robot/KukaExporter.py FreeCAD/Mod/Robot/MovieTool.py FreeCAD/Mod/Robot/RobotExample.py FreeCAD/Mod/Robot/RobotExampleTrajectoryOutOfShapes.py FreeCAD/Mod/Show/Containers.py FreeCAD/Mod/Show/DepGraphTools.py FreeCAD/Mod/Show/SceneDetail.py FreeCAD/Mod/Show/SceneDetails/Camera.py FreeCAD/Mod/Show/SceneDetails/ClipPlane.py FreeCAD/Mod/Show/SceneDetails/ObjectClipPlane.py FreeCAD/Mod/Show/SceneDetails/Pickability.py FreeCAD/Mod/Show/SceneDetails/VProperty.py FreeCAD/Mod/Show/SceneDetails/Workbench.py FreeCAD/Mod/Show/SceneDetails/__init__.py FreeCAD/Mod/Show/ShowUtils.py FreeCAD/Mod/Show/TVObserver.py FreeCAD/Mod/Show/TVStack.py FreeCAD/Mod/Show/__init__.py FreeCAD/Mod/Show/mTempoVis.py FreeCAD/Mod/Sketcher/Init.py FreeCAD/Mod/Sketcher/InitGui.py FreeCAD/Mod/Sketcher/ProfileLib/Hexagon.py FreeCAD/Mod/Sketcher/ProfileLib/RegularPolygon.py FreeCAD/Mod/Sketcher/ProfileLib/__init__.py FreeCAD/Mod/Sketcher/Profiles.py FreeCAD/Mod/Sketcher/SketcherExample.py +FreeCAD/Mod/Sketcher/SketcherTests/TestPlacementUpdate.py FreeCAD/Mod/Sketcher/SketcherTests/TestSketchExpression.py FreeCAD/Mod/Sketcher/SketcherTests/TestSketchFillet.py FreeCAD/Mod/Sketcher/SketcherTests/TestSketchValidateCoincidents.py FreeCAD/Mod/Sketcher/SketcherTests/TestSketcherSolver.py FreeCAD/Mod/Sketcher/SketcherTests/__init__.py FreeCAD/Mod/Sketcher/TestSketcherApp.py FreeCAD/Mod/Sketcher/TestSketcherGui.py FreeCAD/Mod/Spreadsheet/Init.py FreeCAD/Mod/Spreadsheet/InitGui.py FreeCAD/Mod/Spreadsheet/TestSpreadsheet.py FreeCAD/Mod/Spreadsheet/importXLSX.py FreeCAD/Mod/Spreadsheet/test_importXLSX.py %%WEBENGINE%%FreeCAD/Mod/Start/Init.py %%WEBENGINE%%FreeCAD/Mod/Start/InitGui.py %%WEBENGINE%%FreeCAD/Mod/Start/StartMigrator.py FreeCAD/Mod/Surface/Init.py FreeCAD/Mod/Surface/InitGui.py FreeCAD/Mod/Surface/SurfaceTests/TestBlendCurve.py FreeCAD/Mod/Surface/SurfaceTests/__init__.py FreeCAD/Mod/Surface/TestSurfaceApp.py FreeCAD/Mod/TechDraw/Init.py FreeCAD/Mod/TechDraw/InitGui.py FreeCAD/Mod/TechDraw/TDTest/DrawHatchTest.py FreeCAD/Mod/TechDraw/TDTest/DrawProjectionGroupTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewAnnotationTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewBalloonTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewDetailTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewDimensionTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewImageTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewPartTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewSectionTest.py FreeCAD/Mod/TechDraw/TDTest/DrawViewSymbolTest.py FreeCAD/Mod/TechDraw/TDTest/TechDrawTestUtilities.py FreeCAD/Mod/TechDraw/TDTest/TestHatch.svg FreeCAD/Mod/TechDraw/TDTest/TestImage.png FreeCAD/Mod/TechDraw/TDTest/TestNonAsciiSymbol.svg FreeCAD/Mod/TechDraw/TDTest/TestSymbol.svg FreeCAD/Mod/TechDraw/TDTest/TestTemplate.svg FreeCAD/Mod/TechDraw/TDTest/__init__.py FreeCAD/Mod/TechDraw/TechDrawTools/CommandAxoLengthDimension.py FreeCAD/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py FreeCAD/Mod/TechDraw/TechDrawTools/CommandHoleShaftFit.py FreeCAD/Mod/TechDraw/TechDrawTools/CommandMoveView.py FreeCAD/Mod/TechDraw/TechDrawTools/CommandPositionSectionView.py FreeCAD/Mod/TechDraw/TechDrawTools/CommandShareView.py FreeCAD/Mod/TechDraw/TechDrawTools/CommandVertexCreations.py FreeCAD/Mod/TechDraw/TechDrawTools/Gui/DlgPageChooser.ui FreeCAD/Mod/TechDraw/TechDrawTools/Gui/TaskAddOffsetVertex.ui FreeCAD/Mod/TechDraw/TechDrawTools/Gui/TaskHoleShaftFit.ui FreeCAD/Mod/TechDraw/TechDrawTools/Gui/TaskMoveView.ui FreeCAD/Mod/TechDraw/TechDrawTools/TDToolsMovers.py FreeCAD/Mod/TechDraw/TechDrawTools/TDToolsUtil.py FreeCAD/Mod/TechDraw/TechDrawTools/TaskAddOffsetVertex.py FreeCAD/Mod/TechDraw/TechDrawTools/TaskFillTemplateFields.py FreeCAD/Mod/TechDraw/TechDrawTools/TaskHoleShaftFit.py FreeCAD/Mod/TechDraw/TechDrawTools/TaskMoveView.py FreeCAD/Mod/TechDraw/TechDrawTools/TaskShareView.py FreeCAD/Mod/TechDraw/TechDrawTools/__init__.py FreeCAD/Mod/TechDraw/TestTechDrawApp.py FreeCAD/Mod/TechDraw/TestTechDrawGui.py FreeCAD/Mod/Tux/InitGui.py FreeCAD/Mod/Tux/NavigationIndicatorGui.py FreeCAD/Mod/Tux/PersistentToolbars.py FreeCAD/Mod/Tux/PersistentToolbarsGui.py FreeCAD/Mod/Tux/Tux_rc.py %%WEBENGINE%%FreeCAD/Mod/Web/Init.py FreeCAD/bin/FreeCAD FreeCAD/bin/FreeCADCmd +FreeCAD/bin/freecad-thumbnailer +%%PYTHON_SITELIBDIR%%/freecad/UiTools.py +%%PYTHON_SITELIBDIR%%/freecad/__init__.py +%%PYTHON_SITELIBDIR%%/freecad/freecad_doc.py +%%PYTHON_SITELIBDIR%%/freecad/module_io.py +%%PYTHON_SITELIBDIR%%/freecad/part.py +%%PYTHON_SITELIBDIR%%/freecad/partdesign.py +%%PYTHON_SITELIBDIR%%/freecad/project_utility.py +%%PYTHON_SITELIBDIR%%/freecad/sketcher.py +%%PYTHON_SITELIBDIR%%/freecad/utils.py +%%PYTHON_SITELIBDIR%%/freecad/utils_zip.py +%%QT_PLUGINDIR%%/designer/libFreeCAD_widgets.so FreeCAD/include/E57Format/E57Export.h FreeCAD/include/OndselSolver/ASMTAllowRotation.h FreeCAD/include/OndselSolver/ASMTAngleJoint.h FreeCAD/include/OndselSolver/ASMTAnimationParameters.h FreeCAD/include/OndselSolver/ASMTAssembly.h +FreeCAD/include/OndselSolver/ASMTAtPointJoint.h FreeCAD/include/OndselSolver/ASMTCompoundJoint.h FreeCAD/include/OndselSolver/ASMTConeConeContact.h FreeCAD/include/OndselSolver/ASMTConstantGravity.h FreeCAD/include/OndselSolver/ASMTConstantVelocityJoint.h FreeCAD/include/OndselSolver/ASMTConstraintSet.h FreeCAD/include/OndselSolver/ASMTContact.h FreeCAD/include/OndselSolver/ASMTCylConeContact.h FreeCAD/include/OndselSolver/ASMTCylCylContact.h FreeCAD/include/OndselSolver/ASMTCylSphJoint.h FreeCAD/include/OndselSolver/ASMTCylindricalJoint.h FreeCAD/include/OndselSolver/ASMTExtrusion.h FreeCAD/include/OndselSolver/ASMTFixedJoint.h FreeCAD/include/OndselSolver/ASMTForceTorque.h FreeCAD/include/OndselSolver/ASMTGearJoint.h FreeCAD/include/OndselSolver/ASMTGeneralMotion.h +FreeCAD/include/OndselSolver/ASMTInLineJoint.h FreeCAD/include/OndselSolver/ASMTInPlaneJoint.h FreeCAD/include/OndselSolver/ASMTItem.h FreeCAD/include/OndselSolver/ASMTItemIJ.h FreeCAD/include/OndselSolver/ASMTJoint.h FreeCAD/include/OndselSolver/ASMTKinematicIJ.h FreeCAD/include/OndselSolver/ASMTLimit.h FreeCAD/include/OndselSolver/ASMTLineInPlaneJoint.h FreeCAD/include/OndselSolver/ASMTMarker.h FreeCAD/include/OndselSolver/ASMTMotion.h FreeCAD/include/OndselSolver/ASMTNoRotationJoint.h FreeCAD/include/OndselSolver/ASMTParallelAxesJoint.h FreeCAD/include/OndselSolver/ASMTPart.h FreeCAD/include/OndselSolver/ASMTPerpendicularJoint.h FreeCAD/include/OndselSolver/ASMTPlanarJoint.h FreeCAD/include/OndselSolver/ASMTPointInLineJoint.h FreeCAD/include/OndselSolver/ASMTPointInPlaneJoint.h FreeCAD/include/OndselSolver/ASMTPrincipalMassMarker.h FreeCAD/include/OndselSolver/ASMTRackPinionJoint.h FreeCAD/include/OndselSolver/ASMTRefCurve.h FreeCAD/include/OndselSolver/ASMTRefItem.h FreeCAD/include/OndselSolver/ASMTRefPoint.h FreeCAD/include/OndselSolver/ASMTRefSurface.h FreeCAD/include/OndselSolver/ASMTRevCylJoint.h FreeCAD/include/OndselSolver/ASMTRevRevJoint.h FreeCAD/include/OndselSolver/ASMTRevoluteJoint.h FreeCAD/include/OndselSolver/ASMTRotationLimit.h FreeCAD/include/OndselSolver/ASMTRotationalMotion.h FreeCAD/include/OndselSolver/ASMTScrewJoint.h FreeCAD/include/OndselSolver/ASMTSimulationParameters.h FreeCAD/include/OndselSolver/ASMTSpatialContainer.h FreeCAD/include/OndselSolver/ASMTSpatialItem.h FreeCAD/include/OndselSolver/ASMTSphSphJoint.h FreeCAD/include/OndselSolver/ASMTSphericalJoint.h FreeCAD/include/OndselSolver/ASMTTime.h FreeCAD/include/OndselSolver/ASMTTranslationLimit.h FreeCAD/include/OndselSolver/ASMTTranslationalJoint.h FreeCAD/include/OndselSolver/ASMTTranslationalMotion.h FreeCAD/include/OndselSolver/ASMTUniversalJoint.h FreeCAD/include/OndselSolver/Abs.h FreeCAD/include/OndselSolver/AbsConstraint.h FreeCAD/include/OndselSolver/AccICKineNewtonRaphson.h FreeCAD/include/OndselSolver/AccICNewtonRaphson.h FreeCAD/include/OndselSolver/AccKineNewtonRaphson.h FreeCAD/include/OndselSolver/AccNewtonRaphson.h FreeCAD/include/OndselSolver/AllowZRotation.h FreeCAD/include/OndselSolver/AllowZRotationConstraintIqctJqc.h FreeCAD/include/OndselSolver/AngleJoint.h FreeCAD/include/OndselSolver/AngleZConstraintIJ.h FreeCAD/include/OndselSolver/AngleZConstraintIqcJc.h FreeCAD/include/OndselSolver/AngleZConstraintIqcJqc.h FreeCAD/include/OndselSolver/AngleZIecJec.h FreeCAD/include/OndselSolver/AngleZIeqcJec.h FreeCAD/include/OndselSolver/AngleZIeqcJeqc.h FreeCAD/include/OndselSolver/AnyGeneralSpline.h FreeCAD/include/OndselSolver/AnyPosICNewtonRaphson.h FreeCAD/include/OndselSolver/ArcSine.h FreeCAD/include/OndselSolver/ArcTan.h FreeCAD/include/OndselSolver/ArcTan2.h FreeCAD/include/OndselSolver/Arguments.h FreeCAD/include/OndselSolver/Array.h FreeCAD/include/OndselSolver/AtPointConstraintIJ.h FreeCAD/include/OndselSolver/AtPointConstraintIqcJc.h FreeCAD/include/OndselSolver/AtPointConstraintIqcJqc.h FreeCAD/include/OndselSolver/AtPointConstraintIqctJqc.h FreeCAD/include/OndselSolver/AtPointJoint.h FreeCAD/include/OndselSolver/BasicIntegrator.h FreeCAD/include/OndselSolver/BasicQuasiIntegrator.h FreeCAD/include/OndselSolver/BasicUserFunction.h FreeCAD/include/OndselSolver/CADSystem.h FreeCAD/include/OndselSolver/CREATE.h FreeCAD/include/OndselSolver/CartesianFrame.h FreeCAD/include/OndselSolver/CompoundJoint.h FreeCAD/include/OndselSolver/ConstVelConstraintIJ.h FreeCAD/include/OndselSolver/ConstVelConstraintIqcJc.h FreeCAD/include/OndselSolver/ConstVelConstraintIqcJqc.h FreeCAD/include/OndselSolver/Constant.h FreeCAD/include/OndselSolver/ConstantGravity.h FreeCAD/include/OndselSolver/ConstantVelocityJoint.h FreeCAD/include/OndselSolver/Constraint.h FreeCAD/include/OndselSolver/ConstraintIJ.h FreeCAD/include/OndselSolver/ConstraintSet.h FreeCAD/include/OndselSolver/Cosine.h FreeCAD/include/OndselSolver/CylSphJoint.h FreeCAD/include/OndselSolver/CylindricalJoint.h FreeCAD/include/OndselSolver/DiagonalMatrix.h FreeCAD/include/OndselSolver/DifferenceOperator.h FreeCAD/include/OndselSolver/DifferentiatedGeneralSpline.h FreeCAD/include/OndselSolver/DirectionCosineConstraintIJ.h FreeCAD/include/OndselSolver/DirectionCosineConstraintIqcJc.h FreeCAD/include/OndselSolver/DirectionCosineConstraintIqcJqc.h FreeCAD/include/OndselSolver/DirectionCosineConstraintIqctJqc.h FreeCAD/include/OndselSolver/DirectionCosineIecJec.h FreeCAD/include/OndselSolver/DirectionCosineIeqcJec.h FreeCAD/include/OndselSolver/DirectionCosineIeqcJeqc.h FreeCAD/include/OndselSolver/DirectionCosineIeqctJeqc.h FreeCAD/include/OndselSolver/DiscontinuityError.h FreeCAD/include/OndselSolver/DispCompIecJecIe.h FreeCAD/include/OndselSolver/DispCompIecJecKec.h FreeCAD/include/OndselSolver/DispCompIecJecKeqc.h FreeCAD/include/OndselSolver/DispCompIecJecO.h FreeCAD/include/OndselSolver/DispCompIeqcJecIe.h FreeCAD/include/OndselSolver/DispCompIeqcJecKeqc.h FreeCAD/include/OndselSolver/DispCompIeqcJecO.h FreeCAD/include/OndselSolver/DispCompIeqcJeqcIe.h FreeCAD/include/OndselSolver/DispCompIeqcJeqcKeqc.h FreeCAD/include/OndselSolver/DispCompIeqcJeqcKeqct.h FreeCAD/include/OndselSolver/DispCompIeqcJeqcO.h FreeCAD/include/OndselSolver/DispCompIeqctJeqcIe.h FreeCAD/include/OndselSolver/DispCompIeqctJeqcKeqct.h FreeCAD/include/OndselSolver/DispCompIeqctJeqcO.h FreeCAD/include/OndselSolver/DistIecJec.h FreeCAD/include/OndselSolver/DistIeqcJec.h FreeCAD/include/OndselSolver/DistIeqcJeqc.h FreeCAD/include/OndselSolver/DistIeqctJeqc.h FreeCAD/include/OndselSolver/DistanceConstraintIJ.h FreeCAD/include/OndselSolver/DistanceConstraintIqcJc.h FreeCAD/include/OndselSolver/DistanceConstraintIqcJqc.h FreeCAD/include/OndselSolver/DistanceConstraintIqctJqc.h FreeCAD/include/OndselSolver/DistancexyConstraintIJ.h FreeCAD/include/OndselSolver/DistancexyConstraintIqcJc.h FreeCAD/include/OndselSolver/DistancexyConstraintIqcJqc.h FreeCAD/include/OndselSolver/DistxyIecJec.h FreeCAD/include/OndselSolver/DistxyIeqcJec.h FreeCAD/include/OndselSolver/DistxyIeqcJeqc.h FreeCAD/include/OndselSolver/DistxyIeqctJeqc.h FreeCAD/include/OndselSolver/EigenDecomposition.h FreeCAD/include/OndselSolver/EndFramec.h FreeCAD/include/OndselSolver/EndFrameqc.h FreeCAD/include/OndselSolver/EndFrameqct.h FreeCAD/include/OndselSolver/EndFrameqct2.h FreeCAD/include/OndselSolver/EulerAngles.h FreeCAD/include/OndselSolver/EulerAnglesDDot.h FreeCAD/include/OndselSolver/EulerAnglesDot.h FreeCAD/include/OndselSolver/EulerAngleszxz.h FreeCAD/include/OndselSolver/EulerAngleszxzDDot.h FreeCAD/include/OndselSolver/EulerAngleszxzDot.h FreeCAD/include/OndselSolver/EulerArray.h FreeCAD/include/OndselSolver/EulerConstraint.h FreeCAD/include/OndselSolver/EulerParameters.h FreeCAD/include/OndselSolver/EulerParametersDDot.h FreeCAD/include/OndselSolver/EulerParametersDot.h FreeCAD/include/OndselSolver/Exponential.h FreeCAD/include/OndselSolver/ExpressionX.h FreeCAD/include/OndselSolver/ExternalSystem.h FreeCAD/include/OndselSolver/FixedJoint.h FreeCAD/include/OndselSolver/ForceTorqueData.h FreeCAD/include/OndselSolver/ForceTorqueItem.h FreeCAD/include/OndselSolver/FullColumn.h FreeCAD/include/OndselSolver/FullMatrix.h FreeCAD/include/OndselSolver/FullMotion.h FreeCAD/include/OndselSolver/FullRow.h FreeCAD/include/OndselSolver/FullVector.h FreeCAD/include/OndselSolver/Function.h FreeCAD/include/OndselSolver/FunctionFromData.h FreeCAD/include/OndselSolver/FunctionWithManyArgs.h FreeCAD/include/OndselSolver/FunctionX.h FreeCAD/include/OndselSolver/FunctionXY.h FreeCAD/include/OndselSolver/FunctionXcParameter.h FreeCAD/include/OndselSolver/GEFullMat.h FreeCAD/include/OndselSolver/GEFullMatFullPv.h FreeCAD/include/OndselSolver/GEFullMatParPv.h FreeCAD/include/OndselSolver/GESpMat.h FreeCAD/include/OndselSolver/GESpMatFullPv.h FreeCAD/include/OndselSolver/GESpMatFullPvPosIC.h FreeCAD/include/OndselSolver/GESpMatParPv.h FreeCAD/include/OndselSolver/GESpMatParPvMarko.h FreeCAD/include/OndselSolver/GESpMatParPvMarkoFast.h FreeCAD/include/OndselSolver/GESpMatParPvPrecise.h FreeCAD/include/OndselSolver/GearConstraintIJ.h FreeCAD/include/OndselSolver/GearConstraintIqcJc.h FreeCAD/include/OndselSolver/GearConstraintIqcJqc.h FreeCAD/include/OndselSolver/GearJoint.h FreeCAD/include/OndselSolver/GeneralSpline.h FreeCAD/include/OndselSolver/ICKineIntegrator.h FreeCAD/include/OndselSolver/InLineJoint.h FreeCAD/include/OndselSolver/InPlaneJoint.h FreeCAD/include/OndselSolver/IndependentVariable.h FreeCAD/include/OndselSolver/Integrator.h FreeCAD/include/OndselSolver/IntegratorInterface.h FreeCAD/include/OndselSolver/Item.h FreeCAD/include/OndselSolver/ItemIJ.h FreeCAD/include/OndselSolver/Joint.h FreeCAD/include/OndselSolver/KineIntegrator.h FreeCAD/include/OndselSolver/KinematicIeJe.h FreeCAD/include/OndselSolver/LDUFullMat.h FreeCAD/include/OndselSolver/LDUFullMatParPv.h FreeCAD/include/OndselSolver/LDUSpMat.h FreeCAD/include/OndselSolver/LDUSpMatParPv.h FreeCAD/include/OndselSolver/LDUSpMatParPvMarko.h FreeCAD/include/OndselSolver/LDUSpMatParPvPrecise.h FreeCAD/include/OndselSolver/LimitIJ.h FreeCAD/include/OndselSolver/LineInPlaneJoint.h FreeCAD/include/OndselSolver/LinearMultiStepMethod.h FreeCAD/include/OndselSolver/Ln.h FreeCAD/include/OndselSolver/Log10.h FreeCAD/include/OndselSolver/LogN.h FreeCAD/include/OndselSolver/MarkerFrame.h FreeCAD/include/OndselSolver/MatrixDecomposition.h FreeCAD/include/OndselSolver/MatrixGaussElimination.h FreeCAD/include/OndselSolver/MatrixLDU.h FreeCAD/include/OndselSolver/MatrixSolver.h FreeCAD/include/OndselSolver/MaximumIterationError.h FreeCAD/include/OndselSolver/MbDMath.h FreeCAD/include/OndselSolver/MomentOfInertiaSolver.h FreeCAD/include/OndselSolver/Negative.h FreeCAD/include/OndselSolver/NewtonRaphson.h FreeCAD/include/OndselSolver/NewtonRaphsonError.h FreeCAD/include/OndselSolver/NoRotationJoint.h FreeCAD/include/OndselSolver/NotKinematicError.h FreeCAD/include/OndselSolver/Numeric.h FreeCAD/include/OndselSolver/OrbitAngleZIecJec.h FreeCAD/include/OndselSolver/OrbitAngleZIeqcJec.h FreeCAD/include/OndselSolver/OrbitAngleZIeqcJeqc.h FreeCAD/include/OndselSolver/Orientation.h FreeCAD/include/OndselSolver/ParallelAxesJoint.h FreeCAD/include/OndselSolver/Part.h FreeCAD/include/OndselSolver/PartFrame.h FreeCAD/include/OndselSolver/PerpendicularJoint.h FreeCAD/include/OndselSolver/PlanarJoint.h FreeCAD/include/OndselSolver/PointInLineJoint.h FreeCAD/include/OndselSolver/PointInPlaneJoint.h FreeCAD/include/OndselSolver/PosICDragLimitNewtonRaphson.h FreeCAD/include/OndselSolver/PosICDragNewtonRaphson.h FreeCAD/include/OndselSolver/PosICKineNewtonRaphson.h FreeCAD/include/OndselSolver/PosICNewtonRaphson.h FreeCAD/include/OndselSolver/PosKineNewtonRaphson.h FreeCAD/include/OndselSolver/PosNewtonRaphson.h FreeCAD/include/OndselSolver/PosVelAccData.h FreeCAD/include/OndselSolver/Power.h FreeCAD/include/OndselSolver/PrescribedMotion.h FreeCAD/include/OndselSolver/Product.h FreeCAD/include/OndselSolver/QuasiIntegrator.h FreeCAD/include/OndselSolver/RackPinConstraintIJ.h FreeCAD/include/OndselSolver/RackPinConstraintIqcJc.h FreeCAD/include/OndselSolver/RackPinConstraintIqcJqc.h FreeCAD/include/OndselSolver/RackPinJoint.h FreeCAD/include/OndselSolver/Reciprocal.h FreeCAD/include/OndselSolver/RedundantConstraint.h FreeCAD/include/OndselSolver/RevCylJoint.h FreeCAD/include/OndselSolver/RevRevJoint.h FreeCAD/include/OndselSolver/RevoluteJoint.h FreeCAD/include/OndselSolver/RotationLimitIJ.h FreeCAD/include/OndselSolver/RowTypeMatrix.h FreeCAD/include/OndselSolver/ScalarNewtonRaphson.h FreeCAD/include/OndselSolver/ScrewConstraintIJ.h FreeCAD/include/OndselSolver/ScrewConstraintIqcJc.h FreeCAD/include/OndselSolver/ScrewConstraintIqcJqc.h FreeCAD/include/OndselSolver/ScrewJoint.h FreeCAD/include/OndselSolver/SimulationStoppingError.h FreeCAD/include/OndselSolver/Sine.h FreeCAD/include/OndselSolver/SingularMatrixError.h FreeCAD/include/OndselSolver/Solver.h FreeCAD/include/OndselSolver/SparseColumn.h FreeCAD/include/OndselSolver/SparseMatrix.h FreeCAD/include/OndselSolver/SparseRow.h FreeCAD/include/OndselSolver/SparseVector.h FreeCAD/include/OndselSolver/SphSphJoint.h FreeCAD/include/OndselSolver/SphericalJoint.h FreeCAD/include/OndselSolver/StableBackwardDifference.h FreeCAD/include/OndselSolver/StateData.h FreeCAD/include/OndselSolver/Sum.h FreeCAD/include/OndselSolver/SymTime.h FreeCAD/include/OndselSolver/Symbolic.h FreeCAD/include/OndselSolver/SymbolicParser.h FreeCAD/include/OndselSolver/SyntaxError.h FreeCAD/include/OndselSolver/System.h FreeCAD/include/OndselSolver/SystemNewtonRaphson.h FreeCAD/include/OndselSolver/SystemSolver.h FreeCAD/include/OndselSolver/TooManyTriesError.h FreeCAD/include/OndselSolver/TooSmallStepSizeError.h FreeCAD/include/OndselSolver/Translation.h FreeCAD/include/OndselSolver/TranslationConstraintIJ.h FreeCAD/include/OndselSolver/TranslationConstraintIqcJc.h FreeCAD/include/OndselSolver/TranslationConstraintIqcJqc.h FreeCAD/include/OndselSolver/TranslationConstraintIqctJqc.h FreeCAD/include/OndselSolver/TranslationLimitIJ.h FreeCAD/include/OndselSolver/TranslationalJoint.h FreeCAD/include/OndselSolver/Units.h FreeCAD/include/OndselSolver/UniversalJoint.h FreeCAD/include/OndselSolver/UserFunction.h FreeCAD/include/OndselSolver/Variable.h FreeCAD/include/OndselSolver/VectorNewtonRaphson.h FreeCAD/include/OndselSolver/VelICKineSolver.h FreeCAD/include/OndselSolver/VelICSolver.h FreeCAD/include/OndselSolver/VelKineSolver.h FreeCAD/include/OndselSolver/VelSolver.h FreeCAD/include/OndselSolver/ZRotation.h FreeCAD/include/OndselSolver/ZTranslation.h FreeCAD/include/OndselSolver/enum.h FreeCAD/include/OndselSolver/resource.h FreeCAD/lib/AssemblyApp.so FreeCAD/lib/AssemblyGui.so FreeCAD/lib/CAMSimulator.so FreeCAD/lib/DraftUtils.so FreeCAD/lib/Fem.so FreeCAD/lib/FemGui.so FreeCAD/lib/FreeCAD.so FreeCAD/lib/FreeCADGui.so FreeCAD/lib/Import.so FreeCAD/lib/ImportGui.so FreeCAD/lib/Inspection.so FreeCAD/lib/InspectionGui.so FreeCAD/lib/MatGui.so FreeCAD/lib/Materials.so FreeCAD/lib/Measure.so FreeCAD/lib/MeasureGui.so FreeCAD/lib/Mesh.so FreeCAD/lib/MeshGui.so FreeCAD/lib/MeshPart.so FreeCAD/lib/MeshPartGui.so FreeCAD/lib/Part.so FreeCAD/lib/PartDesignGui.so FreeCAD/lib/PartGui.so FreeCAD/lib/PathApp.so FreeCAD/lib/PathGui.so FreeCAD/lib/PathSimulator.so FreeCAD/lib/Points.so FreeCAD/lib/PointsGui.so FreeCAD/lib/ReverseEngineering.so FreeCAD/lib/ReverseEngineeringGui.so FreeCAD/lib/Robot.so FreeCAD/lib/RobotGui.so FreeCAD/lib/Sketcher.so FreeCAD/lib/SketcherGui.so FreeCAD/lib/Spreadsheet.so FreeCAD/lib/SpreadsheetGui.so %%WEBENGINE%%FreeCAD/lib/Start.so %%WEBENGINE%%FreeCAD/lib/StartGui.so FreeCAD/lib/Surface.so FreeCAD/lib/SurfaceGui.so FreeCAD/lib/TechDraw.so FreeCAD/lib/TechDrawGui.so %%WEBENGINE%%FreeCAD/lib/Web.so FreeCAD/lib/_PartDesign.so FreeCAD/lib/area.so +FreeCAD/lib/cmake/E57Format/E57Format-export-%%CMAKE_BUILD_TYPE%%.cmake +FreeCAD/lib/cmake/E57Format/E57Format-export.cmake +FreeCAD/lib/cmake/E57Format/e57format-config-version.cmake +FreeCAD/lib/cmake/E57Format/e57format-config.cmake FreeCAD/lib/flatmesh.so FreeCAD/lib/libDriver.so FreeCAD/lib/libDriverDAT.so FreeCAD/lib/libDriverSTL.so FreeCAD/lib/libDriverUNV.so FreeCAD/lib/libE57Format.a FreeCAD/lib/libFreeCADApp.so FreeCAD/lib/libFreeCADBase.so FreeCAD/lib/libFreeCADGui.so FreeCAD/lib/libMEFISTO2.so FreeCAD/lib/libOndselSolver.so FreeCAD/lib/libOndselSolver.so.1 FreeCAD/lib/libOndselSolver.so.1.0.1 FreeCAD/lib/libSMDS.so FreeCAD/lib/libSMESH.so FreeCAD/lib/libSMESHDS.so FreeCAD/lib/libStdMeshers.so FreeCAD/lib/libarea-native.so FreeCAD/share/3Dconnexion/3DConnexion.xml FreeCAD/share/Gui/PreferencePackTemplates/Arch_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/Console_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/Draft_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/Editor_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/Editor_Font.cfg FreeCAD/share/Gui/PreferencePackTemplates/Main_window_layout.cfg FreeCAD/share/Gui/PreferencePackTemplates/Part_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/Path_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/Shortcuts.cfg FreeCAD/share/Gui/PreferencePackTemplates/Sketcher_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/TechDraw_Colors.cfg FreeCAD/share/Gui/PreferencePackTemplates/View.cfg FreeCAD/share/Gui/PreferencePackTemplates/Window_Colors.cfg FreeCAD/share/Gui/PreferencePacks/Dark behave/Dark behave.cfg FreeCAD/share/Gui/PreferencePacks/FreeCAD Classic/FreeCAD Classic.cfg FreeCAD/share/Gui/PreferencePacks/FreeCAD Classic/post.FCMacro FreeCAD/share/Gui/PreferencePacks/FreeCAD Dark/FreeCAD Dark.cfg FreeCAD/share/Gui/PreferencePacks/FreeCAD Light/FreeCAD Light.cfg FreeCAD/share/Gui/PreferencePacks/package.xml -FreeCAD/share/Gui/Stylesheets/FreeCAD Dark.qss -FreeCAD/share/Gui/Stylesheets/FreeCAD Light.qss +FreeCAD/share/Gui/Stylesheets/FreeCAD.qss +FreeCAD/share/Gui/Stylesheets/defaults.qss FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-leftright-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-double-updown-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-down-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-left-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-leftdown-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-right-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-rightdown-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-white.png -FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-black.png -FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-white.png -FreeCAD/share/Gui/Stylesheets/images_classic/close-darkred.png -FreeCAD/share/Gui/Stylesheets/images_classic/close-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-black.png -FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-white.png -FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-black.png -FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-white.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-dark.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-light.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-dark.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-light.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-dark.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-light.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-dark.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-light.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_black.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_white.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_black.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_white.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-black.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-white.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-black.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-white.png -FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-black.png -FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-white.png -FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-black.png -FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-blue.png -FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-darkgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-lightgray.png -FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/arrow-up-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/autohide-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/autohide-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/autohide-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/autohide-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/autohide-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/autohide-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/autohide-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/autohide-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/autohide-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/autohide-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/background_freecad.png +FreeCAD/share/Gui/Stylesheets/images_classic/background_freecad.svg FreeCAD/share/Gui/Stylesheets/images_classic/background_freecad_dark.png +FreeCAD/share/Gui/Stylesheets/images_classic/background_freecad_dark.svg FreeCAD/share/Gui/Stylesheets/images_classic/background_freecad_light.png +FreeCAD/share/Gui/Stylesheets/images_classic/background_freecad_light.svg FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/check-mark-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-checked-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-empty-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/close-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/close-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/close-darkerred.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-darkerred.svg FreeCAD/share/Gui/Stylesheets/images_classic/close-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/close-darkred.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-darkred.svg +FreeCAD/share/Gui/Stylesheets/images_classic/close-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/close-lightred.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-lightred.svg FreeCAD/share/Gui/Stylesheets/images_classic/close-red.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-red.svg FreeCAD/share/Gui/Stylesheets/images_classic/close-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/close-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/edithide-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/edithide-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/edithide-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/edithide-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/edithide-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/edithide-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/edithide-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/edithide-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/edithide-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/edithide-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/editshow-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/editshow-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/editshow-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/editshow-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/editshow-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/editshow-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/editshow-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/editshow-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/editshow-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/editshow-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/float-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/float-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/float-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/float-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/float-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/float-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/float-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/float-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/float-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/float-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/hmovetoolbar-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/hsepartoolbar-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/icons classic.svg FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/indeterminate-mark-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/mode-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/mode-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/mode-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/mode-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/mode-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/mode-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/mode-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/mode-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/mode-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/mode-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/more-black-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/more-black-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/more-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/more-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/more-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/more-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/more-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/more-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/more-hack.png +FreeCAD/share/Gui/Stylesheets/images_classic/more-hack.svg FreeCAD/share/Gui/Stylesheets/images_classic/more-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/more-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/overlay-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/overlay-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/overlay-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/overlay-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/overlay-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/overlay-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/overlay-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/overlay-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/overlay_lighter.png +FreeCAD/share/Gui/Stylesheets/images_classic/overlay_lighter.svg +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_black.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-dark.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-light.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_fold_white.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-dark.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-light.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_black.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-dark.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-light.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfold_white.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-dark.png +FreeCAD/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-light.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checked-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checkedmark-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checkedmark-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checkedmark-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checkedmark-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-checkedmark-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-mark-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/radio-unchecked-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/sizegrip-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_horizontal-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/splitter_vertical-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/taskshow-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/transparent-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/transparent-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/transparent-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/transparent-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/transparent-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/transparent-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/transparent-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/transparent-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/transparent-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/transparent-white.svg FreeCAD/share/Gui/Stylesheets/images_classic/transparent.png +FreeCAD/share/Gui/Stylesheets/images_classic/transparent.svg FreeCAD/share/Gui/Stylesheets/images_classic/undock-black-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/undock-black-lightgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/undock-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/undock-black.svg FreeCAD/share/Gui/Stylesheets/images_classic/undock-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/undock-blue.svg FreeCAD/share/Gui/Stylesheets/images_classic/undock-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/undock-darkgray.svg FreeCAD/share/Gui/Stylesheets/images_classic/undock-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/undock-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/vmovetoolbar-white.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-black.png +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-black.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-blue.png +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-blue.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-darkgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-darkgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-lightgray.png +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-lightgray.svg +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-white.png +FreeCAD/share/Gui/Stylesheets/images_classic/vsepartoolbar-white.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Hmovetoolbar_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Hmovetoolbar_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Hsepartoolbar_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Hsepartoolbar_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Vmovetoolbar_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Vmovetoolbar_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Vsepartoolbar_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/Vsepartoolbar_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/background_freecad.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/background_freecad_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/background_freecad_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_end_closed_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_end_closed_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_end_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_end_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_end_open_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_end_open_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_more_closed_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_more_closed_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_more_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_more_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_more_open_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_more_open_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_vline_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/branch_vline_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/check_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/check_dark_disabled.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/check_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/check_light_disabled.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_checked_disabled.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_dark_hover.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_light_hover.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_disabled.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_hover_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_hover_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/close_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/close_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/close_red.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/down_arrow_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/down_arrow_darker.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/down_arrow_disabled_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/down_arrow_disabled_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/down_arrow_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/down_arrow_lighter.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/left_arrow_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/left_arrow_darker.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/left_arrow_disabled_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/left_arrow_disabled_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/left_arrow_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/left_arrow_lighter.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/more_arrow_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/more_arrow_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/more_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/more_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/radiobutton_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/radiobutton_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/right_arrow_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/right_arrow_darker.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/right_arrow_disabled_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/right_arrow_disabled_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/right_arrow_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/right_arrow_lighter.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/sizegrip_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/sizegrip_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/splitter_horizontal_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/splitter_horizontal_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/splitter_vertical_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/splitter_vertical_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/transparent.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/undock_blue.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/undock_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/undock_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up-down_arrow_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up-down_arrow_darker.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up-down_arrow_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up-down_arrow_lighter.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up_arrow_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up_arrow_darker.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up_arrow_disabled_dark.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up_arrow_disabled_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up_arrow_light.svg FreeCAD/share/Gui/Stylesheets/images_dark-light/up_arrow_lighter.svg -FreeCAD/share/Gui/Stylesheets/overlay/Dark Theme + Dark Background.qss -FreeCAD/share/Gui/Stylesheets/overlay/Dark Theme + Light Background.qss -FreeCAD/share/Gui/Stylesheets/overlay/Light Theme + Dark Background.qss -FreeCAD/share/Gui/Stylesheets/overlay/Light Theme + Light Background.qss +FreeCAD/share/Gui/Stylesheets/overlay/Freecad Overlay.qss FreeCAD/share/Gui/Stylesheets/overlay/icons/autohide.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/autohide_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/autohide_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/autohide_lightgray.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/close.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/close_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/close_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/close_red.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/edithide.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/edithide_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/edithide_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/edithide_lightgray.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/editshow.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/editshow_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/editshow_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/editshow_lightgray.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/float.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/float_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/float_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/mode.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/mode_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/mode_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/mode_lightgray.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/overlay.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/overlay_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/overlay_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/taskshow.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/taskshow_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/taskshow_lighter.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/taskshow_lightgray.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/transparent.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/transparent_light.svg FreeCAD/share/Gui/Stylesheets/overlay/icons/transparent_lighter.svg +FreeCAD/share/Gui/Stylesheets/parameters/FreeCAD Dark.yaml +FreeCAD/share/Gui/Stylesheets/parameters/FreeCAD Light.yaml FreeCAD/share/Mod/Assembly/Resources/icons/AssemblyWorkbench.svg FreeCAD/share/Mod/BIM/Presets/ifc_contexts_IFC2X3.json FreeCAD/share/Mod/BIM/Presets/ifc_contexts_IFC4.json FreeCAD/share/Mod/BIM/Presets/ifc_products_IFC2X3.json FreeCAD/share/Mod/BIM/Presets/ifc_products_IFC4.json FreeCAD/share/Mod/BIM/Presets/ifc_types_IFC2X3.json FreeCAD/share/Mod/BIM/Presets/ifc_types_IFC4.json FreeCAD/share/Mod/BIM/Presets/profiles.csv +FreeCAD/share/Mod/BIM/Presets/properties_conversion.csv FreeCAD/share/Mod/BIM/Presets/pset_definitions.csv +FreeCAD/share/Mod/BIM/Presets/qto_definitions.csv FreeCAD/share/Mod/BIM/Resources/icons/BIMWorkbench.svg +FreeCAD/share/Mod/BIM/Resources/templates/webgl_export_template.html FreeCAD/share/Mod/CAM/Resources/icons/CAMWorkbench.svg FreeCAD/share/Mod/Draft/Resources/icons/DraftWorkbench.svg FreeCAD/share/Mod/Fem/Resources/icons/FemWorkbench.svg FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintContact.iv +FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintCurrentDensity.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintDisplacement.iv +FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintElectricChargeDensity.iv +FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintElectrostaticPotential.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintFixed.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintForce.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintHeatFlux.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintPlaneRotation.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintPressure.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintRigidBody.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintSectionPrint.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintSpring.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintTemperature.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintTie.iv FreeCAD/share/Mod/Fem/Resources/symbols/ConstraintTransform.iv FreeCAD/share/Mod/Import/DxfPlate/blocks10.rub FreeCAD/share/Mod/Import/DxfPlate/blocks112.rub FreeCAD/share/Mod/Import/DxfPlate/blocks114.rub FreeCAD/share/Mod/Import/DxfPlate/classes14.rub FreeCAD/share/Mod/Import/DxfPlate/entities0.rub FreeCAD/share/Mod/Import/DxfPlate/entities12.rub FreeCAD/share/Mod/Import/DxfPlate/entities14.rub FreeCAD/share/Mod/Import/DxfPlate/header0.rub FreeCAD/share/Mod/Import/DxfPlate/header12.rub FreeCAD/share/Mod/Import/DxfPlate/header14.rub FreeCAD/share/Mod/Import/DxfPlate/objects14.rub FreeCAD/share/Mod/Import/DxfPlate/tables10.rub FreeCAD/share/Mod/Import/DxfPlate/tables112.rub FreeCAD/share/Mod/Import/DxfPlate/tables114.rub FreeCAD/share/Mod/Import/DxfPlate/tables20.rub FreeCAD/share/Mod/Import/DxfPlate/tables212.rub FreeCAD/share/Mod/Import/DxfPlate/tables214.rub FreeCAD/share/Mod/Inspection/Resources/icons/InspectionWorkbench.svg FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Aluminum.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Brass.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Bronze.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Chrome.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Copper.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Default.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Emerald.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Gold.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Jade.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Metalized.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Neon GNC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Neon PHC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Obsidian.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Pewter.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Plaster.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Plastic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Ruby.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Satin.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Shiny Plastic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Silver.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Steel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Stone.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Appearance/Wood.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Fluid/Air.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Fluid/Argon.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Fluid/Carbon Dioxide.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Fluid/Nitrogen.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Fluid/None.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Fluid/Water.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/AluminumCastAlloy.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/AluminumWroughtAlloy.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/AusteniticStainlessSteel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/BalsaWood.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/GrayCastIron.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/HardWood.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/LowAlloySteel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/MDF.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/MalleableCastIron.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/MildSteel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/ParticleBoard.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/SoftWood.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Machining/ToolSteel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Diagonal4.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Diagonal5.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Diamond.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Diamond2.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Diamond4.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Horizontal5.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Square.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/PAT/Vertical5.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/aluminum.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/brick01.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/concrete.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/cross.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/cuprous.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/diagonal1.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/diagonal2.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/earth.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/general_steel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/glass.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/hatch45L.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/hatch45R.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/hbone.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/line.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/plastic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/plus.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/simple.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/solid.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/square.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/steel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/titanium.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/wood.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/woodgrain.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/zinc.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Aggregate/Concrete-EN-C35_45.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Aggregate/Concrete-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Aggregate/Reinforcement-FIB-B500.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Carbon/Graphite.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Default.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Glass/Glass-E-GlassFibre.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Glass/Glass-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Glass/Glass-S2-GlassFibre.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Alloys/Invar-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlMg3F24.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlMgSi1F31.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlZn4-5Mg1F35.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-6061-T6.FCMat +FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-7075-T6.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Copper/Copper-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Iron/Iron-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/CalculiX-Steel.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-15CrNi6.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-17CrNiMo6.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C22.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C35.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C45.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C60.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-20NiCrMo2.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-28Mn6.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-2C10.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-30CrNiMo8.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-34CrNiMo6.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-36CrNiMo4.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-36NiCrMo16.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C15.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C22.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C35.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3V45.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C10.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C15.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C22E.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C25E.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C30E.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C40E.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C50E.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C55E.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C60E.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E295-GC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E295.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E335-GC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E335.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E360-GC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E360.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-100.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-150.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-200.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-250.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-300.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-350.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-350-10.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-550-4.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-650-2.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-350-4.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-360-12.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-400-5.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-450-7.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-400-15.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-500-7.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-600-3.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-700-2.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-800-1.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G16Mn5.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G200.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G20Mn5.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G230.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G260.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G300.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G30Mn5.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S185.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JO.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JR.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JRG1.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S260NC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275JO.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275JR.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275N.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335JO.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335JR.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335N.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S340MC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S355J2G3.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S380MC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S420MC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S420N.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S460MC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S460N.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S500MC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S550MC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S690MC.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-37-2K.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-255.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-315.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-380.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-460.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-500.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X2CrNiMoN17-13-3.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X2CrNiN24-4.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X39CrMo17-1.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X3CrNiMo13-14.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X5CrNi18-10.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X5CrNiMo17-12-2.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X6CrNiTi18-10.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Metal/Titanium/Ti-6Al-4V.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/ABS-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/Acrylic-Glass-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PA6-Generic.FCMat +FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PC-Molded.FCMat +FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PEEK-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PET-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PLA-Generic.FCMat +FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PMMA-Generic.FCMat +FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/POM-Copolymer-Generic.FCMat +FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/POM-Homopolymer-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PP-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PTFE-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PVC-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Standard/Wood/Wood-Generic.FCMat FreeCAD/share/Mod/Material/Resources/Materials/Test/Test Material.FCMat FreeCAD/share/Mod/Material/Resources/Models/Architectural/Architectural.yml FreeCAD/share/Mod/Material/Resources/Models/Architectural/ArchitecturalRendering.yml FreeCAD/share/Mod/Material/Resources/Models/Costs/Costs.yml FreeCAD/share/Mod/Material/Resources/Models/Electromagnetic/Electromagnetic.yml FreeCAD/share/Mod/Material/Resources/Models/Fluid/Fluid.yml FreeCAD/share/Mod/Material/Resources/Models/Legacy/Father.yml FreeCAD/share/Mod/Material/Resources/Models/Legacy/MaterialStandard.yml FreeCAD/share/Mod/Material/Resources/Models/Machining/Machinability.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/ArrudaBoyce.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/Density.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/Hardness.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/IsotropicLinearElastic.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/LinearElastic.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/MooneyRivlin.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/NeoHooke.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/OgdenN1.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/OgdenN2.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/OgdenN3.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/OgdenYld2004p18.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/OrthotropicLinearElastic.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/PolynomialN1.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/PolynomialN2.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/PolynomialN3.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN1.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN2.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN3.yml FreeCAD/share/Mod/Material/Resources/Models/Mechanical/Yeoh.yml FreeCAD/share/Mod/Material/Resources/Models/Patterns/PAT.yml FreeCAD/share/Mod/Material/Resources/Models/Patterns/Pattern File.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderAppleseed.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderCarpaint.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderCycles.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderDiffuse.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderDisney.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderEmission.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderGlass.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderLuxcore.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderLuxrender.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderMixed.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderOspray.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderPbrt.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderPovray.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderSubstancePBR.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderTexture.yml FreeCAD/share/Mod/Material/Resources/Models/Render Workbench/RenderWB.yml FreeCAD/share/Mod/Material/Resources/Models/Rendering/AdvancedRendering.yml FreeCAD/share/Mod/Material/Resources/Models/Rendering/BasicRendering.yml FreeCAD/share/Mod/Material/Resources/Models/Rendering/TextureRendering.yml FreeCAD/share/Mod/Material/Resources/Models/Rendering/VectorRendering.yml FreeCAD/share/Mod/Material/Resources/Models/Test/Test Model.yml FreeCAD/share/Mod/Material/Resources/Models/Thermal/Thermal.yml FreeCAD/share/Mod/Material/Resources/icons/MaterialWorkbench.svg -FreeCAD/share/Mod/Material/Resources/icons/Materials_Edit.svg +FreeCAD/share/Mod/Material/Resources/icons/Material_Edit.svg FreeCAD/share/Mod/Material/Resources/icons/list.svg FreeCAD/share/Mod/Material/Resources/icons/multiline.svg FreeCAD/share/Mod/Material/Resources/icons/preferences-material.svg FreeCAD/share/Mod/Material/Resources/icons/preview-rendered.svg FreeCAD/share/Mod/Material/Resources/icons/preview-vector.svg FreeCAD/share/Mod/Material/Resources/icons/table.svg FreeCAD/share/Mod/Material/Resources/images/default_image.png FreeCAD/share/Mod/Measure/Resources/icons/preferences-measure.svg FreeCAD/share/Mod/Mesh/Resources/icons/MeshWorkbench.svg FreeCAD/share/Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg FreeCAD/share/Mod/Part/Resources/icons/PartWorkbench.svg FreeCAD/share/Mod/PartDesign/Resources/Hole/din7984.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso10642-fine.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso10642.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso12474-fine.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso14583.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso14583part.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso2009.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso4762-fine.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso4762.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso4762_7089.json FreeCAD/share/Mod/PartDesign/Resources/Hole/iso7046.json FreeCAD/share/Mod/PartDesign/Resources/icons/PartDesignWorkbench.svg FreeCAD/share/Mod/Points/Resources/icons/PointsWorkbench.svg FreeCAD/share/Mod/ReverseEngineering/Resources/icons/ReverseEngineeringWorkbench.svg -FreeCAD/share/Mod/Robot/Lib/Kuka/kr125_3.wrl -FreeCAD/share/Mod/Robot/Lib/Kuka/kr16.wrl -FreeCAD/share/Mod/Robot/Lib/Kuka/kr210.WRL -FreeCAD/share/Mod/Robot/Lib/Kuka/kr500_1.csv -FreeCAD/share/Mod/Robot/Lib/Kuka/kr500_1.wrl -FreeCAD/share/Mod/Robot/Lib/Kuka/kr_125.csv -FreeCAD/share/Mod/Robot/Lib/Kuka/kr_16.csv -FreeCAD/share/Mod/Robot/Lib/Kuka/kr_210_2.csv FreeCAD/share/Mod/Robot/Resources/icons/RobotWorkbench.svg FreeCAD/share/Mod/Sketcher/Resources/icons/SketcherWorkbench.svg FreeCAD/share/Mod/Spreadsheet/Resources/icons/SpreadsheetWorkbench.svg %%WEBENGINE%%FreeCAD/share/Mod/Start/Resources/icons/PartDesignWorkbench.svg %%WEBENGINE%%FreeCAD/share/Mod/Start/Resources/icons/StartCommandIcon.svg FreeCAD/share/Mod/Surface/Resources/icons/Surface_Workbench.svg FreeCAD/share/Mod/TechDraw/CSVdata/FillTemplateFields.csv FreeCAD/share/Mod/TechDraw/LineGroup/ANSI.Y14.2M.1992.ElementDef.csv FreeCAD/share/Mod/TechDraw/LineGroup/ANSI.Y14.2M.1992.LineDef.csv FreeCAD/share/Mod/TechDraw/LineGroup/ASME.Y14.2.2008.ElementDef.csv FreeCAD/share/Mod/TechDraw/LineGroup/ASME.Y14.2.2008.LineDef.csv FreeCAD/share/Mod/TechDraw/LineGroup/ISO.128.20.1996.ElementDef.csv FreeCAD/share/Mod/TechDraw/LineGroup/ISO.128.20.1996.LineDef.csv FreeCAD/share/Mod/TechDraw/LineGroup/LineGroup.csv FreeCAD/share/Mod/TechDraw/PAT/FCPAT.pat FreeCAD/share/Mod/TechDraw/Patterns/aluminium.svg FreeCAD/share/Mod/TechDraw/Patterns/brick01.svg FreeCAD/share/Mod/TechDraw/Patterns/concrete.svg FreeCAD/share/Mod/TechDraw/Patterns/cross.svg FreeCAD/share/Mod/TechDraw/Patterns/cuprous.svg FreeCAD/share/Mod/TechDraw/Patterns/diagonal1.svg FreeCAD/share/Mod/TechDraw/Patterns/diagonal2.svg FreeCAD/share/Mod/TechDraw/Patterns/earth.svg FreeCAD/share/Mod/TechDraw/Patterns/general_steel.svg FreeCAD/share/Mod/TechDraw/Patterns/glass.svg FreeCAD/share/Mod/TechDraw/Patterns/hatch45L.svg FreeCAD/share/Mod/TechDraw/Patterns/hatch45R.svg FreeCAD/share/Mod/TechDraw/Patterns/hbone.svg FreeCAD/share/Mod/TechDraw/Patterns/line.svg FreeCAD/share/Mod/TechDraw/Patterns/plastic.svg FreeCAD/share/Mod/TechDraw/Patterns/plus.svg FreeCAD/share/Mod/TechDraw/Patterns/simple.svg FreeCAD/share/Mod/TechDraw/Patterns/solid.svg FreeCAD/share/Mod/TechDraw/Patterns/square.svg FreeCAD/share/Mod/TechDraw/Patterns/steel.svg FreeCAD/share/Mod/TechDraw/Patterns/titanium.svg FreeCAD/share/Mod/TechDraw/Patterns/wood.svg FreeCAD/share/Mod/TechDraw/Patterns/woodgrain.svg FreeCAD/share/Mod/TechDraw/Patterns/zinc.svg FreeCAD/share/Mod/TechDraw/Resources/fonts/Y14.5-2018.ttf FreeCAD/share/Mod/TechDraw/Resources/fonts/Y14.5-FreeCAD.ttf FreeCAD/share/Mod/TechDraw/Resources/fonts/Y14.5Font.license FreeCAD/share/Mod/TechDraw/Resources/fonts/osifont-italic.ttf FreeCAD/share/Mod/TechDraw/Resources/fonts/osifont-lgpl3fe.ttf FreeCAD/share/Mod/TechDraw/Resources/fonts/osifont.license FreeCAD/share/Mod/TechDraw/Resources/icons/preferences-techdraw.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/SquareDown.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/SquareUp.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/VDown.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/VUp.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/beadDown.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/beadUp.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/filletDown.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/filletUp.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/AWS/plug.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/edge-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/flanging.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/flare-bevel-groove.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/flare-v-groove.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/cathetus.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-intermittent.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-non-closed.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-site-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-smooth-processing.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-usilenie-remove.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/seam-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-bevel-cjp-groove-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-bevel-groove-weld-with-broad-root-face.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-bevel-groove-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-j-groove-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-u-groove-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-v-cjp-groove-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-v-groove-weld-with-broad-root-face.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/single-v-groove-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/spile-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/square-groove-weld.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/GOST/surfacing.svg FreeCAD/share/Mod/TechDraw/Symbols/Welding/blankTile.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/ConcentricityFrame.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/CylindricityFrame.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/FlatnessFrame.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/ParallelismFrame.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/ReferenceSurface.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/RoundnessFrame.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/SquarenessFrame.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/angularity-left.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/angularity-right.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/concentricity.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/cylindricity.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/flatness.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/parallelism.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/perpendicularity.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/position.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/profile-tolerance-of-line.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/profile-tolerance-of-plane.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/roundness.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/symmetry.svg FreeCAD/share/Mod/TechDraw/Symbols/gd-and-t/totalrunout.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/1st_Angle_Projection.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/3rd_Angle_Projection.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Arrow_Long_Filled.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Arrow_Long_Open.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Arrow_Medium_Filled.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Arrow_Medium_Open.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Arrow_Short_Filled.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Arrow_Short_Open.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Balloon_Editable_Text.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Balloon_Long.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Balloon_Medium.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Balloon_Short.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/CallOut.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/CallOut_Left.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/CallOut_Right.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Centre_Justified_Text_10_Lines.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cloud.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cosmetic_Break_Long.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cosmetic_Break_Medium.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cosmetic_Break_Small.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cosmetic_Round_Section_End.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cosmetic_Round_Section_End_Large.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cosmetic_Round_Section_Middle.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Cosmetic_Round_Section_Middle_Large.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Left.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Point.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Right.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Target_Left.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Target_Plain.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Target_Right.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Target_Up.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Datum_Up.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Feature_Left.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Feature_Right.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Feature_Up.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Left_Justified_Text_10_Lines.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/North.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Revision_Triangle.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Right_Justified_Text_10_Lines.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Whiteout_Rectangle_Long.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Whiteout_Rectangle_Medium.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Whiteout_Rectangle_Short.svg FreeCAD/share/Mod/TechDraw/Symbols/misc/Whiteout_Square.svg FreeCAD/share/Mod/TechDraw/Symbols/other/CutLine.svg FreeCAD/share/Mod/TechDraw/Symbols/other/Diameter.svg FreeCAD/share/Mod/TechDraw/Symbols/other/Envelope.svg FreeCAD/share/Mod/TechDraw/Symbols/other/FilletInside.svg FreeCAD/share/Mod/TechDraw/Symbols/other/FilletOutside.svg FreeCAD/share/Mod/TechDraw/Symbols/other/IndexCircle.svg FreeCAD/share/Mod/TechDraw/Symbols/other/IndexTriangle.svg FreeCAD/share/Mod/TechDraw/Symbols/other/InsideEdgeBroken.svg FreeCAD/share/Mod/TechDraw/Symbols/other/OutsideEdgeBroken.svg FreeCAD/share/Mod/TechDraw/Symbols/other/Rectangle.svg FreeCAD/share/Mod/TechDraw/Symbols/other/SectionLine.svg FreeCAD/share/Mod/TechDraw/Symbols/other/Square.svg FreeCAD/share/Mod/TechDraw/Symbols/surface-roughness-symbols/Roughness.svg FreeCAD/share/Mod/TechDraw/Symbols/surface-roughness-symbols/RoughnessGeneral.svg FreeCAD/share/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness-contour.svg FreeCAD/share/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness-layer-removing.svg FreeCAD/share/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness-no-layer-removing.svg FreeCAD/share/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness.svg -FreeCAD/share/Mod/TechDraw/Templates/A0_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/A0_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/A0_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/A1_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/A1_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/A1_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/A2_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/A2_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/A2_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/A3_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/A3_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/A3_Landscape_TD.svg -FreeCAD/share/Mod/TechDraw/Templates/A3_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/A3_Landscape_m52.svg -FreeCAD/share/Mod/TechDraw/Templates/A4_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/A4_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/A4_Landscape_TD.svg -FreeCAD/share/Mod/TechDraw/Templates/A4_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/A4_Portrait_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/A4_Portrait_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/A4_Portrait_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIA_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIA_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIA_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIA_Portrait_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIB.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIB_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIB_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIB_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIB_Portrait_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIC_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIC_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSID_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSID_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIE_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/ANSIE_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_A_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_A_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_B_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_B_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_C_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_C_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_D_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_D_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E1_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E1_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E2_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E2_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E3_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E3_Portrait.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/Arch_E_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIA_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIA_Landscape_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIA_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIA_Portrait_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIB.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIB_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIB_Landscape_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIB_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIB_Portrait_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIC_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIC_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSID_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSID_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIE_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/ANSIE_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_A_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_A_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_B_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_B_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_C_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_C_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_D_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_D_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E1_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E1_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E2_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E2_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E3_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E3_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/Arch_E_Portrait.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/USLetter_Landscape.svg +FreeCAD/share/Mod/TechDraw/Templates/ASME/USLetter_Landscape_blank.svg FreeCAD/share/Mod/TechDraw/Templates/Default_Template_A4_Landscape.svg FreeCAD/share/Mod/TechDraw/Templates/HowToExample.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/A0_Landscape_ISO5457_notitleblock.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/A1_Landscape_ISO5457_notitleblock.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/A2_Landscape_ISO5457_notitleblock.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/A3_Landscape_ISO5457_notitleblock.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/A4_Landscape_ISO5457_notitleblock.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/A4_Portrait_ISO5457_notitleblock.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/ISO7200_titleblock_1_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/ISO7200_titleblock_2.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/ISO7200_titleblock_3_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/ISO7200_titleblock_4.svg -FreeCAD/share/Mod/TechDraw/Templates/ISO 5457/ISO7200_titleblock_5_maximal.svg -FreeCAD/share/Mod/TechDraw/Templates/USLetter_Landscape.svg -FreeCAD/share/Mod/TechDraw/Templates/USLetter_Landscape_blank.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A0_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A0_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A1_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A1_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A2_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A2_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A3_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A3_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A4_Landscape_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A4_Landscape_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A4_Portrait_ISO5457_advanced.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ca/A4_Portrait_ISO5457_minimal.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/de/A0_Landscape_ISO7200_DE.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/de/A1_Landscape_ISO7200_DE.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/de/A2_Landscape_ISO7200_DE.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/de/A3_Landscape_ISO7200_DE.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/de/A4_Landscape_ISO7200_DE.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/de/A4_Portrait_ISO7200_DE.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/es-AR/A0.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/es-AR/A1.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/es-AR/A2.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/es-AR/A3.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/es-AR/A4.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/fr/A3_Landscape_FR_m52.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/it/A3_Landscape_IT_m52.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Landscape_A0.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Landscape_A1.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Landscape_A2.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Landscape_A3.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Landscape_A4_NotInGOST.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Portrait_A0.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Portrait_A1.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Portrait_A2.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Portrait_A3.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading/Portrait_A4.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading_text/Portrait_A3.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Leading_text/Portrait_A4.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Landscape_A0.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Landscape_A1.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Landscape_A2.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Landscape_A3.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Landscape_A4.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Portrait_A0.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Portrait_A1.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Portrait_A2.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Portrait_A3.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/ru/Subsequent/Portrait_A4.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A0_Landscape_CN_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A0_Landscape_CN_NO_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A1_Landscape_CN_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A1_Landscape_CN_NO_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A2_Landscape_CN_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A2_Landscape_CN_NO_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A3_Landscape_CN_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A3_Landscape_CN_NO_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A4_Landscape_CN_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/landscape/A4_Landscape_CN_NO_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/portrait/A3_Portrait_CN_CLIP.svg -FreeCAD/share/Mod/TechDraw/Templates/locale/zh-CN/portrait/A4_Portrait_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A0_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A0_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A0_Landscape_ISO5457_notitleblock.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A0_Landscape_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A1_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A1_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A1_Landscape_ISO5457_notitleblock.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A1_Landscape_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A2_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A2_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A2_Landscape_ISO5457_notitleblock.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A2_Landscape_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A3_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A3_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A3_Landscape_ISO5457_notitleblock.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A3_Landscape_TD.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A3_Landscape_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A3_Landscape_m52.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Landscape_ISO5457_notitleblock.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Landscape_TD.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Landscape_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Portrait_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Portrait_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Portrait_ISO5457_notitleblock.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/A4_Portrait_blank.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A0_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A0_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A1_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A1_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A2_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A2_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A3_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A3_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A4_Landscape_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A4_Landscape_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A4_Portrait_ISO5457_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ca/A4_Portrait_ISO5457_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/de/A0_Landscape_ISO7200_DE.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/de/A1_Landscape_ISO7200_DE.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/de/A2_Landscape_ISO7200_DE.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/de/A3_Landscape_ISO7200_DE.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/de/A4_Landscape_ISO7200_DE.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/de/A4_Portrait_ISO7200_DE.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/es-AR/A0.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/es-AR/A1.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/es-AR/A2.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/es-AR/A3.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/es-AR/A4.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/fr/A3_Landscape_FR_m52.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/it/A3_Landscape_IT_m52.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Landscape_A0.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Landscape_A1.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Landscape_A2.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Landscape_A3.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Landscape_A4_NotInGOST.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Portrait_A0.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Portrait_A1.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Portrait_A2.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Portrait_A3.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading/Portrait_A4.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading_text/Portrait_A3.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Leading_text/Portrait_A4.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Landscape_A0.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Landscape_A1.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Landscape_A2.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Landscape_A3.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Landscape_A4.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Portrait_A0.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Portrait_A1.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Portrait_A2.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Portrait_A3.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/ru/Subsequent/Portrait_A4.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A0_Landscape_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A0_Landscape_CN_NO_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A1_Landscape_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A1_Landscape_CN_NO_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A2_Landscape_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A2_Landscape_CN_NO_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A3_Landscape_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A3_Landscape_CN_NO_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A4_Landscape_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/landscape/A4_Landscape_CN_NO_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/portrait/A3_Portrait_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/localized/zh-CN/portrait/A4_Portrait_CN_CLIP.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/titleblocks/ISO7200_titleblock_1_minimal.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/titleblocks/ISO7200_titleblock_2.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/titleblocks/ISO7200_titleblock_3_advanced.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/titleblocks/ISO7200_titleblock_4.svg +FreeCAD/share/Mod/TechDraw/Templates/ISO/titleblocks/ISO7200_titleblock_5_maximal.svg @comment FreeCAD/share/doc/FreeCAD/LICENSE.html @comment FreeCAD/share/doc/FreeCAD/ThirdPartyLibraries.html +FreeCAD/share/examples/ArchDetail.FCStd FreeCAD/share/examples/AssemblyExample.FCStd FreeCAD/share/examples/BIMExample.FCStd -FreeCAD/share/examples/FEMExample.FCStd FreeCAD/share/examples/EngineBlock.FCStd +FreeCAD/share/examples/FCPAT.pat +FreeCAD/share/examples/FEMExample.FCStd FreeCAD/share/examples/PartDesignExample.FCStd FreeCAD/share/examples/Schenkel.stp FreeCAD/share/examples/draft_test_objects.FCStd +FreeCAD/share/examples/osifont-lgpl3fe.ttf +FreeCAD/share/examples/osifont.license FreeCAD/share/pkgconfig/OndselSolver.pc bin/FreeCAD bin/FreeCADCmd -bin/freecad-thumbnailer -%%PYTHON_SITELIBDIR%%/freecad/UiTools.py -%%PYTHON_SITELIBDIR%%/freecad/__init__.py -%%PYTHON_SITELIBDIR%%/freecad/freecad_doc.py -%%PYTHON_SITELIBDIR%%/freecad/module_io.py -%%PYTHON_SITELIBDIR%%/freecad/part.py -%%PYTHON_SITELIBDIR%%/freecad/partdesign.py -%%PYTHON_SITELIBDIR%%/freecad/project_utility.py -%%PYTHON_SITELIBDIR%%/freecad/sketcher.py -%%PYTHON_SITELIBDIR%%/freecad/utils.py -%%PYTHON_SITELIBDIR%%/freecad/utils_zip.py -%%QT_PLUGINDIR%%/designer/libFreeCAD_widgets.so share/applications/org.freecad.FreeCAD.desktop share/icons/hicolor/16x16/apps/org.freecad.FreeCAD.png share/icons/hicolor/32x32/apps/org.freecad.FreeCAD.png share/icons/hicolor/48x48/apps/org.freecad.FreeCAD.png share/icons/hicolor/64x64/apps/org.freecad.FreeCAD.png share/icons/hicolor/scalable/apps/org.freecad.FreeCAD.svg share/icons/hicolor/scalable/mimetypes/application-x-extension-fcstd.svg share/metainfo/org.freecad.FreeCAD.metainfo.xml share/mime/packages/org.freecad.FreeCAD.xml -share/pixmaps/freecad.xpm +share/pixmaps/freecad.svg share/thumbnailers/FreeCAD.thumbnailer @dir FreeCAD @dir FreeCAD/share