Commit Graph

60 Commits

Author SHA1 Message Date
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