jfa
9b12ac2221
A patch by Paul RASCLE for ASTER cluster (64 bits).
2007-03-15 06:55:40 +00:00
eap
42453f615f
PAL13460 (force the mesh to go through a point)
...
extract SMESH_MeshEditor.idl from SMESH_Mesh.idl
2007-02-28 09:47:03 +00:00
eap
8a94b0bd1f
PAL13460 (PAL EDF 301 force the mesh to go through a point)
...
+ typedef sequence<PointStruct> nodes_array;
+ struct ElementSubType { ElementType SMDS_ElementType;
+ boolean isPoly;
+ long nbNodesInElement; };
+ typedef sequence<ElementSubType> types_array;
+ /*!
+ * Structure containing mesh edit preview data
+ */
+ struct MeshPreviewStruct { nodes_array nodesXYZ;
+ long_array elementConnectivities;
+ types_array elementTypes; };
inteface SMESH_Mesh {
+ /*!
+ * Return SMESH_MeshEditor that would not modify the mesh but
+ * fill MeshPreviewStruct
+ */
+ SMESH_MeshEditor GetMeshEditPreviewer()
+ raises (SALOME::SALOME_Exception);
+ /*!
+ * Return data of mesh edition preview which is computed provided
+ * that the editor was obtained trough SMESH_Mesh::GetMeshEditPreviewer()
+ */
+ MeshPreviewStruct GetPreviewData();
2007-02-21 17:15:57 +00:00
eap
83d70f30cc
PAL13504 (Mesh from an imported mesh)
...
+ boolean HasShapeToMesh()
PAL13903 (SMESH Extrusion along a path , linear variation of the angles)
+ double_array LinearAnglesVariation()
2007-02-20 09:24:33 +00:00
eap
e174e4abb2
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
...
add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
letting the user know that assigned algorithm will not be
taken into accoun while mesh generation
2007-01-22 06:35:47 +00:00
eap
c52ed61b6f
PAL13473 (Build repetitive mesh):
...
1) add a new Hypothesis_Status
2) long_array GetElemNodes(in long id);
2006-12-06 16:19:10 +00:00
skl
0c56d66286
Corrected for PAL13626.
...
New method GetShapeIDForElem() is added.
2006-10-20 05:11:32 +00:00
skl
bfdb869b5b
Corrected for PAL13549.
2006-10-17 06:48:15 +00:00
skl
355aa3565c
Corrected for PAL13543 and PAL13549.
2006-10-09 11:02:00 +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
skl
868e306e09
Improvement of extrusion functionality
2005-10-25 07:26:54 +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
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
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
nri
fee8e84e2e
NRI : Merge from V1_2.
2003-07-10 15:09:38 +00:00
nri
0b959120c5
NRI : First integration.
2003-05-19 13:18:36 +00:00