Commit Graph

1523 Commits

Author SHA1 Message Date
asl
21a4549edd refs #587: sorting the point table by click on header 2015-10-08 10:53:32 +03:00
Florian BRUNET
bff35f0310 French translation of GEOM new features. 2015-10-07 17:48:54 +03:00
vsr
0068817237 0023180: [CEA 1602] Regression : MakePartition of a solid by an empty compound returns an error
- Allow creating empty compounds
2015-10-07 14:16:02 +03:00
vsr
1d1c325da5 INT PAL 52903: TC7.7.0: Incorrect behavior in "Shape processing" dialog 2015-10-07 10:57:04 +03:00
vsr
0c3f5d3c34 INT PAL 52906: TC7.7.0: SIGSEGV at attempt to restrict selection by second shape in 'Create Group' dialog box 2015-10-07 10:31:33 +03:00
vsr
1db636b7ff 0052898: TC 7.7.0: Regression "Glue Faces" dialog glues all faces instead selected faces 2015-10-06 15:09:51 +03:00
vsr
0141ab7c44 INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection' dialog
- One more dialog box to fix
2015-10-06 15:08:56 +03:00
vsr
3e1586b2b4 INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection' dialog 2015-10-05 16:59:47 +03:00
Christophe Bourcier
55e65f660d Update translation files from Crowdin 2015-10-05 13:01:23 +03:00
vsr
cf799c8421 0023172: EDF 11516 - problem with StructuralElement 2015-09-28 18:29:48 +03:00
vsr
4b7946662e Dectivate local selection in BOP (CoTech decision) 2015-09-24 15:03:08 +03:00
vsr
70968a29ce Simplify activation of local selection on all objects 2015-09-24 15:01:40 +03:00
vsr
f1dfa183cb Fix memory leaks, causing appearance of deleted objects in study dump. 2015-09-17 19:25:48 +03:00
vsr
1b44f73640 0023164: Problem with Dump Study in case of an import
- Fix problem caused by unhandled memory leaks
2015-09-17 19:13:42 +03:00
vsr
c749922c02 0023152: EDF GEOM: Use a self-intersected wire with MakeFace
- Additional update of documentation for MakeShell() function
2015-09-17 16:44:08 +03:00
vsr
e27516a96f 0023152: EDF GEOM: Use a self-intersected wire with MakeFace 2015-09-17 12:55:28 +03:00
skv
c744f39b39 0023134: EDF GEOM: Regression with getinplace 2015-09-02 13:53:03 +03:00
vsr
a8b4700b54 0023149: EDF - Problem with planar face creation 2015-08-28 10:42:03 +03:00
vsr
18906b1406 Import STEP: read more units (all currently supported by OCCT) 2015-08-25 17:40:04 +03:00
eap
891fb0379d IPAL52616: Wrong documentation of Check compound of Blocks 2015-08-20 16:47:26 +03:00
vsr
2146f8da30 0023137: [CEA 1570] WhatIs on a Local Coordinates System returns POLYGON
Kind Of Shape functionality has been adopted for Local Coordinate system objects.
2015-08-18 16:54:08 +03:00
vsr
914938a458 0023115: [CEA 1545] Regression on KindOfShape method
Additional correction, to avoid duplicated information in result of operation
2015-08-18 14:18:20 +03:00
Cédric Aguerre
ab0d7e24cd SIMAN removal 2015-07-29 16:27:38 +03:00
skv
f8174cfe42 0023129: [CEA 1551] GetShapesOnQuadrangle does not work with a points compound 2015-07-28 17:57:43 +03:00
skv
d7f33d79e4 0023128: [CEA 1555] FuseCollinearEdgesWithinWire fails on the outline of a square face partitioned 2015-07-28 15:38:27 +03:00
skv
a207750f4a 0052829: Failed GetSubShapeID() breaks the next IsSubShapeBelongsTo() 2015-07-22 12:40:08 +03:00
skv
6440cc096c 0022664: [CEA 1253] MakePipeWithDifferentSections fails on a elbow pipe: Fix comment 2015-07-21 18:39:48 +03:00
skv
8851ec8d8f 0022664: [CEA 1253] MakePipeWithDifferentSections fails on a elbow pipe 2015-07-21 18:29:07 +03:00
eap
28c8e9fe42 IPAL52828: No Creation Info available for a GEOM object imported from XAO file 2015-07-16 20:45:48 +03:00
skv
73a0114391 0023122: EDF 11178 GEOM: Fuse between a cylinder and a part with a hole fails 2015-07-16 10:51:04 +03:00
abk
44f924fa67 Initial version of interface 'CurveCreator_ISection' was created for the curve sections.
Type 'CurveCreator_Section' was inherited from the interface and
extended to implement the interface.
Method 'CurveCreator_Curve::getSection' was modified for the interface.
Method 'CurveCreator_Utils::ConstructWire' was created to construct the wire corresponding to each polyline or spline section.
2015-06-29 15:21:11 +03:00
asl
3f406f6a6e patch for correct compilation on Linux 2015-06-25 09:26:30 +03:00
asl
34c4dd8f29 refs #589: integration of new interpolation algo to HYDRO 2015-06-25 09:20:44 +03:00
abk
c3778fc96e Methods 'CurveCreator_Utils::constructShape' and
'Sketcher_Utils::MakeInterpolation' were changed to interpolate each spline
section by the cubic B-spline passing through the control points that the
tangent vector in each control point P is calculated by the following way:
- if point P is preceded by a control point A and is followed by a control point
  B then the tangent vector is equal to (P - A) / |P - A| + (B - P) / |B - P|;
