Commit Graph

736 Commits

Author SHA1 Message Date
skl
554409cecc New test script for advanced MeshEditor. 2006-05-19 08:56:21 +00:00
eap
483329b4d2 write Criterion of QuadToTri() in PythonDump 2006-05-06 09:12:24 +00:00
eap
c07a293fc6 do not write distruction in PythonDump as creation is not written 2006-05-06 09:10:53 +00:00
eap
886a97a2e4 fix QuadToTri() on quadratic elements not bound to shape 2006-05-06 08:16:25 +00:00
eap
59cc20197f In ExtrusionAlongPath(), prevent SIGSEGV on an empty path submesh 2006-05-06 07:51:53 +00:00
eap
c2805b7c74 Fix ConvertToQuadratic() for a mesh without edges 2006-05-06 06:57:20 +00:00
eap
d3af61ce33 Fix Quadrangle and Triangle filters for quadratic elements 2006-05-06 06:29:15 +00:00
eap
3c8cb0e08e Make QuadToTri() put new nodes of quadratic triangles on a surface 2006-05-06 06:23:48 +00:00
eap
a2797078a4 Add access to subshape by shape ID 2006-05-06 06:19:01 +00:00
enk
3b19e7ce9f Fix for Bug IPAL11055:
It is impossible to input negative value as f(t) in table function.
2006-05-05 12:06:21 +00:00
eap
b89dff3c27 correct the previous revision 2006-05-05 08:35:17 +00:00
eap
1f23ca1d2d fix SIGSEGV in ConvertFromQuadratic() on torus 2006-05-05 08:22:25 +00:00
eap
8e5fb5d7ab fix bug 10638: add SMESH_Mesh::GetGroups() allowing correct PythonDump of groups of imported mesh 2006-05-04 17:10:22 +00:00
eap
22967ffd3f fix bug 10638: add and use SMESH_Mesh::GetGroups() allowing correct PythonDump of groups of imported mesh 2006-05-04 17:09:38 +00:00
eap
9aa3a7211b fix error in ChangeElemNodes() 2006-05-04 15:10:00 +00:00
eap
b0e5255f0e Modif forced by changes in SMESH_MeshEditor::FindFaceInSet() 2006-05-04 14:25:46 +00:00
eap
f0faf58a38 1) SMESH_Mesh: add methods to get complete information of nodes, elements, submeshes
2) SMESH_MeshEditor: methods adding elements return their IDs;
3) SMESH_MeshEditor: add ChangeElemNodes()
4) SMESH_MeshEditor: add GetLastCreatedNodes() and GetLastCreatedElems() to get results of complex operation
2006-05-04 14:23:21 +00:00
eap
34fc1a09eb Add CreateEmptyMesh() 2006-05-04 14:18:20 +00:00
eap
ef0d88b1bb Add methods to get complete information of nodes, elements, submeshes 2006-05-04 14:17:32 +00:00
eap
054a8f6dba 1) methods adding elements return their IDs
2) Add ChangeElemNodes(), GetLastCreatedNodes() and GetLastCreatedElems()
2006-05-04 14:13:24 +00:00
eap
a6ffc9023c Add CreateEmptyMesh() 2006-05-04 13:47:24 +00:00
eap
e018834cab Update quadratic elements by the script 2006-05-04 13:46:01 +00:00
eap
830094fe0a Modif forced by changes in SMESH_MeshEditor::FindFaceInSet() 2006-05-04 13:40:00 +00:00
eap
c5c2208a8c Take care of having predictable results. Keep results of the last operation. 2006-05-04 13:37:38 +00:00
eap
12375208ad Implement ConvertFromQuadratic() operation 2006-05-04 09:29:29 +00:00
eap
abfa12f3fc Implement ConvertFromQuadratic() 2006-05-04 09:28:59 +00:00
eap
0a923c8921 modify icon for ConvertFromQuadratic() operation 2006-05-04 09:27:29 +00:00
eap
c7860dbb35 Add SMESH_MeshEditor::ConvertFromQuadratic() 2006-05-04 09:24:16 +00:00
eap
829542bd83 "ConvertFromQuadratic": fix comment 2006-05-04 09:18:09 +00:00
eap
e33d871d3f "ConvertFromQuadratic": allow rmoving free elems/nodes being not in submesh 2006-05-04 09:17:43 +00:00
jfa
21b8db55e9 Add missing copyrights. 2006-05-04 08:58:38 +00:00
eap
2e96c9ec03 fix bug 10638. Assure correct removal of all sub-objects of a selected one 2006-05-04 08:42:22 +00:00
vsr
ad80310695 Improve compilation procedure:
- add dependencies from make_commence.in, make_conclude.in, ... files
- fix bug: configure script takes make_commence.in, make_conclude.in, ... files from build directory instead of sources
2006-05-04 07:10:26 +00:00
mzn
8a1cdcc96e IPAL12298. 2006-05-04 07:10:02 +00:00
eap
d3ac2560d2 fix SIGSEGV in SewSideElements() on quadratic volumes, also check there that input nodes belong to input side elements 2006-05-03 15:09:28 +00:00
eap
69ddeca946 add GetNodeIndex() 2006-05-03 15:06:18 +00:00
eap
53781e4054 fix assignation of a set of hypotheses 2006-05-03 14:56:12 +00:00
eap
b28dc98b3a fix bug 11757. Use free labels when publishing a reference 2006-05-03 14:53:45 +00:00
eap
7d8a3a8516 Store shape id in SpacePosition 2006-05-03 05:43:04 +00:00
eap
642cb31553 Fix shape id in GetMediumNode() 2006-05-02 13:51:58 +00:00
jfa
e3994c67d1 Fix a problem with not initialized class member. 2006-05-02 12:47:47 +00:00
apo
4c00d99625 Fix for Bug12202
TC: CRASH after import of "test18.med" file in MESH module.
2006-05-02 12:10:10 +00:00
eap
c86911a843 Fix smoothing quadratic elements on non planar surfaces. 2006-05-02 09:58:42 +00:00
eap
ae30e9e9e0 Use SetSubShape() in IsQuadraticSubMesh(). Fix SIGSEGV in AddFace() on sphere and cone. 2006-05-02 09:57:12 +00:00
eap
44a4764fcf Make dubug output more clear 2006-05-02 09:02:42 +00:00
mkr
5704a806a0 1) Update doxyfile (use Doxygen 1.4.6), style-sheet for TUI documentation.
2) Update header and background of TUI documentation.
3) Automatic update of documentation version.
2006-05-02 06:34:25 +00:00
mzn
052afccdcc IPAL12295. 2006-04-28 10:56:09 +00:00
eap
3bd31348a8 bug 12018. "Add Quadratic PYRAMID" change into "Add Quadratic Pyramid" 2006-04-27 15:23:34 +00:00
eap
81677b70bf bug 11414. Correct removal of wrapped deleted objects 2006-04-27 14:41:04 +00:00
eap
3c7fb11b5f fix bug 12302( TC ). Additionally make possible to edit submeshes with hypos without algos assigned 2006-04-27 13:39:28 +00:00