mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
untabify
This commit is contained in:
parent
c15f8d1936
commit
8772f598d6
@ -455,8 +455,7 @@ CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
|
|||||||
* AddPolygonalFace
|
* AddPolygonalFace
|
||||||
*/
|
*/
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Long SMESH_MeshEditor_i::AddPolygonalFace
|
CORBA::Long SMESH_MeshEditor_i::AddPolygonalFace (const SMESH::long_array & IDsOfNodes)
|
||||||
(const SMESH::long_array & IDsOfNodes)
|
|
||||||
{
|
{
|
||||||
initData();
|
initData();
|
||||||
|
|
||||||
@ -533,8 +532,7 @@ CORBA::Long SMESH_MeshEditor_i::AddVolume(const SMESH::long_array & IDsOfNodes)
|
|||||||
* AddPolyhedralVolume
|
* AddPolyhedralVolume
|
||||||
*/
|
*/
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume
|
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume (const SMESH::long_array & IDsOfNodes,
|
||||||
(const SMESH::long_array & IDsOfNodes,
|
|
||||||
const SMESH::long_array & Quantities)
|
const SMESH::long_array & Quantities)
|
||||||
{
|
{
|
||||||
initData();
|
initData();
|
||||||
@ -569,8 +567,7 @@ CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume
|
|||||||
* AddPolyhedralVolumeByFaces
|
* AddPolyhedralVolumeByFaces
|
||||||
*/
|
*/
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolumeByFaces
|
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolumeByFaces (const SMESH::long_array & IdsOfFaces)
|
||||||
(const SMESH::long_array & IdsOfFaces)
|
|
||||||
{
|
{
|
||||||
initData();
|
initData();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user