Commit Graph

141 Commits

Author SHA1 Message Date
skv
3e659a8a1d 0022307: implement workaround for OCC bug 0024263 2013-10-16 13:49:44 +00:00
skv
265dfeb97b 0022338: implement check self-intersection option for boolean operations 2013-10-16 11:22:29 +00:00
skv
bdbb7196fa 22307: fix of source shape modification by Cut 2013-10-11 10:45:43 +00:00
vsr
a0f0eab960 Remove libxml2 from dependencies 2013-10-10 13:34:01 +00:00
vsr
437cd1debd 0022258: [CEA 897] Bug in boolean operations on spheres external layer
Additional check of arguments of boolean operations is added to avoid passing self-intersted objects to BOP
2013-10-04 14:29:52 +00:00
eap
5256eb5b52 - cout << "aP1.Distance(aP2) <= aP1.Distance(aP3)" << endl; 2013-10-04 08:53:28 +00:00
eap
6c2ee27d45 ILMAB project. A dialog box for creating/editing the Field on Geometry implemented 2013-10-03 14:12:04 +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
0b11bb6195 GlueFaces/Edges: protect initial shapes from modifications. 2013-09-17 13:49:18 +00:00
rnv
824e67eabf WIN32 compilation. 2013-09-17 12:52:41 +00:00
vsr
b5c2a231e7 Merge from BR_new_bop4 (porting to new OCCT BOP) 13/09/2013 2013-09-16 13:59:50 +00:00
eap
e7b562779c CMake porting 2013-09-10 12:47:38 +00:00
ana
80be2e8daa Compilation SALOME on Windows 2013-09-09 09:16:42 +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
jfa
dde31f0675 Mantis issue 0021191: apply a fix by PKV for note 0012153 on the case of Glue by list (second constructor in GUI) 2013-08-06 09:37:47 +00:00
skv
e8922cac3a 0021563: EDF GEOM: Extrusion with scale factor sometimes gives wrong shapes 2013-07-31 12:54:30 +00:00
eap
9ee55016e9 0022227: [CEA 827] Building a surface from a cloud of points
1) fix GetCreationInformation()
2) remove debug output
2013-07-03 10:54:43 +00:00
jfa
5f7358def1 Mantis issue 0022237: Study dump produces a Python code containing syntax errors 2013-07-01 06:40:44 +00:00
eap
833e0c922f 0021934: Delete the internal faces of an object.
Implement GetCreationInformation()
2013-06-27 12:49:25 +00:00
jfa
182542382e Mantis issue 0021934: Delete the internal faces of an object. Correction to avoid errors on not suitable arguments. 2013-06-24 11:47:08 +00:00
vsr
e69511781d Fix complilation problem 2013-06-18 08:15:47 +00:00
eap
4211dca375 untabify 2013-06-17 12:50:10 +00:00
eap
e86fadf71e 0021684: EDF 2221 : Display the arguments and the name of the operations
In MakeCurveParametric(), store creation parameters using GEOMImpl_ICurveParametric
2013-06-17 12:49:52 +00:00
eap
33dea8badc 0021684: EDF 2221 : Display the arguments and the name of the operations
In GetShapesOnShapeAsCompound(), store creation parameters using GEOMImpl_IShapes
2013-06-17 12:49:23 +00:00
eap
3a09aaf844 - Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
+  Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation,
2013-06-17 12:48:13 +00:00
eap
4345ad0598 -#include <GEOMImpl_CopyDriver.hxx> 2013-06-17 12:47:32 +00:00
eap
c85eef2610 0021684: EDF 2221 : Display the arguments and the name of the operations
#define EDGE_CURVE_LENGTH   12
+#define SHAPES_ON_SHAPE     13

