Salome HOME
bos #29469: Advanced geometry features: Detect type of shape
authorvsv <vsv@opencascade.com>
Wed, 15 Jun 2022 14:48:49 +0000 (17:48 +0300)
committerjfa <jfa@opencascade.com>
Thu, 8 Sep 2022 15:29:01 +0000 (18:29 +0300)
commitbb74bfbe1eb20b371dd4d310ee2292ccfa7cc454
tree1ae0354f5a806ae728add71689a20df194de7e0e
parent46676347f26294f60ec56f5d31abb87bceebf317
bos #29469: Advanced geometry features: Detect type of shape
20 files changed:
CMakeLists.txt
CTestTestfileInstall.cmake [deleted file]
CTestTestfileInstall.cmake.in [new file with mode: 0644]
idl/GEOM_Gen.idl
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOMImpl/GEOMImpl_Gen.hxx
src/GEOMImpl/GEOMImpl_ICanonicalRecognition.cxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_ICanonicalRecognition.hxx [new file with mode: 0644]
src/GEOM_I/CMakeLists.txt
src/GEOM_I/GEOM_Gen_i.cc
src/GEOM_I/GEOM_Gen_i.hh
src/GEOM_I/GEOM_ICanonicalRecognition_i.cc [new file with mode: 0644]
src/GEOM_I/GEOM_ICanonicalRecognition_i.hh [new file with mode: 0644]
src/GEOM_SWIG/CMakeLists.txt
src/GEOM_SWIG/GEOM_example8.py [new file with mode: 0644]
src/GEOM_SWIG/canonicalrecognition.py [new file with mode: 0644]
src/GEOM_SWIG/geomBuilder.py
test/test_CR.py [new file with mode: 0644]
test/tests.set