rnc
3a98cb17c9
Japanese translations update
2013-12-05 10:38:14 +00:00
eap
78bfc8db7d
22434: [CEA 1022] If selection is disabled, the contextual menu of VTK view does not update on selected object
...
Fix processOwner() for the case of disabled SVTK selection
2013-12-05 09:32:23 +00:00
rnc
370bb866cf
REG: SurfOpt plugin : Documentation update + small corrections
2013-12-04 09:46:28 +00:00
mpa
1e8362453d
INT PAL 0052190: TC7.3.0: impossible to set proper value for clipping
2013-12-04 09:43:48 +00:00
kga
d280b47f5f
IPAL0052197: TC7.3.0 "Fatal error" when try to add new filter to filter library
2013-12-04 09:36:38 +00:00
akl
6518fc4882
Set debug library name on Win32.
2013-12-04 08:41:23 +00:00
kga
68e9313a5e
IPAL0052195: TC7.3.0: Application crashes after closing "Add Quadratic Edge" dialog
2013-12-04 05:38:25 +00:00
rnc
26a602248d
BUG: Yams plugin: Fixed bad default values due too previous integrations for passing to MGSurfOpt
2013-12-03 17:37:51 +00:00
rnc
f543238c60
BUG: MGCleaner / MGSurfOpt : Fixed a problem with the doc displayed in a non-standard way when clickin on help button.
...
A pdf file included in the general plugin documentation was opened through xdg-open instead of showing the general documentation in the browser specified in the preferences. This latest behaviour has been implemented
2013-12-03 16:40:54 +00:00
rnc
de12df7b90
BUG: Yams plug-in: Small bug fix, validator number of decimal for chordal deviation parameter was 2 instead of 3
2013-12-03 15:39:14 +00:00
rnc
5259101c27
tooltip correction
2013-12-03 15:34:24 +00:00
rnc
271a3fb6bb
BUG: Yams plugin: Dialog input values were not reset to default when closing and reopening it + verbose level spinbox was connected to max memory by mistake
2013-12-03 15:05:31 +00:00
vsr
15e0993d69
Fix crash (from PPGP) when invoking popup on non-smesh (light) object
2013-12-03 10:58:50 +00:00
vsr
3fefd303ac
0022427: EDF GEOM Regression: Issue with geomBuilder
2013-12-03 05:52:36 +00:00
rnc
810093b4ee
Updated MG-Cleaner doc.
...
A mechanism should be found for the next version to get directly the doc from the Meshgems install directory instead of copying it because there is a risk to have outdated documentation with the current way.
2013-12-02 16:09:16 +00:00
rnc
ea0744cc4f
BUG: MGSurfOpt (Yams) plugin: Added a missing file
2013-12-02 16:06:19 +00:00
eap
50c2fb07ab
20974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't be removed
...
Optimize smooth: 3 loops in 2D and 2 loops in 3D
2013-11-29 09:14:36 +00:00
eap
ccb0d68b6f
PPGP
...
In TSearchersDeleter fix setting/removing the event listener
2013-11-29 08:45:55 +00:00
eap
df70ba0baf
0022423: EDF SMESH Regression: Quadrangle algo fails
...
In GetAngle() prevent SIGFPE at singularity
2013-11-28 17:03:09 +00:00
eap
5fbe78b190
0022423: EDF SMESH Regression: Quadrangle algo fails
...
fix CheckNbEdges() for the case of a degenerated 5-th edge
2013-11-28 17:01:37 +00:00
vsr
5f4dcad99c
Increment version to 7.3.0
2013-11-28 14:32:44 +00:00
eap
574db3468d
Improve regularity of divisions
2013-11-28 13:31:50 +00:00
eap
6c280dad9a
22422: EDG SMESH Regression: Quadrangle/Hyptohesis Quadrangle preference fails
...
Do not compute both QuadPreference and Standard
2013-11-28 11:38:40 +00:00
vsr
05ee6999b7
Merge of fix from V7_main
2013-11-28 08:49:22 +00:00
fahed
8fcd118698
Small fix for windows
2013-11-28 08:41:47 +00:00
mpa
046b185660
CMake:
...
- add files to remove using command "make clean"
2013-11-27 11:00:50 +00:00
eap
d9d385cc06
22419: EDF SMESH Regression: 3D Extrusion fails
...
FaceQuadStruct::Ptr CheckNbEdges(SMESH_Mesh& aMesh,
const TopoDS_Shape& aShape,
+ const bool considerMesh=false);
2013-11-27 10:00:34 +00:00
imn
c8c04435db
Integrated in V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
2013-11-27 07:30:42 +00:00
eap
cf325767f5
more orthography
2013-11-26 13:41:02 +00:00
eap
521479f0ef
Fix indentation
2013-11-26 13:37:39 +00:00
eap
5cdfcba279
More safety
...
- if ( l_d->first->IsDeletable() )
+ if ( l_d->first != listener && l_d->first->IsDeletable() )
2013-11-26 13:33:52 +00:00
eap
06236fdb5a
22362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vertices
...
+ * \brief Create a side from an UVPtStructVec
+ */
+ StdMeshers_FaceSide(UVPtStructVec& theSideNodes);
2013-11-26 13:30:21 +00:00
eap
eeb8567ff9
Fix CheckNbEdges() for a FACE with a closed EDGE
2013-11-26 13:29:36 +00:00
eap
d0bcfa9ea1
Fix access to NULL quad
2013-11-26 12:26:45 +00:00
eap
5f7b45e582
http://www.salome-platform.org/forum/forum_11/173031193
...
Fix associating FACEs having degenerated EDGEs
2013-11-26 12:16:47 +00:00
imn
33d8a195b4
Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
2013-11-26 10:15:18 +00:00
imn
608b1a194b
Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
2013-11-26 10:11:53 +00:00
eap
c614b162dd
Do not use NETGEN as it's unavailable during 'make test'
2013-11-26 10:11:52 +00:00
eap
b2f41043c8
Fix SIGSEGV at closing a study
2013-11-25 10:39:28 +00:00
eap
a004160516
0022414: [CEA 1010] Regressio on tests 01_composite.py
...
Fix for a vertex w/o a node
2013-11-25 09:14:33 +00:00
eap
1faf00f679
0022414: [CEA 1010] Regressio on tests bug_763_netgen_1d_2d.py
...
+ from salome.smesh.smeshBuilder import Mesh
2013-11-25 09:13:09 +00:00
ctn
21734f0253
[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update
2013-11-22 14:42:31 +00:00
eap
850941885d
synchronize with SMESH_msg_en.ts
2013-11-22 13:55:23 +00:00
eap
d5b3009987
- static bool isStraight( const TopoDS_Edge & E, const bool degenResult=false );
...
+ static bool IsStraight( const TopoDS_Edge & E, const bool degenResult=false );
2013-11-22 13:17:22 +00:00
eap
620c78e582
+ bool findUVByHalfDivision( const gp_Pnt& thePoint, const gp_XY& theUV,
...
+ const TFace& tface, gp_XYZ& theParams);
+ bool findUVAround( const gp_Pnt& thePoint, const gp_XY& theUV,
+ const TFace& tface, gp_XYZ& theParams, int nbGetWorstLimit );
2013-11-22 13:17:00 +00:00
eap
ffa6ef36b3
http://www.salome-platform.org/forum/forum_10/409159356
...
Fox testcube2a.py
2013-11-22 13:16:34 +00:00
eap
8093357296
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
...
- StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
- const gp_Pnt2d thePnt2d,
- const StdMeshers_FaceSide* theSide);
+ StdMeshers_FaceSide(const StdMeshers_FaceSide* theSide,
+ const SMDS_MeshNode* theNode,
+ const gp_Pnt2d* thePnt2d1,
+ const gp_Pnt2d* thePnt2d2=NULL,
+ const Handle(Geom2d_Curve)& theC2d=NULL,
+ const double theUFirst=0.,
+ const double theULast=1.);
2013-11-22 13:14:08 +00:00
ctn
199de1cfdb
[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update
2013-11-22 12:48:17 +00:00
eap
dacd5b29c7
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
...
+ int GetCorners(const TopoDS_Face& theFace,
+ SMESH_Mesh & theMesh,
+ std::list<TopoDS_Edge>& theWire,
+ std::vector<TopoDS_Vertex>& theVertices,
+ int & theNbDegenEdges);
2013-11-22 12:40:36 +00:00
eap
73df78c0c4
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
...
- StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
- const gp_Pnt2d thePnt2d,
- const StdMeshers_FaceSide* theSide);
+ StdMeshers_FaceSide(const StdMeshers_FaceSide* theSide,
+ const SMDS_MeshNode* theNode,
+ const gp_Pnt2d* thePnt2d1,
+ const gp_Pnt2d* thePnt2d2=NULL,
+ const Handle(Geom2d_Curve)& theC2d=NULL,
+ const double theUFirst=0.,
+ const double theULast=1.);
2013-11-22 12:37:31 +00:00