Salome HOME
Filling operation: create a face from a set of edges/wires
authorazv <azv@opencascade.com>
Thu, 21 Dec 2017 05:55:42 +0000 (08:55 +0300)
committerazv <azv@opencascade.com>
Thu, 21 Dec 2017 08:58:53 +0000 (11:58 +0300)
commit74b81005e210f0269c129547d17cd3c13807a645
treefaba2a7897fafb01be40befbd0c8fccb68a462e5
parent8b477c311112231355a8627e985c7f8acb543083
Filling operation: create a face from a set of edges/wires

1. Filling feature implementation
2. Python API for the Filling feature
3. Python dump
4. Unit tests
29 files changed:
src/BuildAPI/BuildAPI.i
src/BuildAPI/BuildAPI_Filling.cpp [new file with mode: 0644]
src/BuildAPI/BuildAPI_Filling.h [new file with mode: 0644]
src/BuildAPI/BuildAPI_swig.h
src/BuildAPI/CMakeLists.txt
src/BuildPlugin/BuildPlugin_Filling.cpp [new file with mode: 0644]
src/BuildPlugin/BuildPlugin_Filling.h [new file with mode: 0644]
src/BuildPlugin/BuildPlugin_Plugin.cpp
src/BuildPlugin/CMakeLists.txt
src/BuildPlugin/Test/TestFilling_ByEdges.py [new file with mode: 0644]
src/BuildPlugin/Test/TestFilling_ByWires.py [new file with mode: 0644]
src/BuildPlugin/Test/TestFilling_Mixed.py [new file with mode: 0644]
src/BuildPlugin/filling_widget.xml [new file with mode: 0644]
src/BuildPlugin/icons/feature_filling.png [new file with mode: 0644]
src/BuildPlugin/plugin-Build.xml
src/GeomAPI/GeomAPI_Shape.cpp
src/GeomAPI/GeomAPI_Shape.h
src/GeomAPI/GeomAPI_Wire.cpp
src/GeomAPI/GeomAPI_Wire.h
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Filling.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Filling.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/GeomValidators/CMakeLists.txt
src/GeomValidators/GeomValidators_ValueOrder.cpp [new file with mode: 0644]
src/GeomValidators/GeomValidators_ValueOrder.h [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Dumper.cpp
src/PythonAPI/model/build/__init__.py