Commit Graph

  • 3fa31cc01e Fix for PAL7758(Incorrect work of "Lying on Geom" filter for faces). LyingOnGeom::Contains(...) improved. mzn 2005-01-20 11:50:07 +00:00
  • 090aff0726 Merge with OCC_development_01 V2_2_0a1 admin 2005-01-20 06:25:54 +00:00
  • 75e4a331f5 Bug PAL7728 Thre is an error after trying to import "SMESH_test5.py" via python console. Note: In the script used output directory for unv files with no write permissions. Fix: Directory changed to "/tmp/" OCC_development_01 enk 2005-01-18 07:30:55 +00:00
  • 1e59cc2426 Solve problems: 1. Trying to apply the same 2d pattern subsequently to two adjacent mesh faces leads to segmentation violation 2. Attempt to apply a 3D pattern to two adjacent volumes hangs up SALOME. 3. Passing 0 or 1 as node index argument to SMESH_Pattern::ApplyToMeshFaces() gives identical results. eap 2005-01-18 07:08:14 +00:00
  • 5b961b878c Implementation of GUI for mesh refinement with help of patterns san 2005-01-17 16:16:56 +00:00
  • f0ddb8c3ac PAL7221 (DEVELOPMENT : Improve filter which find elements on Shape). Add "LyingOnGeom" filter. Add script containing BuildGroupLyingOn(...) function. mzn 2005-01-17 13:39:04 +00:00
  • 157b19ec7f PAL7221 (DEVELOPMENT : Improve filter which find elements on Shape). Add "LyingOnGeom" filter. mzn 2005-01-17 13:35:49 +00:00
  • 0677cc99fe Do not remove nodes of refined elements eap 2005-01-17 13:30:22 +00:00
  • e9962a2562 Implement PAL7218: Sweep mesh elements along discretized curve vsr 2005-01-17 12:59:49 +00:00
  • 76e859fd8d Implement PAL7218: Sweep mesh elements along discretized curve vsr 2005-01-17 12:54:44 +00:00
  • d590247c64 Implement PAL7218: Sweep mesh elements along discretized curve vsr 2005-01-17 12:48:21 +00:00
  • a067f7f0d8 PAL7252(improve File Dialog for export to MED for choosing format of MED files to export to). Also, the value of "auto_groups" parameter of ExportToMED method changed to false(so, currently, automatic groups are never created). OCC_MED_2_2 smh 2005-01-17 11:24:51 +00:00
  • 98b7f7a44e PAL7731. Make ceiling faces normals external in makeWalls() eap 2005-01-17 11:11:54 +00:00
  • b9a4ef3658 PAL7731. Consider volume orientation according to MED convention eap 2005-01-17 11:04:40 +00:00
  • c0faddf82f Corrections due to improvement of SMDS: add dependence on OCCT TKernel msv 2005-01-14 13:46:08 +00:00
  • e9160b6567 corrections due to improvement of SMDS msv 2005-01-14 13:44:21 +00:00
  • 5ffc6f2991 Improve SMDS: correct error message msv 2005-01-14 13:42:57 +00:00
  • 5d84bc4bdb Improve SMDS: replace std::set with NCollection_List for storage of inverse connections msv 2005-01-14 13:42:25 +00:00
  • eab9bcb035 Improve SMDS: replace std::map with NCollection_DataMap for storage of elements msv 2005-01-14 13:41:13 +00:00
  • e9f2fd0ea8 Improve SMDS: replace STL containers with their eqiuvalents from OCCT NCollection for sets of mesh entities msv 2005-01-14 13:39:57 +00:00
  • 975446e08d Improve SMDS: - replace STL containers with their eqiuvalents from OCCT NCollection for sets of mesh entities - debug memory leak due to uninitialised myParent field msv 2005-01-14 13:39:20 +00:00
  • 705617b829 Improve SMDS: extract ElemIterator into a separate header msv 2005-01-14 13:35:12 +00:00
  • 81a3fd0507 Improve SMDS: - extract ElemIterator into a separate header - add compiler options for OCCT msv 2005-01-14 13:34:49 +00:00
  • e0e5b30f80 Improve SMDS: porting to WNT msv 2005-01-14 13:32:49 +00:00
  • 61d5fb0e6a Improve SMDS: replace std::vector with simple array for storage of links to nodes in mesh elements msv 2005-01-14 13:26:34 +00:00
  • 40e9d61119 Improve SMDS: extract ElemIterator into a separate header msv 2005-01-14 13:11:20 +00:00
  • d8359857be PAL6951: Documentation of meshpy.py. jfa 2005-01-14 12:06:51 +00:00
  • b2ec35e1ca Bug PAL7725: It would be perfect to include "SMESH_test5.py" script in compilation process. enk 2005-01-14 09:57:56 +00:00
  • b3a051c811 PAL7704. fix nb of internal points when there is a scale factor given for NB_SEGMENTS ( fix by Erwan ADAM ) eap 2005-01-13 14:48:51 +00:00
  • d826413297 PAL7402. Avoid decrement of pd_refCount of subMesh at exit from GetSubMesh() eap 2005-01-13 14:29:42 +00:00
  • 8e95b9611a removed python file SMESH_test.py enk 2005-01-13 06:00:42 +00:00
  • 20a7aa8b27 added new python file SMESH_test.py enk 2005-01-13 06:00:13 +00:00
  • 49897c5dfd Remove unused variables apo 2005-01-12 13:14:05 +00:00
  • a809677ab6 Fix on Bug PAL7606 Controls operation aren't work during Clipping apo 2005-01-12 13:12:10 +00:00
  • 959198f20f Fix on - Bug PAL7606 Controls operation aren't work during Clipping apo 2005-01-12 13:09:15 +00:00
  • fe2a7b95ba moved from directory ../SMESH_I enk 2005-01-12 10:53:56 +00:00
  • 44caf8ac09 move to directory ../SMESH_SWIG enk 2005-01-12 10:52:52 +00:00
  • b5ef37e453 PAL5919. make group and sub-mesh names read-only eap 2005-01-12 10:52:26 +00:00
  • 91a00132d4 PAL7451. Now RotationSweep() and ExtrusionSweep() call makeWalls() eap 2005-01-12 06:49:46 +00:00
  • a35771f3a5 PAL7451. Add FindFaceInSet() eap 2005-01-12 06:47:54 +00:00
  • 87c6240def PAL7451. Correct orientation defining in Set() eap 2005-01-12 06:43:01 +00:00
  • dab18e6dd3 FindCoincidentNodes() now accepts a set of nodes eap 2005-01-10 12:45:58 +00:00
  • 6becd11b62 Enable refinement of mesh faces and hexahedrons eap 2005-01-10 12:44:08 +00:00
  • 4c367fbe91 FindCoincidentNodes() now accepts a set on nodes to search between; AddToSameGroup() becomes public eap 2005-01-10 12:35:26 +00:00
  • dee2c0771d Enable work with a mesh volume as well eap 2005-01-10 12:32:37 +00:00
  • 6a3571efd9 Pb8 from Suivie.doc: removing seam and degenerated edges applied jfa 2005-01-10 08:12:28 +00:00
  • c483b7246f [Bug PAL7252] DEVELOPMENT: Porting to MED2.2 apo 2005-01-10 07:06:17 +00:00
  • f4333d2f61 Remove unnecessary messages apo 2005-01-04 10:59:58 +00:00
  • b479976b78 [Bug PAL7252] DEVELOPMENT: Porting to MED2.2 apo 2004-12-30 08:05:59 +00:00
  • a88e2af2a6 Bug PAL7334 - DEVELOPMENT : Control Improvement Bug PAL7613: Needless submenu in the 3D Viewer popup for meshes groups enk 2004-12-29 14:32:59 +00:00
  • 078f309423 Fix on Bug PAL7358 SMESH : 3D mesh elements has bad orientation, material is outside apo 2004-12-29 13:38:15 +00:00
  • 37f837210e PAL7610: Provide own icons for 'Aspect Ratio 3d', 'Length 2d', 'Free Edges', 'Multi-connection 2d' menu items. vsr 2004-12-29 06:20:33 +00:00
  • c51eaff3b2 Fix regression apo 2004-12-29 05:58:56 +00:00
  • f432a8d3c1 [Bug PAL7252] DEVELOPMENT: Porting to MED2.2 apo 2004-12-28 13:48:15 +00:00
  • 57d4d5c456 Bug PAL7334 - DEVELOPMENT : Control Improvement apo 2004-12-28 06:52:07 +00:00
  • 7a20cb6635 Bug PAL7334 DEVELOPMENT : Control Improvement apo 2004-12-28 06:06:40 +00:00
  • 81b2a4c986 Bug PAL7334 DEVELOPMENT : Control Improvement apo 2004-12-27 14:02:40 +00:00
  • 586a2465d0 Bug PAL7334 DEVELOPMENT : Control Improvement apo 2004-12-27 13:11:52 +00:00
  • 7fd19e4676 Bug PAL7334 DEVELOPMENT : Control Improvement apo 2004-12-27 12:49:55 +00:00
  • 30f78ce578 Bug PAL7334 DEVELOPMENT : Control Improvement apo 2004-12-27 11:58:51 +00:00
  • 212f14870c corrcted script: Bug PAL6769 file SMESH_test.py doesn't work enk 2004-12-27 11:44:36 +00:00
  • 2a9bba38ee Bug PAL7334 DEVELOPMENT : Control Improvement enk 2004-12-27 10:33:49 +00:00
  • 208ec1a9a7 Bug PAL7334 DEVELOPMENT : Control Improvement enk 2004-12-27 10:20:36 +00:00
  • d43a813fc0 To separate interface and implementation of the SMESH_Object class apo 2004-12-27 10:02:12 +00:00
  • bfe435ad43 remove unneeded whitespaces enk 2004-12-27 09:09:49 +00:00
  • ea51ada0c0 To separate interface and implementation of the SMESH_Actor class apo 2004-12-27 07:53:13 +00:00
  • 34ff0ddae5 Bug PAL7334 DEVELOPMENT : Control Improvement enk 2004-12-27 06:10:34 +00:00
  • 35875a9c84 Bug PAL7334 DEVELOPMENT : Control Improvement enk 2004-12-27 06:09:31 +00:00
  • 2d926edd92 Fix on - Bug PAL7334 DEVELOPMENT : Control Improvement - implementation of Display Entity functionality apo 2004-12-24 13:16:34 +00:00
  • 2adad59bbb Bug PAL7334 DEVELOPMENT : Control Improvement enk 2004-12-24 10:59:44 +00:00
  • 61f149c681 Fix on - Bug PAL7220: DEVELOPMENT : 3D Aspect Ratio apo 2004-12-23 11:19:33 +00:00
  • 8d3bdcaca7 Fix on - Bug PAL7220: DEVELOPMENT : 3D Aspect Ratio apo 2004-12-23 11:09:11 +00:00
  • 07085534b5 Fix on - Bug PAL7220: DEVELOPMENT : 3D Aspect Ratio apo 2004-12-23 10:31:25 +00:00
  • ca135511fb Initial version of files for OCC developers OCC_initial_01 admin 2004-12-22 11:28:54 +00:00
  • 99d2c1048c This commit was generated by cvs2git to create branch 'OCC_development_01'. admin 2004-12-17 11:07:37 +00:00
  • 727912d515 This commit was generated by cvs2git to create tag 'V2_1_0'. V2_1_0 admin 2004-12-17 11:07:36 +00:00
  • ed456586bf Merge with OCC-V2_1_0_deb admin 2004-12-17 11:07:35 +00:00
  • e8c5102769 Update from OCC OCC-V2_1_0_deb admin 2004-12-17 08:17:21 +00:00
  • e4737e85f0 Merge with version on tag OCC-V2_1_0d V2_1_0b1 admin 2004-12-01 10:48:31 +00:00
  • 5ce23baf3a Nerge with PAL/SALOME 2.1.0d OCC-V2_1_0d PAL_OCC admin 2004-11-24 10:58:03 +00:00
  • 0febe018bc Integration of PAL/SALOME V2.1.0c from OCC OCC-V2_1_0c smh 2004-10-19 11:50:09 +00:00
  • 0de991099a This commit was generated by cvs2git to create branch 'PAL_OCC'. admin 2004-07-20 07:56:07 +00:00
  • 02ac2902de This commit was generated by cvs2git to create tag 'V2_0_0'. V2_0_0 admin 2004-07-20 07:56:06 +00:00
  • 51569f091c DCQ:prepare 2.0.0 yfr 2004-07-20 07:56:05 +00:00
  • baa66acb33 DCQ:prepare 2.0.0 yfr 2004-07-20 07:36:59 +00:00
  • 23000ff44b This commit was generated by cvs2git to create tag 'V2_0_0b1'. V2_0_0b1 admin 2004-06-18 08:55:37 +00:00
  • bc37f0b49f DCQ : Merge with Ecole_Ete_a6. yfr 2004-06-18 08:55:35 +00:00
  • c3bf92bd87 DCQ : Merge with Ecole_Ete_a6. yfr 2004-06-18 08:34:31 +00:00
  • f1ec8880d0 Fix on Bug SMESH6034 StdMeshers_Hexa_3D does not work with different segment numbers on edges We shoose patch proposed by Bouhamou, see BUG's commants V1_4_1a smh 2004-06-04 07:20:25 +00:00
  • f096a91538 Fix on Bug SMESH5864 - Med file writer does not respect MED specifications for elements (Ecole_Ete_a4) Ecole_Ete_a6 smh 2004-05-18 04:58:22 +00:00
  • 2b81b5b1d8 SMESH5895 smh 2004-05-17 10:00:03 +00:00
  • b9bbbb64bf SMH: Removing obsolete files smh 2004-05-06 14:21:27 +00:00
  • c75e131754 This commit was generated by cvs2git to create tag 'Ecole_Ete_a5'. Ecole_Ete_a5 admin 2004-05-03 12:09:03 +00:00
  • 7d4f3728a5 This commit was generated by cvs2git to create tag 'Ecole_Ete_a4'. Ecole_Ete_a4 admin 2004-05-03 12:09:02 +00:00
  • b03829dde9 NRI : Merge from Event_Server. Add missing include QPushButton. Ecole_Ete_a2 nri 2004-05-03 12:09:00 +00:00
  • 950b14fadf NRI : Merge from Event_Server. ( SMESH requires KERNEL Event_Server branch waiting also merge of KERNEL ) nri 2004-04-30 11:57:32 +00:00
  • adcfad4a39 Implementation of inheritance from base class SALOMEGUI Event_Server smh 2004-04-22 14:02:42 +00:00
  • 143d55f45f SALOME PAL V1_4_1 PAL_SALOME_1_4_1 Base_Ecole_Ete smh 2004-04-05 14:29:26 +00:00
  • 0b9bd142d3 SALOME PAL V1_4_1 smh 2004-04-05 07:13:18 +00:00
  • 9313a9353c SALOME PAL V1_4_1 smh 2004-04-02 13:33:18 +00:00