mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 08:20:35 +05:00
Porting to windows after merge with 3.2.7
This commit is contained in:
parent
f8d23e8916
commit
bd08112bc4
@ -32,7 +32,7 @@
|
||||
#include "SMDS_MeshNode.hxx"
|
||||
#include "SMESHDS_Mesh.hxx"
|
||||
#include "SMESHDS_SubMesh.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
//#include "SMESH_Algo.hxx"
|
||||
#include "SMESH_Mesh.hxx"
|
||||
#include "SMESH_MeshEditor.hxx"
|
||||
#include "SMESH_ComputeError.hxx"
|
||||
@ -513,3 +513,4 @@ TSideVector StdMeshers_FaceSide::GetFaceWires(const TopoDS_Face& theFace,
|
||||
return wires;
|
||||
}
|
||||
|
||||
|
||||
|
@ -35,6 +35,9 @@
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <TopExp.hxx>
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
@ -72,7 +75,7 @@ typedef boost::shared_ptr< SMESH_ComputeError > TError;
|
||||
*/
|
||||
//================================================================================
|
||||
|
||||
class StdMeshers_FaceSide
|
||||
class STDMESHERS_EXPORT StdMeshers_FaceSide
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
@ -98,7 +101,7 @@ public:
|
||||
static TSideVector GetFaceWires(const TopoDS_Face& theFace,
|
||||
SMESH_Mesh & theMesh,
|
||||
const bool theIgnoreMediumNodes,
|
||||
TError & theError);
|
||||
TError & theError);
|
||||
|
||||
/*!
|
||||
* \brief Change orientation of side geometry
|
||||
|
Loading…
Reference in New Issue
Block a user