]>
SALOME platform Git repositories - modules/shaper_study.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
eap [Fri, 17 Jan 2020 11:50:27 +0000 (14:50 +0300)]
Fix GetMainShape()
for the case where theGroup has no father object
eap [Thu, 16 Jan 2020 17:47:02 +0000 (20:47 +0300)]
Add getPOA() needed for the previous commit
eap [Thu, 16 Jan 2020 17:31:15 +0000 (20:31 +0300)]
Implement methods of SHAPERSTUDY_GenericObject
This is needed in SMESH to detect removal of shaperstudy groups
mpv [Thu, 16 Jan 2020 16:56:05 +0000 (19:56 +0300)]
Make SHAPEr STUDY fields exported in SMESH into MED file
eap [Wed, 15 Jan 2020 17:31:21 +0000 (20:31 +0300)]
BUG: dead shapes not saved in HDF file
eap [Wed, 15 Jan 2020 14:36:03 +0000 (17:36 +0300)]
Define methods of SALOME::GenericObject + fix return value of SHAPERSTUDY_IShapesOperations.GetSubShape()
Now *_wrap variables do not cause crash. But should we control life-cycle of
SHAPERSTUDY_Object by implementing methods of GenericObject?
eap [Tue, 14 Jan 2020 15:50:24 +0000 (18:50 +0300)]
Fix compilation of SWIG on Linux
mpv [Tue, 14 Jan 2020 10:45:16 +0000 (13:45 +0300)]
Initial implementation of Fields support
mpv [Mon, 30 Dec 2019 14:15:02 +0000 (17:15 +0300)]
Implementation of Groups support by the SHAPER-STUDY module
vsv [Fri, 27 Dec 2019 15:26:41 +0000 (18:26 +0300)]
Improve ReplaceShape interface
vsv [Fri, 27 Dec 2019 13:21:31 +0000 (16:21 +0300)]
Replace shape in Mesh object
mpv [Thu, 26 Dec 2019 06:39:38 +0000 (09:39 +0300)]
Implementation of Open/Save and Break-Link functionality on SHAPER shapes
vsv [Tue, 24 Dec 2019 13:36:08 +0000 (16:36 +0300)]
Provide save/restore functionality
mpv [Tue, 24 Dec 2019 11:27:44 +0000 (14:27 +0300)]
The initial version of Open and Save in the SHAPER-STUDY
vsv [Tue, 24 Dec 2019 08:19:14 +0000 (11:19 +0300)]
Provide icons for objects in object browser
vsv [Mon, 23 Dec 2019 11:56:40 +0000 (14:56 +0300)]
Transfer BreakLink from Object to Gen
mpv [Fri, 20 Dec 2019 14:51:10 +0000 (17:51 +0300)]
Correct return of shape type: swig treats it as int, so, omni can not take it as enum object
vsv [Fri, 20 Dec 2019 13:13:59 +0000 (16:13 +0300)]
Define virtual methods
vsv [Fri, 20 Dec 2019 12:55:14 +0000 (15:55 +0300)]
Define empty IsParametrical and BreakLinks methods
mpv [Thu, 19 Dec 2019 15:24:27 +0000 (18:24 +0300)]
Implementation of the automatic breaking the link if the shape is modified or deleted
mpv [Wed, 18 Dec 2019 13:12:53 +0000 (16:12 +0300)]
Make correct translation of the shape to GEOM Client by pointer
mpv [Tue, 17 Dec 2019 11:37:44 +0000 (14:37 +0300)]
Correct work with shapes and SObjects
mpv [Thu, 12 Dec 2019 11:38:10 +0000 (14:38 +0300)]
Get rid of BaseObject in the SHAPERSTUDY implementation: it is not connected to the Object in the previous approach.
vsv [Wed, 11 Dec 2019 14:09:39 +0000 (17:09 +0300)]
Implement some methods
mpv [Wed, 11 Dec 2019 11:39:20 +0000 (14:39 +0300)]
Correct creation of shapes in SHAPER-STUDY
vsv [Wed, 11 Dec 2019 10:03:26 +0000 (13:03 +0300)]
Optimize SWIG extraction
vsv [Wed, 11 Dec 2019 09:25:39 +0000 (12:25 +0300)]
Correct SWIG extraction
vsv [Tue, 10 Dec 2019 15:40:52 +0000 (18:40 +0300)]
Add shaper icon
vsv [Tue, 10 Dec 2019 15:00:11 +0000 (18:00 +0300)]
Export StudyData symbols
mpv [Tue, 10 Dec 2019 14:39:15 +0000 (17:39 +0300)]
Initial support of publication of shapes
vsv [Tue, 10 Dec 2019 13:37:19 +0000 (16:37 +0300)]
Provide install commands
vsv [Tue, 10 Dec 2019 12:51:33 +0000 (15:51 +0300)]
StudyData Swig
mpv [Tue, 10 Dec 2019 09:31:52 +0000 (12:31 +0300)]
Mixing of the minor problems with initialization of the SHAPER-STUDY module
vsv [Mon, 9 Dec 2019 13:17:15 +0000 (16:17 +0300)]
Initial integration