Commit Graph

363 Commits

Author SHA1 Message Date
sln
2439f9a459 SMESHGUI_DeleteOp operation added 2005-07-14 09:59:06 +00:00
sln
27542bbe52 isStudyLocked method fixed. isReadyToStart is constant now 2005-07-14 09:55:08 +00:00
asl
44ff3c5c26 *** empty log message *** 2005-07-14 08:43:43 +00:00
asl
241395cd3a *** empty log message *** 2005-07-14 05:01:00 +00:00
asl
709c3dba30 *** empty log message *** 2005-07-13 09:35:55 +00:00
asl
c2e6b533c6 Dialogs were divided to "operation and dialog" 2005-07-13 04:25:18 +00:00
sln
617b2a6106 Method isValid is redefined to allow other operations is started above this one. 2005-07-12 13:48:12 +00:00
sln
7b1de01a0b Useless code concerning start of operations removed 2005-07-12 13:46:45 +00:00
asl
aba480e0e8 full checking of geom selection 2005-07-07 11:33:32 +00:00
asl
71c8ad7da0 new operation AddSubMesh 2005-07-07 11:33:00 +00:00
asl
eaeda2a220 There were added new version of method type returning type by string entry 2005-07-07 09:07:10 +00:00
asl
6dea707b73 Names for types were added 2005-07-07 09:06:19 +00:00
asl
3c9a866223 new methods:
1) selected - returns the selection ready to pass to dialog::selectObject
2) prefix - returns the int prefix for types corresponding to some groups (GEOM, SMESH, for example)
3) setDialogActive - allows to set dialog content enable or disable
4) slots onOk, onApply, onCancel - they will be connected automatically in startOperation if dialog has corresponding buttons
2005-07-07 09:05:05 +00:00
asl
4e65ec6527 new operation for SMESHGUI_InitMeshDlg 2005-07-07 09:01:32 +00:00
asl
0dad7e18fd new method setContentActive( bool ): if parameter is true, all content to enable or disable state 2005-07-07 08:58:05 +00:00
asl
388e2dfade Now filter accepts and stores kind of object as qstring (instead char*) and takes kind into account in method isOK 2005-07-07 08:53:20 +00:00
asl
c7d2780341 The default method of selection management is added:
selected( ... )
the lists filled by this method can be passed to dialog::selectObject method in selectionDone() to implement default selection management
2005-07-04 10:45:26 +00:00
asl
4800541e9e New methods for SMDS_Mesh
GetElementType - returns element type by id
2005-07-04 10:28:51 +00:00
asl
cf285acaa8 New methods for SMESH_Mesh
GetElementType - returns element type by id
2005-07-04 10:28:17 +00:00
asl
3ef3246244 New methods for SMESH_Mesh and SMESH_subMesh:
GetElementType - returns element type by id
2005-07-04 10:27:33 +00:00
asl
44185d327a *** empty log message *** 2005-07-04 04:20:37 +00:00
sln
2bd09d7cc7 isReadyToStart method added 2005-07-01 13:51:56 +00:00
asl
f4b5c42b70 *** empty log message *** 2005-07-01 09:34:00 +00:00
sln
62026dd2c8 Error fixed 2005-07-01 08:27:55 +00:00
sln
a59476897e update() and updateControls() methods added 2005-07-01 08:25:10 +00:00
sln
949d8df2c5 new files for dialog and operation 2005-07-01 06:27:43 +00:00
eap
c981fa08d9 bug 9352. correct getting mesh elements from COMPOUND, COMPSOLID, SOLID, SHELL and WIRE submeshes 2005-06-30 05:54:20 +00:00
eap
d4cdc63f90 PAL2967. Add Scale Factor parameter to Nb Of Segments hyp 2005-06-30 05:22:35 +00:00
mzn
53fd9e1ce5 Fix for bug IPAL9242(3.0.0: Activation of OCC viewer breaks current VTK viewer in Mesh). 2005-06-29 12:35:32 +00:00
mzn
576824da04 Correction. 2005-06-27 11:41:01 +00:00
stv
9a358116f4 Prefernces. 2005-06-27 11:29:58 +00:00
mzn
4401d3e8db To avoid exception, if the list of selected objects is empty. 2005-06-27 05:45:12 +00:00
mzn
964af78757 Remove debug information. 2005-06-27 05:10:17 +00:00
mzn
0e020f2e93 The selections of elements corrected. 2005-06-24 13:54:25 +00:00
mzn
81248260b7 The selections of elements corrected. 2005-06-24 12:42:50 +00:00
mzn
783b5a717c The selections of elements corrected. 2005-06-24 12:24:06 +00:00
eap
255ab4e2ee PAL8196. Do not operate with hypothesis for a geom group member which is not a sub-shape of the main shape 2005-06-24 11:09:36 +00:00
eap
72b3cba035 PAL8196. Fix GetAlgo() for the case with the same algo on several ancestors 2005-06-24 11:01:15 +00:00
mzn
65854639b9 Corection. 2005-06-24 07:43:34 +00:00
enk
8d1d443243 Fixes for:
- Bug IPAL8767: Polyhedron created on nodes is invisible
- Id of the first node/face should be appeared in the field right after selection
- Preview of faces by nodes for polyhedron doesn’t disappear after removing it from list in the "Create Polyhedral Volume" dialog box.
- Preview of polyhedron doesn’t disappear after removing a face from list in the "Create Polyhedral Volume" dialog box.
2005-06-24 06:21:49 +00:00
eap
d72c027376 bug 9264. enable reading plugins xml files 2005-06-23 13:16:42 +00:00
mzn
bcbf3a1093 Fix for bug IPAL9248(3.0.0: SIGSEGV after calling operation with group if OCC Viewer activate). 2005-06-23 08:58:59 +00:00
srn
b2833ae90e BugID: IPAL9186, Modified method Init. Added a loading SMESHGUI if it hasn't been loaded. 2005-06-22 11:27:49 +00:00
eap
175d68ca68 bug 9153. fix "paramTeric" 2005-06-22 10:01:38 +00:00
eap
ee5389fdee bug 9265. add SMESH_ID_FACES 2005-06-22 09:48:30 +00:00
enk
2f3d56c7ab Fix Bug IPAL9152
3.0.0(09 Jun): "Add Polygon" and "Add Polyhedron" buttons miss in the "Add/Remove" toolbar.
2005-06-22 09:17:04 +00:00
enk
82d43d0f5d Fix Bug IPAL8770: There is no any warning message if to export polygonal elements into MED 2.1 file. 2005-06-22 06:45:14 +00:00
stv
b4b3d57776 Fix for IPAL9275 2005-06-21 12:17:08 +00:00
srn
8090525b47 BugID IPAL9186: Modified method GetSMESHGen 2005-06-21 06:09:10 +00:00
stv
b5d02b8684 Fixes for compilation errors. 2005-06-17 07:36:54 +00:00