akl
7c7b4b0636
0021708: [CEA 586] Object browser sort only children:
...
+ Add Use Case browser data tree management
+ Add "Sort children" contextual menu popup item
+ Update user documentation
2013-07-09 08:32:08 +00:00
eap
29d50dfec3
1) 0020976: EDF 1471 SMESH: New ergonomy to display quality controls
...
interface SMESH_IDSource
{
+ long_array GetNbElementsByType();
2) Compute progress bar
interface SMESH_Mesh
{
+ double GetComputeProgress();
2013-07-03 16:00:19 +00:00
eap
6cd017c643
0020976: EDF 1471 SMESH: New ergonomy to display quality controls
...
interface Predicate: Functor
{
+ long NbSatisfying( in SMESH::SMESH_IDSource obj );
interface NumericalFunctor: Functor
{
+ Histogram GetLocalHistogram( in short nbIntervals, in boolean isLogarithmic,
+ in SMESH::SMESH_IDSource obj );
2013-07-03 15:58:19 +00:00
eap
abba7ab65c
- $(MED_LDFLAGS) -lSalomeIDLMED \
2013-06-25 18:17:26 +00:00
eap
52bee29ddd
CoTech decision: move MEDWrapper from MED to SMESH
...
-#include "MED.idl"
+ struct MedFileInfo
+ {
2013-06-25 11:58:31 +00:00
eap
73396da9cd
remove a wring comment
2013-06-24 10:01:25 +00:00
eap
4fecefcc2b
0021952: Add an option to write planar meshes as 3D meshes in MED files
2013-06-05 15:13:53 +00:00
eap
0ebda3344b
0022104: EDF 2550 SMESH: 2D viscous layer, allow specifying edges with viscous layer
...
interface StdMeshers_ViscousLayers2D : SMESH::SMESH_Hypothesis
{
+ void SetEdges(in SMESH::long_array edgeIDs,
+ in boolean toIgnore) raises (SALOME::SALOME_Exception);
+ SMESH::long_array GetEdges();
+ boolean GetIsToIgnoreEdges();
2013-05-30 14:21:55 +00:00
eap
85ee212909
0022108: EDF 2547 SMESH: Duplicate elements only
...
+ SMESH_Group DoubleElements( in SMESH_IDSource theElements,
+ in string theGroupName )
2013-05-28 16:47:10 +00:00
eap
b2bb39a768
0022106: EDF 2464 SMESH : Split quadrangles in 4 triangles
...
+ void QuadTo4Tri (in SMESH_IDSource theQuads) raises (SALOME::SALOME_Exception);
2013-05-22 15:34:55 +00:00
eap
57a7fd817d
0022107: EDF 2502 SMESH: Publish the result of show bad mesh in a group
...
+ SMESH::ListOfGroups MakeGroupsOfBadInputElements( in SMESH_Mesh theMesh,
+ in short theSubShapeID,
+ in string theGroupName)
+ raises ( SALOME::SALOME_Exception );
2013-05-21 09:09:23 +00:00
eap
a41cfa6771
+ void ClearLastCreated() raises (SALOME::SALOME_Exception);
2013-05-16 17:14:15 +00:00
eap
ab30b9ea23
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
...
+ FT_ConnectedElements,
+ interface ConnectedElements : Predicate {
2013-05-16 17:14:04 +00:00
eap
7eb6b6fa33
0022100: EDF 2413 SMESH: Take into account TRIA7
...
+ Entity_BiQuad_Triangle,
2013-05-16 17:13:13 +00:00
vsr
bd8f1aee7c
Merge from V6_main 01/04/2013
2013-04-01 13:05:47 +00:00
vsr
7aebb99e42
Merge from V6_main 06/03/2013
2013-03-06 13:57:01 +00:00
vsr
9a54694a0a
Merge from V6_main 11/02/2013
2013-02-12 14:37:44 +00:00
vsr
1067ffa6e7
Merge from V6_main 13/12/2012
2012-12-13 11:41:29 +00:00
vsr
f5016d85b7
Merge from V6_main (04/10/2012)
2012-10-08 11:56:59 +00:00
vsr
bd4e115a78
Merge from V6_main_20120808 08Aug12
2012-08-09 10:03:55 +00:00
vsr
0635c9fc80
Merge from BR_V5_DEV 16Feb09
2009-02-17 05:27:49 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
57b43b4d01
Join modifications from branch OCC_debug_for_3_2_0b1
2006-05-06 08:51:48 +00:00
jfa
4ff5bd6154
Join modifications from branch OCC_development_for_3_2_0a2
2006-03-13 15:29:49 +00:00
smh
d0f366c4a3
Merge from OCC_development_generic_2006
...
Preparation of 3.2.0a1
2006-02-07 15:01:11 +00:00
jfa
6b471bcc54
Join modifications from branch BR_3_1_0deb
2005-12-28 09:17:39 +00:00
eap
5c933ecde0
PAL10953. Add Fineness parameter to Automatic Length hypothesis
2005-12-26 10:34:54 +00:00
eap
236b583d31
PAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo
2005-12-23 10:00:03 +00:00
eap
81e9dbdf6c
PAL10491. Add GetAlgoState()
2005-11-14 09:11:54 +00:00
mzn
11899ab525
Fix for bug PAL10409 (Filter "Belong to geom" fails if 2 geom shapes have the same name);
2005-11-11 15:50:58 +00:00
eap
c00242c4f0
PAL10237. Add AutomaticLength 1D hypothesis
2005-11-01 10:10:14 +00:00
skl
868e306e09
Improvement of extrusion functionality
2005-10-25 07:26:54 +00:00
eap
f8d37e1347
IMP 10199 (add Volume Control). Add Volume3D NumericalFunctor
2005-10-10 14:46:38 +00:00
sln
7c3a43b79f
GetElementType method added. It is used by GUI part in operation selection mechanism
2005-08-23 08:35:18 +00:00
sln
fd1707fca8
Dimension enumeration and IsDimSupported method added
2005-08-23 08:34:05 +00:00
asl
8672ad3e76
PAL8238
2005-08-16 12:26:35 +00:00
jfa
c9c6669fab
Enable setting of Numeric Functors as criteria in Split Quadrangles and Union Triangles functionalities in GUI
2005-08-11 08:06:39 +00:00
smh
c38c10811a
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
2005-06-07 13:22:20 +00:00
jfa
7411bcf53c
PAL8267: two new API methods added: ExtrusionSweepObject1(2)D()
2005-03-21 12:40:07 +00:00
apo
5c75cb66e5
Update comments for ExportMED / ExportToMED methods
2005-01-27 08:37:00 +00:00
mzn
298f5a9bb3
Bug PAL7222( DEVELOPMENT : Info on mesh and export MED File ).
...
Comment for auto_groups parameter of ExportToMED(...) method added.
2005-01-24 06:46:13 +00:00
eap
c21a157b9d
PAL7358. Add BadOrientedVolume predicate
2005-01-21 12:28:06 +00:00
san
e465982eeb
Implementation of new pattern mapping algorthm (mesh refinement)
2005-01-20 14:44:17 +00:00
vsr
67d8e77cfa
Implement sweep mesh elements along a path (PAL7218).
2005-01-20 14:41:50 +00:00
admin
090aff0726
Merge with OCC_development_01
2005-01-20 06:25:54 +00:00
admin
e4737e85f0
Merge with version on tag OCC-V2_1_0d
2004-12-01 10:48:31 +00:00
yfr
c3bf92bd87
DCQ : Merge with Ecole_Ete_a6.
2004-06-18 08:34:31 +00:00
jrt
7b70ad87bf
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
2004-03-15 18:42:16 +00:00
jrt
bf1947495c
Create and use HAVE_NETGEN (#define) to avoid unresolved symbols in libraries.
2003-12-10 17:23:08 +00:00