Salome HOME
Unit tests:
[modules/shaper.git] / src / PythonAPI / model / sketcher / sketch.py
2016-02-16 azvUnit tests:
2015-12-18 spo[PythonAPI] Rename startPointData()/endPointData()...
2015-12-17 spo[PythonAPI] Add new model example: Platine.
2015-12-17 spo[PythonAPI] Add to arc support of inversion.
2015-12-17 spo[PythonAPI] Fix fillet constraint to match the new...
2015-12-17 spo[PythonAPI] Use _fillAttribute() in some sketch functions
2015-12-17 spoSpell-checking and space removing
2015-12-09 spoMerge Dev_2.1.0 with PythonAPI branch
2015-11-09 Renaud NEDELEC[PythonAPI / doc] possible doc structuration example...
2015-11-06 Renaud NEDELEC[PythonAPI / doc] structuration of documentation
2015-11-06 Renaud NEDELEC[PythonAPI / sketcher] update getter names as discussed...
2015-11-06 Renaud NEDELEC[PythonAPI / doc] doc updates, using google style docst...
2015-11-05 Renaud NEDELEC[PythonAPI] first tries with the documentation
2015-11-05 Renaud NEDELEC[PythonAPI] Sketch circle interface modification (examp...
2015-11-05 Renaud NEDELEC[PythonAPI / sketcher] first try for mirror constraint...
2015-11-04 Renaud NEDELEC[PythonAPI] small fix
2015-11-04 Renaud NEDELEC[PythonAPI / sketcher] added rigid constraint and the...
2015-11-04 Renaud NEDELEC[PythonAPI / sketcher] end of fix after merge od Dev_1.5.0
2015-11-04 Renaud NEDELECMerge branch 'python_parametric_api' of https://git...
2015-11-04 Renaud NEDELEC[PythonAPI] fix for Dev_1.5.0 merge
2015-11-03 Renaud NEDELEC[PythonAPI] added args emptyness control in sketch...
2015-11-03 spoMerge with Dev_1.5.0
2015-11-03 Renaud NEDELECMerge branch 'python_parametric_api' of https://git...
2015-11-03 Renaud NEDELEC[PythonAPI / sketcher] small updates in sketcher API
2015-11-03 spoRemove redirection to execute(). Replace it with Interf...
2015-11-02 Renaud NEDELECMerge branch 'python_parametric_api' of https://git...
2015-11-02 Renaud NEDELEC[PythonAPI / sketcher] Added methods for sketch feature...
2015-11-02 spoImprove PythonAPI documentstion.
2015-10-30 spoRemove _selection member from Sketch.
2015-10-30 spoImprove style and structure of many features.
2015-10-30 spoAdd some assertions in Sketch feature.
2015-10-30 spoImprove Sketch feature to match stle and structure...
2015-10-30 spoAdd call execute() to sketch feature.
2015-10-30 spoFix bug in sketch.addLine()
2015-10-30 sposketch.selectFace() returns list of selections.
2015-10-26 sposketch.selectFace() returns Selection
2015-10-26 spoMany improvements
2015-10-22 Renaud NEDELEC[PythonAPI] derived sketcher interfaces from Interface...
2015-10-22 Renaud NEDELECMerge branch 'python_parametric_api' of https://git...
2015-10-22 Renaud NEDELEC[PythonAPI / sketcher] added setTangent method and...
2015-10-21 spoFix: missing import of ShapeList in sketch.py
2015-10-20 Renaud NEDELEC[PythonAPI / sketcher] added setFillet method
2015-10-20 Renaud NEDELEC[PythonAPI / sketcher] added the setEqual method and...
2015-10-20 Renaud NEDELEC[PythonAPI / sketcher] modified addLine and added setAn...
2015-10-20 Renaud NEDELEC[PythonAPI / sketcher] Syntax modifications (conformity...
2015-10-20 Renaud NEDELEC[PythonAPI] added vertical and horizontal constraints
2015-10-20 Renaud NEDELEC[PythonAPI] added two tests and added transaction commi...
2015-10-20 Renaud NEDELECMerge branch 'python_parametric_api' of https://git...
2015-10-20 spo[PythonAPI] Rename 'modeler' into 'model'