Salome HOME
Revert "Merge branch 'Pre_2.8.0_development'"
[modules/shaper.git] / src / SketchAPI / SketchAPI_Sketch.cpp
2017-06-23 azvRevert "Merge branch 'Pre_2.8.0_development'"
2017-06-22 azvMerge branch 'Pre_2.8.0_development'
2017-06-07 Vitaly SMETANNIKOVAdd copyright header according to request of CEA from...
2017-06-07 Vitaly SMETANNIKOVAdd copyright header according to request of CEA from...
2017-05-12 azvTask 2.4. Ability to modify the radius of circles and... Pre_2.8.0_development
2017-05-10 ndsIssue #2149 Split does not highlight the selected edge
2017-05-10 azvTask 2.7. Horizontal and Vertical Distance constraint
2017-04-10 mpvFix for the issue #2115
2017-03-27 ndsIssue #2027: Sketcher Trim Feature unit tests for Circl...
2017-03-27 azvFix compilation problem on Linux
2017-03-27 dbvIssue #2024: Redesign of circle and arc of circle
2017-03-27 dbvIssue #2024: Redesign of circle and arc of circle
2017-03-21 nds#2027 Sketcher Trim Feature: 1. preview/selected attrib...
2017-03-15 Clarisse GenraultMerge branch 'master' into cgt/devCEA
2017-03-14 Clarisse GENRAULT... Merge remote-tracking branch 'origin/cgt/devCEA'
2017-03-14 azvFix compilation on Linux of SketchAPI project
2017-03-13 azvUpdate test cases according to new Fillet API.
2017-03-10 dbvIssue #2026: Removal of construction lines automaticall...
2017-03-09 ndsIssue #2027 Sketcher Trim Feature
2017-02-14 Clarisse GenraultMerge branch 'master' into cgt/devCEA
2017-02-10 dbvFix for dumping Sketch. Use standardPlane only when...
2017-01-04 Clarisse GenraultMerge branch 'master' into cgt/devCEA
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-08-29 dbvTest case for Split feature
2016-08-24 dbvMerge remote-tracking branch 'remotes/origin/HighLevelDump'
2016-08-17 azvFix errors and adjust unit tests
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-12 azvDump Python in the High Level Parameterized Geometry...
2016-08-12 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-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 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 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 spoFix tests MakeBrick2 & MakeBrick3. Fix Box macro feature.
2016-06-17 spoAdd resilt() and selectFace()
2016-06-17 spoAdd some constraint to SketchAPI_Sketch
2016-06-17 spoSmall formatting and fix of addCircle
2016-06-17 dbvFixed Test/TestSketcherAddCircle.py
2016-06-17 spoAdd support for RefAttr attribute, create setCoincedent...
2016-06-17 spoSketch Point, Line, Circl & Arc have a base class Sketc...
2016-06-17 spoAdd SketchAPI and Line feature. Also fix tests.