[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics

Move MeshPreviewStruct to SMESH_Mesh.idl
This commit is contained in:
eap 2008-07-21 09:57:13 +00:00
parent 41f4d1b379
commit 3ffc0ecded

View File

@ -29,22 +29,6 @@
module SMESH
{
/*!
* Structure used in mesh edit preview data
*/
struct ElementSubType { ElementType SMDS_ElementType;
boolean isPoly;
long nbNodesInElement; };
typedef sequence<ElementSubType> types_array;
/*!
* Structure containing mesh edit preview data
*/
struct MeshPreviewStruct { nodes_array nodesXYZ;
long_array elementConnectivities;
types_array elementTypes; };
/*!
* This interface makes modifications on the Mesh - removing elements and nodes etc.
*/