Commit Graph

169 Commits

Author SHA1 Message Date
eap
04056cdd32 Fix some compilation warnings 2017-01-25 14:30:21 +03:00
vsr
45a00be884 Merge branch 'hydro/imps_2017' 2017-01-24 15:56:48 +03:00
vsr
6bc36af9f0 Customize behavior of RestoreShape() function - to optionally suppress its dumping into Python script with DumpStudy functionality. 2017-01-24 15:55:19 +03:00
Christophe Bourcier
926f7982e5 Export XAO with the shape in a seperated BREP file.
This allows to avoid too big xml files.
2016-12-15 16:36:42 +01:00
skv
2c66cf4f4a 0023272: [CEA] Add a tolerance for basic properties computation 2016-10-18 19:54:53 +03:00
skv
afce74184a 0023361: EDF - Partition by plane fails 2016-10-18 13:00:19 +03:00
skv
d27962672e 0023366: [CEA 1972] Replacing int by bool in a python script 2016-10-14 14:24:01 +03:00
vsr
288dfec84b 0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateObjBrowser(1) 2016-10-06 10:55:17 +03:00
skv
42c5470ae5 0023309: [EDF 12969] Clarify sorting algorithm of SubShapeAllSortedCentres function 2016-08-03 21:19:48 +03:00
ana
8ee487fe3f Fix for the "23284: EDF 13077 GEOM: Build GEOM without GUI and without VTK" issue. 2016-07-28 17:45:59 +03:00
vsr
8370b4a1c4 Update copyright: 2016 2016-03-15 15:27:04 +03:00
skv
ef5ed77d70 0023197: [CEA] Extract and rebuild 2016-03-11 12:28:06 +03:00
vsr
1125dd9734 XAOPlugin Python API improvements
- Add missing python doc
- Enable auto-publishing for ImportXAO operation
2016-03-11 12:02:33 +03:00
skv
9361e2c00a 0023216: [CEA 1691] Import the compounds with their names from a STEP file 2016-02-16 17:19:14 +03:00
skv
78b2a5e0da MakeShell: compound acceptance, update TUI documentation 2016-02-03 16:55:29 +03:00
mpa
845487b156 0023210: [CEA 1681] Regression with the function GetInPlaceByHistory 2016-01-18 11:00:10 +03:00
skv
80a0257573 0023125: EDF 11112 GEOM: Choose the unity of length when exporting to STEP 2015-12-07 15:38:50 +03:00
vsr
0138a9d57c INT PAL 0052942: Error of geompy.MakeCurveParametric() is printed to a terminal instead of the Python Console
- Correct fix now
2015-12-01 12:29:08 +03:00
skv
e6bcaa307f 0023193: [CEA] Show sub-shapes with given tolerance 2015-11-03 11:38:55 +03:00
vsr
e27516a96f 0023152: EDF GEOM: Use a self-intersected wire with MakeFace 2015-09-17 12:55:28 +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
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
skv
1839b501d4 0022782: [CEA 1315] GetFirstVertex does not return the edge's starting point 2015-06-11 11:53:02 +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
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
Florian BRUNET
474f3f8098 Minor fixes to handle boundary values of the angle for the portion of cylinder primitive. 2015-05-05 16:04:28 +03:00
eap
354aaa03b1 52713: Wrong creation info for ProjectionOnCylinder object
fix Python API of GetCreationInformation()
2015-04-24 18:04:30 +03:00
eap
ee311dbb32 23034: EDF GEOM: Information after a transformation without copy
IPAL52713: Wrong creation info for ProjectionOnCylinder object
2015-04-24 17:38:25 +03:00
rnv
c5e0716722 Convert GEOM_Object to list of the GEOM_Object. 2015-04-24 16:43:36 +03:00
eap
e7d9b213f1 Basic geompy methods like MakeShell() are documented in Creating Advanced Geometrical Objects paragraph 2015-04-15 21:22:36 +03:00
skv
d02f4dc567 0022869: EDF 7482 GEOM: Automatically create groups with the generation operations 2015-04-08 16:42:03 +03:00
mpa
55bf84458b INT PAL 0052642: Notebook variables are not dumped to script with Fillet1D, Fillet2D operations (improved) 2015-03-27 15:46:09 +03:00
mpa
ecabd400f8 INT PAL 0052642: Notebook variables are not dumped to script with Fillet1D, Fillet2D operations 2015-03-26 11:08:05 +03:00
skv
87533ec02b 0022776: [CEA 1269] Project a wire or a face on a cylinder 2015-03-23 18:29:16 +03:00
skv
58b6d007bc 0022666: EDF 7253 GEOM: Add thickness to a shell and integrate BrepOffsetAPI_MakeThickSolid 2015-03-18 10:37:36 +03:00
vsr
d34e7eebf2 0022857: EDF GEOM 7167: MakeHalfPartition documentation 2015-02-27 15:07:51 +03:00
vsr
46b96ac794 Fix regressions in test scripts caused by implementation of issue 0022748 2015-02-26 14:14:59 +03:00
vsr
3ddada8e52 0022879: [CEA 1426] TestMeasureOperations fails 2015-02-20 17:41:54 +03:00
eap
c30422ed1f Avoid using GEOM operations directly, not via geompy 2015-02-17 17:51:03 +03:00
akl
ff7fc4d6c2 Copyrights update 2015. 2015-02-10 13:25:20 +04:00
vsr
4b00e015b7 If study is loaded from HDF file, init_geom() has to load data to the engine calling LoadWith() function of StudyBuilder 2015-02-06 15:38:24 +03:00
vsr
97c05bd172 Merge branch occ/shape_reparation_2 2015-01-28 18:23:03 +03:00
skv
cbdcb3694d 0022775: [CEA 1091] Add an option on GetNonBlocks to retrieve quadrangular faces defined on C1 edges 2015-01-26 14:17:02 +03:00
skv
48e895f1fa 0022686: [CEA 1268] Explode a shape into edges sorted in a row from a starting point 2015-01-22 18:46:14 +03:00
vsr
a962c0bed5 Bug in 2D sketcher:
a) Improper set of command parameters (notebook variables) in "rectangle" mode.
b) Added support of notebook variables in the Python API class Sketcher2D.
2014-12-27 11:24:34 +03:00
vsr
528f4842f4 0022747: [EDF] Improvement of Get Shared Shapes operation
Additional improvements:
- Add multi-share parameter to allow searching not sub-shapes which are shared either by all or by couples of input shapes
- Avoid raising exception if no sub-shapes is found; return empty result instead
- Add test script
2014-12-26 13:02:57 +03:00
ana
ed5673f40b 0022762: [EDF] Fast detection of face/face face/solid solid/solid interference 2014-12-17 20:07:41 +03:00
skv
cceb7b5b9e 0022766: [EDF] Transport of names 2014-12-12 16:28:43 +03:00
eap
2b119a6f37 22763: [EDF] Shape processing
Update python docs
2014-12-11 21:29:03 +03:00