Salome HOME
Task 2.4. Ability to modify the radius of circles and arcs of circle with the mouse
[modules/shaper.git] / src / SketchAPI / SketchAPI_Sketch.h
2017-05-12 azvTask 2.4. Ability to modify the radius of circles and... Pre_2.8.0_development
2017-05-10 azvTask 2.7. Horizontal and Vertical Distance constraint
2017-03-27 ndsIssue #2027: Sketcher Trim Feature unit tests for Circl...
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-13 azvUpdate test cases according to new Fillet API.
2017-03-09 ndsIssue #2027 Sketcher Trim Feature
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-15 mpvIssue #1648: Dump Python in the High Level Parameterize...
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 spoRemove some TODOs
2016-06-17 spoRename setRigid to setFixed for C++HighAPI
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 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 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.