]> SALOME platform Git repositories - modules/geom.git/commit
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)
committervsv <vsv@opencascade.com>
Tue, 21 Jun 2022 13:38:49 +0000 (16:38 +0300)
commit945a7450c6336ac0bfd1ca74af2dff4cf9dbe22a
treeadd879d43ef97d65f1a1986bbe8d1e8784fbe851
parent1b56fc0813df83b103cd524ac639c5b9b9bb8ef1
bos #29469: Advanced geometry features: Detect type of shape
16 files changed:
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_TestCR.py [new file with mode: 0644]
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