Commit Graph

699 Commits

Author SHA1 Message Date
gdd
a5b768e472 rnc: removed unnecessary comments 2011-10-19 13:57:36 +00:00
gdd
9940adbd03 rnc : removed unnecessary comments 2011-10-19 13:51:56 +00:00
gdd
71206bf1b7 rnc :
- added the possibility to choose between the construction of a polyline or a spline.
- added a step to remove double points when building the contours.
-> most of the problem I noticed previously in contours disappear.
2011-10-19 13:24:50 +00:00
gdd
defe9b3d2a rnc: Modified the contour detection in order to build a spline instead of a polyline as an output of the operation 2011-10-12 09:35:40 +00:00
gdd
25a9bfe5f5 rnc : added some translations 2011-10-10 14:05:40 +00:00
gdd
3c7e1059fb rnc : small GUI modifications 2011-10-10 14:04:59 +00:00
gdd
0c0f7443d5 rnc : small bug fix 2011-10-07 12:13:22 +00:00
gdd
28bd174c0d rnc : Finished a first demo prototype
A textured shape can now be selected in the FeatureDetection dialog and the associated texture is used to detect contours and corners.
2011-10-07 09:56:54 +00:00
gdd
775f0ac393 rnc :
- added a dialog to import pictures and display it in viewer as a texture on a face.
- The created object can then be selected into the Feature Detection dialog
2011-10-06 16:09:55 +00:00
gdd
c0790b80d5 rnc : added Texture in the available display modes of the pop up menu 2011-09-26 16:22:58 +00:00
gdd
bd4d3a51c9 solved a remaining issue about puting textures on shapes 2011-09-26 15:15:41 +00:00
gdd
1aff347400 rnc :
first try to properly manage textures
- SALOME_AISShape inherits now from AIS_TexturedShape instead of AIS_Shape
- a bug remains that prevents the proper display of the textures
2011-09-22 16:17:52 +00:00
gdd
80fcb4b456 rnc: return a compound instead of wires 2011-09-14 12:03:00 +00:00
gdd
cedb03e2fb rnc : removed unnecessary file 2011-09-14 09:06:12 +00:00
gdd
628f190912 rnc : modified name of root directory in opencv detection macro 2011-09-13 15:46:24 +00:00
gdd
6b2b54b76d rnc : removed "hard-written" paths from all Makefile.am files 2011-09-13 14:47:24 +00:00
gdd
5019051f01 rnc : added a macro .m4 for detection of the opencv library 2011-09-13 14:26:28 +00:00
gdd
9b2aa88838 rnc : previous work done before branch opening 2011-09-13 12:50:30 +00:00
gdd
0008dcb5cc rnc : commit of previous work done before opening of the branch 2011-09-13 12:39:31 +00:00
rnv
28c48d7e24 Implementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box" issue. 2011-09-13 08:41:17 +00:00
rnv
15cea5126f Issue 16564: EDF 509 GEOM : 3D line with mathematical equation in GUI: update documentation. 2011-09-13 07:33:51 +00:00
gdd
5eca4e749b Added some try catch 2011-09-07 12:05:48 +00:00
gdd
acd45e23fa rnc : fixed a Bug found by Edward and due to use of int instead of CORBA::Long in MakeCurveParametricNew 2011-09-07 09:42:52 +00:00
gdd
984666cb57 rnc : updated documentation of MakeCurveParametric 2011-09-05 08:28:28 +00:00
gdd
7b05b7b380 rnc : updated documentation of MakeCurveParametric 2011-09-05 08:14:24 +00:00
gdd
55423f9957 rnc :
- Fixed a bug in MakeCurveParametric that the curve does not always reach the specified max parameter.
- Added a new idl method MakeCurvePrametricNew that takes a number of steps as input instead of a step value (to achieve the fix and a more usual interface)
- Wrapped the new idl method in python MakeCurveParametric with a flag theNewMethod = true
- Modified the associated dialog in order to use the new method and dump it
2011-09-02 15:11:47 +00:00
gdd
d7e9366c5f rnc : Set icons to constructor radio buttons (instead of text) in the sketcher dialog as for all other dialogs in GEOM 2011-08-29 12:14:54 +00:00
gdd
0bec1bbebc rnc: Enabled selection of subshapes in 2d sketcher 2011-08-26 08:19:45 +00:00
eap
6c5c2bd009 Initialize myDeflection (and other fields) to avoid FPE at setting deflection 2011-08-19 11:49:15 +00:00
jfa
975caf67e2 Porting to OCCT6.5.1 2011-08-12 13:08:51 +00:00
vsr
e2ef963137 0021342: EDF 1931 GEOM: The editiojn of a group has no effect after exporting it to BRep 2011-08-12 12:52:08 +00:00
ana
97f4677d97 Fix for the bug IPAL20913: TC5.1.1: the same color for active/inactive window text in default style preferences of Theme 2011-08-12 07:45:03 +00:00
jfa
3468a943e0 Porting to OCCT6.5.1 2011-08-11 13:33:11 +00:00
vsr
b1eba61c9c Fix problem with doxygen (using default font leads to the dot errors) - switch default dot font explicitly to Arial. 2011-07-20 10:12:58 +00:00
vsr
660a8df6ce Merge from V6_3_BR 15/07/2011 2011-07-15 10:48:49 +00:00
gdd
a21596709a rnc: Modification to take into account the Local Coord. System when selecting a point in the viewer or doing a preview of a point 2011-06-30 16:16:38 +00:00
gdd
bc4ee77be9 rnc:
- Fixed a small bug in eventFilter that was inoperative (enter didn't cause Apply operation)
- Prepared a mechanism to apply automatically changes in selection mode if needed (the mechanism is disabled for now)
2011-06-30 14:49:21 +00:00
gdd
7dedbec49c rnc:
- Allowed arc and segment creation by selection in the 3D view for the relative selection mode too.
- Added a preview of the center point and the end point when creating an arc by center and end point
2011-06-30 07:55:50 +00:00
gdd
b9c49001d1 rnc: A slight modification in order to allow the validation of any action by pressing only Enter 2011-06-28 13:43:22 +00:00
gdd
66a0b44a07 rnc: In the frame of the feature EDF 1900, made possible to define a point by clicking in the 3D view when using the Sketcher 2011-06-28 12:48:30 +00:00
jfa
07682aac19 Correct a message. 2011-06-28 12:08:07 +00:00
jfa
468a2189df Set actual study name to GEOM_Object after the publishing. 2011-06-22 09:13:27 +00:00
jfa
10e60380a9 Mantis issue 0021129: EDF 1541 GEOM: Problem with GetInPlace. 2011-06-16 09:30:35 +00:00
stv
82dd601449 GEOM module context menu (popup) optimization. 2011-06-14 13:33:43 +00:00
jfa
b8030029e0 IMP 0021129: EDF 1541 GEOM: Problem with GetInPlace. A new GetInPlace implementation by Peter Kurnev. 2011-06-07 08:37:17 +00:00
vsr
7f46e5fa52 Merge from V6_3_BR 06/06/2011 2011-06-06 07:23:11 +00:00
gdd
e59741b4b4 Update clean_configure 2011-04-18 09:14:41 +00:00
rnv
e941da46a5 Additional fix for the issue "16219: EDF PAL 469: "RemoveFromStudy" Function": dump hideInStudy(obj) command in the python script for the unpublished objects 2011-04-15 08:55:44 +00:00
rnv
4ee02ad97e Additional fix for the issue "20937: EDF 1399 GEOM: extend the properties of GEOM object": deflection coeff dump two times in the python script. 2011-04-15 08:48:34 +00:00
jfa
8826ced386 Small correction 2011-04-15 07:35:55 +00:00