Salome HOME
[bos #29470][EDF](2022-T1) Advanced geometry features: cloud point on a face
authorjgv <jgv@opencascade.com>
Fri, 8 Jul 2022 07:59:45 +0000 (10:59 +0300)
committerjfa <jfa@opencascade.com>
Thu, 18 Aug 2022 15:00:28 +0000 (18:00 +0300)
commit62fb18b24aa4ec18f5d011b1f5127ae490a59e09
tree8298d713e5fc7580ed533b758c48da6afcc5ad0c
parentdad94b39de08a085af4f653d3470d4c3ea84bf41
[bos #29470][EDF](2022-T1) Advanced geometry features: cloud point on a face
16 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_PointCloudOnFace.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_PointCloudOnFace.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_PointCloudOnFace.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_PointCloudOnFace.h [new file with mode: 0644]
src/FeaturesPlugin/Test/TestPointCloud.py [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/tests.set
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_PointCloudOnFace.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_PointCloudOnFace.h [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py