]>
SALOME platform Git repositories - modules/shaper.git/log
mpv [Tue, 24 Jun 2014 11:58:18 +0000 (15:58 +0400)]
Added the initialization of attributes flag and "attributes": method that returns all attributes of Data
vsv [Tue, 24 Jun 2014 11:17:20 +0000 (15:17 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Tue, 24 Jun 2014 11:17:07 +0000 (15:17 +0400)]
Initialization of WidgetPoint2d with point from last feature.
nds [Tue, 24 Jun 2014 10:25:50 +0000 (14:25 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Hide internal widgets.
nds [Tue, 24 Jun 2014 09:19:00 +0000 (13:19 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Use the features to set the default value in the constraint.
nds [Tue, 24 Jun 2014 09:03:02 +0000 (13:03 +0400)]
Merge branch 'master' of newgeom:newgeom
Conflicts:
src/Config/Config_Keywords.h
src/ModuleBase/ModuleBase_WidgetFactory.cpp
src/PartSet/PartSet_OperationFeatureCreate.cpp
nds [Tue, 24 Jun 2014 08:58:23 +0000 (12:58 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Double editor for the constraint value.
vsv [Tue, 24 Jun 2014 08:48:36 +0000 (12:48 +0400)]
Merge branch 'master' of newgeom:newgeom
Conflicts:
src/ModuleBase/ModuleBase_WidgetFactory.cpp
vsv [Tue, 24 Jun 2014 07:53:09 +0000 (11:53 +0400)]
Point2d Distance widget added
nds [Tue, 24 Jun 2014 07:21:45 +0000 (11:21 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Widget controls for a constraint filling.
azv [Tue, 24 Jun 2014 04:21:58 +0000 (08:21 +0400)]
Merge remote-tracking branch 'remotes/origin/master' into SketchSolver
azv [Tue, 24 Jun 2014 04:21:42 +0000 (08:21 +0400)]
Changes concerning to Radius constraint
nds [Mon, 23 Jun 2014 18:42:45 +0000 (22:42 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Move setConstraint method to the feature.
nds [Mon, 23 Jun 2014 18:04:04 +0000 (22:04 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Change the feature create operation to work without a custom presentation.
nds [Mon, 23 Jun 2014 17:48:57 +0000 (21:48 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Change the feature create operation to work without a custom presentation.
nds [Mon, 23 Jun 2014 16:11:13 +0000 (20:11 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Undoes the modification of the isEdit state of operation using. The default value of the feature is set after the operation is started
Edit for a second line creation. This is not edit operation, but the property widget value should not be applyed to the line.
nds [Mon, 23 Jun 2014 15:25:17 +0000 (19:25 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Undoes the modification of the isEdit state of operation using. The default value of the feature is set after the operation is started
nds [Mon, 23 Jun 2014 14:46:48 +0000 (18:46 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
The PartSet presentation's functionality should be partially moved to SketchPlugin and a custom widget creation.
1. distanceToPoint method is moved to the sketch plugin feature.
nds [Mon, 23 Jun 2014 14:14:11 +0000 (18:14 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
The PartSet presentation's functionality should be partially moved to SketchPlugin and a custom widget creation.
1. feature move() method is moved to the sketch plugin feature.
nds [Sat, 21 Jun 2014 11:51:23 +0000 (15:51 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Distance constraint between points.
nds [Sat, 21 Jun 2014 10:40:03 +0000 (14:40 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Introduce the Last kind of selection in order to realize second feature selection for the distance constraint
nds [Sat, 21 Jun 2014 09:20:01 +0000 (13:20 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Radius constraint for an arc.
nds [Sat, 21 Jun 2014 08:52:41 +0000 (12:52 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Edit radius feature(change the feature's position in the circle)
nds [Sat, 21 Jun 2014 08:25:20 +0000 (12:25 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. SetCustomValue for a dimension to show the model value, not a real one
2. Dir2d to add new costructor in Curc2d
3. Visualize Radius dimension
4. projectPointOnFeature for arc and circle (was projectPointOnArc)
nds [Fri, 20 Jun 2014 15:55:48 +0000 (19:55 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Get back the previuos modifications.
nds [Fri, 20 Jun 2014 15:25:44 +0000 (19:25 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Rename constraint feature presentations
2. Add createPresentation() to each constraint feature prs.
nds [Fri, 20 Jun 2014 15:04:35 +0000 (19:04 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Move the constraint presentation creation to the feature prs class
2. Create distance/radius presentation classes.
nds [Fri, 20 Jun 2014 12:37:52 +0000 (16:37 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Remove operation constraint class.
2. Edit constraint lenght. The lenght is moved. Selected(not highlighted)
nds [Fri, 20 Jun 2014 11:53:50 +0000 (15:53 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Remove operation constraint class.
2. Edit constraint lenght. To debug
nds [Fri, 20 Jun 2014 06:22:31 +0000 (10:22 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Screen out myFeatures which are not necessary here.
nds [Fri, 20 Jun 2014 06:11:16 +0000 (10:11 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Edit constraint text.
nds [Thu, 19 Jun 2014 08:56:56 +0000 (12:56 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. Split init(feature, feature) on init(feature), setFeature(feature, selection mode). The cause is lenght constraint.
2. Mouse double click signal listen by operation.
3. Correct displayer to use the selection mode only in activateInLocalContext method. It was temporary realized in the redisplay().
4. Increase selection tolerance for dimension text.
azv [Wed, 18 Jun 2014 12:54:43 +0000 (16:54 +0400)]
Merge branch 'SketchSolver'
azv [Wed, 18 Jun 2014 12:54:00 +0000 (16:54 +0400)]
Eliminate the problem with constraint for the length of the line
azv [Wed, 18 Jun 2014 12:22:38 +0000 (16:22 +0400)]
The problems with building the sketch with circles and triangles were fixed
nds [Wed, 18 Jun 2014 11:07:57 +0000 (15:07 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. ToolTip style for a constraint editor, close the control by the Esc button, erase constraint if the operation is aborted.
nds [Wed, 18 Jun 2014 10:03:18 +0000 (14:03 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. The lenght constraint
nds [Tue, 17 Jun 2014 17:06:58 +0000 (21:06 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
1. The cross product for a line to find the constraint direction relatively to the source line feature
nds [Tue, 17 Jun 2014 14:33:18 +0000 (18:33 +0400)]
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)
nds [Mon, 16 Jun 2014 08:20:44 +0000 (12:20 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Arc edit correction.
nds [Mon, 16 Jun 2014 06:45:04 +0000 (10:45 +0400)]
According to "operation-widget_factory-property"
final modification to use in the property panel the operation widgets.
To do: the property panel clear the widgets, but should not do it.
nds [Wed, 11 Jun 2014 15:10:25 +0000 (19:10 +0400)]
According to "operation-widget_factory-property"
remove dependency of widget fractory from operation
nds [Wed, 11 Jun 2014 15:00:01 +0000 (19:00 +0400)]
There was discovered a logic, that the feature is created in the operation, after the operation can perform some actions for feature and after, outside, the property panel widgets are created and the feature is initialized by the control default values.
The problem with the Sketch creation line operation, which need to fill the property start point by the last point of another feature. The functionality the operation done in the startOperation() virtual method. After, the property panel throw down the values set.
The decision is to redesign the operation-widget_factory-property panel functionality in order to set the default values to the feature at the moment of a new feature creation.
nds [Wed, 11 Jun 2014 08:00:23 +0000 (12:00 +0400)]
Init feature by model widget factory content
The code is moved here to be applyed for all types of features.
nds [Wed, 11 Jun 2014 03:16:59 +0000 (07:16 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Tue, 10 Jun 2014 14:41:16 +0000 (18:41 +0400)]
Hide command icon added
vsv [Tue, 10 Jun 2014 14:24:50 +0000 (18:24 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Tue, 10 Jun 2014 14:24:36 +0000 (18:24 +0400)]
Provide connection of new features in SALOME module
nds [Tue, 10 Jun 2014 14:14:43 +0000 (18:14 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Edit feature: move call for all entities. There are bugs in moving.
nds [Tue, 10 Jun 2014 12:28:21 +0000 (16:28 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Edit feature: creation a specific presentation in the tools in order to use it in the edit operation.
nds [Tue, 10 Jun 2014 12:12:19 +0000 (16:12 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Edit feature: move specific feature functionality to the feature presentation.
nds [Tue, 10 Jun 2014 09:13:37 +0000 (13:13 +0400)]
Merge branch 'master' of newgeom:newgeom
nds [Tue, 10 Jun 2014 09:13:24 +0000 (13:13 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Edit feature: rename edit line to edit feature.
nds [Tue, 10 Jun 2014 06:22:42 +0000 (10:22 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Remove dependency on edition only feature with the line kind.
vsv [Tue, 10 Jun 2014 06:02:06 +0000 (10:02 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Tue, 10 Jun 2014 06:01:57 +0000 (10:01 +0400)]
Define selection type for selection control
nds [Mon, 9 Jun 2014 13:20:27 +0000 (17:20 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Feature Arc creation. Project third point on the arc circle
vsv [Mon, 9 Jun 2014 12:37:33 +0000 (16:37 +0400)]
Check ShapePtr on validity
vsv [Mon, 9 Jun 2014 11:08:39 +0000 (15:08 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Mon, 9 Jun 2014 11:08:22 +0000 (15:08 +0400)]
Redisplay object on data modifications
azv [Mon, 9 Jun 2014 07:22:01 +0000 (11:22 +0400)]
Merge remote-tracking branch 'remotes/origin/master' into SketchSolver
azv [Mon, 9 Jun 2014 07:21:34 +0000 (11:21 +0400)]
The problem with extrusion direction of the sketch was fixed
nds [Mon, 9 Jun 2014 06:48:14 +0000 (10:48 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Arc feature inital creation. Preview draft
nds [Mon, 9 Jun 2014 04:13:35 +0000 (08:13 +0400)]
Merge branch 'master' of newgeom:newgeom
nds [Fri, 6 Jun 2014 15:36:52 +0000 (19:36 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Arc feature inital creation. No V3d viewer.
vsv [Fri, 6 Jun 2014 15:19:36 +0000 (19:19 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Fri, 6 Jun 2014 15:19:21 +0000 (19:19 +0400)]
Create pop-up menu in 3d viewer
azv [Fri, 6 Jun 2014 14:22:01 +0000 (18:22 +0400)]
Merge branch 'SketchSolver'
azv [Fri, 6 Jun 2014 14:03:33 +0000 (18:03 +0400)]
Merge from 'master'
azv [Fri, 6 Jun 2014 14:01:53 +0000 (18:01 +0400)]
Implemented extrusion for sketch
nds [Fri, 6 Jun 2014 13:59:38 +0000 (17:59 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Key release signal is emitted by double value widget in order to bread and restart circle creation operation like it is for line feature.
nds [Fri, 6 Jun 2014 13:39:03 +0000 (17:39 +0400)]
Merge branch 'master' of newgeom:newgeom
nds [Fri, 6 Jun 2014 13:38:45 +0000 (17:38 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Code correction to set the focus widget for all ModelWidget children.
vsv [Fri, 6 Jun 2014 13:16:48 +0000 (17:16 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Fri, 6 Jun 2014 13:16:27 +0000 (17:16 +0400)]
Show/Hide operations and selection synchronization
nds [Fri, 6 Jun 2014 12:32:01 +0000 (16:32 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Code correction to set the focus widget for all ModelWidget children.
nds [Fri, 6 Jun 2014 12:16:42 +0000 (16:16 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Circle final creation.
nds [Fri, 6 Jun 2014 12:13:52 +0000 (16:13 +0400)]
Merge branch 'master' of newgeom:newgeom
nds [Fri, 6 Jun 2014 12:13:41 +0000 (16:13 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Circle final creation.
vsv [Thu, 5 Jun 2014 14:18:34 +0000 (18:18 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Thu, 5 Jun 2014 14:18:15 +0000 (18:18 +0400)]
Update document in Data tree model on loading a new document
nds [Thu, 5 Jun 2014 13:23:48 +0000 (17:23 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Circle draft creation.
nds [Thu, 5 Jun 2014 12:24:46 +0000 (16:24 +0400)]
Merge branch 'master' of newgeom:newgeom
nds [Thu, 5 Jun 2014 12:24:28 +0000 (16:24 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Point feature creation is finished. Constraint for the point is available between two points or a point and a line point.
vsv [Thu, 5 Jun 2014 11:41:28 +0000 (15:41 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Thu, 5 Jun 2014 11:41:13 +0000 (15:41 +0400)]
Clean Property panel before starting of a new operation.
nds [Thu, 5 Jun 2014 11:37:24 +0000 (15:37 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Move all line specific information to FeatureLinePrs. Prepare FeaturePointPrs for the point feature.
azv [Thu, 5 Jun 2014 11:09:28 +0000 (15:09 +0400)]
Merge remote-tracking branch 'remotes/origin/master' into SketchSolver
Conflicts:
src/GeomAlgoAPI/CMakeLists.txt
azv [Wed, 4 Jun 2014 08:31:23 +0000 (12:31 +0400)]
Intermediate changes for sketch builder
nds [Thu, 5 Jun 2014 09:55:43 +0000 (13:55 +0400)]
Merge branch 'master' of newgeom:newgeom
nds [Thu, 5 Jun 2014 09:55:33 +0000 (13:55 +0400)]
refs #80 - Sketch base GUI: create/draw point, circle and arc
Create features step.
It splits the operation of sketch line creation to the common operation part and feature presentation part. Common operation part will be applicable for all features created. The feature presentation will contain the specific behavior for a separate feature.
vsv [Wed, 4 Jun 2014 15:29:59 +0000 (19:29 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Wed, 4 Jun 2014 15:29:44 +0000 (19:29 +0400)]
Provide editing of Point and Extrusion objects
nds [Wed, 4 Jun 2014 11:25:58 +0000 (15:25 +0400)]
An attempt to use the feature kind instead of direct text. May be, later the dependency to PartSetPlugin will be removed from XGUI includes.
nds [Wed, 4 Jun 2014 11:10:41 +0000 (15:10 +0400)]
It replaces direct names of construction and partset features to the specific kind.
nds [Wed, 4 Jun 2014 11:09:44 +0000 (15:09 +0400)]
It replaces direct names of construction and partset features to the specific kind.
nds [Wed, 4 Jun 2014 11:07:56 +0000 (15:07 +0400)]
It replaces direct names of construction and partset features to the specific kind.
nds [Wed, 4 Jun 2014 10:28:22 +0000 (14:28 +0400)]
Replace boost::shared_ptr<ModelAPI_Feature> on FeaturePtr
nds [Wed, 4 Jun 2014 10:07:49 +0000 (14:07 +0400)]
It replaces direct names of constraints to the specific kind.
nds [Wed, 4 Jun 2014 09:48:32 +0000 (13:48 +0400)]
It replaces using of direct value "SketchCircle" to SKETCH_CIRLCE_KIND, and "SketchPoint" to SKETCH_POINT_KIND