Commit Graph

73 Commits

Author SHA1 Message Date
vsr
e8d16d1174 Remove redundant $Header from files (to minimize conflicts during merges) 2012-12-20 16:14:16 +00:00
rnc
d6b8a348a4 EDF 1337 : Sketcher 3D define a point by angle
Changed the name and order of parameter of tui methods for building a point by angles in order ot be consistent with GUI.
2012-10-10 14:55:29 +00:00
rnc
f1f709067a EDF 1337 : Sketch 3D, allow definition of a point by angle
+ Added a global coordinate system mode for angles.
+ Added a cylindrical coordinates definition (with an optional height in angle widget)
+ Did some refactoring

Doc and translations to be done soon
2012-10-08 10:16:55 +00:00
jfa
9ef623eade Mantis issue 0021706: [CEA 578] Python access to BrepTools::Read 2012-09-27 14:21:09 +00:00
jfa
89c42a4f37 Mantis issue 0021392: EDF 1631 GEOM: Dump study of sketcher 3D with relatives coordinates. 2012-09-06 13:29:35 +00:00
eap
9e8a1e664f 0021824: EDF 2364 SMESH : Unknown exception when dumping a Study
fix a bug in DumpPython()
2012-08-30 08:12:19 +00:00
eap
5a00f0db9f In ~GEOM_Engine(), prevent from SIGSEGV after closing the first document 2012-07-27 16:06:43 +00:00
eap
ac1a5b9175 0021672: [CEA 565] Dump Study from script
Avoid empty lines in the script due to appending to an empty command
2012-06-20 09:41:46 +00:00
eap
c83df1846e 0021672: [CEA 565] Dump Study from script
Standard_EXPORT Handle(GEOM_Function) AddFunction(const Standard_GUID& theGUID,
                                                     int                  theFunctionType,
+                                                    bool                 allowSubShape=false);
2012-06-20 09:40:26 +00:00
eap
a211d6f8bd 0021672: [CEA 565] Dump Study from script
+  //Retuns true if this function is the last one in the study
+  Standard_EXPORT bool IsLastFuntion();
2012-06-20 09:39:40 +00:00
eap
55e32b8599 0021672: [CEA 565] Dump Study from script
Avoid repeated SubShape...() command
2012-06-20 09:39:13 +00:00
vsr
40f5df35aa Merge from V6_5_BR 05/06/2012 2012-06-05 11:33:32 +00:00
rnv
f33f73b435 Small correction. 2012-03-13 08:42:02 +00:00
ana
7882eb76e9 Fix for the bug IPAL22851: Sub-shapes spelling 2012-01-13 13:30:11 +00:00
vsr
ccfc342b55 0021368: EDF GEOM: From Salome forum, dump study leads to unknown exception 2011-10-05 11:59:24 +00:00
jfa
1eea92387d Porting to OCCT6.5.1: 0022573. 2011-09-20 10:16:21 +00:00
jfa
50704013d0 Porting to OCCT6.5.1 development version 2011-09-13 12:44:54 +00:00
jfa
975caf67e2 Porting to OCCT6.5.1 2011-08-12 13:08:51 +00:00
jfa
3468a943e0 Porting to OCCT6.5.1 2011-08-11 13:33:11 +00:00
vsr
7f46e5fa52 Merge from V6_3_BR 06/06/2011 2011-06-06 07:23:11 +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
jfa
8826ced386 Small correction 2011-04-15 07:35:55 +00:00
eap
de0f7356de in python dump, publish objects in the same order as in the internal CAF document 2011-04-05 07:45:42 +00:00
ouv
e4ebb2bada Additional fix for issue 0013373: EDF PAL 273 : Option Single/Multi file dump 2011-03-30 07:27:32 +00:00
ouv
c3caa78045 Issue 0013373: EDF PAL 273 : Option Single/Multi file dump 2011-03-29 07:36:50 +00:00
jfa
63db5e2dd5 IMPs 21044, 21057, 21067 2011-03-18 15:05:50 +00:00
rnv
43f4ad9b7d Fix names of the python variables for not published GEOM objects. 2011-03-01 14:06:35 +00:00
caremoli
300eff0fcb CCAR:remove trailing whitespace 2011-02-07 17:34:20 +00:00
eap
e76c7f020e 0021122: EDF 1735 SMESH: Bug when saving in .hdf
Fix dump of multiply published objects
2011-02-04 17:26:34 +00:00
vsr
8990dca3c5 Remove dependency on CORBA staff in local geom engine 2011-01-27 15:19:55 +00:00
vsr
16f91b82f4 Merge from V5_1_main branch 24/11/2010 2010-11-25 12:31:41 +00:00
vsr
6ceb0d7750 Merge from V5_1_main 10/06/2010 2010-06-10 08:25:12 +00:00
vsr
004197ec82 Merge from V5_1_main 14/05/2010 2010-05-14 15:15:28 +00:00
vsr
cb234e2462 Merge from V5_1_3_BR branch (07/12/09) 2009-12-08 12:05:55 +00:00
dmv
0bbe510fee 0020504: EDF 1078 GEOM: Point color is not good at study loading 2009-10-02 12:12:45 +00:00
vsr
4578c1cfee Fix memory leaks 2009-09-21 13:32:15 +00:00
vsr
63b2d29eae Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined 2009-08-13 05:08:19 +00:00
vsr
f3fdd2dc5b Merge from V5_1_2_BR branch (14 July 2009) 2009-07-15 08:09:58 +00:00
ptv
aaa5aa61bb IMP 0020001 (replace set of GetInPlace commands by one RestoreSubShapes) 2009-06-10 11:36:36 +00:00
jfa
85bed9f0cb Bug 0020229: Perf of MakeSphere and RemoveObject. Allow to re-use empty label, following the _lastCleared one. 2009-04-09 08:31:44 +00:00
adam
12df0f8552 Portability windows 2009-02-26 14:58:36 +00:00
eap
0f7c08d061 fix ReplaceVariables() for a command w/o calling any method 2009-02-24 14:51:23 +00:00
adam
a43f8fad30 compatibility windows compilation with cmake 2009-02-24 09:20:50 +00:00
vsr
1779c0f954 Merge from BR_V5_DEV 17Feb09 2009-02-17 12:10:20 +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
jfa
438f4b0922 Join modifications from branch OCC_development_for_3_2_0a2 2006-03-13 15:11:51 +00:00
smh
a62a321c84 Copyrights update 2005-12-05 16:23:52 +00:00