Salome HOME
modules/shaper.git
5 months agoIncrement version: 9.12.0 V9_12_BR V9_12_0 V9_12_0rc1
jfa [Mon, 20 Nov 2023 18:27:35 +0000 (18:27 +0000)]
Increment version: 9.12.0

5 months agofixed V3d_UnMapped exception thrown during HDF tests V9_12_0b1
mbs [Fri, 17 Nov 2023 13:00:32 +0000 (13:00 +0000)]
fixed V3d_UnMapped exception thrown during HDF tests

5 months agoFix bos #38359 exportToXAOMem calls exportXAO twice cbr/fix_exportXAOMem_called_twice
Christophe Bourcier [Tue, 24 Oct 2023 14:19:41 +0000 (16:19 +0200)]
Fix bos #38359 exportToXAOMem calls exportXAO twice

5 months agoFix regression after - bos #35156 Non planar Faces
Ekaterina Sukhareva [Fri, 10 Nov 2023 10:36:43 +0000 (10:36 +0000)]
Fix regression after - bos #35156 Non planar Faces

5 months agoadded testcase for bos#38593
mbs [Sat, 11 Nov 2023 00:21:05 +0000 (00:21 +0000)]
added testcase for bos#38593

5 months ago[EDF] (2023-T1) Filters on group 35157_FiltersOnGroup 27/head
Ekaterina Sukhareva [Fri, 27 Oct 2023 12:14:33 +0000 (13:14 +0100)]
[EDF] (2023-T1) Filters on group

5 months agoMerge commit '4a800cf754a8ba8485f5320ca1b4b6f308b622a7'
mbs [Thu, 9 Nov 2023 12:09:01 +0000 (12:09 +0000)]
Merge commit '4a800cf754a8ba8485f5320ca1b4b6f308b622a7'

5 months agofixed bos#38593 - middle point was incorrectly loaded
mbs [Thu, 9 Nov 2023 11:53:46 +0000 (11:53 +0000)]
fixed bos#38593 - middle point was incorrectly loaded

