From: nds Date: Tue, 17 Jun 2014 14:33:18 +0000 (+0400) Subject: refs #80 - Sketch base GUI: create/draw point, circle and arc X-Git-Tag: V_0.4.4~286 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=inline;h=ceebcac17ac262e957107c61a8962d1e8a87c70a;hp=ceebcac17ac262e957107c61a8962d1e8a87c70a;p=modules%2Fshaper.git refs #80 - Sketch base GUI: create/draw point, circle and arc 1. Using the GeomAPI_Lin projection/distance for a line to be used later for a lenght constraint. 2. Correct projection() in the Line 3. Append double flyout value argument to the constraint. 4. Add lenght constraint presentation and operation to create it(may be later it will be join with feature create operation) ---