Salome HOME
[PythonAPI / sketcher] Added methods for sketch features modification
[modules/shaper.git] / src / PythonAPI / model / sketcher / sketch.py
2015-11-02 Renaud NEDELEC[PythonAPI / sketcher] Added methods for sketch feature...
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'