mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-30 19:30:35 +05:00
0022124: [CEA 763] Projection 1D does not work with Netgen 1D2D
-typedef StdMeshers_ProjectionUtils TAssocTool; +namespace TAssocTool = StdMeshers_ProjectionUtils;
This commit is contained in:
parent
9635ee01fa
commit
318c408131
@ -69,8 +69,9 @@ using namespace std;
|
|||||||
// cout << msg << " ("<< p.X() << "; " <<p.Y() << "; " <<p.Z() << ") " <<endl;\
|
// cout << msg << " ("<< p.X() << "; " <<p.Y() << "; " <<p.Z() << ") " <<endl;\
|
||||||
// }
|
// }
|
||||||
|
|
||||||
typedef StdMeshers_ProjectionUtils TAssocTool;
|
namespace TAssocTool = StdMeshers_ProjectionUtils;
|
||||||
typedef SMESH_Comment TCom;
|
|
||||||
|
typedef SMESH_Comment TCom;
|
||||||
|
|
||||||
enum { ID_BOT_FACE = SMESH_Block::ID_Fxy0,
|
enum { ID_BOT_FACE = SMESH_Block::ID_Fxy0,
|
||||||
ID_TOP_FACE = SMESH_Block::ID_Fxy1,
|
ID_TOP_FACE = SMESH_Block::ID_Fxy1,
|
||||||
|
@ -67,7 +67,7 @@ using namespace std;
|
|||||||
#define RETURN_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); return false; }
|
#define RETURN_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); return false; }
|
||||||
#define gpXYZ(n) gp_XYZ(n->X(),n->Y(),n->Z())
|
#define gpXYZ(n) gp_XYZ(n->X(),n->Y(),n->Z())
|
||||||
|
|
||||||
typedef StdMeshers_ProjectionUtils TAssocTool;
|
namespace TAssocTool = StdMeshers_ProjectionUtils;
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : StdMeshers_RadialPrism_3D
|
//function : StdMeshers_RadialPrism_3D
|
||||||
|
Loading…
Reference in New Issue
Block a user