X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_MeshEditor.idl;h=3cdbea8bff358e41799280eb1420223d24b39a5d;hp=699f635873441c7ccc1adc6a57f5c880bca9957e;hb=23d90107acec5e54ded86d9f309fe5cb42720b78;hpb=6c4a9f32ed7b4416d79e0d0d293919609a8eb178 diff --git a/idl/SMESH_MeshEditor.idl b/idl/SMESH_MeshEditor.idl index 699f63587..3cdbea8bf 100644 --- a/idl/SMESH_MeshEditor.idl +++ b/idl/SMESH_MeshEditor.idl @@ -38,6 +38,11 @@ module SMESH interface SMESH_MeshEditor { + /*! + * Returns a mesh subject to edition + */ + SMESH_Mesh GetMesh(); + /*! * Return data of mesh edition preview which is computed provided * that the editor was obtained through SMESH_Mesh::GetMeshEditPreviewer() @@ -138,6 +143,13 @@ module SMESH long AddPolygonalFace(in long_array IdsOfNodes) raises (SALOME::SALOME_Exception); + /*! + * Create a quadratic polygonal face + * \param IdsOfNodes - nodes of the polygon; corner nodes follow first + * \return long - ID of a new polygon + */ + long AddQuadPolygonalFace(in long_array IdsOfNodes) raises (SALOME::SALOME_Exception); + /*! * Create volume, either linear and quadratic (this is determed * by number of given nodes).