Salome HOME
Issue #1662: implementation of Recover feature.
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI.i
2016-08-04 mpvIssue #1662: implementation of Recover feature.
2016-08-03 dbvIssue #1649: Added CPP High API for Plane feature;
2016-06-17 spoMerge branch 'CPPHighAPI'
2016-06-17 spoMove functions from Python model.services to C++ ModelH... CPPHighAPI
2016-06-17 spoFix ParametersAPI
2016-06-17 spoFix return ModelHighAPI_Selection from list as a copy
2016-06-17 spoAdd support of ModelAPI_AttributeRefAttrList
2016-06-17 spoAdd GeomAPI to ModelHighAPI and others
2016-06-17 spoAdd resilt() and selectFace()
2016-06-17 spoModelHighAPI_RefAttr can use ModelHighAPI_Interface
2016-06-17 spoFix typemap for ModelHighAPI_RefAttr exception message
2016-06-17 spoFix TestSketcherSetCoincident::test_none_type_arguments...
2016-06-17 spoAdd support for RefAttr attribute, create setCoincedent...
2016-06-17 spoAdd Integer attribute support
2016-06-17 spoAdd ExchangeAPI, fillAttribute in ModelHighAPI_Tools...
2016-06-17 dbvFix compilation on Windows
2016-06-17 spoCleare Macros for easy atribute initialization in C...
2016-06-17 spoUse doxy2swig for C++HighAPI documentation
2016-06-17 spoFix memory leak with shared_ptr in HighModelAPI and...
2016-06-17 spoAdd ModelHighAPI & ConstructionAPI pachages