Commit Graph

720 Commits

Author SHA1 Message Date
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
msv
1e17309dab Update SMESH module to accomodate new features of NETGEN plugin based on
Netgen ver.4.5
2006-04-27 06:33:13 +00:00
eap
10291d5e0d PAL12239. Prevent from crash on mesh without nodes 2006-04-26 14:57:46 +00:00
mzn
843df0f0f3 IPAL12287. 2006-04-26 13:35:52 +00:00
eap
f25106988f QonvertFromQuadratic() not yet implemented 2006-04-26 12:32:07 +00:00
eap
3b932ed49d Add ConvertFromQuadratic() 2006-04-26 12:17:48 +00:00
eap
d346815d09 Move StdMeshers_Helper to SMESH_MesherHelper
(for linear<->quadratic mesh conversion)
2006-04-26 12:13:20 +00:00
eap
eeafadb4ca add SMESH_MeshEditor::ConvertToQuadratic() method 2006-04-26 12:10:22 +00:00
eap
95af47dc0b move Helper from StdMeshers (for linear<->quadratic mesh conversion) 2006-04-26 12:07:13 +00:00
eap
f48b64f7ad add a dialogue for linear<->quadratic mesh conversion 2006-04-26 12:05:53 +00:00
eap
e016671451 add icon for linear<->quadratic mesh conversion 2006-04-26 12:04:17 +00:00
eap
7d2a00a10b icon for linear<->quadratic mesh conversion 2006-04-26 12:04:02 +00:00
eap
cb34f3c3c6 move StdMeshers_Helper to SMESH_MesherHelper (for linear<->quadratic mesh conversion) 2006-04-26 12:03:26 +00:00
nkv
572ca07c09 Fix for IPAL12172 - import volume group from UNV 2006-04-25 08:03:12 +00:00
eap
79f7e4e5d5 PAL12227. Patch incorrect DumpPython of SetCriteria(): add missing arg 2006-04-25 06:42:16 +00:00
eap
355456262e PAL12227. Correct DumpPython of SetCriteria(): add missing arg 2006-04-25 06:31:53 +00:00
jfa
a09602fef0 Fix for bug 12253: 'SMESH_test0.py' is not executable, because gg had been removed from geompy. 2006-04-24 06:28:32 +00:00