Salome HOME
Issue #1660: Ability to change the deflection coefficient
[modules/shaper.git] / src / ConstructionAPI /
2016-07-20 ndsTemporary commented modifications for point
2016-07-14 dbvTests fix.
2016-07-14 dbvIssue #1649: Added options to create plane by three...
2016-07-12 dbvAdded option to create Construction Point by intersecti...
2016-07-07 Clarisse GenraultCompletion of the parametric API high level for the...
2016-07-04 dbvAdded option to create Construction Point by projection...
2016-07-01 dbvAdded option to create Construction Point by distance...
2016-06-17 spoMerge branch 'CPPHighAPI'
2016-06-17 spoRemove some TODOs
2016-06-17 spoRemove GTest tests for C++ High API
2016-06-17 dbvCompilation fix
2016-06-17 spoAdd ConstructionAPI_Axis
2016-06-17 spoAdd support for RefAttr attribute, create setCoincedent...
2016-06-17 spoUse not only ModelAPI_Attribute* in INTERFACE_N
2016-06-17 spoUse full attribute type name in INTERFACE_N
2016-06-17 spoUse fillAttribute in *API interfaces
2016-06-17 spoAdd INRERFACE_1 and small code improvements
2016-06-17 spoUse headers from *Plugin in C++ High API *API
2016-06-17 dbvFix compilation on Windows
2016-06-17 spoUse ID() static functions of ConstructionAPI_Plane...
2016-06-17 spoAdd ModelHighAPI_Selection & ConstructionAPI_Plane
2016-06-17 spoCleare Macros for easy atribute initialization in C...
2016-06-17 spoUse doxy2swig for C++HighAPI documentation
2016-06-17 spoAdd test for HighModelAPI_Double
2016-06-17 spoImprove documentation
2016-06-17 spoImproce CMake files
2016-06-17 spoMove Mock files from src/ConstructionAPI/Test to src...
2016-06-17 spoFormatting CMakeLists.txt for ConstructionAPI & ModelHi...
2016-06-17 spoImprove CMakeLists.txt files for ModelHighAPI & Constru...
2016-06-17 spoAdd GTest.cmake & PythonAPI.cmake and use it in CMakeLi...
2016-06-17 spoAdd documentation for C++HighAPI
2016-06-17 spoCode improvements
2016-06-17 spoFix memory leak with shared_ptr in HighModelAPI and...
2016-06-17 spoTest ConstructionAPI_Point by old PythonAPI tests
2016-06-17 spoTest addPoint
2016-06-17 spoAdd ModelHighAPI & ConstructionAPI pachages