Salome HOME
Added option to create Construction Point by projection point on plane. Fixed CPP...
authordbv <dbv@opencascade.com>
Mon, 4 Jul 2016 11:07:09 +0000 (14:07 +0300)
committerdbv <dbv@opencascade.com>
Mon, 4 Jul 2016 11:07:33 +0000 (14:07 +0300)
commit98d0d390dac05b7764af10c723fd33f23665c207
tree119cde236dded85ab0770f0ae8133f9d98b8b8f2
parente3e242c1272da9d39804739ef74a830414ee0ca9
Added option to create Construction Point by projection point on plane. Fixed CPP High API for Construction plane. Fixed tests.
19 files changed:
src/ConstructionAPI/ConstructionAPI_Plane.cpp
src/ConstructionAPI/ConstructionAPI_Point.cpp
src/ConstructionAPI/ConstructionAPI_Point.h
src/ConstructionPlugin/CMakeLists.txt
src/ConstructionPlugin/ConstructionPlugin_Point.cpp
src/ConstructionPlugin/ConstructionPlugin_Point.h
src/ConstructionPlugin/Test/TestPoint.py [new file with mode: 0644]
src/ConstructionPlugin/icons/face.png [new file with mode: 0644]
src/ConstructionPlugin/icons/point_by_projection_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/point_widget.xml
src/GeomAPI/GeomAPI_Vertex.h
src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.cpp
src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/SketchPlugin/SketchPlugin_Arc.cpp
src/SketchPlugin/SketchPlugin_Circle.cpp
src/SketchPlugin/SketchPlugin_Point.cpp
src/SketchPlugin/SketchPlugin_Sketch.cpp