Salome HOME
Issue #1649: Added options to create plane by three points;
authordbv <dbv@opencascade.com>
Wed, 13 Jul 2016 12:21:33 +0000 (15:21 +0300)
committerdbv <dbv@opencascade.com>
Thu, 14 Jul 2016 09:20:33 +0000 (12:20 +0300)
commit24e5375957ba83cea9bf9fbe9bff030df996914a
treeddc6f5f377769b5743abfd0b17a74997ea622ef3
parentae10dff9007dfb45c5f8e79d209a6ffe89ad15a9
Issue #1649: Added options to create plane by three points;
Added option to create plane by line and point.
18 files changed:
src/ConstructionAPI/ConstructionAPI_Plane.cpp
src/ConstructionAPI/ConstructionAPI_Plane.h
src/ConstructionPlugin/ConstructionPlugin_Plane.cpp
src/ConstructionPlugin/ConstructionPlugin_Plane.h
src/ConstructionPlugin/ConstructionPlugin_Plugin.cpp
src/ConstructionPlugin/ConstructionPlugin_Point.cpp
src/ConstructionPlugin/ConstructionPlugin_Validators.cpp
src/ConstructionPlugin/ConstructionPlugin_Validators.h
src/ConstructionPlugin/plane_widget.xml
src/GeomAPI/GeomAPI_Face.cpp
src/GeomAPI/GeomAPI_Lin.cpp
src/GeomAPI/GeomAPI_Lin.h
src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.cpp
src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h
src/InitializationPlugin/InitializationPlugin_Plugin.cpp
src/PartSet/PartSet_PreviewPlanes.cpp
src/PartSet/PartSet_WidgetSketchLabel.cpp
src/SketchPlugin/SketchPlugin_Sketch.cpp