Commit Graph

119 Commits

Author SHA1 Message Date
skv
d632c33a6e 0022758: [EDF] Creation of a face from a surface and limiting edges 2014-11-13 15:51:46 +03:00
eap
8345fbb56c 0022749: [EDF] Improvement of Remove Internal Faces operation 2014-11-13 14:16:45 +03:00
skv
dff9617e4b 0022750: [EDF] Improve ergonomics of the "Detect Self-intersections" dialog box 2014-11-13 14:16:40 +03:00
eap
670c603478 0022748: [EDF] Improvement of Filling operation 2014-11-13 14:16:26 +03:00
eap
2c3b809cb7 0022746: [EDF] Improvement of Glue Faces and Glue Edges operations 2014-11-13 14:16:18 +03:00
eap
db4ad95d8e 0022745: [EDF] Improvement of Sewing operation 2014-11-13 14:02:35 +03:00
skv
8866b5fcd5 0022661: EDF GEOM: [HYDRO] Integration of the polyline editor in GEOM 2014-10-10 13:29:30 +04:00
vsr
a1f6e9582d 0022616: [CEA 1038] Improve the quality of stl and vtk exports
Additional modification to obsolete ImportFile() function, to return list of GEOM::GEOM_BaseObject, instead of list of GEOM::GEOM_Object, to properly handle fields.
2014-09-22 11:41:20 +04:00
rnv
aeddae7719 0022616: [CEA 1038] Improve the quality of stl and vtk exports 2014-09-22 10:34:19 +04:00
vsr
ccf1c3dfbc 0022667: EDF 7375 GEOM: Add angle argument to « Create cylinder » function.
Minor corrections to initial implementation.
2014-08-13 17:34:03 +04:00
Florian BRUNET
b9cd395cc3 Update of the implementation of an option to create portion of cylinders in the cylinder primitive 2014-08-11 11:54:38 +02:00
Florian Brunet
8f2784ea72 Add an Angle option in the cylinder primitive in order to build portion of cylinders in both constructors. 2014-08-05 14:42:10 +02:00
akl
33c22cca77 1) Set more correct method name. 2) remove references to deleted objects. 2014-06-24 11:39:43 +04:00
akl
b70248e90b Implementation of 'GetEntriesToCleanStudy' function to get categorized lists of objects. 2014-06-19 18:59:59 +04:00
akl
87f1141aa9 Add comment that it is for GUI only. 2014-06-06 15:03:22 +04:00
akl
633e63eb2e Add comments, remove outputs and put some things in order. 2014-06-04 15:57:33 +04:00
akl
fa14a07690 Algorithm of dependencies definition was updated and replaced. Auxiliry convertation functions were added. 2014-05-21 13:24:03 +04:00
akl
6f0049749d Stub of algorithm in new place. 2014-05-16 16:49:16 +04:00
skv
6833ee2b3e 0022373: EDF 2691 GEOM: Publish the shapes with error in Check Shape 2014-04-04 10:44:39 +04:00
imn
7f7181fbab 0022531: [CEA 1112] the point markers o and x are inverted 2014-03-28 15:39:34 +04:00
skv
ef95b8ac70 0022471: EDF 2604 GEOM: Suppress the boundary edges of the tools in the fuse operation 2014-03-27 11:59:05 +04:00
skv
a4aaa470ae 0022475: EDF 2811 GEOM: Features for "Smoothing Surface" function 2014-03-26 13:07:43 +04:00
eap
f095bd1733 22501: [CEA 1076] Impossible to mesh at its position a translated without copy shape if the shape has already been meshed 2014-03-07 14:47:59 +04:00
skv
2153a32ecf 0022490: [CEA 1057] Default tick of "Detect self-intersections" in Partition 2014-02-26 13:13:55 +04:00
skv
d8a06d4161 0022468: [CEA 1048] IMP GEOM: creating groups on materials at STEP import 2014-02-25 16:21:09 +04:00
akl
7d880c6a82 Update copyrights 2014. 2014-02-18 10:44:41 +04:00
skv
7a38491062 0022338: EDF GEOM: Regression when partitoning a compound by a plane 2013-11-26 07:06:56 +00:00
skv
82eebc8aee 0022354: EDF GEOM: Create edge by getting iso-line of surface 2013-11-19 11:55:25 +00:00
fps
6f7151b5d7 import and export XAO with Fields 2013-11-12 16:32:55 +00:00
skv
d1573ebea6 0022353: EDF GEOM: Projection on a edge or a wire 2013-10-21 09:02:19 +00:00
skv
265dfeb97b 0022338: implement check self-intersection option for boolean operations 2013-10-16 11:22:29 +00:00
vsr
f1519c7ef3 Merge from BR_V7_main_Field branch (02/09/2013) 2013-10-02 13:13:33 +00:00
eap
b51357b79d ILMAB project. DS for the Field on Geometry implemented 2013-09-30 11:45:32 +00:00
jfa
bc9708cd0a Improvements for HYDRO module: 1. General mechanism for activation of GUI Geometry operations. 2. Plugins mechanism in Geometry module. 2013-09-04 13:49:39 +00:00
akl
c5b6deb54b Implementation of 0021855: EDF 2321 GEOM : Add folders to group objects in the object browser. 2013-06-28 08:18:20 +00:00
eap
d609d087b1 0021684: EDF 2221 : Display the arguments and the name of the operations
+  struct CreationInformation
+  {
+    string     operationName;
+    Parameters params;
+  };

  interface GEOM_Object : SALOME::GenericObj
  {
+    CreationInformation GetCreationInformation();
2013-06-17 12:52:22 +00:00
jfa
8fe997ae88 Mantis issue 0021934: Delete the internal faces of an object 2013-06-14 12:20:21 +00:00
jfa
5f4c43d53a Mantis issue 0022227: Integration request: Building a surface from a cloud of points 2013-06-10 08:28:09 +00:00
skv
ca3e17352a 0022178: [CEA 798] Sewing: Make option NonManifoldMode available in GEOM 2013-05-24 10:40:50 +00:00
skv
3282e6d3b3 0022179: [CEA 800] Suppress common edges on two continuous faces without using RemoveExtraEdges 2013-05-24 08:52:30 +00:00
skv
e6a58b5819 0021866: [CEA 670] Returning exact coordinates of the bounding box 2013-05-23 12:53:40 +00:00
skv
af323ccd1d 0022081: EDF 2386 GEOM: Union of a list of objects 2013-05-23 06:42:48 +00:00
vsr
5b3622aa23 Merge from V6_main 01/04/2013 2013-04-01 12:25:01 +00:00
vsr
4ab1782428 Merge from V6_main 15/03/2013 2013-03-15 14:28:11 +00:00
vsr
2488be88d9 Merge from V6_main 28/02/2013 2013-02-28 14:00:05 +00:00
vsr
465e84c52e Merge from V6_main 11/02/2013 2013-02-12 11:35:16 +00:00
vsr
eb33929a62 Merge from V6_main 13/12/2012 2012-12-13 08:40:36 +00:00
vsr
8180539548 Merge from V6_main (04/10/2012) 2012-10-08 11:16:36 +00:00
vsr
73555c78eb Merge from V6_main_20120808 08Aug12 2012-08-09 07:58:02 +00:00
jfa
392885c1a8 Update from BR_V5_DEV 13Feb2009 2009-02-13 12:16:39 +00:00
jfa
239f8109c6 Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:45:34 +00:00
jfa
9499b99fe2 Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:32:40 +00:00
jfa
e180c20f73 Join modifications from branch OCC_debug_for_3_2_0b1 2006-05-06 08:44:32 +00:00
smh
a62a321c84 Copyrights update 2005-12-05 16:23:52 +00:00
eap
8405ffc0f5 PAL10015. Implement GetShapesOnQuadrangle() 2005-10-14 13:30:58 +00:00
eap
bc805bc164 PAL9166. Add possibility to make sketcher on an existing plane 2005-06-20 05:57:52 +00:00
smh
7322118087 SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK) 2005-06-02 07:17:09 +00:00
jfa
390fa7af81 Optimization of GetShapesOn<xxx> functionality 2005-03-23 07:27:20 +00:00
jfa
3866ec3a96 PAL7968. Two new functions implemented: UnionList() and DifferenceList(). 2005-02-04 06:55:40 +00:00
san
dc8466f4ed PAL7768 2005-01-24 16:00:40 +00:00
jfa
23c12be7ac PAL7508. Update implementation of GetShapesOn<xxx>() functions. 2005-01-21 09:16:41 +00:00
admin
ca429d817a Merge with OCC_development_01 2005-01-20 06:24:17 +00:00
admin
d3dd282390 Merge with version on tag OCC-V2_1_0d 2004-12-01 10:39:14 +00:00
dcq
a596550f89 DCQ : Merge with Ecole_Ete_a6. 2004-06-16 15:24:55 +00:00
dcq
4c60078497 DCQ : Add Multi-Wire for MakeFace 2004-03-22 17:02:07 +00:00
dcq
7e4743151d DCQ : Add Multi-Wire for MakeFace 2004-03-22 16:36:41 +00:00
dcq
c577ca78d7 DCQ : New Architecture 2004-01-07 15:46:21 +00:00
nri
08ddac36db NRI : Merge from V1_2. 2003-07-09 15:01:54 +00:00
nri
f4fbc5bf62 NRI : First integration. 2003-05-12 14:51:31 +00:00