Salome HOME
Receive DoF from the solver. Update test cases to check DoF.
[modules/shaper.git] / src / SketchAPI /
2017-02-28 azvReceive DoF from the solver. Update test cases to check...
2017-02-14 Clarisse GenraultMerge branch 'master' into cgt/devCEA
2017-02-10 dbvFix for dumping Sketch. Use standardPlane only when...
2017-02-08 mpvFixed the coding rules.
2017-02-08 mpvFixed problems of the names of sketch entities, conflic...
2017-01-26 Clarisse GenraultMerge branch 'master' into cgt/devCEA
2017-01-19 dbvIssue #2005: Application crashes when loading python...
2017-01-18 dbvFix for projection dump.
2017-01-04 Clarisse GenraultMerge branch 'master' into cgt/devCEA
2016-12-27 azvAdd dumping named of copied entities in the sketch...
2016-12-05 azvCorrect processing parameter given as a value of angle...
2016-12-02 azvSet flag "Auxiliary" for copied features during the...
2016-11-11 mpvFixed the crash on moving Group down and edit it in...
2016-11-10 Vitaly SMETANNIKOVIssue #1860: fix end lines with spaces
2016-11-03 vsvIssue #1834: Fix length of lines
2016-10-10 azvFix unit test problems on Debian 6
2016-09-20 dbvFix for dump SketchAPI_Projection and for FeaturesAPI_R...
2016-09-08 dbvDocumentation update V_2.5.0
2016-09-02 azvDump names of features copied in Multi-Translation...
2016-08-29 dbvTest case for Split feature
2016-08-25 ndsMerge branch 'master' of salome:modules/shaper
2016-08-25 azvFix "unresolved symbol" problem on CentOS
2016-08-24 dbvMerge remote-tracking branch 'remotes/origin/HighLevelDump'
2016-08-23 azvFixes for unit tests
2016-08-23 azvTake into account context of selection for sketch featu...
2016-08-18 azvFix compilation errors on CentOS
2016-08-17 azvFix errors and adjust unit tests
2016-08-16 azvFix sketch Unit Tests
2016-08-16 azvDump Python in the High Level Parameterized Geometry...
2016-08-16 azvDump Python in the High Level Parameterized Geometry...
2016-08-15 mpvIssue #1648: Dump Python in the High Level Parameterize...
2016-08-15 dbvIssue #1648: Dump Python in the High Level Parameterize...
2016-08-12 azvDump Python in the High Level Parameterized Geometry...
2016-08-12 azvDump Python in the High Level Parameterized Geometry...
2016-08-11 azvDump Python in the High Level Parameterized Geometry...
2016-08-11 azvDump Python in the High Level Parameterized Geometry...
2016-08-10 mpvMake naming name works on bodies with additional prefix...
2016-08-10 azvDump Python in the High Level Parameterized Geometry...
2016-08-10 azvDump Python in the High Level Parameterized Geometry...
2016-08-09 azvDump Python in the High Level Parameterized Geometry...
2016-08-08 azvDump Python in the High Level Parameterized Geometry...
2016-08-08 azvDump Python in the High Level Parameterized Geometry...
2016-08-05 azvDump Python in the High Level Parameterized Geometry...
2016-06-17 spoMerge branch 'CPPHighAPI'
2016-06-17 spoRemove some TODOs
2016-06-17 spoRename setRigid to setFixed for C++HighAPI
2016-06-17 spoFix Platine test
2016-06-17 spoAdd Rectangle
2016-06-17 spoAdd Projection to SketchAPI_Sketch
2016-06-17 spoaddIntersectionPoint for SketchAPI_Sketch
2016-06-17 spoAdd IntersectionPoint
2016-06-17 spoAdd Rotation
2016-06-17 spoAdd Translation
2016-06-17 spoAdd Mirror and fix tests
2016-06-17 spoAdd setAngle, setCollinear, setEqual, setMiddlePoint...
2016-06-17 spoAdd SketchAPI_Point
2016-06-17 dbvAdded CPP High API for SketchPlugin_Arc
2016-06-17 spoAdd setFillet, setHorizontal, setRigid, setVertical...
2016-06-17 spoAdd support of ModelAPI_AttributeRefAttrList
2016-06-17 spoFix tests MakeBrick2 & MakeBrick3. Fix Box macro feature.
2016-06-17 spoAdd GeomAPI to ModelHighAPI and others
2016-06-17 spoAdd resilt() and selectFace()
2016-06-17 spoAdd some constraint to SketchAPI_Sketch
2016-06-17 spoAdd fillAttribute(double...) and fillAttribute(const...
2016-06-17 spoSmall formatting and fix of addCircle
2016-06-17 dbvFixed Test/TestSketcherAddCircle.py
2016-06-17 dbvCPP API for SketchPlugin_Circle
2016-06-17 spoAdd support for RefAttr attribute, create setCoincedent...
2016-06-17 spoAdd Integer attribute support
2016-06-17 spoSketch Point, Line, Circl & Arc have a base class Sketc...
2016-06-17 spoAdd SketchAPI and Line feature. Also fix tests.