eap
5036f6282e
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
...
/*!
+ * \brief Return nodes in the order they encounter while walking along the side.
+ * For a closed side, the 1st point repeats at end
+ */
+ std::vector<const SMDS_MeshNode*> GetOrderedNodes() const;
2011-10-13 05:31:21 +00:00
eap
678e9eaa31
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
...
+ def Projection1D2D(self, geom=0):
+ return Mesh_Projection2D(self, geom, "Projection_1D2D")
2011-10-13 05:28:51 +00:00
eap
ce1fe98019
fix a comment
2011-10-13 05:28:23 +00:00
eap
9484b374c3
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
...
+ static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1,
+ const TopoDS_Shape& shape2,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType);
+ std::pair<int, TopAbs_ShapeEnum> GetMediumPos(const SMDS_MeshNode* n1,
+ const SMDS_MeshNode* n2);
2011-10-13 05:27:59 +00:00
eap
fb7637f099
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
set a more human readable name to the filter
2011-10-12 18:06:28 +00:00
eap
7133933036
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
...
use tolerance computed basing on min linear size of elements to import
2011-10-07 11:36:22 +00:00
eap
1064303dd1
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
...
in _Listener::ProcessEvent(), clear n2n and e2e maps at CLEAN event
2011-10-07 11:35:39 +00:00
eap
bf2f45b258
fix Mesh_UseExistingElements.SourceEdges()
2011-10-06 16:02:40 +00:00
eap
eaff026082
0021371: EDF SMESH: The propagation of elements courbure is sometimes wrong in quadratic conversion with nodes on geometry
...
In FixQuadraticElements(), enhance detection of straight links
2011-10-06 16:01:08 +00:00
eap
1d668d5560
0021371: EDF SMESH: The propagation of elements courbure is sometimes wrong in quadratic conversion with nodes on geometry
...
+ double MinLinearSize2() const;
+ // Return minimal square distance between connected corner nodes
2011-10-06 15:59:05 +00:00
eap
bc5760bd4e
untabify
2011-10-06 12:10:14 +00:00
eap
e30e0260ae
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
...
Redesign to work with composite cube edges
0021369: EDF SMESH: Meshing of a cube in hexas fails
fix defining orientation of a side in case of reversed wire
2011-10-06 09:46:34 +00:00
eap
1f44408d18
untabify
2011-10-06 09:43:59 +00:00
eap
59786ee5ea
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
...
+ const std::vector<TopoDS_Edge>& Edges() const { return myEdge; }
2011-10-06 09:43:30 +00:00
eap
9ff48e7e76
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
...
Redesign LoadNodeColumns() to work with a composite base side
2011-10-06 09:42:51 +00:00
eap
d36c35f9a2
fix comment
2011-10-06 09:39:29 +00:00
vsr
eab28bb62c
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
Additional changes: update doc images
2011-10-05 10:22:15 +00:00
vsr
48de302f98
0021359: [CEA] Mesh information
...
Additional minor changes: update doc snapshots
2011-10-05 08:40:53 +00:00
vsr
6dce27e43b
0021359: [CEA] Mesh information
...
Additional minor changes: fix bad layout; fix wrong statement
2011-10-05 08:39:05 +00:00
gdd
2dbfdb63ff
Additional information:
...
Number of underlying nodes => Underlying nodes
2011-10-05 08:37:54 +00:00
gdd
23a8638194
Additional information:
...
Number of nodes => Number of underlying nodes
2011-10-05 08:28:05 +00:00
eap
f734fda203
0020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
...
+def FirstVertexOnCurve(edge):
+ def ReversedEdgeIndices(self, reverseList):
2011-10-05 08:15:51 +00:00
gdd
c0ac1b2932
Update French resource file
2011-10-05 06:16:34 +00:00
vsr
f107eb7da4
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
0021359: [CEA] Mesh information
2011-10-04 14:19:30 +00:00
vsr
d10c2da017
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
0021359: [CEA] Mesh information
2011-10-04 14:07:49 +00:00
eap
fe3063e74b
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
remove 100000 limit
2011-10-04 14:01:58 +00:00
vsr
a75dad97e1
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
0021359: [CEA] Mesh information
2011-10-04 13:24:48 +00:00
vsr
5d42bfdbec
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
0021359: [CEA] Mesh information
2011-10-04 13:14:47 +00:00
eap
4fc70c1e15
in GetCriterion(), check enumeration type of Treshold and CritType
2011-10-04 09:02:21 +00:00
eap
89e2fe991e
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
fix GetTic()
2011-10-04 08:53:35 +00:00
eap
c39387f140
untabify
2011-10-04 07:19:13 +00:00
eap
af3090f59b
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
+ virtual int GetTic() const;
2011-10-04 07:17:28 +00:00
eap
044576569d
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
+ long GetNumberOfNodes();
+ long_array GetNodeIDs();
+ boolean IsNodeInfoAvailable();
2011-10-04 07:17:02 +00:00
rnv
a1f18f175a
Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation" issue.
2011-10-03 07:52:38 +00:00
gdd
733a67e03d
Small cosmetic changes in BLSURF documentation
2011-09-30 15:38:21 +00:00
rnv
3bf038b8b5
Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation.
2011-09-28 11:36:47 +00:00
rnv
48a0df2a9e
Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation.
2011-09-28 08:43:35 +00:00
rnv
6722eec5f5
Implementation of the issue 21285: EDF 1877 SMESH: Color of groups is only visible on one side.
2011-09-26 10:41:06 +00:00
rnv
92675bafdf
Implementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox
2011-09-22 11:56:53 +00:00
rnv
4a818e20d5
Fix for the issue "21356: EDF 1705 SMESH: Extrusion along a path using a mesh w/o geometry".
2011-09-22 07:07:55 +00:00
rnv
8671ae97d9
Additional integration for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue: generated SalomeApp.xml added in the nodist_salomeres_SCRIPTS list.
2011-09-20 15:26:11 +00:00
eap
0f954310b4
0021363: EDF 1957 SMESH: Use of viscous layers with BLSURF
...
fix up incorrect uv of nodes on the FACE
2011-09-20 08:08:23 +00:00
rnv
d5627df2d4
Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue.
2011-09-16 06:22:33 +00:00
eap
9243678000
0021358: [CEA 500] SMESH HEXAHEDRA from 2D quad skin detect a error
...
Fix detection of corner nodes for blocks of size 1x1x1
2011-09-14 08:49:33 +00:00
gdd
9b32250146
Convert text to Qt::tr
2011-09-14 08:42:44 +00:00
rnv
9d3b3bf258
Implementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box" issue.
2011-09-13 09:03:12 +00:00
gdd
9116958a2b
Update Hexotic doc and remove some MESSAGE
2011-09-06 14:40:22 +00:00
gdd
da6df0a559
- Hexotic is no longer experimental => remove warnings
...
- Input quadrangles are now handled for mesh with geometry associated (they are cut into triangles as it is done w/o geometry associated).
2011-09-05 14:54:07 +00:00
eap
efd5d0e9d1
Fix error message for the case of adjacent faces with triangular elements
2011-09-05 07:16:47 +00:00
gdd
55f8593d0d
Comment MESSAGE
2011-09-02 14:04:37 +00:00