mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
windows compatibility
This commit is contained in:
parent
45b7e5c3e1
commit
25448a41ca
@ -260,7 +260,7 @@ public:
|
||||
/*!
|
||||
* Generator of nodes for extrusion functionality
|
||||
*/
|
||||
class ExtrusParam {
|
||||
class SMESH_EXPORT ExtrusParam {
|
||||
gp_Dir myDir; // direction of extrusion
|
||||
Handle(TColStd_HSequenceOfReal) mySteps; // magnitudes for each step
|
||||
SMESH_SequenceOfNode myNodes; // nodes for using in sewing
|
||||
|
@ -45,7 +45,7 @@ namespace MeshEditor_I {
|
||||
struct ExtrusionParams;
|
||||
}
|
||||
|
||||
class SMESH_MeshEditor_i: public POA_SMESH::SMESH_MeshEditor
|
||||
class SMESH_I_EXPORT SMESH_MeshEditor_i: public POA_SMESH::SMESH_MeshEditor
|
||||
{
|
||||
public:
|
||||
SMESH_MeshEditor_i(SMESH_Mesh_i * theMesh, bool isPreview);
|
||||
|
Loading…
Reference in New Issue
Block a user