Salome HOME
Issue #1369: Added "SubShapes" feature.
authordbv <dbv@opencascade.com>
Fri, 29 Apr 2016 17:50:57 +0000 (20:50 +0300)
committerdbv <dbv@opencascade.com>
Thu, 5 May 2016 13:20:21 +0000 (16:20 +0300)
commit9a9079c59a6aaefb49725080f178559415482a19
tree47ffc09bddf9c6dea52c16a1cd04ef5384ce97d1
parentbd9061e324388f26ea22a3a6071066daefd52300
Issue #1369: Added "SubShapes" feature.
34 files changed:
src/BuildPlugin/BuildPlugin_Plugin.cpp
src/BuildPlugin/BuildPlugin_SubShapes.cpp [new file with mode: 0644]
src/BuildPlugin/BuildPlugin_SubShapes.h [new file with mode: 0644]
src/BuildPlugin/BuildPlugin_Validators.cpp
src/BuildPlugin/BuildPlugin_Validators.h
src/BuildPlugin/CMakeLists.txt
src/BuildPlugin/edge_widget.xml
src/BuildPlugin/face_widget.xml
src/BuildPlugin/plugin-Build.xml
src/BuildPlugin/shell_widget.xml
src/BuildPlugin/subshapes_widget.xml [new file with mode: 0644]
src/BuildPlugin/vertex_widget.xml
src/BuildPlugin/wire_widget.xml
src/GeomAPI/CMakeLists.txt
src/GeomAPI/GeomAPI.i
src/GeomAPI/GeomAPI_DataMapOfShapeMapOfShapes.cpp
src/GeomAPI/GeomAPI_DataMapOfShapeMapOfShapes.h
src/GeomAPI/GeomAPI_Edge.cpp
src/GeomAPI/GeomAPI_Edge.h
src/GeomAPI/GeomAPI_Shape.cpp
src/GeomAPI/GeomAPI_Shape.h
src/GeomAPI/GeomAPI_ShapeIterator.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_ShapeIterator.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Wire.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Wire.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_swig.h
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI.i
src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeBuilder.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ShapeBuilder.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/GeomAlgoAPI/GeomAlgoAPI_swig.h