Version: 9.16.0
SMESH::MG_ADAPT_OBJECT Interface Reference

import"MG_ADAPT.idl";

Inheritance diagram for SMESH::MG_ADAPT_OBJECT:

Public Member Functions

void setMeshIn (in SMESH_Mesh theMesh) raises (SALOME::SALOME_Exception)
 
void setMEDFileIn (in string f) raises (SALOME::SALOME_Exception)
 
void setMEDFileOut (in string f) raises (SALOME::SALOME_Exception)
 
void setMEDFileBackground (in string f) raises (SALOME::SALOME_Exception)
 
void AddHypothesis (in MG_ADAPT mg) raises (SALOME::SALOME_Exception)
 
long Compute (in boolean Publish) raises (SALOME::SALOME_Exception)
 

Member Function Documentation

◆ AddHypothesis()

void SMESH::MG_ADAPT_OBJECT::AddHypothesis ( in MG_ADAPT  mg)
raises (SALOME::SALOME_Exception
)

◆ Compute()

long SMESH::MG_ADAPT_OBJECT::Compute ( in boolean  Publish)
raises (SALOME::SALOME_Exception
)

◆ setMEDFileBackground()

void SMESH::MG_ADAPT_OBJECT::setMEDFileBackground ( in string  f)
raises (SALOME::SALOME_Exception
)

◆ setMEDFileIn()

void SMESH::MG_ADAPT_OBJECT::setMEDFileIn ( in string  f)
raises (SALOME::SALOME_Exception
)

◆ setMEDFileOut()

void SMESH::MG_ADAPT_OBJECT::setMEDFileOut ( in string  f)
raises (SALOME::SALOME_Exception
)

◆ setMeshIn()

void SMESH::MG_ADAPT_OBJECT::setMeshIn ( in SMESH_Mesh  theMesh)
raises (SALOME::SALOME_Exception
)