5 months ago[bos #37570] [CEA] SHAPER hdf tests are failing. Fix Sphere feature attributes order. jfa/37570
jfa [Mon, 6 Nov 2023 13:54:07 +0000 (13:54 +0000)]
[bos #37570] [CEA] SHAPER hdf tests are failing. Fix Sphere feature attributes order.

6 months agoMerge commit '40ba8f6d0dbf9d0efb6c7e0b02b8349fa0f6b714'
BERNHARD Martin OpenCascade [Mon, 30 Oct 2023 14:13:09 +0000 (15:13 +0100)]
Merge commit '40ba8f6d0dbf9d0efb6c7e0b02b8349fa0f6b714'

6 months agoRevert "bos#35152 [EDF] (2023-T1) Sketch Circle should allow user to position constru...
mbs [Fri, 27 Oct 2023 14:33:05 +0000 (15:33 +0100)]
Revert "bos#35152 [EDF] (2023-T1) Sketch Circle should allow user to position construction point"

This reverts commit f64e1300ed35bb1e9a2486cdb5713355e832dd39.

6 months ago[bos #38087][CEA] The Inspection menu from SHAPER is not well placed if GEOM is launc... 38087_InspectionMenu 26/head
Ekaterina Sukhareva [Fri, 27 Oct 2023 12:40:38 +0000 (13:40 +0100)]
[bos #38087][CEA] The Inspection menu from SHAPER is not well placed if GEOM is launched before

6 months agobos#35152 [EDF] (2023-T1) Sketch Circle should allow user to position construction... 12/head
asozinov [Fri, 23 Jun 2023 01:06:02 +0000 (02:06 +0100)]
bos#35152 [EDF] (2023-T1) Sketch Circle should allow user to position construction point

WIll be modified Sketch Circle feature: Current implementation provide possibility change sewing point and rotate this point
Sketch.addCircleWithPoint(CenterPoint, Radius, Angle)
Sketch.addCircleWithPoint(CenterPoint, PassedPoint, Angle)
Sketch.addCircleWithPoint(PassPoint1, PassPoint2, PassPoint3, Angle)

Get new point:
SketchCircle.createdPoint()

//Last modification (06/07/23):
change comment

6 months ago[EDF] (2023-T1) Sketch middle point constrain should create point if missing CR35150 10/head
asozinov [Tue, 6 Jun 2023 10:52:31 +0000 (11:52 +0100)]
[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

6 months agoinitial implementation of automatic rotation in SHAPER's OCC viewer mbs/35158_auto_rotate 13/head
mbs [Tue, 4 Jul 2023 16:36:40 +0000 (17:36 +0100)]
initial implementation of automatic rotation in SHAPER's OCC viewer

6 months agoRevert "[EDF] (2023-T1) Filters on group"
mbs [Tue, 24 Oct 2023 14:53:10 +0000 (15:53 +0100)]
Revert "[EDF] (2023-T1) Filters on group"

This reverts commit 04f6b1edeaa70cbb3365f5d215745c1178aeea27.

6 months agoNon planar faces 35156 35156_NonPlanarFace 19/head
Ekaterina Sukhareva [Fri, 25 Aug 2023 15:52:12 +0000 (16:52 +0100)]
Non planar faces 35156

6 months ago[EDF] (2023-T1) Filters on group 22/head
Ekaterina Sukhareva [Fri, 29 Sep 2023 16:26:02 +0000 (17:26 +0100)]
[EDF] (2023-T1) Filters on group

6 months agoTo fix salome test test.hdfs. Prevent a crash in case aDoc does not exist V9_12_0a1 V9_12_0a2
Christophe Bourcier [Wed, 6 Sep 2023 14:59:24 +0000 (16:59 +0200)]
To fix salome test test.hdfs. Prevent a crash in case aDoc does not exist

6 months agobos #37570: Correctly restore from opened study disordered attributes of Fuse and...
jfa [Tue, 3 Oct 2023 13:09:29 +0000 (14:09 +0100)]
bos #37570: Correctly restore from opened study disordered attributes of Fuse and Offset

7 months agobos#37844: SHAPER_Test1673.py random failures mbs/37844_SHAPER_random_failures 21/head
mbs [Fri, 29 Sep 2023 09:49:18 +0000 (10:49 +0100)]
bos#37844: SHAPER_Test1673.py random failures

7 months agorenamed and updated test script to avoid random failures on Windows mbs/TestRectangle_Debug 17/head
mbs [Mon, 31 Jul 2023 18:23:38 +0000 (19:23 +0100)]
renamed and updated test script to avoid random failures on Windows

7 months agobug fix for bos#37741: EDF 28623 : import fails with accent characters
mbs [Mon, 25 Sep 2023 17:13:47 +0000 (18:13 +0100)]
bug fix for bos#37741: EDF 28623 : import fails with accent characters

7 months agoFix incorrect shape dump. Shape explorer returns the main shape in case if there...
jfa [Thu, 14 Sep 2023 12:34:12 +0000 (13:34 +0100)]
Fix incorrect shape dump. Shape explorer returns the main shape in case if there are no more sub-shapes.

7 months agoMerge branch 'po/29467_gui_log_file'
Pascal Obry [Mon, 11 Sep 2023 07:01:58 +0000 (09:01 +0200)]
Merge branch 'po/29467_gui_log_file'

* po/29467_gui_log_file:
  Use logStructuredUserEvent() for log message format consistency.
  Minor correction
  Log desktop actions
  [bos #29467] [EDF] (2022-T1) Logging of SALOME usage: specific log in SALOME

7 months agobos#37383: fixed exception in exportToXAOMem() on UB22.04
mbs [Fri, 8 Sep 2023 15:51:08 +0000 (16:51 +0100)]
bos#37383: fixed exception in exportToXAOMem() on UB22.04

7 months agoUse logStructuredUserEvent() for log message format consistency. po/29467_gui_log_file
Pascal Obry [Fri, 12 May 2023 07:32:36 +0000 (09:32 +0200)]
Use logStructuredUserEvent() for log message format consistency.

7 months agoMinor correction
vsr [Tue, 31 May 2022 16:21:15 +0000 (19:21 +0300)]
Minor correction

7 months agoLog desktop actions
jfa [Mon, 30 May 2022 13:57:12 +0000 (16:57 +0300)]
Log desktop actions

7 months ago[bos #29467] [EDF] (2022-T1) Logging of SALOME usage: specific log in SALOME
Pascal Obry [Thu, 9 Feb 2023 12:08:39 +0000 (13:08 +0100)]
[bos #29467] [EDF] (2022-T1) Logging of SALOME usage: specific log in SALOME

8 months agoRename doc/tui folder from OpenParts to CADBuilder. SHAPER tui doc was not generated...
Christophe Bourcier [Fri, 25 Aug 2023 09:01:46 +0000 (11:01 +0200)]
Rename doc/tui folder from OpenParts to CADBuilder. SHAPER tui doc was not generated since c4770260e.

To generate tui doc: make dev_docs

8 months ago[bos #36169] EDF 25230 - Conversion xyz => uv => xyz. Replace all calls of ShapeAnaly...
jfa [Mon, 14 Aug 2023 13:36:38 +0000 (14:36 +0100)]
[bos #36169] EDF 25230 - Conversion xyz => uv => xyz. Replace all calls of ShapeAnalysis::GetFaceUVBounds to BRepTools::UVBounds.

8 months agoAdjust TestImportXAOMem test case to check names of ImportXAOMem feature and result
jfa [Thu, 10 Aug 2023 11:39:02 +0000 (12:39 +0100)]
Adjust TestImportXAOMem test case to check names of ImportXAOMem feature and result

8 months ago[bos #35140] [EDF] (2023-T1) Memory communication between SHAPER and GEOM
jfa [Wed, 21 Jun 2023 11:12:34 +0000 (12:12 +0100)]
[bos #35140] [EDF] (2023-T1) Memory communication between SHAPER and GEOM

9 months agoMerge branch 'V9_11_BR'
jfa [Wed, 19 Jul 2023 15:35:06 +0000 (16:35 +0100)]
Merge branch 'V9_11_BR'

9 months agoMerge commit 'f709219506b7cd587e94abc5ebed18d629df92d8'
DOROVSKIKH Julia OpenCascade [Wed, 12 Jul 2023 14:02:49 +0000 (16:02 +0200)]
Merge commit 'f709219506b7cd587e94abc5ebed18d629df92d8'

9 months agoMerge commit '389ca09be989dc494b92e43346173dde2b1f463f'
DOROVSKIKH Julia OpenCascade [Wed, 5 Jul 2023 11:30:39 +0000 (13:30 +0200)]
Merge commit '389ca09be989dc494b92e43346173dde2b1f463f'

10 months agoMerge branch 'gni/evolution'
NATHALIE GORE [Fri, 30 Jun 2023 05:59:53 +0000 (07:59 +0200)]
Merge branch 'gni/evolution'

10 months agoMeilleur calcul de la boîte englobante
Gérald NICOLAS [Thu, 29 Jun 2023 11:24:23 +0000 (13:24 +0200)]
Meilleur calcul de la boîte englobante

10 months agoMerge branch 'master' into gni/evolution
Gérald NICOLAS [Thu, 29 Jun 2023 07:07:26 +0000 (09:07 +0200)]
Merge branch 'master' into gni/evolution

10 months agoMerge branch 'gni/evolution'
NATHALIE GORE [Mon, 26 Jun 2023 14:51:00 +0000 (16:51 +0200)]
Merge branch 'gni/evolution'

10 months agocoefficient d'allongement pour un cône
Gérald NICOLAS [Thu, 22 Jun 2023 10:04:17 +0000 (12:04 +0200)]
coefficient d'allongement pour un cône

10 months agoréférences des cas-tests
Gérald NICOLAS [Wed, 21 Jun 2023 15:25:47 +0000 (17:25 +0200)]
références des cas-tests

10 months agofin des cônes
Gérald NICOLAS [Wed, 21 Jun 2023 15:09:08 +0000 (17:09 +0200)]
fin des cônes

10 months agoles cônes
Gérald NICOLAS [Wed, 21 Jun 2023 14:30:05 +0000 (16:30 +0200)]
les cônes

10 months agocas-test n°2
Gérald NICOLAS [Wed, 21 Jun 2023 09:28:25 +0000 (11:28 +0200)]
cas-test n°2

10 months agocas_test n°1
Gérald NICOLAS [Wed, 21 Jun 2023 07:38:15 +0000 (09:38 +0200)]
cas_test n°1

10 months agocas test n°1
Gérald NICOLAS [Wed, 21 Jun 2023 07:37:52 +0000 (09:37 +0200)]
cas test n°1

10 months agoajout d'un test
Gérald NICOLAS [Wed, 21 Jun 2023 07:19:58 +0000 (09:19 +0200)]
ajout d'un test

10 months agotore OK
Gérald NICOLAS [Wed, 21 Jun 2023 07:12:27 +0000 (09:12 +0200)]
tore OK

10 months agoface en surface
Gérald NICOLAS [Wed, 21 Jun 2023 07:03:24 +0000 (09:03 +0200)]
face en surface

10 months agoplans passant par les axes et paramétrage
Gérald NICOLAS [Tue, 20 Jun 2023 15:45:45 +0000 (17:45 +0200)]
plans passant par les axes et paramétrage

10 months agotest
Gérald NICOLAS [Tue, 20 Jun 2023 14:19:49 +0000 (16:19 +0200)]
test

10 months agole recover
Gérald NICOLAS [Tue, 20 Jun 2023 14:02:24 +0000 (16:02 +0200)]
le recover

10 months agoménage
Gérald NICOLAS [Tue, 20 Jun 2023 13:21:05 +0000 (15:21 +0200)]
ménage

10 months agoles contraintes
Gérald NICOLAS [Tue, 20 Jun 2023 13:08:58 +0000 (15:08 +0200)]
les contraintes

10 months agoexecute avant le nommage
Gérald NICOLAS [Tue, 20 Jun 2023 12:23:02 +0000 (14:23 +0200)]
execute avant le nommage

10 months agoupdated copyright message V9_11_BR V9_11_0
mbs [Mon, 19 Jun 2023 21:07:26 +0000 (22:07 +0100)]
updated copyright message

10 months agoupdated copyright message
mbs [Fri, 16 Jun 2023 19:16:53 +0000 (20:16 +0100)]
updated copyright message

10 months agocorrections
Gérald NICOLAS [Thu, 15 Jun 2023 15:08:44 +0000 (17:08 +0200)]
corrections

11 months agoSuppression de model.end
Gérald NICOLAS [Thu, 1 Jun 2023 08:23:19 +0000 (10:23 +0200)]
Suppression de model.end

11 months agoIncrement version: 9.11.0 V9_11_0rc1
jfa [Thu, 25 May 2023 13:55:35 +0000 (14:55 +0100)]
Increment version: 9.11.0

11 months agoévolutions
Gérald NICOLAS [Tue, 23 May 2023 15:38:33 +0000 (17:38 +0200)]
évolutions

11 months agotri si 2 faces seulement
Gérald NICOLAS [Tue, 23 May 2023 12:17:28 +0000 (14:17 +0200)]
tri si 2 faces seulement

11 months agocouleur et execute
Gérald NICOLAS [Tue, 23 May 2023 09:43:17 +0000 (11:43 +0200)]
couleur et execute

11 months agoOK surface plane
Gérald NICOLAS [Tue, 23 May 2023 07:48:44 +0000 (09:48 +0200)]
OK surface plane

11 months agosimplifications
Gérald NICOLAS [Mon, 22 May 2023 15:03:10 +0000 (17:03 +0200)]
simplifications

11 months agoexecute
Gérald NICOLAS [Mon, 22 May 2023 12:21:20 +0000 (14:21 +0200)]
execute

11 months agoMerge branch 'master' into gni/evolution
Gérald NICOLAS [Mon, 22 May 2023 07:15:22 +0000 (09:15 +0200)]
Merge branch 'master' into gni/evolution

11 months ago[bos #20476][EDF] 22546 - sigsegv with offset. Add approximation checkbox. CR32214 9/head
akondrat [Thu, 15 Sep 2022 07:36:12 +0000 (10:36 +0300)]
[bos #20476][EDF] 22546 - sigsegv with offset. Add approximation checkbox.

11 months ago[bos #33189] EDF 26580 - Problem with Pipe jfa/33189_Problem_with_Pipe 11/head
jfa [Thu, 18 May 2023 11:18:29 +0000 (12:18 +0100)]
[bos #33189] EDF 26580 - Problem with Pipe

11 months agoMerge branch 'master' into gni/evolution
Gérald NICOLAS [Thu, 11 May 2023 14:18:00 +0000 (16:18 +0200)]
Merge branch 'master' into gni/evolution

11 months agomodif
Gérald NICOLAS [Thu, 11 May 2023 11:38:41 +0000 (13:38 +0200)]
modif

11 months agomodel
Gérald NICOLAS [Wed, 10 May 2023 14:22:45 +0000 (16:22 +0200)]
model

11 months agoImplementation of shared faces inspection, bos #29568 cgt/sharedFaces_squashed V9_11_0a1 V9_11_0a2 V9_11_0b1
cg246364 [Wed, 13 Apr 2022 13:54:06 +0000 (15:54 +0200)]
Implementation of shared faces inspection, bos #29568

Fix problems with updating the number of faces and the list of faces

11 months agomaj
Gérald NICOLAS [Wed, 10 May 2023 13:42:20 +0000 (15:42 +0200)]
maj

11 months agocommentaires
Gérald NICOLAS [Wed, 10 May 2023 13:06:17 +0000 (15:06 +0200)]
commentaires

11 months agoménage
Gérald NICOLAS [Wed, 10 May 2023 12:47:00 +0000 (14:47 +0200)]
ménage

11 months agosuppression de GEOM
Gérald NICOLAS [Wed, 10 May 2023 08:50:41 +0000 (10:50 +0200)]
suppression de GEOM

11 months agoMerge branch 'gni/evolution' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper...
Gérald NICOLAS [Wed, 10 May 2023 08:39:05 +0000 (10:39 +0200)]
Merge branch 'gni/evolution' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper into gni/evolution

11 months agosuite
Gérald NICOLAS [Wed, 1 Feb 2023 16:30:04 +0000 (17:30 +0100)]
suite

11 months agoagencement pyhton
Gérald NICOLAS [Wed, 1 Feb 2023 08:35:24 +0000 (09:35 +0100)]
agencement pyhton

11 months agotest
Gérald NICOLAS [Mon, 30 Jan 2023 14:42:56 +0000 (15:42 +0100)]
test

11 months agoisol_solide
Gérald NICOLAS [Thu, 26 Jan 2023 16:27:12 +0000 (17:27 +0100)]
isol_solide

11 months agopython
Gérald NICOLAS [Thu, 26 Jan 2023 16:09:49 +0000 (17:09 +0100)]
python

11 months agola base
Gérald NICOLAS [Thu, 26 Jan 2023 13:24:28 +0000 (14:24 +0100)]
la base

11 months agoprint
Gérald NICOLAS [Fri, 13 Jan 2023 13:36:20 +0000 (14:36 +0100)]
print

11 months agoimpressions
Gérald NICOLAS [Fri, 13 Jan 2023 10:24:10 +0000 (11:24 +0100)]
impressions

11 months agoLa part
Gérald NICOLAS [Tue, 10 Jan 2023 16:06:14 +0000 (17:06 +0100)]
La part

11 months agocosmétique
Gérald NICOLAS [Tue, 10 Jan 2023 15:24:19 +0000 (16:24 +0100)]
cosmétique

11 months agoinfo
Gérald NICOLAS [Tue, 10 Jan 2023 14:04:05 +0000 (15:04 +0100)]
info

11 months agooubli
Gérald NICOLAS [Tue, 10 Jan 2023 13:38:35 +0000 (14:38 +0100)]
oubli

11 months agomacro midsurface
Gérald NICOLAS [Mon, 9 Jan 2023 17:08:25 +0000 (18:08 +0100)]
macro midsurface

11 months agofibre neutre - début
Gérald NICOLAS [Mon, 9 Jan 2023 17:02:29 +0000 (18:02 +0100)]
fibre neutre - début

11 months agoMake the text of the data of the object browser readable in dark theme. cbr/make_object_browser_readable_in_dark_theme
Christophe Bourcier [Thu, 27 Apr 2023 17:28:26 +0000 (19:28 +0200)]
Make the text of the data of the object browser readable in dark theme.
Don't hard code black, but use the same text color as the current theme

11 months agoMerge branch 'mbs/34103_boolean_cut_problem' of https://codev-tuleap.cea.fr/plugins... mbs/34103_boolean_cut_problem 8/head
mbs [Thu, 4 May 2023 13:44:03 +0000 (14:44 +0100)]
Merge branch 'mbs/34103_boolean_cut_problem' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper into mbs/34103_boolean_cut_problem

11 months agoFixed a problem where the boolean cut operation of a self-intersecting compound again...
mbs [Wed, 3 May 2023 10:34:50 +0000 (11:34 +0100)]
Fixed a problem where the boolean cut operation of a self-intersecting compound against a solid shape did not give the expected result.

11 months agoMerge branch 'mbs/32757' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper... mbs/32757 4/head
mbs [Thu, 4 May 2023 12:06:48 +0000 (13:06 +0100)]
Merge branch 'mbs/32757' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper into mbs/32757

11 months agofixed problem where only the first solid was imported from STEP
mbs [Mon, 27 Feb 2023 16:41:06 +0000 (16:41 +0000)]
fixed problem where only the first solid was imported from STEP

11 months agoFixed a problem where the boolean cut operation of a self-intersecting compound again...
mbs [Wed, 3 May 2023 10:34:50 +0000 (11:34 +0100)]
Fixed a problem where the boolean cut operation of a self-intersecting compound against a solid shape did not give the expected result.