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
eap
ed87a1f7c8
22752: [EDF] Provide explicit feedback on what has been done by Shape Processing operation
...
+ 22757: [EDF] Vertex on Edge --- allow projecting several points at once
2014-12-10 19:12:15 +03:00
mpa
1deab8bc71
0022759: [EDF] Creation of a surface from several edges
2014-12-10 19:03:21 +03:00
eap
33eddb946d
22755: [EDF] Improvement of Projection operation
2014-11-21 20:25:48 +03:00
eap
23a1ce7d1c
22756: [EDF] Intersection operation
2014-11-20 18:11:55 +03:00
vsr
00995421b1
0022767: [EDF] Construction of composite solids
2014-11-19 14:59:48 +03:00
ova
285d412521
0022761: [EDF] Improvement of Explode dialog box
2014-11-13 16:01:25 +03:00
skv
bff7674ef5
0022754: [EDF] Surface of a face
2014-11-13 16:01:21 +03:00
skv
d37d50070c
0022753: [EDF] Extension of the curves and surfaces
2014-11-13 15:51:58 +03:00
eap
0c260c9c89
0022757: [EDF] Vertex on Edge
2014-11-13 15:51:52 +03:00
skv
d632c33a6e
0022758: [EDF] Creation of a face from a surface and limiting edges
2014-11-13 15:51:46 +03:00