-#define SHAPES_ON_SHAPE 1
2013-06-17 12:46:38 +00:00
eap
c7ffbf7b4e 0021684: EDF 2221 : Display the arguments and the name of the operations
+ virtual bool GetCreationInformation(std::string&             theOperationName,
+                                     std::vector<GEOM_Param>& params);
2013-06-17 12:44:32 +00:00
eap
c0b87081f9 0021684: EDF 2221 : Display the arguments and the name of the operations
+	GEOMImpl_ICurveParametric.hxx		\
2013-06-17 12:41:01 +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
vsr
e4a31d66fd 0022088: EDF 1631 GEOM : 2D sketcher interface 2013-05-29 16:27:24 +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
18129b41a4 0022094: EDF GEOM 2438 : Pipe T-Shape publish the group of internal surfaces 2013-05-23 10:53:45 +00:00
skv
af323ccd1d 0022081: EDF 2386 GEOM: Union of a list of objects 2013-05-23 06:42:48 +00:00
vsr
4d2fe76ed2 Merge from V6_main 12/04/2013 2013-04-12 14:01:18 +00:00
prascle
a05e9c326e PR: dump function must write GEOM.xxx instead of geompy.GEOM.xxx 2013-04-11 08:43:00 +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
9be9f89876 Merge from V6_main 06/03/2013 2013-03-07 11:07:32 +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
ngo
62f6ab7368 Fix for new imports : no restriction on the length of the FORMAT string (ILMAB project) 2012-11-28 15:00:04 +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
jfa
438f4b0922 Join modifications from branch OCC_development_for_3_2_0a2 2006-03-13 15:11:51 +00:00
smh
f505d638da Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
2006-02-07 15:58:35 +00:00
smh
a62a321c84 Copyrights update 2005-12-05 16:23:52 +00:00
jfa
728e6e5834 Continue bug 10627 fixing: guarantee non-regression behaviour, applying ShapeFix_Wire::FixReorder only in case, when standard method gives bad result. 2005-11-30 15:19:52 +00:00
jfa
10781d15d3 Small improvement of the previous fix (for bug 10627) to avoid regressions. 2005-11-30 08:57:30 +00:00
jfa
a7429605d8 Fix for bug 10627. Now you can pass edges for wire construction in any order. 2005-11-28 10:37:46 +00:00
jfa
ccbdd44178 PAL8293: Build face from a wire problem. Fix provided by PKV. 2005-11-18 11:57:23 +00:00
eap
545554d23d PAL10015. Use GEOMAlgo_FinderShapeOnQuad for GetShapesOnQuad(). Fix
PythonDump for GetShapesOn*IDs()
2005-11-01 13:31:25 +00:00
jfa
98de978f52 PAL10403: pb with GetEdgeNearPoint() 2005-10-27 09:06:28 +00:00
eap
144514e2fe PAL10015. Implement GetShapesOnQuadrangle(). Remove code duplication 2005-10-14 12:55:02 +00:00
jfa
b82f9072d0 Provide possibility to create non-planar faces on wires, not having underlying surface: use filling algorithm 2005-09-13 10:20:06 +00:00
eap
fa93d888ac Add a more comfort way to specify path to user ImportExport file 2005-08-30 12:50:44 +00:00
srn
3a675cc5c0 Placed a check if any function is added in GetFreeBoundaries operation 2005-08-26 07:31:00 +00:00
jfa
a8a220072b Fix crashes of Sketcher and Import/Export 2005-08-19 09:11:52 +00:00
jfa
150ae46477 Fix pb with contour closure: respect NULL wires list 2005-08-18 10:07:02 +00:00
env
e2dcf4323c ENV: Windows porting. 2005-08-11 04:43:57 +00:00
jfa
774da7a735 Improve error reporting for Filling Surface; initialize myGeometryGUI in FillingDlg to avoid exception on initialization of the dialog 2005-08-08 13:02:01 +00:00
asv
60efe138c3 if a shape to be rotated is a vertex, and it is located ON the Revolution Axis, then the algorithm builds a circle with null radius. Incorrect, visualization of such shape fails. This case is checked and revolution is not done in this case. 2005-08-01 12:51:04 +00:00
san
f4e80938ef SALOME porting to OCCT 5.2.4 2005-07-28 15:06:06 +00:00
eap
74a4d30fb0 PAL9074. Now MakeSolidShells() makes one solid of all given shells like OCC MakeSolid() does 2005-06-30 08:24:39 +00:00
eap
bc805bc164 PAL9166. Add possibility to make sketcher on an existing plane 2005-06-20 05:57:52 +00:00
eap
873285da36 PAL9165. emit message only if no valid ImportExport file found 2005-06-15 05:54:44 +00:00
asv
c743faa101 Makefile.in-s were modified, neccessary keys and libraries were added.
OCC_KERNEL_LIBS -> CAS_KERNEL
OCC_MODELER_LIBS -> CAS_MODELER
2005-06-03 12:32:20 +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
53576d597d PAL7715: Unfriendly message after Glue Faces 2005-02-14 09:00:39 +00:00
jfa
3866ec3a96 PAL7968. Two new functions implemented: UnionList() and DifferenceList(). 2005-02-04 06:55:40 +00:00
jfa
254420b8db PAL7924: Meaningfull error message provided 2005-02-02 14:28:35 +00:00
jfa
25ebdee483 PAL7508: Development of new block functionalities. GetInPlace() now works for the case of solids. 2005-02-02 12:38:58 +00:00
jfa
cd509f872c PAL7508: Development of new block functionalities. Allow find SOLIDs by GetShapesOn<xxx>() functions. 2005-02-01 11:13:59 +00:00
jfa
b7cff0a4ec PAL7508: Development of GetInPlace() functionality 2005-01-27 15:22:36 +00:00
jfa
61b4585452 Provide more precise error message 2005-01-25 06:20:25 +00:00
san
dc8466f4ed PAL7768 2005-01-24 16:00:40 +00:00
jfa
86973cfa9e PAL7508. Correct behaviour of GetShapesOnPlane(). 2005-01-21 10:44:46 +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
6101c76143 Merge with OCC-V2_1_0_deb 2004-12-17 11:18:33 +00:00
admin
d3dd282390 Merge with version on tag OCC-V2_1_0d 2004-12-01 10:39:14 +00:00