From: asozinov Date: Tue, 6 Jun 2023 10:52:31 +0000 (+0100) Subject: [EDF] (2023-T1) Sketch middle point constrain should create point if missing X-Git-Tag: V9_12_0b1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a75b67fb7c1a4d8bf4acec94ecd441a48415634d;hp=a75b67fb7c1a4d8bf4acec94ecd441a48415634d;p=modules%2Fshaper.git [EDF] (2023-T1) Sketch middle point constrain should create point if missing - Added new way for create middle point constraint: Only by segment - Added MacroMiddlePoint, which create point and middle constraint between point and passed object. Returns point - SketchAPI: added setMiddlePoint() command, which pass only object and create middle point for object. - will be updated documentation and tests ---