- if point P is preceded by a control point A but is not followed by any control
  point then the tangent vector is equal to P - A;
- if point P is followed by a control point B but is not preceded by any control
  point then the tangent vector is equal to B - P.
2015-06-24 21:22:41 +03:00
skv
29ae7886c0 0022776: [CEA 1269] Project a wire or a face on a cylinder: rm instability in RemoveExtraEdges 2015-06-19 10:51:17 +03:00
vsr
047d8bf632 Remove redundant code 2015-06-17 18:19:03 +03:00
vsr
1f1f040445 0023115: [CEA 1545] Regression on KindOfShape method 2015-06-17 18:14:39 +03:00
ana
9282e3d0d6 Windows compatibility 2015-06-17 13:53:43 +03:00
mpa
0a9a0010a0 CMake improvement: usage of SALOME_GUI_MODE() macro 2015-06-11 16:03:47 +03:00
skv
1839b501d4 0022782: [CEA 1315] GetFirstVertex does not return the edge's starting point 2015-06-11 11:53:02 +03:00
vsr
eba013acfe Migration to OCCT > 6.9.0 2015-06-11 10:20:52 +03:00
vsr
faf08d0c52 Fix regression in KindOfShape functionality - sphere imported from SolidWorks's STEP file is not recognized as sphere 2015-06-10 13:37:56 +03:00
skv
c38fbe7a1c 0052774: GetInPlace creates result as a group of sub-shapes of different types 2015-06-08 16:09:09 +03:00
skv
ce07ba70be 0022776: [CEA 1269] Project a wire or a face on a cylinder: add rotation angle 2015-06-08 13:06:39 +03:00
mnt
fe74d236e0 Fix pb with make test on OCCT 6.9.0 2015-06-08 10:17:23 +03:00
akl
7c036f24ff 0022762: [EDF] Fast detection of face/face face/solid solid/solid interference
- Part 2: introduce CheckSelfIntersectionsFast function
2015-06-04 14:51:15 +03:00
vsr
b46831ede7 Merge branch V7_6_BR 2015-06-03 11:06:53 +03:00
vsr
44ee08e849 Fix error in the script which takes place when generating documentation in plugins 2015-05-27 10:50:06 +03:00
vsr
f312091eb5 Remove redundant code 2015-05-26 13:56:05 +03:00
ysn
b7331b4522 Help Update for version 7.6.0 2015-05-26 11:25:36 +03:00